Opened Illusion Combo Battle Glove [1], кастет (Renewal)

Opened Illusion Combo Battle Glove [1] (AEGIS_560050) – оружие.

 

MaxHP + 10%.
Increases Third Flame Bomb damage by 10%.
If refine rate is 7 or higher, increases melee physical damage by 10%.
If refine rate is 9 or higher, increases Third Flame Bomb damage by additional 10%.
If refine rate is 11 or higher, increases Third Flame Bomb 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: 31565
  • Код: AEGIS_560050
  • Тип: оружие
  • Подтип: кастет
  • Уровень оружия: 4
  • Атака: 382
  •  
  • Требуемый уровень: 150
  • Профессии: monk
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 70

Скрипт

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