Illusion Butcher [2], (Renewal)

Illusion Butcher [2] (BUTCHER_IL) – оружие.

Illusion Butcher [2], (Renewal)

A Gatling Gun imbued with enormous destructive power.
Its power was so great that it was given the name Butcher.
------------------------
For every 15 base STR, increase long ranged physical damage by 2%.
------------------------
For every refine level, ATK + 10.
------------------------
When refined to +7 or higher, increase Fire Rain damage by 20%.
------------------------
When refined to +9 or higher, increase Round Trip damage by 15%.
------------------------
When refined to +11 or higher, increase physical damage against Brute and Demon race enemies by 30%.
------------------------
Set Bonus:
Illusion Butcher [2]
Illusion Boots [1]

ATK + 10%.
------------------------
When the both items are refined to +7 or higher,
Increase long ranged physical damage by 5%.
------------------------
When the total refine level of set are 18 or higher,
Increase Fire Rain damage by 20%.
Reduce Fire Rain cooldown by 2 seconds.
------------------------
When the total refine level of set are 22 or higher,
When using Round Trip, there's a chance to gain ATK + 50 and increase physical damage against Brute and Demon race enemies by 50% for 10 seconds.
------------------------

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

  • ID: 27762
  • Код: BUTCHER_IL
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 210
  •  
  • Требуемый уровень: 120
  • Профессии: gunslinger, rebellion
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 250

Скрипт

.@r = getrefine();
bonus bLongAtkRate,2*(readparam(bStr)/15);
bonus bBaseAtk,10*.@r;
if (.@r >= 7) {
   bonus2 bSkillAtk,"RL_FIRE_RAIN",20;
   if (.@r >= 9) {
      bonus2 bSkillAtk,"RL_R_TRIP",15;
      if (.@r >= 11) {
         bonus2 bAddRace,RC_Brute,30;
         bonus2 bAddRace,RC_Demon,30;
      }
   }
}