0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
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

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
900
84

Requirements

2
220

Scripts

.@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;
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.