Eek, it is a slimy potion! Seems suspcious!
You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.
Open raw JSONID | 567 |
aegisName ❔ | MaggotSlimePotion |
Script to execute when the item is used/equipped.
@min = 10;
@max = 130;
@delay = 2;
@type = 1;
if (rand(100) < 50) {
getmapxy([email protected]$, [email protected], [email protected], 0);
[email protected] = monster([email protected]$, [email protected], [email protected], "Maggot", Maggot, 1);
unitattack([email protected], getcharid(3));
}
doevent "rand_sc_heal::OnUse";