Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Entity / Effects / Potion / Potion_Morph_Pigeon.json

Potion_Morph_Pigeon

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

Fields

FieldType
StatusEffectIconstring
OverlapBehaviorstring
Durationnumber
ModelChangestring
ApplicationEffectsobject

Source

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