Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Entity / Effects / Potion / Potion_Morph_Dog.json

Potion_Morph_Dog

Server/Entity/Effects/Potion/Potion_Morph_Dog.json, 303 B

Fields

FieldType
StatusEffectIconstring
OverlapBehaviorstring
Durationnumber
ModelChangestring
ApplicationEffectsobject

Source

{
  "StatusEffectIcon": "Icons/ItemsGenerated/Potion_Purify.png",
  "OverlapBehavior": "Overwrite",
  "Duration": 60,
  "ModelChange": "Corgi",
  "ApplicationEffects": {
    "Particles": [
      {
        "SystemId": "Potion_Morph_Burst"
      }
    ],
    "WorldSoundEventId": "SFX_Wolf_Alerted"
  }
}