[Not For Sale] Fallen Warrior Armor

Item ID 15469 Name [Not For Sale] Fallen Warrior Armor
None
Weapon Level 0 Identifier Comp_Einherial_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 60 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 80 Min Equip Level 90
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,10;
bonus2 bSubRace,RC_DemiHuman,1;
if (.@r>=8)  {
   bonus2 bSubRace,RC_DemiHuman,2;
   if (.@r>=9) {
       bonus2 bSubRace,RC_DemiHuman,2;
       bonus bUnbreakableArmor;
       if (.@r>=10) {
           bonus2 bSubRace,RC_DemiHuman,2;
       }
   }
}

Set Script
[Not For Sale] Fallen Warrior Armor
Fallen Warrior Manteau
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus bBaseAtk,3*.@r;
if (.@r>=9)
   bonus bBaseAtk,5*(readparam(bStr)/10);
else if (.@r>=11)
   bonus bBaseAtk,7*(readparam(bStr)/10);
[Not For Sale] Fallen Warrior Armor
Fallen Warrior Manteau
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus bBaseAtk,3*.@r;
if (.@r>=9)
   bonus bBaseAtk,5*(readparam(bStr)/10);
else if (.@r>=11)
   bonus bBaseAtk,7*(readparam(bStr)/10);