HealthRegen_TierCheck_T3
Server/Item/Interactions/Consumables/Food/HealthRegen_TierCheck_T3.json, 379 B
Fields
| Field | Type |
|---|---|
$Comment | string |
Type | string |
Interactions | array[3] |
Source
{
"$Comment": "HealthRegen T3 always applies (highest tier)",
"Type": "Serial",
"Interactions": [
{
"Type": "ClearEntityEffect",
"EntityEffectId": "HealthRegen_Buff_T1"
},
{
"Type": "ClearEntityEffect",
"EntityEffectId": "HealthRegen_Buff_T2"
},
{
"Type": "ApplyEffect",
"EffectId": "HealthRegen_Buff_T3"
}
]
}