Survivor's Shoes, броня (Renewal)
Survivor's Shoes (SHOES_OF_SERVIVAL) – броня.

A pair of shoes that automatically protects its' owner.
Eligible Survivor's Rod for set combo:
Survivor's Rod (Dex)
Survivor's Rod (Dex) [1]
Survivor's Rod (Int)
Survivor's Rod (Int) [1]
Eligible Survivor's Manteau for set combo:
Survivor's Manteau
Survivor's Manteau [1]
Max HP + 3%
Max SP + 3%
Matk + 2%
Mdef + 15
Reduces damage taken from Demi-Human race enemies by 5%.
Increases the damage of Earth and Wind property magical attacks on targets by 2%.
If upgrade level is +5 or higher,
Additional Max HP + 7%
Additional Max SP + 7%
Additional Matk + 3%
Increases the damage of Earth and Wind property magical attacks on targets by an additional 3%.
If upgrade level is +7 or higher,
Additional Max HP + 10%
Additional Max SP + 10%
Additional Matk + 5%
Increases the damage of Earth and Wind property magical attacks on targets by an additional 5%.
Set Bonus
Survivor's Rod
Survivor's Shoes
Reduces damage taken from Demi-Human race enemies by 10%.
Bypass 50% of hard magic defense of normal monsters and boss monsters when performing a magical attack.
If Survivor's Rod upgrade level is +10 or higher,
Increases magical damage on Demi-Human race targets by 20%.
Increases the damage of Neutral property magical attacks on targets by 80%.
Reduces the cooldown of Earth Strain by 2.4 seconds.
Reduces the cooldown of Chain Lightning by 1 second.
Adds a 6% chance of buffing the user for 5 seconds when performing a magical attack; Increases the damage of Chain Lightning by 100%.
Set Bonus
Survivor's Circlet [1]
Survivor's Shoes
Matk + 10%
If Survivor's Circlet [1] upgrade level is +7 or higher,
Increases the damage of Earth and Wind property magical attacks on targets by 10%.
If Survivor's Circlet [1] upgrade level is +9 or higher,
Increases the damage of Earth and Wind property magical attacks on targets by an additional 10%.
Set Bonus
Survivor's Manteau
Survivor's Shoes
Matk + 10%
If Survivor's Manteau upgrade level is +7 or higher,
Reduces damage taken from Earth and Wind property attacks by 15%.
If Survivor's Manteau upgrade level is +9 or higher,
Reduces damage taken from Earth and Wind property attacks by an additional 15%.
Set Bonus
Survivor's Orb
Survivor's Shoes
Vit + 5
Int + 5
Reduces damage taken from Demi-Human race enemies by 3%.
Базовые свойства предмета
- ID: 26679
- Код: SHOES_OF_SERVIVAL
- Тип: броня
- Уровень брони: 1
- Защита: 15
- Требуемый уровень: 100
- Цена покупки: 10 з
- Цена продажи: 5 з
- Вес: 50
Скрипт
.@r = getrefine(); if (.@r >= 7) { .@hpsp = 20; .@dmg = 10; } else if (.@r >= 5) { .@hpsp = 10; .@dmg = 5; } else { .@hpsp = 3; .@dmg = 2; } bonus bMdef,15; bonus2 bSubRace,RC_DemiHuman,5; bonus bMaxHPrate,.@hpsp; bonus bMaxSPrate,.@hpsp; bonus bMatkRate,.@dmg; bonus2 bMagicAtkEle,Ele_Wind,.@dmg; bonus2 bMagicAtkEle,Ele_Earth,.@dmg;