rodb.kudesnik.cc
 

Black Cat #2747 Black Cat / 20z

 

A pendant with markings highly recognized in the underground as that of the rogue guild.
DEX + 3
[ Black Cat & Thief Ring Equip Set ]
Increases damage inflicted on Large size monster by 8%.
Increases HIT and casting time by refine level of your weapon.
Класс : Accessory
Защита : 1
Вес : 10
Необходимый Lv. : 80
Доступно для : Stalker
Улучшается : Нет

Доп. информация:
ID : 2747
Цена у NPC : 0
Script :
{ bonus bDex,3; if( isequipped(2620) ) { bonus2 bAddSize,2,8; bonus bHit,getequiprefinerycnt(EQI_HAND_R)/2 bonus bCastrate,-getequiprefinerycnt(EQI_HAND_R)/2;} }

{
...bonus bDex,3;
...if( isequipped(2620) ) {
......bonus2 bAddSize,2,8;
......bonus bHit,getequiprefinerycnt(EQI_HAND_R)/2;
......bonus bCastrate,-getequiprefinerycnt(EQI_HAND_R)/2;
...}
}