Potion_Morph_Frog
Server/Entity/Effects/Potion/Potion_Morph_Frog.json, 306 B
Fields
| Field | Type |
|---|---|
StatusEffectIcon | string |
OverlapBehavior | string |
Duration | number |
ModelChange | string |
ApplicationEffects | object |
Source
{
"StatusEffectIcon": "Icons/ItemsGenerated/Potion_Purify.png",
"OverlapBehavior": "Overwrite",
"Duration": 60,
"ModelChange": "Frog_Green",
"ApplicationEffects": {
"Particles": [
{
"SystemId": "Potion_Morph_Burst"
}
],
"WorldSoundEventId": "SFX_Frog_Croak"
}
}