Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Interactions / Tools / Watering_Can_Fill.json

Watering_Can_Fill

Server/Item/Interactions/Tools/Watering_Can_Fill.json, 352 B

Fields

FieldType
Typestring
Nextobject
Statesobject

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"
      ]
    }
  }
}