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