ID #18920
Armor
Bork
Buy Price: N/A
Sell Price: N/A
An interesting hat made of felt that comes from a far-away land.
Worn by skilled soldiers, this hat brings a sense of confidence to the wearer.
_______________________
Decreases damage taken from Demi-Human race by 5%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Demi-Human race by 5%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Demi-Human race by 3%.
_______________________
Type: Headgear
Defense: 2
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Worn by skilled soldiers, this hat brings a sense of confidence to the wearer.
_______________________
Decreases damage taken from Demi-Human race by 5%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Demi-Human race by 5%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Demi-Human race by 3%.
_______________________
Type: Headgear
Defense: 2
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement: None
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
100
Defense
2
Requirements
Armor Level
1
Scripts
Script .@r = getrefine(); bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; if (.@r >= 7) { .@val = 5; if (.@r >= 9) .@val += 3; bonus2 bAddRace,RC_DemiHuman,.@val; bonus2 bAddRace,RC_Player_Human,.@val; bonus2 bAddRace,RC_Player_Doram,.@val; }
.@r = getrefine();
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
if (.@r >= 7) {
.@val = 5;
if (.@r >= 9)
.@val += 3;
bonus2 bAddRace,RC_DemiHuman,.@val;
bonus2 bAddRace,RC_Player_Human,.@val;
bonus2 bAddRace,RC_Player_Doram,.@val;
}