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 #470072 Armor

Unknown Dexterity Boots [1]

Buy Price: N/A Sell Price: N/A
Old shoes that have been eroded by an unknown force.
Whenever the wearer concentrates, he can feel the boots react.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
MaxHP +110
MaxSP +10
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +11:
Physical and magical attacks have a random chance to increase DEX by 175 for 10 seconds.
_______________________
Refine Level +13:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
[Bonus by Grade]
[Grade D]: Physical and magical attacks have a random chance to increase DEX by 25 for 10 seconds.
[Grade C]: Physical and magical attacks have a random chance to increase DEX by 25 for 10 seconds.
_______________________
Type: Shoes
Defense: 60
Weight: 70
Armor Level: 2
_______________________
Requirement:
Base Level 230

Equipment Slots

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

Basic Information

Armor
700
60

Requirements

2
230

Scripts

.@r = getrefine(); bonus bBaseAtk,15*(.@r/2); bonus bMaxHP,110*(.@r/3); bonus bMaxSP,10*(.@r/3); if (.@r>=9) { bonus bAspdRate,7; if (.@r>=11) { autobonus "{ .@g = getenchantgrade(); if (.@g >= ENCHANTGRADE_D) { .@val = 25; if (.@g >= ENCHANTGRADE_C) { .@val += 25; } } bonus bDex,175+.@val; }",1,10000,BF_WEAPON|BF_MAGIC; if (.@r>=13) { bonus bFixedCast,-500; } } }
.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus bMaxHP,110*(.@r/3);
bonus bMaxSP,10*(.@r/3);
if (.@r>=9) {
   bonus bAspdRate,7;
   if (.@r>=11) {
      autobonus "{ .@g = getenchantgrade(); if (.@g >= ENCHANTGRADE_D) { .@val = 25; if (.@g >= ENCHANTGRADE_C) { .@val += 25; } } bonus bDex,175+.@val; }",1,10000,BF_WEAPON|BF_MAGIC;
      if (.@r>=13) {
         bonus bFixedCast,-500;
      }
   }
}
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.