Open Illusion Infiltrator [2], катар (Renewal)

Open Illusion Infiltrator [2] (AEGIS_610055) – оружие.

 

Atk + 5%.
Increases Savage Impact damage by 10%.
If refine rate is 7 or higher, increases melee physical damage by 10%.
If refine rate is 9 or higher, increases Savage Impact damage by additional 10%.
If refine rate is 11 or higher, increases Savage Impact 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: 31762
  • Код: AEGIS_610055
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 4
  • Атака: 327
  •  
  • Требуемый уровень: 150
  • Профессии: assassin
  • Вес: 120

Скрипт

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