Booster Katar [2], катар (Renewal)

Booster Katar [2] (BOOST_KATAR) – оружие.

Booster Katar [2], катар (Renewal)

Special Katar prepared for your rapid growth.
ATK + 2%
Increases critical damage by 3%.
Increases ATK + 3 per refine rate.
Increases ATK + 3 per 15 base levels up to level 180.
If refine rate is +7 or higher, increases critical damage by additional 1% per Qatar Training level learned.
If refine rate is +9 or higher, ATK + 10%.

When equipped with Attacker Booster set (Plate, Manteau, Greeves, and Ring),
ASPD + 2
Increases critical damage by 10%.
Increases physical damage to all attribute enemies by 1% per 15 base levels up to level 180.
When using Lethal Poison Inflict, increases physical damage inflicted to all attribute enemies by additional 10% for 60 seconds.

When equipped with Range Booster set (Suit, Manteau, Boots, and Brooch),
ATK + 10%
Reduces After Skill Delay by 15%.
Increases Rolling Cutter damage by 1% per 15 base levels up to level 180.
When using Lethal Poison, increases Rolling Cutter damage by additional 20% for 60 seconds.

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

  • ID: 31724
  • Код: BOOST_KATAR
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 4
  • Атака: 150
  •  
  • Требуемый уровень: 100
  • Профессии: assassin
  • Вес: 1

Скрипт

bonus bAtkRate,2;
bonus bCritAtkRate,3;
.@r = getrefine();
bonus bBaseAtk,.@r*3;
bonus bBaseAtk,min(BaseLevel,180)/15*3;
if (.@r>=7) {
   bonus bCritAtkRate,getskilllv("AS_KATAR");
}
if (.@r>=9) {
   bonus bAtkRate,10;
}