ID #410216
Armor
Abyss Ears
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
1
Scripts
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);
.@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);