Basic Info

Name 18573 White Feather[1]
Item ID 18573 - White_Feather
Type Armor
18573
A berret decorated with white feather.
HIT +20, MaxHP -10%.
When refined to +5, HIT -10, MaxHP +10%;
HIT -3, MaxHP +3% for every addtional 2 refining level increase.
Class: Headgear
Defense: 2
Location: Upper
Weight: 50
Level Requirement: 30
Jobs: All classes

Details

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

Stats

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

Restrictions

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

Scripts

Use Script
bonus bHit,20; bonus bMaxHPrate,-10; if (getrefine()>4) { bonus bHit,-10; bonus bMaxHPrate,10; bonus bHit,((getrefine()-4)/2)*3; bonus bMaxHPrate,((getrefine()-4)/2)*3; }
Equip Script
None
Unequip Script
None