ID #22170
Armor
Survivor's Shoes
Buy Price: N/A
Sell Price: N/A
A pair of shoes that automatically protects its wearer.
_______________________
MaxHP +3%
MaxSP +3%
MATK +2%
MDEF +15
_______________________
Increases Earth and Wind elemental magic attacks by 2%.
_______________________
Decreases damage taken from Demi-Human race by 5%.
_______________________
Refine Level +5:
MaxHP +7%
MaxSP +7%
MATK +3%
Increases Earth and Wind elemental magic attacks by 3%.
_______________________
Refine Level +7:
MaxHP +10%
MaxSP +10%
MATK +5%
Increases Earth and Wind elemental magic attacks by 5%.
_______________________
When equipped with Circlet of Survival:
MATK +10%
If Circlet of Survival Refine Level +7:
Increases Earth and Wind elemental magic attacks by 10%.
If Circlet of Survival Refine Level +9:
Increases Earth and Wind elemental magic attacks by 10%.
_______________________
When equipped with Manteau of Survival:
MATK +10%
If Manteau of Survival Refine Level +7:
Decreases damage taken from Earth and Wind elemental attacks by 15%.
If Manteau of Survival Refine Level +9:
Decreases damage taken from Earth and Wind elemental attacks by 15%.
_______________________
When equipped with Orbs of Survival:
VIT +5
INT +5
Decreases damage taken from Demi-Human race by 3%.
_______________________
When equipped with Staff of Survival [1]:
Decreases damage taken from Demi-Human race by 10%.
Ignores magical defense of enemies of all monsters by 50%.
If Staff of Survival [1] Refine Level +10:
Decreases Earth Strain skill cooldown by 2.4 seconds.
Decreases Chain Lightning skill cooldown by 1 seconds.
Increases Magical Damage against monsters of Demi-Human race by 20%.
Increases Neutral elemental magic attacks by 80%.
Random chance to increase damage inflicted with Chain Lightning by 100% for 5 seconds when dealing magical damage.
_______________________
Type: Shoes
Defense: 15
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
MaxHP +3%
MaxSP +3%
MATK +2%
MDEF +15
_______________________
Increases Earth and Wind elemental magic attacks by 2%.
_______________________
Decreases damage taken from Demi-Human race by 5%.
_______________________
Refine Level +5:
MaxHP +7%
MaxSP +7%
MATK +3%
Increases Earth and Wind elemental magic attacks by 3%.
_______________________
Refine Level +7:
MaxHP +10%
MaxSP +10%
MATK +5%
Increases Earth and Wind elemental magic attacks by 5%.
_______________________
When equipped with Circlet of Survival:
MATK +10%
If Circlet of Survival Refine Level +7:
Increases Earth and Wind elemental magic attacks by 10%.
If Circlet of Survival Refine Level +9:
Increases Earth and Wind elemental magic attacks by 10%.
_______________________
When equipped with Manteau of Survival:
MATK +10%
If Manteau of Survival Refine Level +7:
Decreases damage taken from Earth and Wind elemental attacks by 15%.
If Manteau of Survival Refine Level +9:
Decreases damage taken from Earth and Wind elemental attacks by 15%.
_______________________
When equipped with Orbs of Survival:
VIT +5
INT +5
Decreases damage taken from Demi-Human race by 3%.
_______________________
When equipped with Staff of Survival [1]:
Decreases damage taken from Demi-Human race by 10%.
Ignores magical defense of enemies of all monsters by 50%.
If Staff of Survival [1] Refine Level +10:
Decreases Earth Strain skill cooldown by 2.4 seconds.
Decreases Chain Lightning skill cooldown by 1 seconds.
Increases Magical Damage against monsters of Demi-Human race by 20%.
Increases Neutral elemental magic attacks by 80%.
Random chance to increase damage inflicted with Chain Lightning by 100% for 5 seconds when dealing magical damage.
_______________________
Type: Shoes
Defense: 15
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
500
Defense
15
Requirements
Armor Level
1
Min Level
100
Scripts
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;
.@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;