Opened Illusion Iron Driver [1], булава (Renewal)

Opened Illusion Iron Driver [1] (AEGIS_590066) – оружие.

 

Can't be destroyed.
Atk + 5%.
Increases Mega Sonic Blow damage by 10%.
If refine rate is 7 or higher, increases melee physical damage by 10%.
If refine rate is 9 or higher, increases Mega Sonic Blow damage by additional 10%.
If refine rate is 11 or higher, increases Mega Sonic Blow damage by additional 10%.

[Bonus by grade]
[Grade D] increases physical damage against small size enemies by 15%.
[Grade C] increases physical damage against medium size enemies by 15%.
[Grade B] increases physical damage against large size enemies by 15%.
[Grade A] P.Atk + 5.

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

  • ID: 31689
  • Код: AEGIS_590066
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 255
  • Магическая атака: 255
  •  
  • Требуемый уровень: 150
  • Профессии: priest
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bVariableCastrate,-3*(.@r/2);
bonus bAspdRate,3*(.@r/2);
if (BaseLevel>=150) {
   bonus bBaseAtk,(min(BaseLevel,170)*3);
   bonus bMatk,(min(BaseLevel,170)*3);
}
if (.@r>=7) {
   bonus bVariableCastrate,-5;
   bonus bAspdRate,5;
}
if (.@r>=9) {
   bonus bAtkRate,5;
   bonus bMatkRate,5;
}