0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
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

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
100
2

Requirements

1

Scripts

.@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;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.