Modification Orb (Critical), (Renewal)
Modification Orb (Critical) (IMPROVE_ORB_CRI) – карта.

Crit + 10
If upgrade level is +7 or higher, increases critical damage on targets by 5%.
If upgrade level is +9 or higher, increases critical damage on targets by an additional 5%.
Базовые свойства предмета
- ID: 16547
 - Код: IMPROVE_ORB_CRI
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bCritical,10;
if (.@r>=7) {
   bonus bCritAtkRate,5;
   if (.@r>=9) {
      bonus bCritAtkRate,5;
   }
}