0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #28377 Armor

Magical Ring [1]

Buy Price: N/A Sell Price: N/A
A magic ring that used to amplify the magical power.
_______________________
Increases Fire, Water, Magical Damage with Wind and Earth element by 5%.
_______________________
For each 5 Base Level:
Increases damage of Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike by 1%.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 20

Available from boxes

Basic Information

Armor
100

Requirements

1
20

Scripts

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; }
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;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.