Raphin P. Necklace

Item ID 490279 Name Raphin P. Necklace
None
Weapon Level 0 Identifier Raphin_Necklace_TH
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@a = readparam(bInt);
.@p = getitempos();
bonus bLongAtkRate,5;
bonus2 bSkillAtk,"RA_AIMEDBOLT",3*getskilllv("RA_WUGSTRIKE");
bonus bDelayrate,-.@a/12;
if (.@a >= 125) {
   if (.@p == EQP_ACC_R)
      bonus bFixedCast,-500;
   if (.@p == EQP_ACC_L)
      bonus bBaseAtk,80;
}