A staff made of Crystal. It shines beautifully by the light.
This staff also can help the holder recover from damage.
MATK + 15%, INT + 3
Increased recovery skill effect + 5%.
When performing a Magical attack, there's a small chance recover SP and HP.
Класс : Rod
Атака : 30
Вес : 50
Уровень Оружия : 3
Необходимый Lv. : 50
Доступно для : Mage, Wizard, Sage
Улучшается : Да
Доп. информация:
ID : 1630
Цена у NPC : 10
Script :
{ bonus bMatkRate,15; bonus bInt,3; bonus bHealPower,5; autobonus "{ bonus2 bSPRegenRate,100,2000; bonus2 bHPRegenRate,50,2000; }",10,10000,BF_MAGIC,"{ specialeffect2 EF_HEAL; }"; }
{
...bonus bMatkRate,15;
...bonus bInt,3;
...bonus bHealPower,5;
...autobonus "{
......bonus2 bSPRegenRate,100,2000;
......bonus2 bHPRegenRate,50,2000;
...}
...",10,10000,BF_MAGIC,"{
......specialeffect2 EF_HEAL;
...}
...";
}