Dex Glove

Item ID 2927 Name Dex Glove
A glove that grows in strength with you.
_______________________
MaxHP +100
MaxSP +20
_______________________
For each 10 base DEX:
HIT +1
_______________________
Base DEX at least 110:
Increases Ranged Physical Damage by 1%
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Dex_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 1 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 bHit,(readparam(bDex)/10);
if (readparam(bDex)>=110)
   bonus bLongAtkRate,1;

Set Script
Dex Glove
Splendid Cover
bonus bHit,10;
bonus bLongAtkRate,10;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",2*(readparam(bDex)/10);