Moubootaur Legends

Sacred Life Potion - Item DB

Sacred Life Potion | 667

Made with the leaves from the tree of life, temporarily boosts max HP.

TEMPMAX HP +15%
ID 667
type IT_USABLE
weight 50
delay 500

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 667
aegisName SacredLifePotion
dyeString G:#00ff00,44ff00
Script

Script to execute when the item is used/equipped.

@min = 15;
@max = 15;
@delay = 300;
@type = SC_INCMHPRATE;
doevent "inc_sc_bonus::OnUse";