Viewing Item

#30167: Wanderer Sakkat Kaho

Item ID 30167 For Sale No
Identifier Wanderer_Sakkat_Kaho Credit Price Not For Sale
Name Wanderer Sakkat 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 rustic hat made of bamboo that was worn by a heroic wandering adventurer. It shadows your eyes with its wide brim.
Concept created during the Summer 2008 Create a headgear Contest.
Created by Creciableu

_______________________
STR +5 , INT +5
VIT +10 , AGI +10
LUK +20 , MDEF +10
_______________________
Increases Critical +20
_______________________
Refine Level +8:
Increases Critical Attack Damage by 15%
_______________________
Refine Level +9:
Increases Critical Attack Damage by 15%
_______________________
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 bonus

14 bCritical,20;

15 .@r

16 =

17 getrefine();

18 if(.@r

19 7)

20 {

21 bonus

22 bCritAtkRate,15;

23 }

24 if(.@r

25 8)

26 {

27 bonus

28 bCritAtkRate,15;

29 }

30 if(.@r

31 9)

32 {

33 bonus

34 bMaxHPrate,10;

35 bonus

36 bAtkRate,5;

37 bonus

38 bMatkRate,5;

39 }

Equip Script None
Unequip Script None