Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Entity / Effects / Potion / Potion_Morph_Mosshorn.json

Potion_Morph_Mosshorn

Server/Entity/Effects/Potion/Potion_Morph_Mosshorn.json, 431 B

Fields

FieldType
StatusEffectIconstring
OverlapBehaviorstring
Durationnumber
ModelChangestring
ApplicationEffectsobject
RemovalBehaviorstring
Infiniteboolean
Debuffboolean

Source

{
  "StatusEffectIcon": "UI/StatusEffects/Poison.png",
  "OverlapBehavior": "Overwrite",
  "Duration": 60,
  "ModelChange": "Mosshorn",
  "ApplicationEffects": {
    "EntityAnimationId": "Hurt",
    "WorldSoundEventId": "SFX_Cow_Alerted",
    "Particles": [
      {
        "SystemId": "Effect_Poison"
      }
    ],
    "HorizontalSpeedMultiplier": 0.3
  },
  "RemovalBehavior": "Duration",
  "Infinite": false,
  "Debuff": true
}