Mechanic Battle Boots

Item ID 22024 Name Mechanic Battle Boots
The combat boots symbolizing the highest status of the Mechanic.
_______________________
For each 2 Refine Levels:
MaxHP +1%, MaxSP +1%
_______________________
When equipped with Battle Shawl:
Bonus VIT at least +10:
Increases damage of Axe Tornado by 5%.

Base INT at least 100:
Increases damage of Cold Slower and Flame Launcher by 10%.
_______________________
Type: Shoes
Defense: 20
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 99
Mechanic
Weapon Level 0 Identifier NC_Battle_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 20 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 bMaxHPrate,.@r/2;
bonus bMaxSPrate,.@r/2;

Set Script
Battle Cape
Mechanic Battle Boots
bonus2 bSkillAtk,"NC_AXETORNADO",5*(readparam(bVit)/10);
if (readparam(bInt)>=100) {
   bonus2 bSkillAtk,"NC_COLDSLOWER",10;
   bonus2 bSkillAtk,"NC_FLAMELAUNCHER",10;
}
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;
}