Viewing Item

#30210: Anubis Helm Kaho

Item ID 30210 For Sale No
Identifier Anubis_Helm_Kaho Credit Price Not For Sale
Name Anubis Helm 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 A headdress that resemble the god of darkness, Anubis.
_______________________
STR +5 , INT +5
VIT +10 , AGI +10
LUK +20 , MDEF +10
_______________________
Decreases damage taken from Boss class by 10%.
_______________________
Refine Level +4:
Increases MaxHP +10%
_______________________
Refine Level +8:
Increases +2 all stats
_______________________
Refine Level +9:
Increases +3 all stats
_______________________
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 bonus2

14 bSubClass,Class_Boss,10;

15 .@r

16 =

17 getrefine();

18 if(.@r

19 3)

20 {

21 bonus

22 bMaxHPrate,10;

23 }

24 if(.@r

25 7)

26 {

27 bonus

28 bAllStats,2;

29 }

30 if(.@r

31 8)

32 {

33 bonus

34 bAllStats,3;

35 }

36 if(.@r

37 9)

38 {

39 bonus

40 bMaxHPrate,10;

41 bonus

42 bAtkRate,5;

43 bonus

44 bMatkRate,5;

45 }

Equip Script None
Unequip Script None