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.
_______________________
[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
Type
Card
Scripts
Script .@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;
}
}
}
}