Emerald Ring [1], броня (Renewal)
Emerald Ring [1] (EMERALD_RING) – броня.
![Emerald Ring [1], броня (Renewal) Emerald Ring [1], броня (Renewal)](/images/db/items/picture/28573.png)
A beautiful ring with a big shiny emerald inserted into it.
Agi + 5
Additional Agi + 1 per 2 levels of Double Strafe known.
Vit + 5
Additional Vit + 1 per 2 levels of Double Strafe known.
Dex + 5
Additional Dex + 1 per 2 levels of Double Strafe known.
Atk + 20 per 2 levels of Double Strafe known.
Increases the damage of Arrow Shower and Double Strafe by 1% for every base level.
Increases the damage of Severe Rainstorm by 2% for every 10 base levels.
Reduces the SP cost of Improvised Song by 18.
Базовые свойства предмета
- ID: 27947
- Код: EMERALD_RING
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 30
Скрипт
.@a = getskilllv("AC_DOUBLE")/2; bonus bAgi,5+(.@a); bonus bVit,5+(.@a); bonus bDex,5+(.@a); bonus bBaseAtk,(20*.@a); bonus2 bSkillAtk,"AC_DOUBLE",BaseLevel; bonus2 bSkillAtk,"AC_SHOWER",BaseLevel; bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",2*(BaseLevel/10); bonus2 bSkillUseSP,"WM_RANDOMIZESPELL",18;