This staff can be separated in two parts. It gives a holy strength when these two parts are intersected to make a cross.
MATK + 15%, DEX + 4
Reduces damage received from Undead and Demon type monsters by 15%.
[ + Spiritual Ring ]
MATK + 10%, DEX + 2, and further reduces the damage received from Undead and Demon type monsters by 10%, for total of 25% reduction.
Класс : Two-handed Staff
Атака : 120
Вес : 150
Элемент : Holy
Уровень Оружия : 4
Необходимый Lv. : 70
Доступно для : Priest, Monk
Улучшается : Да
Доп. информация:
ID : 2001
Цена у NPC : 10
Script :
{ bonus bAtkEle,Ele_Holy; bonus bMatkRate,15; bonus bDex,4; bonus2 bSubRace,RC_Demon,15; bonus2 bSubRace,RC_Undead,15; if (isequipped(2677) || isequipped(2711)) { bonus bMatkRate,10; bonus bDex,2; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; }; }
{
...bonus bAtkEle,Ele_Holy;
...bonus bMatkRate,15;
...bonus bDex,4;
...bonus2 bSubRace,RC_Demon,15;
...bonus2 bSubRace,RC_Undead,15;
...if (isequipped(2677) || isequipped(2711)) {
......bonus bMatkRate,10;
......bonus bDex,2;
......bonus2 bSubRace,RC_Demon,10;
......bonus2 bSubRace,RC_Undead,10;
...}
...;
}