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

HealthRegen_TierCheck_T1

Server/Item/Interactions/Consumables/Food/HealthRegen_TierCheck_T1.json, 366 B

Fields

FieldType
$Commentstring
Typestring
EntityEffectIdsarray[2]
Matchstring
Nextobject
Failedobject

Source

{
  "$Comment": "[TMP] Check if T2 or T3 HealthRegen buff is NOT active - allows T1 to apply",
  "Type": "EffectCondition",
  "EntityEffectIds": [
    "HealthRegen_Buff_T2",
    "HealthRegen_Buff_T3"
  ],
  "Match": "None",
  "Next": {
    "Type": "ApplyEffect",
    "EffectId": "HealthRegen_Buff_T1"
  },
  "Failed": {
    "Type": "Simple",
    "RunTime": 0
  }
}