Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Interactions / Consumables / Condition_Consume_Potion_Morph.json

Condition_Consume_Potion_Morph

Server/Item/Interactions/Consumables/Condition_Consume_Potion_Morph.json, 365 B

Fields

FieldType
Typestring
RequiredGameModestring
Crouchingboolean
Nextobject
Failedstring

Source

{
  "Type": "Condition",
  "RequiredGameMode": "Adventure",
  "Crouching": false,
  "Next": {
    "Type": "EffectCondition",
    "EntityEffectIds": [
      "Potion_Morph_Dog",
      "Potion_Morph_Frog",
      "Potion_Morph_Pigeon",
      "Potion_Morph_Mouse"
    ],
    "Match": "None",
    "Next": "Consume_Charge_Potion_Fast"
  },
  "Failed": "Block_Secondary"
}