Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Entity / Effects / Potion / Potion_Morph_Mouse.json

Potion_Morph_Mouse

Server/Entity/Effects/Potion/Potion_Morph_Mouse.json, 304 B

Fields

FieldType
StatusEffectIconstring
OverlapBehaviorstring
Durationnumber
ModelChangestring
ApplicationEffectsobject

Source

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