A magical rod that enables you to keep draining the enemies mentality.
MATK + 20%, INT + 3, DEX + 2
Recovery SP + 8%
There is a small chance while magically attacking, on a radius 11 * 11 of your cell and drain every enemies SP by 20%.
If Refine rate is 10, the area becomes 19 * 19 and you drain every enemies SP by 60%.
Класс : Rod
Атака : 80
Вес : 50
Уровень Оружия : 4
Необходимый Lv. : 70
Доступно для : High Mage, High Acolyte, High Priest, High Wizard, Champion, Professor
Улучшается : Да
Доп. информация:
ID : 1637
Цена у NPC : 10
Script :
{ bonus bMatkRate,20; bonus bInt,3; bonus bDex,2; bonus bSPrecovRate,8; if( getrefine() > 9 ) bonus5 bAutoSpell,"NPC_WIDESOULDRAIN",3,5,BF_MAGIC,0; else bonus5 bAutoSpell,"NPC_WIDESOULDRAIN",1,5,BF_MAGIC,0; }
{
...bonus bMatkRate,20;
...bonus bInt,3;
...bonus bDex,2;
...bonus bSPrecovRate,8;
...if( getrefine() > 9 ) bonus5 bAutoSpell,"NPC_WIDESOULDRAIN",3,5,BF_MAGIC,0;
...else bonus5 bAutoSpell,"NPC_WIDESOULDRAIN",1,5,BF_MAGIC,0;
}