ID #28435
Armor
Shinobi Secret Scroll [1]
Buy Price: N/A
Sell Price: N/A
A secret scroll held by Ninja.
_______________________
AGI +5
MaxHP +5%
ATK +5%
MATK +5%
_______________________
When equipped by Kagerou:
Enables the use of Cloacking and Tunnel Drive, skill level is based on the Level of Shadow Warrior.
_______________________
When equipped by Oboro:
Random chance to inflict Poison status on your enemy when using Makibishi.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Kagerou and Oboro
_______________________
AGI +5
MaxHP +5%
ATK +5%
MATK +5%
_______________________
When equipped by Kagerou:
Enables the use of Cloacking and Tunnel Drive, skill level is based on the Level of Shadow Warrior.
_______________________
When equipped by Oboro:
Random chance to inflict Poison status on your enemy when using Makibishi.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Kagerou and Oboro
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
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;
}