Elemental Boots [1], броня (Renewal)
Elemental Boots [1] (ELEMENTAL_BOOTSK) – броня.
![Elemental Boots [1], броня (Renewal) Elemental Boots [1], броня (Renewal)](/images/db/items/picture/470033.png)
Boots with four elemental powers.
Increases Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike damage by 15% and additional 2% per refine rate.
If refine rate is 7 or higher, Matk + 20.
If refine rate is 9 or higher, Has a chance to gain Int + 70 and Matk + 10% for 5 seconds when dealing physical damage.
If refine rate is 11 or higher, increases water, wind, earth and fire property magical damage by 10%.
When equipped with Elemental Sword, ASPD + 2, Matk + 70,
if refine rate of Elemental Sword is 10 or higher, increases all property magical damage by 10%.
Базовые свойства предмета
- ID: 30413
- Код: ELEMENTAL_BOOTSK
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 99
- Вес: 10
Скрипт
.@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; }",1,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;
}