Paradise Genetic Mace, булава (Renewal)

Paradise Genetic Mace (3PARA_MACE_GN) – оружие.

Paradise Genetic Mace, булава (Renewal)

Can't be refined.
Atk + 5%, increases long ranged physical damage by 1% per each level of Potion Research user learned.
If the user's base level is 105 or higher, reduces variable casting time by 10%, increases Cart Cannon damage by 25%.
If the user's base level is 110 or higher, reduces global cooldown by 10%, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Cart Cannon damage by additional 15%.

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

  • ID: 31664
  • Код: 3PARA_MACE_GN
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 180
  •  
  • Требуемый уровень: 100
  • Профессии: alchemist
  • Вес: 1

Скрипт

.@a = getskilllv("AM_LEARNINGPOTION");
bonus bUnbreakableWeapon;
bonus bAtkRate,5;
bonus bLongAtkRate,.@a;
if (BaseLevel>=105) {
   bonus bVariableCastrate,-10;
   bonus2 bSkillAtk,"GN_CARTCANNON",25;
   if (BaseLevel>=110) {
      bonus bDelayrate,-10;
      bonus2 bAddSize,Size_All,15;
      if (BaseLevel>=115)
         bonus2 bSkillAtk,"GN_CARTCANNON",15;
   }
}