Issgard Crystal, (Renewal)

Issgard Crystal (ISGARD_4) – карта.

Issgard Crystal, (Renewal)

Def + 50, Mdef + 10.
If grade of enchanted equipment is D or higher, reduces global cooldown by 2%, additional Def + 25, Mdef + 5.
If grade of enchanted equipment is C or higher, reduces global cooldown by additional 1%, additional Def + 25, Mdef + 5.
If grade of enchanted equipment is B or higher, reduces global cooldown by additional 1%, additional Def + 25, Mdef + 5.
If grade of enchanted equipment is A or higher, reduces global cooldown by additional 1%, additional Def + 25, Mdef + 5.

When equipped with Glacier Flower Meow Power (Global Cooldown), reduces global cooldown by 3%.
When equipped with Glacier Flower Meow Power (Physical Defense), Res + 30.
When equipped with Glacier Flower Meow Power (Magical Defense), Mres + 20.
When equipped with Glacier Flower Meow Power (Fixed Casting), reduces fixed casting by 0.3 seconds.

Базовые свойства предмета

  • ID: 18828
  • Код: ISGARD_4
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@g = getenchantgrade();
bonus bMdef,10;
bonus bDef,50;
if (.@g>=ENCHANTGRADE_D) {
   bonus bDelayrate,-2;
   bonus bMdef,5;
   bonus bDef,25;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bDelayrate,-1;
      bonus bMdef,5;
      bonus bDef,25;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bDelayrate,-1;
         bonus bMdef,5;
         bonus bDef,25;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bDelayrate,-1;
            bonus bMdef,5;
            bonus bDef,25;
         }
      }
   }
}