Origin of Fertility

Item ID 490201 Name Origin of Fertility
None
Weapon Level 0 Identifier The_Origin_of_fertility
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 1 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be auctioned
Item Script
.@r = getrefine();
bonus bAllStats,1;
bonus bMaxHP,300;
bonus bMaxSP,200;
if (.@r >= 7) {
  bonus bAllStats,2;
  if (.@r >= 9) {
    bonus bAllStats,2;
  }
}

Set Script
Origin of Fire
Origin of Fertility
.@sum = getequiprefinerycnt(EQI_ACC_R)+getequiprefinerycnt(EQI_ACC_L);
if (.@sum >= 17) {
   bonus bBaseAtk,10;
   bonus bLuk,4;
   bonus bCritical,2;
}