[Not for Sale] Soaring Physical Armor

Item ID 15473 Name [Not for Sale] Soaring Physical Armor
None
Weapon Level 0 Identifier Comp_Overwhelm_Str_Armo
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 120 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 200 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
bonus bBaseAtk,50;
bonus bAtkRate,2*(.@r/3);
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,30;
   bonus2 bIgnoreDefRaceRate,RC_Demon,30;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_Brute,10;
   bonus2 bAddRace,RC_Demon,10;
}
if (.@r>11) {
   bonus2 bAddEle,Ele_Earth,10;
   bonus2 bAddEle,Ele_Wind,10;
}

Set Script
[Not for Sale] Soaring Physical Armor
Temporal Str Boots
.@r = getequiprefinerycnt(EQI_ARMOR);
.@shoes = getequiprefinerycnt(EQI_SHOES);
bonus bAtkRate,10;
if ((.@r + .@shoes) >= 21) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,20;
   bonus2 bIgnoreDefRaceRate,RC_Demon,20;
}
[Not for Sale] Soaring Physical Armor
Modified Str Boots
.@r = getequiprefinerycnt(EQI_ARMOR);
.@shoes = getequiprefinerycnt(EQI_SHOES);
bonus bAtkRate,10;
if ((.@r + .@shoes) >= 21) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,20;
   bonus2 bIgnoreDefRaceRate,RC_Demon,20;
}