Moubootaur Legends

Kunai - Item DB

Kunai | 3538

More suitable for bandits than assassins or ninjas.

Evasion+ / Def- / Crit- / Auto-steal / Auto-loot / Scales with level
ID 3538
type IT_WEAPON
weight 1400
refine true
atk 370
weaponLv 1
equipLv 60

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 3538
aegisName PynKunai
subtype W_1HSWORD
slots 1
Script

Script to execute when the item is used/equipped.

bonus bAtk,(BaseLevel-60)*4;
bonus bFleeRate, (BaseLevel/10);
bonus bDef, -(BaseLevel);
bonus bCritical, -(min(20, BaseLevel/6));
bonus bAddStealRate, min(800, BaseLevel+(JobLevel*2)); bonus3 bAutoSpell,TF_STEAL,1,BaseLevel;
bonus3 bAutoSpell,BS_GREED,1,JobLevel*5;
bonus2 bGetZenyNum,-1,15;
skill TMW2_OVERLOAD, getrefine();