Basic Info

Name 19362 General's Helmet[1]
Item ID 19362 - A_General_Helmet
Type Armor
19362
A majestic helmet of a general.
ATK + 30.
Every 2 refines, ATK + 10.
If +7 or higher, ASPD + 7%.
If +9 or higher, ATK + 10%.
Class : Headgear Defense : 10
Location : Top Weight : 90
Required Level : 70
Jobs : All jobs

Details

Weight 90
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 70 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bBaseAtk, 30 + (getrefine() / 2) * 10); if (getrefine() >= 7) bonus(bAspdRate, 7); if (getrefine() >= 9) bonus(bAtkRate, 10);
Equip Script
None
Unequip Script
None