Int Glove

Item ID 2924 Name Int Glove
A glove that grows in strength with you.
_______________________
MaxHP +100
MaxSP +20
_______________________
For each 10 base INT:
MATK +1
_______________________
Base INT at least 110:
MATK +1%
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Int_Glove_
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 75,000 Max Equip Level None
NPC Sell 37,500 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bMaxHP,100;
bonus bMaxSP,20;
bonus bMatk,(readparam(bInt)/10);
if (readparam(bInt)>=110)
   bonus bMatkRate,1;

Set Script
Int Glove
Splendid Cover
bonus bMatk,30;
bonus bMatkRate,5;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",2*(readparam(bInt)/10);