Add a 2% chance of auto casting Level 3 Jupitel Thunder on the enemy when attacking.
If the user has mastered the skill at Level 10, it will cast Level 10 Jupitel Thunder .
Класс : Card
Вставляется в : Accessory
Вес : 1
Доп. информация:
ID : 4264
Цена у NPC : 10
Script :
{ bonus3 bAutoSpell,"WZ_JUPITEL",3+7*(getskilllv("WZ_JUPITEL")==10),20; }
{
...bonus3 bAutoSpell,"WZ_JUPITEL",3+7*(getskilllv("WZ_JUPITEL")==10),20;
}