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
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
Type
Armor
Weight
400
Defense
150
Requirements
Armor Level
2
Min Level
150
Scripts
Script .@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;
}
}