ID #470333
Armor
Entwined Magical Boots [1]
Buy Price: N/A
Sell Price: N/A
A pair of boots entwined with mysterious roots, they offer resistance to alien dimensional magic.
_______________________
DEF +250, MDEF +25.
HIT +25, Critical +5.
_______________________
Refine Level +7:
Increases Physical Damage by 7%.
_______________________
Refine Level +9:
P.ATK +3.
_______________________
Refine Level +10:
DEF +50.
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
When equipped with Entwined Magical Armor:
Decreases Variable Casting Time by 7%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by 10%.
_______________________
[Bonus by Grade]
[Grade D]: RES +25, MRES +25.
[Grade C]: Fixed Casting Time -1 second, Physical Damage against monsters in Destroyed Valkyrie Realm +15%.
_______________________
Type: Shoes
Defense: 84
Weight: 90
Armor Level: 2
_______________________
Requirement:
Base Level 220
_______________________
DEF +250, MDEF +25.
HIT +25, Critical +5.
_______________________
Refine Level +7:
Increases Physical Damage by 7%.
_______________________
Refine Level +9:
P.ATK +3.
_______________________
Refine Level +10:
DEF +50.
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
When equipped with Entwined Magical Armor:
Decreases Variable Casting Time by 7%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by 10%.
_______________________
[Bonus by Grade]
[Grade D]: RES +25, MRES +25.
[Grade C]: Fixed Casting Time -1 second, Physical Damage against monsters in Destroyed Valkyrie Realm +15%.
_______________________
Type: Shoes
Defense: 84
Weight: 90
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
900
Defense
84
Requirements
Armor Level
2
Min Level
220
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bMdef,25; bonus bDef,250; bonus bCritical,5; bonus bHit,25; if (.@r>=7) { bonus bLongAtkRate,7; bonus bShortAtkRate,7; if (.@r>=9) { bonus bPAtk,3; if (.@r>=10) { bonus bAspdRate,7; bonus bDef,50; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,25; bonus bRes,25; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-1000; bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,15; } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMdef,25;
bonus bDef,250;
bonus bCritical,5;
bonus bHit,25;
if (.@r>=7) {
bonus bLongAtkRate,7;
bonus bShortAtkRate,7;
if (.@r>=9) {
bonus bPAtk,3;
if (.@r>=10) {
bonus bAspdRate,7;
bonus bDef,50;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMRes,25;
bonus bRes,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bFixedCast,-1000;
bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,15;
}
}