Golden Angel Wing

Item ID 20866 Name Golden Angel Wing
None
Weapon Level 0 Identifier Golden_Angel_Wing_TW
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 1 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
if (readparam(bStr) >= 90) {
   bonus bBaseAtk,15;
   if (.@r >= 9)
      bonus bBaseAtk,15;
}
if (readparam(bInt) >= 90) {
   bonus bMatk,15;
   if (.@r >= 9)
      bonus bMatk,15;
}
if (readparam(bVit) >= 90) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
   if (.@r >= 9) {
      bonus bMaxHPrate,5;
      bonus bMaxSPrate,5;
   }
}
if (readparam(bAgi) >= 90) {
   bonus bAspd,1;
   if (.@r >= 9)
      bonus bAspd,1;
}
if (readparam(bDex) >= 90) {
   bonus bLongAtkRate,5;
   if (.@r >= 9)
      bonus bLongAtkRate,5;
}
if (readparam(bLuk) >= 90) {
   bonus bCritAtkRate,5;
   if (.@r >= 9)
      bonus bCritAtkRate,5;
}

Set Script
Golden Angel Hairband
Golden Angel Wing
bonus bAllStats,1;