Spirit Ears

Item ID 410215 Name Spirit Ears
Disturbed by the entanglement of evil spirits,
The body falls into uncontrollable rage.
_______________________
For each 15 combined sum of base VIT and STR:
POW +1
_______________________
For each 30 combined sum of base VIT and STR:
Increases Melee Physical Damage by 1%.
_______________________
When total combined sum of base VIT and STR is 250:
Increases Melee Physical Damage by additional 15%.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Ear_OF_Spirit
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@a = (readparam(bStr)+readparam(bVit))/15;
.@b = (readparam(bStr)+readparam(bVit))/30;
.@c = (readparam(bStr)+readparam(bVit))/250;
bonus bPow,.@a;
bonus bShortAtkRate,.@b+(15*.@c);