Moubootaur Legends

EVENT Two Hands Sword - Item DB

EVENT Two Hands Sword | 7416

From the lands of fire, made for an event.

Crit Scales
ID 7416
type IT_WEAPON
weight 900
refine true
range 2
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 7416
aegisName Event2HSword
subtype W_2HMACE
slots 3
Script

Script to execute when the item is used/equipped.

bonus bAtk,BaseLevel*8;
bonus bMatk,0;
bonus bAgi, -(BaseLevel/10);
bonus bHit, (BaseLevel/20);
bonus bDef, -(BaseLevel*8/10);
bonus bCritical, min(20, BaseLevel/5);
skill TMW2_OVERLOAD, getrefine();