Viewing Item

#30170: Gold Dragonhelm Kaho

Item ID 30170 For Sale No
Identifier Gold_Dragonhelm_Kaho Credit Price Not For Sale
Name Gold Dragonhelm 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 Gold Dragonhelm is specially constructed to offer the utmost in protection and offense against Dragon Type Monsters.
The Gold Dragonhelm is the epitome of Dragonhelm technology, making it a wonderful showpiece, as such it is a Costume item.
_______________________
STR +5 , INT +5
VIT +10 , AGI +10
LUK +20 , MDEF +10
_______________________
Refine Level +4:
Increases MaxHP +2%
_______________________
Refine Level +6:
Increases MaxHP +2%
_______________________
Refine Level +8:
Increases MaxHP +2%
_______________________
Refine Level +9:
Gain immunity to the Stun status
_______________________
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 .@r

14 =

15 getrefine();

16 if(.@r

17 3)

18 {

19 bonus

20 bMaxHPrate,2;

21 }

22 if(.@r

23 5)

24 {

25 bonus

26 bMaxHPrate,2;

27 }

28 if(.@r

29 7)

30 {

31 bonus

32 bMaxHPrate,2;

33 }

34 if(.@r

35 8)

36 {

37 bonus2

38 bResEff,Eff_Stun,10000;

39 }

40 if(.@r

41 9)

42 {

43 bonus

44 bMaxHPrate,10;

45 bonus

46 bAtkRate,5;

47 bonus

48 bMatkRate,5;

49 }

Equip Script None
Unequip Script None