Modification Orb (Global Delay), (Renewal)
Modification Orb (Global Delay) (IMPROVE_ORB_DELAY) – карта.

Reduces the global delay of skills by 5%.
If upgrade level is +7 or higher, reduces the global delay of skills by an additional 5%.
If upgrade level is +9 or higher, reduces the global delay of skills by an additional 5%.
Базовые свойства предмета
- ID: 16548
 - Код: IMPROVE_ORB_DELAY
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bDelayrate,-5;
if (.@r>=7) {
   bonus bDelayrate,-5;
   if (.@r>=9) {
      bonus bDelayrate,-5;
   }
}