An essential asset to assassins. There's rumored to be drops of blood on the end of the sword.
AGI + 3
[ Thief Ring & Cold Heart Equip Set ]
Increases damage inflicted on Medium size monster by 8%.
Increases Attack speed by refine rate of your weapon.
Класс : Accessory
Защита : 1
Вес : 10
Необходимый Lv. : 80
Доступно для : Assasin Cross
Улучшается : Нет
Доп. информация:
ID : 2746
Цена у NPC : 0
Script :
{ bonus bAgi,3; if( isequipped(2620) ) { bonus2 bAddSize,1,8; bonus bAspdRate,getequiprefinerycnt(EQI_HAND_R)/2;} }
{
...bonus bAgi,3;
...if( isequipped(2620) ) {
......bonus2 bAddSize,1,8;
......bonus bAspdRate,getequiprefinerycnt(EQI_HAND_R)/2;
...}
}