Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Interactions / Consumables / Food / Food_EffectCondition_Health_Regen.json

Food_EffectCondition_Health_Regen

Server/Item/Interactions/Consumables/Food/Food_EffectCondition_Health_Regen.json, 288 B

Fields

FieldType
Typestring
EntityEffectIdsarray[4]
Matchstring
Nextstring
Failedobject

Source

{
  "Type": "EffectCondition",
  "EntityEffectIds": [
    "Food_Health_Regen_Large",
    "Food_Health_Regen_Medium",
    "Food_Health_Regen_Small",
    "Food_Health_Regen_Tiny"
  ],
  "Match": "None",
  "Next": "Consume_Charge",
  "Failed": {
    "Type": "Simple",
    "RunTime": 0
  }
}