Viewing Item

#2917: Str Glove

Item ID 2917 For Sale No
Identifier Str_Glove Credit Price Not For Sale
Name Str Glove Type Armor
NPC Buy 75,000 Weight 10
NPC Sell 37,500 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description A glove that grows in strength with you.
_______________________
MaxHP +100
MaxSP +20
_______________________
For each 10 base STR:
ATK +1
_______________________
Base STR at least 110:
ATK +1%.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus

2 bMaxHP,100;

3 bonus

4 bMaxSP,20;

5 bonus

6 bBaseAtk,(readparam(bStr)/10);

7 if

8 (readparam(bStr)

9 =110)

10 bonus

11 bAtkRate,1;

Equip Script None
Unequip Script None