rodb.kudesnik.cc
 

Grand Peco Card #4161 Grand Peco Card / 20z

 

Add a 5% chance of auto casting Level 1 Gloria on the user when the user receives Physical Damage.
[ + Peco Peco ]
DEF + 3
VIT + 3
Класс : Card
Вставляется в : Headgear
Вес : 1

Доп. информация:
ID : 4161
Цена у NPC : 10
Script :
{ bonus3 bAutoSpellWhenHit,"PR_GLORIA",1,50; if(isequipped(4031)) { bonus bDef,3; bonus bVit,3; } }

{
...bonus3 bAutoSpellWhenHit,"PR_GLORIA",1,50;
...if(isequipped(4031)) {
......bonus bDef,3;
......bonus bVit,3;
...}
}