ID #1335
Weapon
Cancer Axe [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 10
Weight: 700
Slots: 1
Weapon level: 4
Required level: 1
Attack: 10
Weight: 700
Slots: 1
Weapon level: 4
Required level: 1
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
700
Range
1
Job Requirements
Alchemist
Yes
Assassin
Yes
Blacksmith
Yes
Crusader
Yes
Knight
Yes
Merchant
Yes
Novice
Yes
Super Novice
Yes
Swordsman
Yes
Requirements
Weapon Level
4
Min Level
1
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bBaseAtk,80+BaseLevel; bonus bAspdRate,10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) { bonus bAtkRate,50; bonus bSPDrainValue,2; bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; if (.@r>=7) bonus2 bIgnoreDefRaceRate,RC_All,50; if (.@r>=9) bonus2 bIgnoreDefRaceRate,RC_All,50; }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,80+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
bonus bAtkRate,50;
bonus bSPDrainValue,2;
bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
if (.@r>=7)
bonus2 bIgnoreDefRaceRate,RC_All,50;
if (.@r>=9)
bonus2 bIgnoreDefRaceRate,RC_All,50;
}