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

Feather Shield-LT [1]

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 150
Weight: 400
Slots: 1
Armor level: 2
Required level: 150

Equipment Slots

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

Basic Information

Armor
400
150

Requirements

2
150

Scripts

.@r = getrefine(); .@g = getenchantgrade(); bonus bDelayrate,-3; bonus bAspdRate,3; bonus bBaseAtk,10*(.@r/2); bonus bMatk,10*(.@r/2); if (.@r>=7) { bonus bDelayrate,-3; bonus bAspdRate,3; } if (.@r>=9) { bonus bAtkRate,10; bonus bMatkRate,10; } if (.@r>=12) { bonus bDelayrate,-4; bonus bAspd,2; } if (.@g>=ENCHANTGRADE_D) { bonus bPow,2; bonus bSpl,2; } if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,5; bonus bSMatk,5; } if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,4*(.@r/3); bonus2 bMagicAddSize,Size_All,4*(.@r/3); } if (.@g>=ENCHANTGRADE_A) { if (.@r>=13) { bonus2 bResEff,Eff_Freeze,10000; bonus2 bResEff,Eff_Sleep,10000; bonus2 bResEff,Eff_Stone,10000; bonus2 bResEff,Eff_Stun,10000; } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bDelayrate,-3;
bonus bAspdRate,3;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
if (.@r>=7) {
   bonus bDelayrate,-3;
   bonus bAspdRate,3;
}
if (.@r>=9) {
   bonus bAtkRate,10;
   bonus bMatkRate,10;
}
if (.@r>=12) {
   bonus bDelayrate,-4;
   bonus bAspd,2;
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPow,2;
   bonus bSpl,2;
}
if (.@g>=ENCHANTGRADE_C) {
   bonus bPAtk,5;
   bonus bSMatk,5;
}
if (.@g>=ENCHANTGRADE_B) {
   bonus2 bAddSize,Size_All,4*(.@r/3);
   bonus2 bMagicAddSize,Size_All,4*(.@r/3);
}
if (.@g>=ENCHANTGRADE_A) {
   if (.@r>=13) {
       bonus2 bResEff,Eff_Freeze,10000;
       bonus2 bResEff,Eff_Sleep,10000;
       bonus2 bResEff,Eff_Stone,10000;
       bonus2 bResEff,Eff_Stun,10000;
   }
}
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.