Mug_Fill
Server/Item/Interactions/Consumables/Mug_Fill.json, 461 B
Fields
| Field | Type |
|---|---|
Type | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"RunTime": 0.1,
"Next": {
"Type": "RefillContainer",
"Effects": {
"ItemAnimationId": "Interact",
"ClearSoundEventOnFinish": true,
"ClearAnimationOnFinish": true,
"LocalSoundEventId": "SFX_WATER_MoveIn"
},
"States": {
"Filled_Water": {
"AllowedFluids": [
"Water_Source",
"Water"
]
}
},
"RunTime": 0.1
}
}