Viewing Item

#30185: Fancy Phantom Mask Kaho

Item ID 30185 For Sale No
Identifier Fancy_Phantom_Mask_Kaho Credit Price Not For Sale
Name Fancy Phantom 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 A more lively decorated phantom mask.
It is said it's used to hide one's identity of noble birth.
_______________________
STR +5 , INT +5
VIT +10 , AGI +10
LUK +20 , MDEF +10
_______________________
Refine Level +6:
Decreases After Skill Delay by 5%.
_______________________
Refine Level +9:
Decreases After Skill Delay by 5%.
_______________________
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 5)

18 {

19 bonus

20 bDelayRate,-5;

21 }

22 if(.@r

23 8)

24 {

25 bonus

26 bDelayRate,-5;

27 }

28 if(.@r

29 9)

30 {

31 bonus

32 bMaxHPrate,10;

33 bonus

34 bAtkRate,5;

35 bonus

36 bMatkRate,5;

37 }

Equip Script None
Unequip Script None