Golden Wrench

Item ID 1333 Name Golden Wrench
Professional's gold wrench.
_______________________
ATK +5%
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Increases damage of Power Swing and Axe Boomerang by 20%.
_______________________
Refine Level +11:
Increases damage of Power Swing and Axe Boomerang by 15%.
_______________________
Indestructible in battle
_______________________
Type: One-Handed Axe
Attack: 220
Weight: 550
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Mechanic
Weapon Level 4 Identifier Golden_Wrench
Attack 220 Type Weapon - One-Handed Axe
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Blacksmith
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 550 Min Equip Level 170
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,5;
bonus bBaseAtk,4*.@r;
if (.@r>=11)
   .@val = 35;
else if (.@r>=9)
   .@val = 20;
bonus2 bSkillAtk,"NC_AXEBOOMERANG",.@val;
bonus2 bSkillAtk,"NC_POWERSWING",.@val;

Set Script
Howard's Memory
Golden Wrench
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"NC_POWERSWING",7*.@r;
bonus2 bSkillAtk,"NC_AXEBOOMERANG",5*.@r;
Bull Crown
Golden Wrench
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"NC_POWERSWING",10*.@r_weapon;