Moubootaur Legends

Pickaxe - Item DB

Pickaxe | 3535

Only useful for farming Bifs.

Bifs drop ore more often
ID 3535
type IT_WEAPON
weight 360
refine true
range 1
weaponLv 1
equipLv 1

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 3535
aegisName Pickaxe
subtype W_KATAR
slots 1
Script

Script to execute when the item is used/equipped.

bonus2 bAddMonsterDropChainItem,ITMCHAIN_ORE,RC_Mineral;
bonus bPerfectHitAddRate, 10;
bonus2 bCriticalAddRace,RC_Mineral,30;
bonus bNearAtkDef,30;
bonus bCriticalDef,10;
OnUnequipScript

Script to execute when the item is unequipped. Warning, not all item bonuses will work here as expected.

callfunc "SC_Bonus", 2, SC_DEC_AGI, 1+rand(40);