Glacier Flower Meow Power (Global Cooldown), (Renewal)
Glacier Flower Meow Power (Global Cooldown) (ICE_C_ORB_S_DELAY) – карта.

Reduces global cooldown by 4%.
If refine rate is 7 or higher, reduces global cooldown by additional 4%.
If refine rate is 9 or higher, reduces global cooldown by additional 4%.
If refine rate is 11 or higher, reduces global cooldown by additional 4%.
Базовые свойства предмета
- ID: 18590
 - Код: ICE_C_ORB_S_DELAY
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bDelayrate,-4;
if (.@r>=7) {
   bonus bDelayrate,-4;
   if (.@r>=9) {
      bonus bDelayrate,-4;
      if (.@r>=11) {
         bonus bDelayrate,-4;
      }
   }
}