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

Boots of Good and Evil (Dragon Knight) [1]

Buy Price: N/A Sell Price: N/A
A pair of boots which contain the power of good and evil.
_______________________
For each 2 Refine Levels:
MaxHP +1%, MaxSP +1%.
_______________________
Refine Level +7:
ATK +7%
_______________________
Refine Level +9:
Increases Physical Damage by 10%.
_______________________
Refine Level +11:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
[Bonus by Grade]
[Grade D]: RES +50, MRES +50.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: P.ATK +7, S.MATK +7.
[Grade A]: Fixed Casting Time -0.5 seconds.
_______________________
Type: Shoes
Defense: 20
Weight: 60
Armor Level: 2
_______________________
Requirement:
Base Level 210
Dragon Knight

Equipment Reform

Available through the reform system FateSin_Boots_Hammer

Available through the reform system Plus7_Refine_NPC

Equipment Slots

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

Basic Information

Armor
600
20
Equipment reform

Job Requirements

Yes

Requirements

2
210

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,500; bonus bMaxSP,100; bonus bMaxHPrate,(.@r/2); bonus bMaxSPrate,(.@r/2); if (.@r>=7) { bonus bAtkRate,7; if (.@r>=9) { bonus bShortAtkRate,10; bonus bLongAtkRate,10; if (.@r>=11) { bonus bFixedCast,-500; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,50; bonus bRes,50; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,7; bonus bSMatk,7; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-500; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHP,500;
bonus bMaxSP,100;
bonus bMaxHPrate,(.@r/2);
bonus bMaxSPrate,(.@r/2);
if (.@r>=7) {
   bonus bAtkRate,7;
   if (.@r>=9) {
      bonus bShortAtkRate,10;
      bonus bLongAtkRate,10;
      if (.@r>=11) {
         bonus bFixedCast,-500;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,50;
   bonus bRes,50;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddSize,Size_All,10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,7;
         bonus bSMatk,7;
         if (.@g>=ENCHANTGRADE_A) {
            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.