Illusion Gate Keeper DD [2], дробовик (Renewal)

Illusion Gate Keeper DD [2] (GATE_KEEPERDD_IL) – оружие.

Illusion Gate Keeper DD [2], дробовик (Renewal)

A Gate Keeper made of oridecon.
It's durable enough to deflect bullets that hit it.


Splashes damage, DEX +1.
Increases long ranged physical damage by 5% per 2 refine rate.


If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 15%).


If refine rate is 9 or higher, increases long ranged physical damage by additional 5%.


If refine rate is 11 or higher, when dealing long ranged physical damage, has a chance to auto-cast Spread Attack level 6.
(If user has higher level, that level will be auto-cast instead).


If equipped with Illusion Passion Hairband, ATK +10%.
If both Illusion Gate Keeper-DD and Passion Hairband are +7 or higher, ASPD +2.
If their combined upgrade levels are 18 or higher, Long-ranged Physical damage +10%.
If their combined upgrade levels are 22 or higher, Spread Shot damage +30%.

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

  • ID: 27756
  • Код: GATE_KEEPERDD_IL
  • Тип: оружие
  • Подтип: дробовик
  • Уровень оружия: 4
  • Атака: 240
  •  
  • Требуемый уровень: 120
  • Профессии: rebellion
  • Вес: 130

Скрипт

.@r = getrefine();
bonus bDex,1;
bonus bSplashRange,1;
.@val = 5*(.@r/2);
if (.@r >= 7) {
   bonus bAspdRate,15;
   if (.@r >= 9) {
      .@val += 5;
      if (.@r >= 11) {
         bonus5 bAutoSpell,"GS_SPREADATTACK",max(6,getskilllv("GS_SPREADATTACK")),50,BF_LONG|BF_WEAPON,1;
      }
   }
}
bonus bLongAtkRate,.@val;