Basic Info

Name 28558 Cat Hand Glove (R)[1]
Item ID 28558 - Cat_Hand_Glove_R
Type Armor
28558
A souvenir from Malangdo, just by equpping it will give you a happy mood.
[Can be refined]
VIT + 1, AGI + 1, DEX + 1, LUK + 1.
Increases experience gained from monsters by 2%.
If refine level is 7 or higher, increases experience gained from monsters by another 1%.
If refine level is 9 or higher, increases experience gained from monsters by another 2%.
Class : Accessory (Right)Defense : 5
Weight : 50
Required Level : 1
Jobs : All jobs

Details

Weight 50
NPC Buy 200 z
NPC Sell 100 z
Refineable Yes
Equip Locations Accessory 2

Stats

Range 0
Defense 5
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range Any
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bVit, 1); bonus(bAgi, 1); bonus(bDex, 1); bonus(bLuk, 1); bonus2(bExpAddRace, RC_All, 2); if (getrefine() >= 7) bonus2(bExpAddRace, RC_All, 1); if (getrefine() >= 9) bonus2(bExpAddRace, RC_All, 2);
Equip Script
None
Unequip Script
None