Thieve's Guide Vol.1 [1], броня (Renewal)
Thieve's Guide Vol.1 [1] (TIP_OF_THIEF_VOL1) – броня.
![Thieve's Guide Vol.1 [1], броня (Renewal) Thieve's Guide Vol.1 [1], броня (Renewal)](/images/db/items/picture/28492.png)
A written guide full of various techniques for thieves. It's contents are not recommended for the general public.
Required 
Str + 5
Agi + 5
Int + 5
If Masquerade-Enervation is at maximum level,
Enables Level 5 Wind Walker.
If Masquerade-Groomy is at maximum level,
Enables Level 5 Assumptio.
If Masquerade-Ignorance is at maximum level,
Enables Level 5 Maximum Power Thrust.
If Masquerade-Laziness is at maximum level,
Enables Level 5 Meteor Assault.
If Scribble is at maximum level,
Additional Str + 5
Additional Agi + 5
Additional Int + 5
If Masquerade-Unlucky is at maximum level,
Enables Level 1 Frenzy.
If Masquerade-Weakness is at maximum level,
Enables Level 5 Mystical Amplification.
Базовые свойства предмета
- ID: 27894
 - Код: TIP_OF_THIEF_VOL1
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 100
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 1
 
Скрипт
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;
}