
RENEWAL / ITEMS
Moan of Corruption [1]
#470204Armor
Corruption_Boots_K
TypeArmor
Equipment positionFootgear
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF16
Slots1
Required level240
Armor level2
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@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);
}
}
}
}