
RENEWAL / ITEMS
Survivor's Shoes
#22170Armor
Shoes_Of_Servival
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price10 z
Sell price5 z
DEF15
Required level100
Armor level1
Description
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]
Class: Shoes
Defense: 15
Weight: 50
Requires Level: 100
Usable By: All Jobs
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%.
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();
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;