ID #470334
Armor
Entwined Magical Shoes [1]
Buy Price: N/A
Sell Price: N/A
A pair of shoes entwined with mysterious roots, they offer resistance to alien dimensional magic.
_______________________
DEF +150, MDEF +40.
FLEE +35.
_______________________
Refine Level +7:
Increases Magical Damage with every element by 7%.
_______________________
Refine Level +9:
S.MATK +3.
_______________________
Refine Level +10:
DEF +50.
Decreases Variable Casting Time by 7%.
_______________________
When equipped with Entwined Magical Robe:
Increases Attack Speed (decreases After Attack Delay by 7%).
Increases Magical Damage against monsters in Destroyed Valkyrie Realm by 5%.
_______________________
[Bonus by Grade]
[Grade D]: RES +25, MRES +25.
[Grade C]: Fixed Casting Time -1 second, Magical Damage against monsters in Destroyed Valkyrie Realm +10%.
_______________________
Type: Shoes
Defense: 67
Weight: 50
Armor Level: 2
_______________________
Requirement:
Base Level 220
_______________________
DEF +150, MDEF +40.
FLEE +35.
_______________________
Refine Level +7:
Increases Magical Damage with every element by 7%.
_______________________
Refine Level +9:
S.MATK +3.
_______________________
Refine Level +10:
DEF +50.
Decreases Variable Casting Time by 7%.
_______________________
When equipped with Entwined Magical Robe:
Increases Attack Speed (decreases After Attack Delay by 7%).
Increases Magical Damage against monsters in Destroyed Valkyrie Realm by 5%.
_______________________
[Bonus by Grade]
[Grade D]: RES +25, MRES +25.
[Grade C]: Fixed Casting Time -1 second, Magical Damage against monsters in Destroyed Valkyrie Realm +10%.
_______________________
Type: Shoes
Defense: 67
Weight: 50
Armor Level: 2
_______________________
Requirement:
Base Level 220
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
67
Requirements
Armor Level
2
Min Level
220
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bMdef,40; bonus bDef,150; bonus bFlee,35; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,7; if (.@r>=9) { bonus bSMatk,3; if (.@r>=10) { bonus bVariableCastrate,-7; bonus bDef,50; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,25; bonus bRes,25; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-1000; bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,10; } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMdef,40;
bonus bDef,150;
bonus bFlee,35;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,7;
if (.@r>=9) {
bonus bSMatk,3;
if (.@r>=10) {
bonus bVariableCastrate,-7;
bonus bDef,50;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMRes,25;
bonus bRes,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bFixedCast,-1000;
bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,10;
}
}