Moubootaur Legends

Manapop - Item DB

Manapop | 628

You can now taste Mana in your mouth.

Heal 1-500 MP
ID 628
type IT_HEALING
weight 1
delay 1000

Mobs that drop this item:

No Monsters drop this item.

ID for use in Discord:
Expert View

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 JSON
ID 628
aegisName Manapop
Script

Script to execute when the item is used/equipped.

callfunc("MPHeal", 3, 9, 30); @min = 1;
@max = rand(250, 500);
@delay = 4;
doevent "legacy_heal::OnUse";