
RENEWAL / ITEMS
Str Glove
#2917Armor
Str_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
ATK + 1 for every 10 base Str.
If the user's base Str is 110 or higher, ATK + 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 bBaseAtk,(readparam(bStr)/10);
if (readparam(bStr)>=110)
bonus2 bAddClass,Class_All,1;