Viewing Item

#410216: Abyss Ears

Item ID 410216 For Sale No
Identifier Ear_OF_Abyss Credit Price Not For Sale
Name Abyss Ears Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Description 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
Equip Locations Middle Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@a

2 =

3 (readparam(bAgi)+readparam(bInt))/15;

4 .@b

5 =

6 (readparam(bAgi)+readparam(bInt))/30;

7 .@c

8 =

9 (readparam(bAgi)+readparam(bInt))/250;

10 bonus

11 bSpl,.@a;

12 bonus

13 bMatkRate,.@b+(15*.@c);

Equip Script None
Unequip Script None