ID #460073
Armor
Ultra Shield [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 60
Weight: 400
Slots: 1
Armor level: 1
Required level: 100
Defense: 60
Weight: 400
Slots: 1
Armor level: 1
Required level: 100
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
60
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bAgi,7; bonus bDex,7; if (.@r>=5) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; if (.@r>=7) { bonus bAgi,3; bonus bDex,3; if (.@r>=9) { bonus bAgi,7; bonus bDex,7; } } }
.@r = getrefine();
bonus bAgi,7;
bonus bDex,7;
if (.@r>=5) {
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
if (.@r>=7) {
bonus bAgi,3;
bonus bDex,3;
if (.@r>=9) {
bonus bAgi,7;
bonus bDex,7;
}
}
}