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

Food_EffectCondition_Health_Restore

Server/Item/Interactions/Consumables/Food/Food_EffectCondition_Health_Restore.json, 296 B

Fields

FieldType
Typestring
EntityEffectIdsarray[4]
Matchstring
Nextstring
Failedobject

Source

{
  "Type": "EffectCondition",
  "EntityEffectIds": [
    "Food_Health_Restore_Large",
    "Food_Health_Restore_Medium",
    "Food_Health_Restore_Small",
    "Food_Health_Restore_Tiny"
  ],
  "Match": "None",
  "Next": "Consume_Charge",
  "Failed": {
    "Type": "Simple",
    "RunTime": 0
  }
}