[Not For Sale] Excellent Dexterous Armor

Item ID 15477 Name [Not For Sale] Excellent Dexterous Armor
None
Weapon Level 0 Identifier Comp_Overwh_D_Armor
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 bLongAtkRate,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] Excellent Dexterous Armor
Temporal Dex Boots
.@r = getequiprefinerycnt(EQI_ARMOR);
.@shoes = getequiprefinerycnt(EQI_SHOES);
bonus bLongAtkRate,5;
if ((.@r + .@shoes) >= 21) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,20;
   bonus2 bIgnoreDefRaceRate,RC_Demon,20;
}
[Not For Sale] Excellent Dexterous Armor
Modified Dex Boots
.@r = getequiprefinerycnt(EQI_ARMOR);
.@shoes = getequiprefinerycnt(EQI_SHOES);
bonus bLongAtkRate,5;
if ((.@r + .@shoes) >= 21) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,20;
   bonus2 bIgnoreDefRaceRate,RC_Demon,20;
}