Basic Info

Name 19420 Pink Alice Wig[1]
Item ID 19420 - Alice_F_Wig_Z
Type Armor
19420
A fashionable pink wig modelled after Alice's hair.
Healing Power + 5%, Variable Cast Time - 3%.
For every refine level, Healing Power + 1%.
If refine level is 7 or higher, MaxHP + 200, MaxSP + 75.
If refine level is 9 or higher, Variable Cast Time - 5%.
Class : Headgear Defense : 10
Location : Top Weight : 70
Required Level : 85
Jobs : All jobs

Details

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

Stats

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

Restrictions

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

Scripts

Use Script
bonus(bHealPower, 5 + getrefine()); bonus(bVariableCastrate, -3); if (getrefine() >= 7) { bonus(bMaxHP, 200); bonus(bMaxSP, 75); } if (getrefine() >= 9) bonus(bVariableCastrate, -5);
Equip Script
None
Unequip Script
None