Love Dad Wings 2012

Item ID 20724 Name Love Dad Wings 2012
Beautiful golden wings Shining brightly To celebrate the event of Father's Day
_______________________
Base STR at least 90:
All Basic Stats +1
MaxHP +1%
MaxSP +1%

For each Refine Level:
STR +1
_______________________
Base INT at least 90:
All Basic Stats +1
MaxHP +1%
MaxSP +1%

For each Refine Level:
INT +1
_______________________
Base VIT at least 90:
All Basic Stats +1
MaxHP +1%
MaxSP +1%

For each Refine Level:
VIT +1
_______________________
Base AGI at least 90:
All Basic Stats +1
MaxHP +1%
MaxSP +1%

For each Refine Level:
AGI +1
_______________________
Base DEX at least 90:
All Basic Stats +1
MaxHP +1%
MaxSP +1%

For each Refine Level:
DEX +1
_______________________
Base LUK at least 90:
All Basic Stats +1
MaxHP +1%
MaxSP +1%

For each Refine Level:
LUK +1
_______________________
Type: Garment
Defense: 15
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Love_Dad_Wings_2012
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 15 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 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)>89) {
   bonus bAllStats,1;
   bonus bStr,.@r;
   bonus bMaxHPrate,1;
   bonus bMaxSPrate,1;
}
if (readparam(bAgi)>89) {
   bonus bAllStats,1;
   bonus bAgi,.@r;
   bonus bMaxHPrate,1;
   bonus bMaxSPrate,1;
}
if (readparam(bVit)>89) {
   bonus bAllStats,1;
   bonus bVit,.@r;
   bonus bMaxHPrate,1;
   bonus bMaxSPrate,1;
}
if (readparam(bInt)>89) {
   bonus bAllStats,1;
   bonus bInt,.@r;
   bonus bMaxHPrate,1;
   bonus bMaxSPrate,1;
}
if (readparam(bDex)>89) {
   bonus bAllStats,1;
   bonus bDex,.@r;
   bonus bMaxHPrate,1;
   bonus bMaxSPrate,1;
}
if (readparam(bLuk)>89) {
   bonus bAllStats,1;
   bonus bLuk,.@r;
   bonus bMaxHPrate,1;
   bonus bMaxSPrate,1;
}