Love Daddy 2013

Item ID 18960 Name Love Daddy 2013
None
Weapon Level 0 Identifier Love_Daddy_2013
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bAddClass,Class_All,2;
bonus bMatkRate,2;
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 bMaxHP,500;
      if (.@r >= 9)
         bonus bMaxHP,500;
   }
   if (readparam(bAgi) >= 90) {
      bonus bAspdRate,2;
      if (.@r >= 9)
         bonus bAspdRate,3;
   }
   if (readparam(bDex) >= 90) {
      bonus bLongAtkRate,3;
      if (.@r >= 9)
         bonus bLongAtkRate,3;
   }
   if (readparam(bLuk) >= 90) {
      bonus bCritical,5;
      if (.@r >= 9)
         bonus bCritical,5;
}