ID #19115
Armor
Republic Hat [1]
Buy Price: N/A
Sell Price: N/A
A hat that giving the feeling of being in republic of Schwartzvald.
_______________________
Increases Ranged Physical Damage by 6%.
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 2%.
_______________________
Refine Level +10:
Increases Ranged Physical Damage by 4%.
_______________________
Type: Headgear
Defense: 3
Position: Upper
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
Increases Ranged Physical Damage by 6%.
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 2%.
_______________________
Refine Level +10:
Increases Ranged Physical Damage by 4%.
_______________________
Type: Headgear
Defense: 3
Position: Upper
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base 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
3
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); .@val = 6; if (.@r >= 7) { .@val += 2; } if (.@r >= 9) { .@val += 4; } bonus bLongAtkRate,.@val;
.@r = getrefine();
.@val = 6;
if (.@r >= 7) {
.@val += 2;
}
if (.@r >= 9) {
.@val += 4;
}
bonus bLongAtkRate,.@val;