Angeling Robes

Item ID 15239 Name Angeling Robes
None
Weapon Level 0 Identifier Angeling_Suit_BR
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 77 Equippable Jobs Novice, Super novice
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 90
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,1000+((BaseLevel-100)*30);
bonus bMaxSP,100+((BaseLevel-100)*3);
if (.@r>=7) {
   bonus bMatkRate,10;
   if (.@r>=10) {
       skill "BS_ADRENALINE",5;
       if (.@r>=12) {
           bonus bDefEle,Ele_Holy;
       }
   }
}