Intermediate Guild Member's Two-Handed Axe

Item ID 620001 Name Intermediate Guild Member's Two-Handed Axe
None
Weapon Level 3 Identifier Woe_Twohand_Axe2_Z
Attack 195 Type Weapon - Two-Handed Axe
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Merchant, Blacksmith, Alchemist
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 150 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bAddRace,RC_Player_Human,25+.@r;
bonus2 bAddRace,RC_Player_Doram,25+.@r;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,10;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,10;
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_Player_Human,15;
   bonus2 bAddRace,RC_Player_Doram,15;
   bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100;
   bonus bAspdRate,10;
}
if (.@r>=10)
   autobonus3 "{ bonus bBreakWeaponRate,10000; }",10+(.@r-10),20000,"BS_OVERTHRUST";