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

Rune Boots of Plain [1]

Buy Price: N/A Sell Price: N/A
Boots engraved with Varmundt's Glade Rune magic.
The imprint is amplified with the essence of glade.
_______________________
Refine Level +7:
MaxHP +10%, P.ATK +2
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of every size by 10%.
Decreases Fixed Casting Time by additional 0.2 seconds.
_______________________
[Bonus by Grade]
[Grade D]: MaxHP +5%
[Grade C]: Fixed Casting Time -0.3 seconds.
[Grade B]: MaxHP +7%, Variable Casting Time -5%.
[Grade A]: Fixed Casting Time -0.2 seconds.
_______________________
Type: Shoes
Defense: 45
Weight: 100
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
1000
45

Requirements

2
230

Scripts

.@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bPAtk,2; bonus bMaxHPrate,10; if (.@r>=9) { bonus bFixedCast,-300; bonus bVariableCastrate,-10; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_All,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus bVariableCastrate,-5; bonus bMaxHPrate,7; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-200; bonus bPAtk,2; } } } }
.@g = getenchantgrade();
.@r = getrefine();
if (.@r>=7) {
   bonus bPAtk,2;
   bonus bMaxHPrate,10;
   if (.@r>=9) {
      bonus bFixedCast,-300;
      bonus bVariableCastrate,-10;
      if (.@r>=11) {
         bonus bFixedCast,-200;
         bonus2 bAddSize,Size_All,10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMaxHPrate,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bFixedCast,-300;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bVariableCastrate,-5;
         bonus bMaxHPrate,7;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bFixedCast,-200;
            bonus bPAtk,2;
         }
      }
   }
}
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.