
RENEWAL / ITEMS
Shinobi Secret Scroll [1]
#28435Armor
Secret_Scroll_Of_Ninja
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price20 z
Sell price10 z
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- Kagerou Oboro
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
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;
}