Origin of Fire

Item ID 490197 Name Origin of Fire
None
Weapon Level 0 Identifier The_Origin_of_Fire
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Right
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 bCritical,2;
bonus bBaseAtk,5;
if (.@r >= 7) {
  bonus bBaseAtk,3;
  bonus bHit,2;
  bonus bCritical,3;
  if (.@r >= 9) {
    bonus bBaseAtk,5;
    bonus bHit,3;
    bonus bCritical,1;
  }
}

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;
}