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

Moan of Corruption [1]

Buy Price: N/A Sell Price: N/A
Shoes worn by a corrupt high priest.
_______________________
SPL +5, CON +3.
_______________________
Decreases SP Consumption by 15%.
_______________________
For each 3 Refine Levels:
MATK +7
_______________________
Refine Level +7:
MATK +5%, S.MATK +3.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases Magical Damage against monsters of Medium and Large by 15%.
_______________________
When equipped with Fallen Bishop Card:
MaxSP +25%
Increases Magical Damage against monsters of Holy element by 15%.
_______________________
When equipped with Sealed Fallen Bishop Card:
Increases Magical Damage against monsters of Holy element by 10%.
_______________________
[Bonus by Grade]
[Grade D]: MATK +5%, SPL +5.
[Grade C]: Fixed Casting Time -1 second.
[Grade B]: S.MATK +7
[Grade A]: SPL +8 per 2 Refine Levels
_______________________
Type: Shoes
Defense: 16
Weight: 30
Armor Level: 2
_______________________
Requirement:
Base Level 240

Equipment Slots

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

Basic Information

Armor
300
16

Requirements

2
240

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bSpl,5; bonus bCon,3; bonus bUseSPrate,15; bonus bMatk,7*(.@r/3); if (.@r>=7) { bonus bSMatk,3; bonus bMatkRate,5; if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bMagicAddSize,Size_Medium,15; bonus2 bMagicAddSize,Size_Large,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,5; bonus bSpl,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-1000; if (.@g>=ENCHANTGRADE_B) { bonus bSMatk,7; if (.@g>=ENCHANTGRADE_A) { bonus bSpl,8*(.@r/2); } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bSpl,5;
bonus bCon,3;
bonus bUseSPrate,15;
bonus bMatk,7*(.@r/3);
if (.@r>=7) {
   bonus bSMatk,3;
   bonus bMatkRate,5;
   if (.@r>=9) {
      bonus bVariableCastrate,-10;
      if (.@r>=11) {
         bonus2 bMagicAddSize,Size_Medium,15;
         bonus2 bMagicAddSize,Size_Large,15;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMatkRate,5;
   bonus bSpl,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bFixedCast,-1000;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bSMatk,7;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bSpl,8*(.@r/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.