Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Interactions / Consumables / Condition_Consume_Potion_Stamina.json

Condition_Consume_Potion_Stamina

Server/Item/Interactions/Consumables/Condition_Consume_Potion_Stamina.json, 291 B

Fields

FieldType
Typestring
RequiredGameModestring
Crouchingboolean
Nextobject
Failedstring

Source

{
  "Type": "Condition",
  "RequiredGameMode": "Adventure",
  "Crouching": false,
  "Next": {
    "Type": "EffectCondition",
    "EntityEffectIds": [
      "Potion_Stamina_Cooldown"
    ],
    "Match": "None",
    "Next": "Consume_Charge_Potion_Fastest"
  },
  "Failed": "Block_Secondary"
}