ID #490279
Armor
Raphin P. Necklace [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 100
Slots: 1
Armor level: 1
Required level: 100
Weight: 100
Slots: 1
Armor level: 1
Required level: 100
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
.@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;
}