
RENEWAL / ITEMS
Emerald Earrings [1]
#28411Armor
Emerald_Earring
TypeArmor
Equipment positionAccessory
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF3
Slots1
Required level50
Armor level1
Description
A pair of earrings each crafted from large emeralds.
Class: Accessory
Weight: 50
Requires Level: 50
Usable By: All Jobs
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.
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,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;