1st Anniversary Commemorative Armor

Item ID 15211 Name 1st Anniversary Commemorative Armor
None
Weapon Level 0 Identifier Return_TW_1th_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 5 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r>=3) {
   bonus2 bSubRace,RC_DemiHuman,1;
   bonus2 bSubRace,RC_Player_Doram,1;
   bonus2 bSubRace,RC_Player_Human,1;
}
if (.@r>=6) {
   bonus2 bSubRace,RC_DemiHuman,2;
   bonus2 bSubRace,RC_Player_Doram,2;
   bonus2 bSubRace,RC_Player_Human,2;
}
if (.@r>=9) {
   bonus2 bSubRace,RC_DemiHuman,3;
   bonus2 bSubRace,RC_Player_Doram,3;
   bonus2 bSubRace,RC_Player_Human,3;
}

Set Script
1st Anniversary Commemorative Armor
1st Anniversary Commemorative Hat
if ((getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_ARMOR)) >=18)
   bonus bAspd,1;