Emerald Earrings [1], броня (Renewal)
Emerald Earrings [1] (EMERALD_EARRING) – броня.
![Emerald Earrings [1], броня (Renewal) Emerald Earrings [1], броня (Renewal)](/images/db/items/picture/28411.png)
A pair of earrings each crafted from large emeralds.
Agi + 5
Int + 5
Dex + 5
Increases the damage of Arrow Vulcan, Melody Strike and Slinging Arrow by 1% for every base level.
Increases the damage of Metallic Sound by 2% for every 5 base levels.
Reduces the variable casting time of Metallic Sound by 1% for every 5 base levels.
Additional Agi + 1 per 2 levels of Voice Lessons known.
Additional Int + 1 per 2 levels of Voice Lessons known.
Additional Dex + 1 per 2 levels of Voice Lessons known.
Matk + 20 per 2 levels of Voice Lessons known.
Базовые свойства предмета
- ID: 27818
- Код: EMERALD_EARRING
- Тип: броня
- Уровень брони: 1
- Защита: 3
- Требуемый уровень: 50
- Вес: 50
Скрипт
bonus bDex,5;
bonus bAgi,5;
bonus bInt,5;
bonus2 bSkillAtk,"CG_ARROWVULCAN",BaseLevel;
bonus2 bSkillAtk,"BA_MUSICALSTRIKE",BaseLevel;
bonus2 bSkillAtk,"DC_THROWARROW",BaseLevel;
bonus2 bSkillAtk,"WM_METALICSOUND",2*(BaseLevel/5);
.@n = getskilllv("WM_METALICSOUND");
bonus2 bVariableCastrate,"WM_METALICSOUND",.@n/2;
bonus bDex,.@n/2;
bonus bAgi,.@n/2;
bonus bInt,.@n/2;
bonus bMatk,(.@n/2)*20;