Moubootaur Legends

Bottle Of Divine Water - Item DB

Bottle Of Divine Water | 595

Very tasty water.

Heal 20%-30% HP (in Aeros, heals 40-70%)
ID 595
type IT_HEALING
weight 69
delay 400

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 595
aegisName BottleOfDivineWater
Script

Script to execute when the item is used/equipped.

@type = 1;
@rarity=10;
getmapxy(.@ma$,.@xa,.@ya,0);
if (strpos(.@ma$, "001-") >= 0)
	@type=3;
doevent "rand_sc_heal::OnUse";
getitem EmptyBottle, 1;