Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Entity / Effects / Deployables / Slowness_Totem_Slow.json

Slowness_Totem_Slow

Server/Entity/Effects/Deployables/Slowness_Totem_Slow.json, 334 B

Fields

FieldType
ApplicationEffectsobject
Durationnumber
OverlapBehaviorstring
Debuffboolean
StatusEffectIconstring

Source

{
  "ApplicationEffects": {
    "EntityTopTint": "#00beff",
    "EntityBottomTint": "#00ffff",
    "HorizontalSpeedMultiplier": 0.5,
    "LocalSoundEventId": "SFX_Deployable_Totem_Slowing_Effect_Local"
  },
  "Duration": 1.0,
  "OverlapBehavior": "Overwrite",
  "Debuff": true,
  "StatusEffectIcon": "UI/StatusEffects/Icon_Slow.png"
}