Nemesis [2], булава (Renewal)
Nemesis [2] (NEMESIS_) – оружие.
![Nemesis [2], булава (Renewal) Nemesis [2], булава (Renewal)](/images/db/items/picture/16022.png)
A large silver mace made for exorcisms.
Property: Holy
Required 
Adds a chance of ATK + 50 for 20 seconds when performing a physical attack.
Increases physical damage on Shadow property targets by 10%.
Increases physical damage on Demon race targets by 10%.
Adds a chance of casting Signum Crusis on the target when performing a physical attack, where the level of the skill is equal to the upgrade level of the item up to a maximum upgrade level of 10.
Скрипт
bonus bUnbreakableWeapon;
bonus bAtkEle,Ele_Holy;
.@r = max(1,min(10,getrefine()));
bonus4 bAutoSpell,"AL_CRUCIS",.@r,10,1;
bonus2 bAddRace,RC_Demon,10;
bonus2 bAddEle,Ele_Dark,10;
autobonus "{ bonus bBaseAtk,50; }",10,20000,BF_NORMAL,"{ specialeffect2 EF_BLOODDRAIN; }";