Nebula of Sharp Lv1, (Renewal)

Nebula of Sharp Lv1 (NEBULA_OF_SH1) – карта.

Nebula of Sharp Lv1, (Renewal)

Increases critical damage by 5%.
If refine rate is 9 or higher, increases critical damage by additional 5%.
If refine rate is 11 or higher, increases critical damage by additional 7%.

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

  • ID: 17748
  • Код: NEBULA_OF_SH1
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bCritAtkRate,5;
if (.@r>=9) {
   bonus bCritAtkRate,5;
   if (.@r>=11) {
      bonus bCritAtkRate,7;
   }
}