Abyss Rifle [1], винтовка (Renewal)

Abyss Rifle [1] (VARIANT_RIFLE) – оружие.

 

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: 27757
  • Код: VARIANT_RIFLE
  • Тип: оружие
  • Подтип: винтовка
  • Уровень оружия: 4
  • Атака: 170
  •  
  • Требуемый уровень: 165
  • Профессии: rebellion
  • Вес: 85

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSubRace,RC_Player_Human,30;
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",7*(readparam(bInt)/10);
if (readparam(bInt)>=110) {
   bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",30;
}
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;
}