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

Thanos Boots (Shooter) [1]

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 60
Weight: 1200
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
1200
60

Requirements

2
190

Scripts

.@r = getrefine(); .@g = getenchantgrade(); bonus bMaxHP,1500; bonus bMaxSP,100; bonus bMaxHPrate,2*(.@r/2); bonus bMaxSPrate,.@r/2; if (.@r>=7) { bonus bBaseAtk,50; if (.@r>=9) { bonus bLongAtkRate,10; if (.@r>=11) { bonus bDelayrate,-5; bonus bFixedCast,-500; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHP,2500; bonus bMaxSP,300; if (.@g>=ENCHANTGRADE_C) { bonus bDelayrate,-5; bonus bLongAtkRate,5; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,5; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,3; bonus bFixedCast,-500; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHP,1500;
bonus bMaxSP,100;
bonus bMaxHPrate,2*(.@r/2);
bonus bMaxSPrate,.@r/2;
if (.@r>=7) {
   bonus bBaseAtk,50;
   if (.@r>=9) {
       bonus bLongAtkRate,10;
       if (.@r>=11) {
            bonus bDelayrate,-5;
            bonus bFixedCast,-500;
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMaxHP,2500;
   bonus bMaxSP,300;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bDelayrate,-5;
       bonus bLongAtkRate,5;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bPAtk,5;
            if (.@g>=ENCHANTGRADE_A) {
                bonus bPAtk,3;
                bonus bFixedCast,-500;
            }
       }
   }
}
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.