Viewing Item

#30171: Desert Prince Kaho

Item ID 30171 For Sale No
Identifier Desert_Prince_Kaho Credit Price Not For Sale
Name Desert Prince 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 hat is coming from an old soldier who used to live in the desert.
Designed by Roman.
_______________________
STR +5 , INT +5
VIT +10 , AGI +10
LUK +20 , MDEF +10
_______________________
Enables the use of Heaven's Drive
_______________________
Refine Level +5:
Random chance to auto-cast Level 5 Quagmire to enemy when receiving physical damage.
_______________________
Refine Level +9:
Gain immunity to the Stone Curse and Silence 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 skill

14 "WZ_HEAVENDRIVE",5;

15 .@r

16 =

17 getrefine();

18 if(.@r

19 4)

20 {

21 bonus4

22 bAutoSpellWhenHit,"WZ_QUAGMIRE",5,100,1;

23 }

24 if(.@r

25 8)

26 {

27 bonus2

28 bResEff,Eff_Stone,10000;

29 bonus2

30 bResEff,Eff_Silence,10000;

31 }

32 if(.@r

33 9)

34 {

35 bonus

36 bMaxHPrate,10;

37 bonus

38 bAtkRate,5;

39 bonus

40 bMatkRate,5;

41 }

Equip Script None
Unequip Script None