Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Entity / Effects / Potion / Potion_Morph_Frog.json

Potion_Morph_Frog

Server/Entity/Effects/Potion/Potion_Morph_Frog.json, 306 B

Fields

FieldType
StatusEffectIconstring
OverlapBehaviorstring
Durationnumber
ModelChangestring
ApplicationEffectsobject

Source

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