This shadow walker is made of dark force. The creator of this shoes put a spell to protect the wearer when the danger is near.
Add a 5% chance of auto casting Level 2 Cloaking on the user when the user receives Magical Damage.
If the player has Level 4 Cloaking or above, higher level skill is used.
MDEF + 10
Класс : Footgear
Защита : 0
Вес : 200
Необходимый Lv. : 75
Доступно для : Любой Advanced-профессии, кроме High Novice
Улучшается : Да
{
...bonus bMdef,10;
...if(getskilllv("AS_CLOAKING") < 3){
......bonus5 bAutoSpellWhenHit,"AS_CLOAKING",3,100,BF_MAGIC,0;
...}
...else bonus5 bAutoSpellWhenHit,"AS_CLOAKING",getskilllv("AS_CLOAKING"),100,BF_MAGIC,0;
}