
RENEWAL / ITEMS
Magical Ring [1]
#28377Armor
Magical_Ring
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level20
Armor level1
Description
A ring created to enhance magical powers. The sorceress who made this ring was a great admirer of rune knights.
Type: Equipment
Class: Accessory
Defense: 0
Weight: 10
Required Level: 20
Required Jobs: All Jobs
Increases the damage of Water property magical attacks on targets by 5%.
Increases the damage of Earth property magical attacks on targets by 5%.
Increases the damage of Fire property magical attacks on targets by 5%.
Increases the damage of Wind property magical attacks on targets by 5%.
Increases the damage of Cold Bolt by 1% for every 5 base levels.
Increases the damage of Earth Spike by 1% for every 5 base levels.
Increases the damage of Fire Bolt by 1% for every 5 base levels.
Increases the damage of Lightning Bolt by 1% for every 5 base levels.
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
bonus2 bMagicAtkEle,Ele_Fire,5;
bonus2 bMagicAtkEle,Ele_Water,5;
bonus2 bMagicAtkEle,Ele_Earth,5;
bonus2 bMagicAtkEle,Ele_Wind,5;
if (BaseLevel > 4) {
bonus2 bSkillAtk,"MG_FIREBOLT",BaseLevel/5;
bonus2 bSkillAtk,"MG_COLDBOLT",BaseLevel/5;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",BaseLevel/5;
bonus2 bSkillAtk,"WZ_EARTHSPIKE",BaseLevel/5;
}