Moubootaur Legends

Dodge Potion - Item DB

Dodge Potion | 669

Can't handle the damage? Have you tried... Dodging?

Flee +40
ID 669
type IT_USABLE
weight 20
delay 500

Mobs that drop this item:

Monster Drop Chances
Vanity Pixie 0.01%
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 669
aegisName DodgePotion
dyeString G:#000000,999999
Script

Script to execute when the item is used/equipped.

@min = 40;
@max = 40;
@delay = 120;
@type = SC_INCFLEE;
doevent "inc_sc_bonus::OnUse";