Item ID | 1335 | For Sale | No | |
---|---|---|---|---|
Identifier | Cancer_Axe_J | Credit Price | Not For Sale | |
Name | Cancer Axe | Type | Weapon - One-Handed Axe | |
NPC Buy | 0 | Weight | 70 | |
NPC Sell | 0 | Weapon Level | 4 | |
Range | 1 | Defense | 0 | |
Slots | 1 | Refineable | Yes | |
Attack | 10 | Min Equip Level | 1 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Main Hand | |||
Equip Upper | None | |||
Equippable Jobs | Novice / Super novice / Swordman / Merchant / Knight / Blacksmith / Assassin / Crusader / Alchemist | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@r = getrefine(); 2 bonus bUnbreakableWeapon; 3 bonus bBaseAtk,80+BaseLevel; 4 bonus bAspdRate,10; 5 if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) { 6 bonus bAtkRate,50; 7 bonus bSPDrainValue,2; 8 bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; 9 if (.@r>=7) 10 bonus2 bIgnoreDefRaceRate,RC_All,50; 11 if (.@r>=9) 12 bonus2 bIgnoreDefRaceRate,RC_All,50; 13 } |
|||
Equip Script | None | |||
Unequip Script | None |