
RENEWAL / ITEMS
Dex Glove [1]
#2927Armor
Dex_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
Hit + 1 for every 10 base Dex.
If the user's base Dex is 110 or higher, increases long-ranged damage on targets by 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 bHit,(readparam(bDex)/10);
if (readparam(bDex)>=110)
bonus bLongAtkRate,1;