Moubootaur Legends

Demure Axe - Item DB

Demure Axe | 3601

An axe which belongs to the Queen of Dragons. It would be unwise to pick a fight with her.

HIT -10% / Holy Damage / Crit and Crit Def -50% / No blocking / Lore Item
ID 3601
type IT_WEAPON
weight 2000
refine true
range 1
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 3601
aegisName DemureAxe
subtype W_KNUCKLE
slots 2
Script

Script to execute when the item is used/equipped.

bonus bHitRate,-10;
bonus bAtkEle,Ele_Holy;
bonus2 bAddRace, RC_Legendary, 30;
bonus bFlee2Rate,-100;
bonus bCriticalDef,-50;
bonus bCriticalRate,-50;
skill TMW2_OVERLOAD, getrefine();
skill TMW2_DEMURE, min(10, 1+getrefine());

bonus bAtk,BaseLevel;
bonus bMatk,JobLevel;