Nebula of Sharp Lv2, (Renewal)
Nebula of Sharp Lv2 (NEBULA_OF_SH2) – карта.

Increases critical damage by 7%.
If refine rate is 9 or higher, increases critical damage by additional 7%.
If refine rate is 11 or higher, increases critical damage by additional 12%.
Базовые свойства предмета
- ID: 17749
 - Код: NEBULA_OF_SH2
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bCritAtkRate,7;
if (.@r>=9) {
   bonus bCritAtkRate,7;
   if (.@r>=11) {
      bonus bCritAtkRate,12;
   }
}