ID #400660
Armor
Ultra Helm [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 5
Weight: 400
Slots: 1
Armor level: 1
Required level: 100
Defense: 5
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
5
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bLongAtkRate,5; bonus bAspdRate,5; bonus bPerfectHitAddRate,5; bonus bHit,.@r; bonus bDelayrate,-.@r; if (.@r>=7) { bonus bLongAtkRate,5; bonus bPerfectHitAddRate,10; if (.@r>=9) { bonus bLongAtkRate,5; bonus bPerfectHitAddRate,10; } }
.@r = getrefine();
bonus bLongAtkRate,5;
bonus bAspdRate,5;
bonus bPerfectHitAddRate,5;
bonus bHit,.@r;
bonus bDelayrate,-.@r;
if (.@r>=7) {
bonus bLongAtkRate,5;
bonus bPerfectHitAddRate,10;
if (.@r>=9) {
bonus bLongAtkRate,5;
bonus bPerfectHitAddRate,10;
}
}