Moubootaur Legends

EVENT Wand - Item DB

EVENT Wand | 7418

A wand for event mages.

Magic Attack Scales
ID 7418
type IT_WEAPON
weight 900
refine true
matk 1
range 9
weaponLv 1
equipLv 1

Mobs that drop this item:

No Monsters drop this item.

This Item has Trade restrictions

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 7418
aegisName EventWand
subtype W_STAFF
slots 3
Script

Script to execute when the item is used/equipped.

bonus bAtk,0;
bonus bMatk,BaseLevel*6;
bonus bMaxSP,BaseLevel/2;
addtoskill(TMW2_MPREGEN, max(1, 7-BaseLevel/20), 2);
bonus bDef,-327; skill TMW2_OVERLOAD, getrefine();