Basic Info

Name 19361 Wanderer's Sakkat[1]
Item ID 19361 - Wanderers_Sakkat_Z
Type Armor
19361
A dark colored sakkat.
For every 2 refine levels, AGI + 1, LUK + 1
If refine level is 7 or higher, ASPD + 5%.
If refine level is 9 or higher, CRI + 5, ASPD + 5%.
_
Class : Headgear Defense : 2
Location : Upper, Middle Weight : 50
Required Level : 60
Jobs : All jobs

Details

Weight 50
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Upper Headgear + Middle Headgear

Stats

Range 0
Defense 2
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range 60 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bAgi, (getrefine() / 2)); bonus(bLuk, (getrefine() / 2)); if (getrefine() >= 7) bonus(bAspdRate, 5); if (getrefine() >= 9) { bonus(bCritical, 5); bonus(bAspdRate, 5); }
Equip Script
None
Unequip Script
None