Abyss Ears

Item ID 410216 Name Abyss Ears
Demonized and possessed, the parasite unleashes terrifying power.
_______________________
For each 15 combined sum of base INT and AGI:
SPL +1
_______________________
For each 30 combined sum of base INT and AGI:
Increases Magical Damage against enemies of every race (except Players) by 1%.
_______________________
When total combined sum of base INT and AGI is 250:
Increases Magical Damage against enemies of every race (except Players) by additional 15%.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Ear_OF_Abyss
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(bAgi)+readparam(bInt))/15;
.@b = (readparam(bAgi)+readparam(bInt))/30;
.@c = (readparam(bAgi)+readparam(bInt))/250;
bonus bSpl,.@a;
bonus bMatkRate,.@b+(15*.@c);