
RENEWAL / ITEMS
Emerald Ring [1]
#28573Armor
Emerald_Ring
TypeArmor
Equipment positionAccessory
GenderBoth
Weight30
Buy price20 z
Sell price10 z
Slots1
Required level100
Armor level1
Description
A beautiful ring with a big shiny emerald inserted into it.
Class: Accessory
Weight: 30
Requires Level: 100
Usable By: All Jobs
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.
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
.@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;