Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Entity / Effects / Deployables / Healing_Totem_Heal.json

Healing_Totem_Heal

Server/Entity/Effects/Deployables/Healing_Totem_Heal.json, 354 B

Fields

FieldType
ApplicationEffectsobject
Durationnumber
OverlapBehaviorstring
StatModifiersobject
Debuffboolean
StatusEffectIconstring

Source

{
  "ApplicationEffects": {
    "EntityTopTint": "#02de45",
    "ScreenEffect": "ScreenEffects/Immune.png",
    "LocalSoundEventId": "SFX_Deployable_Totem_Heal_Effect_Local"
  },
  "Duration": 1.0,
  "OverlapBehavior": "Overwrite",
  "StatModifiers": {
    "Health": 2
  },
  "Debuff": false,
  "StatusEffectIcon": "UI/StatusEffects/AddHealth/Tiny.png"
}