Nebula of Sharp Lv3, (Renewal)
Nebula of Sharp Lv3 (NEBULA_OF_SH3) – карта.

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