Illusion Counter Dagger [2], кинжал (Renewal)

Illusion Counter Dagger [2] (COUNTER_DAGGER_IL) – оружие.

Illusion Counter Dagger [2], кинжал (Renewal)

A dagger that creates a high chance of inflicting lethal damage.
CRI +90
Critical damage +3% for every 2 upgrade levels
If refine rate is 7 or higher, Atk + 5%.


If refine rate is 9 or higher, increases physical damage against all size monsters by 20%.


If refine rate is 11 or higher, increases physical damage against all property monsters by 20%.


If equipped with Illusion Survivor's Manteau,
increased ASPD (Post-attack delay -10%)
If both Illusion Counter Dagger and Survivor's Manteau are +7 or higher,
Critical damage +15%
If their combined upgrade levels are 18 or higher,
additionally increased ASPD (Additional post-attack delay -15%)
If their combined upgrade levels are 22 or higher,
enables Level 4 Double Attack.

Базовые свойства предмета

  • ID: 28027
  • Код: COUNTER_DAGGER_IL
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 4
  • Атака: 170
  •  
  • Требуемый уровень: 120
  • Профессии: mage, sage, soul_linker, wizard
  • Вес: 90

Скрипт

.@r = getrefine();
bonus bCritical,90;
bonus bCritAtkRate,(3*(.@r/2));
if (.@r >= 7) {
   bonus bAtkRate,5;
   if (.@r >= 9) {
      bonus2 bAddSize,Size_All,20;
      if (.@r >= 11) {
         bonus2 bAddEle,Ele_All,20;
      }
   }
}