Artwork unavailable
RENEWAL / ITEMS
Raphin P. Necklace [1]
#490279Armor
Raphin_Necklace_TH
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect 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;
}