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

Crimson Magic Boots-LT [1]

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 10
Weight: 300
Slots: 1
Armor level: 2
Required level: 190

Equipment Slots

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

Basic Information

Armor
300
10

Requirements

2
190

Scripts

.@r = getrefine(); .@g = getenchantgrade(); bonus bMdef,15; bonus bAtkRate,5+(.@r/2); bonus bMatkRate,5+(.@r/2); bonus bPAtk,.@r/3; bonus bSMatk,.@r/3; bonus bLongAtkDef,5; bonus2 bSubEle,Ele_Neutral,5; if (.@r>=11) { bonus2 bSubEle,Ele_All,10; bonus2 bSubEle,Ele_Neutral,-10; if (.@r>=13) { bonus bDelayrate,-6; bonus bFixedCast,-600; } } if (.@g >= ENCHANTGRADE_D) { bonus bRes,30; bonus bMRes,30; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkDef,5; bonus2 bSubEle,Ele_Neutral,5; if (.@g >= ENCHANTGRADE_B) { bonus bDelayrate,-4; bonus bFixedCast,-200; if (.@g >= ENCHANTGRADE_A) { bonus2 bSubEle,Ele_All,5; if (.@r>=13) bonus bFixedCast,-200; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMdef,15;
bonus bAtkRate,5+(.@r/2);
bonus bMatkRate,5+(.@r/2);
bonus bPAtk,.@r/3;
bonus bSMatk,.@r/3;
bonus bLongAtkDef,5;
bonus2 bSubEle,Ele_Neutral,5;
if (.@r>=11) {
   bonus2 bSubEle,Ele_All,10;
   bonus2 bSubEle,Ele_Neutral,-10;
   if (.@r>=13) {
       bonus bDelayrate,-6;
       bonus bFixedCast,-600;
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bRes,30;
   bonus bMRes,30;
   if (.@g >= ENCHANTGRADE_C) {
       bonus bLongAtkDef,5;
       bonus2 bSubEle,Ele_Neutral,5;
       if (.@g >= ENCHANTGRADE_B) {
           bonus bDelayrate,-4;
           bonus bFixedCast,-200;
           if (.@g >= ENCHANTGRADE_A) {
               bonus2 bSubEle,Ele_All,5;
               if (.@r>=13)
                   bonus bFixedCast,-200;
           }
       }
   }
}
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.