Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Interactions / Consumables / Mug_Fill.json

Mug_Fill

Server/Item/Interactions/Consumables/Mug_Fill.json, 461 B

Fields

FieldType
Typestring
RunTimenumber
Nextobject

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