Abyss Dagger [1], кинжал (Renewal)

Abyss Dagger [1] (VARIANT_DAGGER) – оружие.

 

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: 28029
  • Код: VARIANT_DAGGER
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 4
  • Атака: 120
  • Магическая атака: 120
  •  
  • Требуемый уровень: 165
  • Профессии: alchemist, archer, assassin, bard, blacksmith, crusader, dancer, hunter, kagerou, knight, mage, merchant, ninja, novice, oboro, rogue, sage, soul_linker, super_novice, swordman, thief, wizard
  • Вес: 60

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
if (.@r>=7) {
   bonus2 bAddRace,RC_All,5;
   bonus2 bSubRace,RC_Player_Human,5;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_All,5;
   bonus2 bSubRace,RC_Player_Human,5;
}