
RENEWAL / ITEMS
Vit Glove [1]
#2926Armor
Vit_Glove_
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price75,000 z
Sell price37,500 z
Slots1
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
Additional Max HP + 50 for every 10 base Vit.
If the user's base Vit is 110 or higher, Max HP + 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 bMaxHP,(readparam(bVit)/10)*50;
if (readparam(bVit)>=110)
bonus bMaxHPrate,1;