Consume_Utility
Server/Item/Interactions/Consumables/Consume_Utility.json, 364 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Consume",
"ClearAnimationOnFinish": true
},
"RunTime": 1,
"Next": {
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1,
"Next": {
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Effect"
]
},
"Var": "Effect"
}
}
}