
RENEWAL / ITEMS
Int Glove
#2918Armor
Int_Glove
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price75,000 z
Sell price37,500 z
Required level100
Armor level1
Description
A glove that grows in strength with you.
Class: Accessory
Weight: 10
Requires Level: 100
Usable By: All Jobs
Max HP + 100
Max SP + 20
MATK + 1 for every 10 base Int.
If the user's base Int is 110 or higher, MATK + 1%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
bonus bMaxHP,100;
bonus bMaxSP,20;
bonus bMatk,(readparam(bInt)/10);
if (readparam(bInt)>=110)
bonus bMatkRate,1;