rodb.kudesnik.cc
 

Wanderer Card #4210 Wanderer Card / 20z

 

Add a 2% chance of auto casting Level 1 Intimidate on an enemy when the user receives Physical Damage.
[ Thief Class ]
Flee Rate + 20
[ The Paper & Wild Rose & Shinobi & Dancing Dragon Card Combo ]
Класс : Card
Вставляется в : Garment
Вес : 1

Доп. информация:
ID : 4210
Цена у NPC : 10
Script :
{ if(BaseClass == Job_Thief) bonus bFlee,20; if(isequipped(4172,4257,4230,4272) == 0) { bonus3 bAutoSpell,"RG_INTIMIDATE",1,20; } else { bonus bAgi,5; bonus bStr,5; bonus bAspdRate,5; bonus bSpeedRate,25; bonus2 bSPDrainValue,1,0; if(BaseClass == Job_Thief) bonus bNoGemStone,0; } }

{
...if(BaseClass == Job_Thief) bonus bFlee,20;
...if(isequipped(4172,4257,4230,4272) == 0) {
......bonus3 bAutoSpell,"RG_INTIMIDATE",1,20;
...}
...else {
......bonus bAgi,5;
......bonus bStr,5;
......bonus bAspdRate,5;
......bonus bSpeedRate,25;
......bonus2 bSPDrainValue,1,0;
......if(BaseClass == Job_Thief) bonus bNoGemStone,0;
...}
}