Mechanic Battle Armor

Item ID 15079 Name Mechanic Battle Armor
The battle armor symbolizing the highest status of the Mechanic Artisan.
_______________________
MaxHP +400
_______________________
For each 3 Refine Levels:
VIT +1
STR +1
_______________________
Refine Level +10:
Increases damage of Power Swing by 50%.
_______________________
Refine Level +13:
Increases damage of Power Swing by additional 50%.
_______________________
When equipped with Mechanic Battle Boots and Battle Shawl:
Base DEX at least 90:
Decreases After Skill Delay 10%.
Decreases damage taken from Demi-Human race by 10%.
Decreases Self-Destruction skill cooldown by 60 seconds.
_______________________
Type: Armor
Defense: 55
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 99
Mechanic
Weapon Level 0 Identifier NC_Battle_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 55 Equippable Jobs Blacksmith
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 0 Min Equip Level 99
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,400;
bonus bStr,.@r/3;
bonus bVit,.@r/3;
if (.@r>=10)
   bonus2 bSkillAtk,"NC_POWERSWING",50;
if (.@r>=13)
   bonus2 bSkillAtk,"NC_POWERSWING",50;

Set Script
Mechanic Battle Armor
Battle Cape
Mechanic Battle Boots
if (readparam(bDex)>=90) {
   bonus bDelayrate,-10;
   bonus2 bSubRace,RC_DemiHuman,10;
   bonus2 bSubRace,RC_Player_Human,10;
   bonus2 bSkillCooldown,"NC_SELFDESTRUCTION",-60000;
}