IA Boots

Item ID 22144 Name IA Boots
None
Weapon Level 0 Identifier IA_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 35 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 45 Min Equip Level 50
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None

Set Script
IA Dress
IA Choker
IA Boots
.@a = getequiprefinerycnt(EQI_ARMOR);
.@b = getequiprefinerycnt(EQI_SHOES);
.@c = (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES))/3;
bonus bBaseAtk,5+(.@a*2);
bonus bMatk,5+(.@a*2);
bonus bAspdRate,.@b;
bonus bVariableCastrate,-2*.@c;