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

HealthRegen_TierCheck_T2

Server/Item/Interactions/Consumables/Food/HealthRegen_TierCheck_T2.json, 509 B

Fields

FieldType
$Commentstring
Typestring
EntityEffectIdsarray[1]
Matchstring
Nextobject
Failedobject

Source

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