
RENEWAL / ITEMS
Elemental Boots [1]
#470033Armor
Elemental_BootsK
TypeArmor
Equipment positionFootgear
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level99
Armor level1
Description
A magic boots imbued with four elemental powers.
It is said if you can collect all elemental equipment, you will master the four elements.
------------------------
Increase Fire Bolt, Cold Bot, Lightning Bolt, and Earth Spike damage by 15%.
------------------------
For every refine level, increase Fire Bolt, Cold Bot, Lightning Bolt, and Earth Spike damage by additional 2%.
------------------------
When refined to +7 or higher, MATK + 20.
------------------------
When refined to +9 or higher, there's a chance to gain INT + 70, MATK + 10% for 5 seconds when performing physical attack.
------------------------
When refined to +11 or higher, increase Fire, Water, Wind, and Earth property magical damage by 10%.
------------------------
Set Bonus:
Elemental Boots [1]
Elemental Sword [3]
ASPD + 2, MATK + 70.
When the refine level of Elemental Sword is +10 or higher, increase all property magical damage by 10%.
------------------------
Type: Shoes
Def: 10
Weight: 10
Required Level: 99
Class: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus2 bSkillAtk,"MG_FIREBOLT",15+(2*.@r);
bonus2 bSkillAtk,"MG_COLDBOLT",15+(2*.@r);
bonus2 bSkillAtk,"WZ_EARTHSPIKE",15+(2*.@r);
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",15+(2*.@r);
if (.@r>=7) {
bonus bMatk,20;
}
if (.@r>=9) {
autobonus "{ bonus bMatkRate,10; bonus bInt,70; }",30,5000,BF_WEAPON;
}
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Fire,10;
bonus2 bMagicAtkEle,Ele_Earth,10;
bonus2 bMagicAtkEle,Ele_Water,10;
bonus2 bMagicAtkEle,Ele_Wind,10;
}