Shadow Walk
ID: 2426 · Shadow_Walk
NPC Sell:
10z
NPC Buy:
20z
Item Info
| Type | Armor |
| Weight | 200 |
| Slots | 0 |
| Equip Level | 75 |
| Equip | Footgear |
| NPC Buy | 20z |
| NPC Sell | 10z |
Description
Shadowy shoes made using dark forces, and enchanted with a spell to protect their wearer when danger approaches.
Mdef +10
Randomly autocasts Level 2 Cloaking (or learned level) when receiving magical attack.
Class: Footgear
Defense: 0
Weight: 200
Level Requirement: 75
Jobs: All Transcendent classes except Novice
Script
On Equip:
bonus bMdef,10;
if(getskilllv(AS_CLOAKING)<2) {
bonus5 bAutoSpellWhenHit,AS_CLOAKING,2,100,BF_MAGIC,0;
}
else bonus5 bAutoSpellWhenHit,AS_CLOAKING,getskilllv(AS_CLOAKING),100,BF_MAGIC,0;
Combo (Shadow_Guard + Shadow_Walk):
bonus2 bAddEff, Eff_Blind, 500;
autobonus "{ bonus bFlee,20; }", 200, 10000, BF_WEAPON, "{ specialeffect(EF_INCAGILITY, AREA, playerattached()); }";
No known monster drops for this item.