Shinobi Secret Scroll [1], броня (Renewal)
Shinobi Secret Scroll [1] (SECRET_SCROLL_OF_NINJA) – броня.
A pair of gloves once owned by a great boxer. They were designed to perform powerful attacks.
Required Max SP + 100
Atk + 2%
Enables Level 1 Spiritual Sphere Absorption.
If the users base Str is 100 or higher,
Additional Atk + 5%
Базовые свойства предмета
- ID: 27842
 - Код: SECRET_SCROLL_OF_NINJA
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 100
 - Профессии: kagerou, oboro
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 10
 
Скрипт
bonus bAgi,5;
bonus bMaxHPrate,5;
bonus bAtkRate,5;
bonus bMatkRate,5;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Kagerou) {
   skill "AS_CLOAKING",getskilllv("KG_KAGEMUSYA");
   skill "RG_TUNNELDRIVE",getskilllv("KG_KAGEMUSYA");
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Oboro) {
   bonus4 bAutoSpellOnSkill,"KO_MAKIBISHI","NPC_CURSEATTACK",5,1000;
   bonus4 bAutoSpellOnSkill,"KO_MAKIBISHI","NPC_POISON",5,1000;
}