Recipe Type
All mix recipe is formatted as an array containing objects with the following properties.
Last updated
All mix recipe is formatted as an array containing objects with the following properties.
Last updated
dict
string
required
Animation dictionary.
clip
string
required
Animation clip.
flag
number
0
Animation flag.
prop
nil
Prop settings for the animation.
scenario
string
nil
Must specify either scenario or dict
.
name
string
required
Item name
label
string
required
Item label
count
number
required
Item count
imagePath
string
nil
If not specified, name
.png will be used
event
string
Event name
func
function
Function can be specially created
export
string
Export name
anim
Only valid on client side Not required
client
Client-side event handler
server
Server-side event handler
duration
number
client
Client-side event handler
server
Server-side event handler
active
boolean
Whether the weed type is active (default: true).
label
string
Descriptive label for the recipe.
itemName
string
Name of the item to be given to inventory when mixed and usable
imagePath
string
If not specified, .png will be used
level
number
Minimum level required to produce the item
reputationLevel
number
Minimum reputation level required to produce the item
ingredients
List of ingredients required for the recipe
removeAfterUsed
boolean
Set to true to remove the item after it has been used
onUsed
Functions/Events triggered after using the item
onEffectOver
Functions/Events triggered after the effect is over
description
string
Description of the recipe
policeAlertChange
number
Percentage of police dispatch when something is mixed on the table
Time after which the item will be available again and will be triggered (default: 10000)