ID #400512
Armor
Hat of Desert [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 20
Weight: 300
Slots: 1
Armor level: 1
Required level: 50
Defense: 20
Weight: 300
Slots: 1
Armor level: 1
Required level: 50
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
300
Defense
20
Requirements
Armor Level
1
Min Level
50
Scripts
Script .@r = getrefine(); bonus bAtkRate,2; bonus bAspd,1; if (.@r>=5) { bonus bBaseAtk,20; bonus2 bSkillAtk,"KN_BOWLINGBASH",10; if (.@r>=7) { bonus2 bSkillAtk,"KN_BOWLINGBASH",20; if (.@r>=9) { bonus2 bHPDrainRate,30,5; bonus bNoRegen,1; bonus bNoRegen,2; } } }
.@r = getrefine();
bonus bAtkRate,2;
bonus bAspd,1;
if (.@r>=5) {
bonus bBaseAtk,20;
bonus2 bSkillAtk,"KN_BOWLINGBASH",10;
if (.@r>=7) {
bonus2 bSkillAtk,"KN_BOWLINGBASH",20;
if (.@r>=9) {
bonus2 bHPDrainRate,30,5;
bonus bNoRegen,1;
bonus bNoRegen,2;
}
}
}