Watering_Can_Fill
Server/Item/Interactions/Tools/Watering_Can_Fill.json, 352 B
Fields
| Field | Type |
|---|---|
Type | string |
Next | object |
States | object |
Source
{
"Type": "RefillContainer",
"Next": {
"Type": "Simple",
"Effects": {
"ClearAnimationOnFinish": true,
"ItemAnimationId": "Water",
"WorldSoundEventId": "SFX_Water_MoveIn"
},
"RunTime": 0.5
},
"States": {
"Filled_Water": {
"AllowedFluids": [
"Water_Source",
"Water"
]
}
}
}