Booster Knuckles [2], кастет (Renewal)

Booster Knuckles [2] (BOOST_KNUCKLE) – оружие.

Booster Knuckles [2], кастет (Renewal)

Special knuckle prepared for your rapid growth.
ATK + 2%
MaxHP + 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 MaxHP + 2% per level of Aeration.
If refine rate is +9 or higher, increases physical damage against enemies of all sizes by 10%.

When equipped with Attacker Booster set (Plate, Manteau, Greaves, and Ring),
MaxHP + 10%
ATK + 10%
Increases Cannon damage by 1% per 15 base levels up to level 180.
When using an Optical Axis, increases Cannon damage by additional 20% for 60 seconds.

When equipped with Ranged Booster set (Suit, Manteau, Boots, and Brooch),
MaxSP + 10%
Reduces After Skill Delay by 15%.
Surashin Bullet damage increased by 2% per 15 base levels up to level 180.
When using an Optical Axis, increases damage of Surashin Bullets by an additional 35% for 60 seconds.

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

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

Скрипт

bonus bMaxHPrate,3;
bonus2 bAddClass,Class_All,3;
.@r = getrefine();
bonus bBaseAtk,.@r*3;
bonus bBaseAtk,min(BaseLevel,180)/15*3;
if (.@r>=7) {
   bonus bMaxHPrate,getskilllv("MO_EXPLOSIONSPIRITS")*2;
}
if (.@r>=9) {
   bonus2 bAddSize,Size_All,10;
}