Metal Detector Mk47 [2], кинжал (Renewal)

Metal Detector Mk47 [2] (EIN_1HDAGGER) – оружие.

Metal Detector Mk47 [2], кинжал (Renewal)

A small detector made for finding ores in mines.
It's light and durable, so many people use it for self-protection.


ATK +10%.
Cross Impact damage +10%.
When refined to +7 or higher, ATK +40, increased ASPD (ASPD +10%)
When refined to +9 or higher, Additional Cross Impact damage +15%.
When physically attacking, create a chance to gain additional DMG +15% on enemies of all sizes for 10 sec.
When refined to +11 or higher, After-cast delay -20%.

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

  • ID: 28040
  • Код: EIN_1HDAGGER
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 4
  • Атака: 200
  •  
  • Требуемый уровень: 170
  • Профессии: assassin
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"GC_CROSSIMPACT",10;
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus bBaseAtk,40;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"GC_CROSSIMPACT",15;
   autobonus "{ bonus2 bAddSize,Size_All,15; }",1,10000,BF_WEAPON;
}
if (.@r>=11) {
   bonus bDelayrate,-20;
}