Ring of Ceryneian [1], броня (Renewal)
Ring of Ceryneian [1] (RING_OF_CERYNEIAN) – броня.
A ring made of golden antlers.
It is under the protection of the moon goddess and
dramatically improves the hunter's abilities.
Increase physical damage to all size monsters by 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%.
Required level : 100
Базовые свойства предмета
- ID: 30942
- Код: RING_OF_CERYNEIAN
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 100
- Вес: 10
Скрипт
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;
Скрипт при снятии
sc_end SC_UNLIMIT;