Dimensions Machanical Axe [2], двуручный топор (Renewal)

Dimensions Machanical Axe [2] (DIMEN_MT_AXE) – оружие.

 

Can't be destroyed.
Atk + 3%, increases Mighty Smash damage by 15%.
Every 2 refine rate, Atk + 25, Atk + 1%.
Every 3 refine rate, increases Mighty Smash damage by 5%.
If refine rate is 7 or higher, increases melee physical damage by 25%.
If refine rate is 9 or higher, reduces SP consumption of skills by 10%, P.Atk + 7.
If refine rate is 11 or higher, increases Mighty Smash damage by additional 15%.


When equipped with Time Dimensions Rune Crown (Meister),
increases Axe Stomp damage by 45%,

if grade of Dimensions Machanical Axe and Time Dimensions Rune Crown (Meister) is A or higher,
increases Axe Tornado damage by percentage equal to 5 times the sum of refine rate of set,
when using Mighty Smash, auto-cast Axe Tornado at the maximum level the user has learned (the user must have learned Axe Tornado at level 1 or higher for auto-casting, but doesn't auto-cast when riding Madogear).


[Bonus by grade]
[Grade D] P.Atk + 5.
[Grade C] Increases Mighty Smash damage by 15%.
[Grade B] Increases melee physical damage by 10%.
[Grade A] Every 2 refine rate, P.Atk + 3.

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

  • ID: 31787
  • Код: DIMEN_MT_AXE
  • Тип: оружие
  • Подтип: двуручный топор
  • Уровень оружия: 5
  • Атака: 380
  •  
  • Требуемый уровень: 250
  • Профессии: blacksmith
  • Вес: 450

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,3+(.@r/2);
bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15+5*(.@r/3);
bonus bBaseAtk,25*(.@r/2);
if (.@r>=7) {
   bonus bShortAtkRate,25;
   if (.@r>=9) {
      bonus bUseSPrate,-10;
      bonus bPAtk,7;
      if (.@r>=11) {
         bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPAtk,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bShortAtkRate,10;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPAtk,3*(.@r/2);
         }
      }
   }
}