Basic Info

Name 2918 Int Glove
Item ID 2918 - Int_Glove
Type Armor
2918
A glove that grows in strength with you.
-------------------------
MaxHP +100
MaxSP +20
-------------------------
MATK +1 per 10 points of INT.
-------------------------
MATK +1% when INT is 110 or higher.
-------------------------
Class: Accessory
Defense: 0
Weight: 10
Level Requirement: 100
Jobs: All classes

Details

Weight 10
NPC Buy 75,000 z
NPC Sell 37,500 z
Refineable No
Equip Locations Accessory 1 + Accessory 2

Stats

Range 0
Defense 0
Attack 0
Magical Attack 0
Weapon Level 0
Slots 0

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus bMaxHP,100; bonus bMaxSP,20; bonus bMatk,(readparam(bInt)/10); if(readparam(bInt)>=110) { bonus bMatkRate,1; }
Equip Script
None
Unequip Script
None