Lich's Bone Wand [2], посох (Pre-Renewal)
Lich's Bone Wand [2] (LICH_BONE_WAND) – оружие. Выпадает из монстров: Entweihen Crothen, Treasure Chest, Necromancer.
![Lich's Bone Wand [2], посох (Pre-Renewal) Lich's Bone Wand [2], посох (Pre-Renewal)](/images/db/items/picture/1624.png)
A wand crafted from a powerful lich's skull that will curse anyone that threatens its true owner.
Magic Property: Undead
Int + 1
Dex + 1
Adds a 1% chance of casting Level 5 Cursed Fate when receiving a physical attack.
Adds an additional 0.1% chance of casting Level 5 Cursed Fate when receiving a physical attack per upgrade level of the item.
If upgrade level is +9 or higher,
Max SP + 300
Matk + 3%
Скрипт
bonus bInt,1;
bonus bDex,1;
bonus bAtkEle,Ele_Undead;
bonus bMatkRate,20;
.@r = getrefine();
bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",5,10+.@r;
if (.@r>=9) {
bonus bMatkRate,3;
bonus bMaxSP,300;
}
