Arm Knuckle Booster Mace, булава (Renewal)

Arm Knuckle Booster Mace (AK_B_MACE) – оружие.

Arm Knuckle Booster Mace, булава (Renewal)

Can't be refined by normal means.
Can't be destroyed.
Atk + 2%.
Atk + 3 per refine rate.
Atk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases long ranged physical damage by 2% per each level of Madogear License user learned.
If refine rate is 9 or higher, reduces variable casting time by 10%, increases Knuckle Boost and Arm Cannon damage by 25%.
If refine rate is 11 or higher, reduces global cooldown by 10%, increases physical damage against all size enemies by 20%.
If refine rate is 13 or higher, increases Knuckle Boost and Arm Cannon damage by additional 15%.

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

  • ID: 31647
  • Код: AK_B_MACE
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 400
  •  
  • Требуемый уровень: 100
  • Профессии: blacksmith
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,2;
bonus bBaseAtk,3*.@r+3*(min(BaseLevel,195)/15);
if (.@r>=7) {
   bonus bLongAtkRate,2*getskilllv("NC_MADOLICENCE");
}
if (.@r>=9) {
   bonus bVariableCastrate,-10;
   bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",25;
   bonus2 bSkillAtk,"NC_ARMSCANNON",25;
   bonus2 bSkillAtk,"NC_VULCANARM",25;
}
if (.@r>=11) {
   bonus2 bAddSize,Size_All,20;
   bonus bDelayrate,-10;
}
if (.@r>=13) {
   bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15;
   bonus2 bSkillAtk,"NC_ARMSCANNON",15;
   bonus2 bSkillAtk,"NC_VULCANARM",15;
}