0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #312306 Card

Issgard Crystal

Buy Price: N/A Sell Price: N/A
DEF +50, MDEF +10.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: After Skill Delay -2%, DEF +25, MDEF +5.
[Grade C]: After Skill Delay -1%, DEF +25, MDEF +5.
[Grade B]: After Skill Delay -1%, DEF +25, MDEF +5.
[Grade A]: After Skill Delay -1%, DEF +25, MDEF +5.
_______________________
When equipped with Glacier Flower Meow Power(After Skill Delay):
Decreases After Skill Delay 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):
Decreases Fixed Casting Time by 0.3 seconds.

Basic Information

Card

Scripts

.@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; } } } }
.@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;
         }
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.