Booster Two-handed Sword [2], двуручный меч (Renewal)

Booster Two-handed Sword [2] (BOOST_TH_SWORD) – оружие.

Booster Two-handed Sword [2], двуручный меч (Renewal)

Special two-handed sword prepared for your rapid growth.
CRI + 10
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 attack speed per level of Two-handed Quicken (reduces after attack delay by 1%.)
If refine rate is +9 or higher, increases critical damage by 10%.

When equipped with Attacker Booster set (Plate, Manteau, Greeves, and Ring),
ASPD + 2
Increases critical damage by 10%.
Increases Sonic Wave damage by 2% per 15 base levels up to level 180.
When Concentration is used, Sonic Wave damage increases by additional 35% for 60 seconds.

When equipped with Range Booster set (Suit, Manteau, Boots, and Brooch),
MaxHP + 10%
Reduces After Skill Delay by 15%.
Increases damage of Dragon Breath, Dragon Breath-Water damage by 1% per 15 base levels up to level 180.
When Concentration is used, Dragon Breath and Dragon Breath-Water damage increases by an additional 20% for 60 seconds.

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

  • ID: 31693
  • Код: BOOST_TH_SWORD
  • Тип: оружие
  • Подтип: двуручный меч
  • Уровень оружия: 4
  • Атака: 250
  •  
  • Требуемый уровень: 100
  • Профессии: knight
  • Вес: 1

Скрипт

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