Viewing Item

#30183: Zealotus Mask Kaho

Item ID 30183 For Sale No
Identifier Zealotus_Mask_Kaho Credit Price Not For Sale
Name Zealotus Mask Kaho Type Armor
NPC Buy 20 Weight 10
NPC Sell 10 Weapon Level 0
Range 0 Defense 30
Slots 4 Refineable Yes
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description This mask, which is symbolic of Zealotus, mistress of the Glast Heim Underground Prison.
Makes its wearer feel like looking down on normal human peons.
Anyone who touhes the mask bearer is sure to regret it, Whoever he is.
_______________________
STR +5 , INT +5
VIT +10 , AGI +10
LUK +20 , MDEF +10
_______________________
Random Chance to automatically cast Reverse Orcish to enemy when receiving physical damage.
_______________________
Refine Level +7:
Increases physical damage against enemies of Demi-Human, Players, and Brute race by 1%.
_______________________
Refine Level +8:
Increases physical damage against enemies of Demi-Human, Players, and Brute race by 2%.
_______________________
Refine Level +9:
Increases physical damage against enemies of Demi-Human, Players, and Brute race by 2%.
_______________________
Refine Level +10:
Add MaxHP +10%, ATK +5% and MATK +5%
_______________________
Type: Headgear
Defense: 30
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 bonus

2 bMdef,10;

3 bonus

4 bStr,5;

5 bonus

6 bAgi,10;

7 bonus

8 bVit,10;

9 bonus

10 bInt,5;

11 bonus

12 bLuk,20;

13 bonus4

14 bAutoSpellWhenHit,"SA_REVERSEORCISH",1,200,1;

15 .@r

16 =

17 getrefine();

18 if(.@r

19 6)

20 {

21 bonus2

22 bAddRace,RC_DemiHuman,1;

23 bonus2

24 bAddRace,RC_Player_Human,1;bonus2

25 bAddRace,RC_Brute,1;

26 }

27 if(.@r

28 7)

29 {

30 bonus2

31 bAddRace,RC_DemiHuman,2;

32 bonus2

33 bAddRace,RC_Player_Human,2;bonus2

34 bAddRace,RC_Brute,2;

35 }

36 if(.@r

37 8)

38 {

39 bonus2

40 bAddRace,RC_DemiHuman,2;

41 bonus2

42 bAddRace,RC_Player_Human,2;bonus2

43 bAddRace,RC_Brute,2;

44 }

45 if(.@r

46 9)

47 {

48 bonus

49 bMaxHPrate,10;

50 bonus

51 bAtkRate,5;

52 bonus

53 bMatkRate,5;

54 }

Equip Script None
Unequip Script None