Viewing Item

#30202: Lord of Death Kaho

Item ID 30202 For Sale No
Identifier Lord_Of_Death_Kaho Credit Price Not For Sale
Name Lord of Death 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 The Helm of the Lord of Death
_______________________
STR +5 , INT +5
VIT +10 , AGI +10
LUK +20 , MDEF +10
_______________________
Refine Level +5:
Increases 10% chance to Silence, Blind, Poison and Curse enemy while doing physical damage
_______________________
Refine Level +7:
Increases an additional 10% chance to Silence, Blind, Poison and Curse enemy while doing physical damage
_______________________
Refine Level +9:
Increases 10% chance to Silence, Blind, Poison and Curse enemy while doing magical damage.
_______________________
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 4)

18 {

19 bonus3

20 bAddEff,Eff_Silence,5000,ATF_SHORT;

21 bonus3

22 bAddEff,Eff_Blind,5000,ATF_SHORT;

23 bonus3

24 bAddEff,Eff_Curse,5000,ATF_SHORT;

25 bonus3

26 bAddEff,Eff_Poison,5000,ATF_SHORT;

27 }

28 if(.@r

29 6)

30 {

31 bonus3

32 bAddEff,Eff_Silence,5000,ATF_SHORT;

33 bonus3

34 bAddEff,Eff_Blind,5000,ATF_SHORT;

35 bonus3

36 bAddEff,Eff_Curse,5000,ATF_SHORT;

37 bonus3

38 bAddEff,Eff_Poison,5000,ATF_SHORT;

39 }

40 if(.@r

41 8)

42 {

43 bonus3

44 bAddEff,Eff_Silence,5000,ATF_MAGIC;

45 bonus3

46 bAddEff,Eff_Blind,5000,ATF_MAGIC;

47 bonus3

48 bAddEff,Eff_Curse,5000,ATF_MAGIC;

49 bonus3

50 bAddEff,Eff_Poison,5000,ATF_MAGIC;

51 }

52 if(.@r

53 9)

54 {

55 bonus

56 bMaxHPrate,10;

57 bonus

58 bAtkRate,5;

59 bonus

60 bMatkRate,5;

61 }

Equip Script None
Unequip Script None