rodb.kudesnik.cc
 

Nemesis #1541 Nemesis / 20z

 

A giant mace of silver made for exorsisms.
Adds 10% damage to Demon, Shadow Property monsters by 10%.
Adds 10% chance of auto casting Signum Crusis when physical attack. The level of Signum Crusis will increased followed by the upgrade level.
Adds 1% chance ATK + 50 during 20 seconds when physical attack.
When refined to +11 or above, the weapon will cast Signum Crusis Lv 10.
Класс : Mace
Атака : 120
Вес : 90
Элемент : Holy
Уровень Оружия : 4
Необходимый Lv. : 60
Доступно для : Acolyte, Priest, Monk
Улучшается : Да

Доп. информация:
ID : 1541
Цена у NPC : 10
Script :
{ bonus bAtkEle,Ele_Holy; bonus2 bAddRace,RC_Undead,10; bonus2 bAddRace,RC_Demon,10; bonus3 bAutoSpell,"AL_CRUCIS",1+getrefine(),100; autobonus "{ bonus bBaseAtk,50; }",10,20000,BF_WEAPON,"{ specialeffect2 EF_BLOODDRAIN; }"; }

{
...bonus bAtkEle,Ele_Holy;
...bonus2 bAddRace,RC_Undead,10;
...bonus2 bAddRace,RC_Demon,10;
...bonus3 bAutoSpell,"AL_CRUCIS",1+getrefine(),100;
...autobonus "{
......bonus bBaseAtk,50;
...}
...",10,20000,BF_WEAPON,"{
......specialeffect2 EF_BLOODDRAIN;
...}
...";
}