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

Beast's Leather Shoes [1]

Buy Price: N/A Sell Price: N/A
Leather shoes made with the motif of a Moonlight.
_______________________
MaxHP +1500, MaxSP +150
_______________________
Refine Level +7:
MATK +3%
_______________________
Refine Level +9:
MATK +5%, S.MATK +5
_______________________
Refine Level +11:
Decreases Fixed Casting Time by 0.8 seconds.
Decreases Variable Casting Time by 10%.
_______________________
When equipped with Moonlight Card:
Decreases Fixed Casting Time by 0.2 seconds.
S.MATK +15
_______________________
When equipped with Sealed Moonlight Card:
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Furious Moonlight Card:
For each 3 Refine Levels of equipped Shoes:
Increases Magical Damage with every element by 4%.
_______________________
[Additional Options by Grade]
[Grade D]: RES +30, MRES +30
[Grade C]: Magical Damage against enemies of every size +15%
[Grade B]: SPL +3
[Grade A]: S.MATK +7
_______________________
Type: Shoes
Defense: 15
Weight: 60
Armor Level: 2
_______________________
Requirement:
Base Level 200

Equipment Slots

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

Basic Information

Armor
600
15

Requirements

2
200

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,1500; bonus bMaxSP,150; if (.@r>=7) { bonus bMatkRate,3; if (.@r>=9) { bonus bSMatk,5; bonus bMatkRate,5; if (.@r>=11) { bonus bFixedCast,-800; bonus bVariableCastrate,-10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,30; bonus bRes,30; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,15; if (.@g>=ENCHANTGRADE_B) { bonus bSpl,3; if (.@g>=ENCHANTGRADE_A) { bonus bSMatk,7; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxSP,150;
if (.@r>=7) {
   bonus bMatkRate,3;
   if (.@r>=9) {
      bonus bSMatk,5;
      bonus bMatkRate,5;
      if (.@r>=11) {
         bonus bFixedCast,-800;
         bonus bVariableCastrate,-10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,30;
   bonus bRes,30;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAddSize,Size_All,15;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bSpl,3;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bSMatk,7;
         }
      }
   }
}
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.