rodb.kudesnik.cc
 

Kathryne Keyron Card #4366 Kathryne Keyron Card / 20z

 

Reduce Casting Time by 1% per Refine Level of the equipment this card is compunded on.
[ Refine Rate 9~10 ]
MATK + 2%
Класс : Card
Вставляется в : Headgear
Вес : 1

Доп. информация:
ID : 4366
Цена у NPC : 10
Script :
{ bonus bCastrate,getrefine()*-1; if(getrefine()>=9) { bonus bMatkRate,2; } }

{
...bonus bCastrate,getrefine()*-1;
...if(getrefine()>=9) {
......bonus bMatkRate,2;
...}
}