Str Glove

Item ID 2917 Name Str Glove
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
Weapon Level 0 Identifier Str_Glove
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 75,000 Max Equip Level None
NPC Sell 37,500 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bMaxHP,100;
bonus bMaxSP,20;
bonus bBaseAtk,(readparam(bStr)/10);
if (readparam(bStr)>=110)
   bonus bAtkRate,1;