Add a 0.2% chance of auto casting Level 5 Call Spirits on the user when attacking.
[ Acolyte Class ]
The chance is increased to 2%.
Класс : Card
Вставляется в : Accessory
Вес : 1
Доп. информация:
ID : 4283
Цена у NPC : 10
Script :
{ bonus3 bAutoSpell,"MO_CALLSPIRITS",5,2+18*(BaseClass == Job_Acolyte); }
{
...bonus3 bAutoSpell,"MO_CALLSPIRITS",5,2+18*(BaseClass == Job_Acolyte);
}