
RENEWAL / ITEMS
Ring of Ceryneian [1]
#490145Armor
Ring_Of_Ceryneian
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
A ring made of golden antlers.
It is under the protection of the moon goddess and
dramatically improves the hunter's abilities.
DEX + 7.
Physical damage against all class enemies + 10%.
Per 10 BaseLv, increase damage of Arrow Storm and Aimed Bolt by 1%.
When Warg Ride skill level 3,
each attack hit recovers SP by 3,
reduces after cast delay by 20%.
When Aimed Bolt skill level 10,
increase damage to boss monsters by 15%.
When Camouflage skill level 5,
reduce cool time of No Limits by 45s.
When Main Ranger skill level 10,
increases accuracy by 15%.
Type : Accessory Defense : 0
Weight : 1
Required level : 100
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
bonus bDex,7;
bonus bAtkRate,10;
bonus2 bSkillAtk,"RA_AIMEDBOLT",(BaseLevel/10);
bonus2 bSkillAtk,"RA_ARROWSTORM",(BaseLevel/10);
if (getskilllv("RA_WUGRIDER") == 3) {
bonus bSPDrainValue,3;
bonus bDelayrate,-20;
}
if (getskilllv("RA_AIMEDBOLT") == 10)
bonus2 bAddClass,Class_Boss,15;
if (getskilllv("RA_CAMOUFLAGE") == 5)
bonus2 bSkillCooldown,"RA_UNLIMIT",-45000;
if (getskilllv("RA_RANGERMAIN") == 10)
bonus bPerfectHitAddRate,15;