Viewing Item

#18920: Bork

Item ID 18920 For Sale No
Identifier Bork Credit Price Not For Sale
Name Bork Type Armor
NPC Buy 20 Weight 10
NPC Sell 10 Weapon Level 0
Range 0 Defense 2
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description 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
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus2

5 bSubRace,RC_DemiHuman,5;

6 bonus2

7 bSubRace,RC_Player_Human,5;

8 bonus2

9 bSubRace,RC_Player_Doram,5;

10 if

11 (.@r

12 =

13 7)

14 {

15 .@val

16 =

17 5;

18 if

19 (.@r

20 =

21 9)

22 .@val

23 +=

24 3;

25 bonus2

26 bAddRace,RC_DemiHuman,.@val;

27 bonus2

28 bAddRace,RC_Player_Human,.@val;

29 bonus2

30 bAddRace,RC_Player_Doram,.@val;

31 }

Equip Script None
Unequip Script None