Thieve's Guide Vol.1

Item ID 28492 Name Thieve's Guide Vol.1
Various techniques for thief are written on it.
_______________________
STR +5, AGI +5, INT +5
_______________________
When Graffiti is mastered:
STR +5, AGI +5, INT +5.
_______________________
When Masquerade Unlucky is mastered:
Enables the use of Level 1 Berserk.
_______________________
When Masquerade Ignorance is mastered:
Enables the use of Level 5 Maximum Over Trust.
_______________________
When Masquerade Weakness is mastered:
Enables the use of Level 5 Magical Power amplification.
_______________________
When Masquerade Enervation is mastered:
Enables the use of Level 5 Wind Walk.
_______________________
When Masquerade Gloomy is mastered:
Enables the use of Level 5 Assumptio.
_______________________
When Masquerade Laziness is mastered:
Enables the use of Level 5 Meteor Assault.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Tip_Of_Thief_Vol1
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 1 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bStr,5;
bonus bAgi,5;
bonus bInt,5;
if (getskilllv("SC_ENERVATION")>2)
   skill "SN_WINDWALK",5;
if (getskilllv("SC_GROOMY")>2)
   skill "HP_ASSUMPTIO",5;
if (getskilllv("SC_IGNORANCE")>2)
   skill "WS_OVERTHRUSTMAX",5;
if (getskilllv("SC_LAZINESS")>2)
   skill "ASC_METEORASSAULT",5;
if (getskilllv("SC_UNLUCKY")>2)
   skill "LK_BERSERK",1;
if (getskilllv("SC_WEAKNESS")>2)
   skill "HW_MAGICPOWER",5;
if (getskilllv("RG_GRAFFITI")>0) {
   bonus bStr,5;
   bonus bAgi,5;
   bonus bInt,5;
}