ID #312311
Card
Issgard Crystal (Berserker)
Buy Price: N/A
Sell Price: N/A
ATK +30.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Melee Physical Damage +2%, ATK +5.
[Grade C]: Melee Physical Damage +2%, ATK +5.
[Grade B]: Melee Physical Damage +2%, ATK +5.
[Grade A]: Melee Physical Damage +2%, ATK +5.
_______________________
When equipped with Glacier Flower Meow Power(Berserker):
Increases Melee Physical Damage by additional 5%.
_______________________
When equipped with Glacier Flower Meow Power(Over Power):
P.ATK +5, POW +7, CON +7.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Melee Physical Damage +2%, ATK +5.
[Grade C]: Melee Physical Damage +2%, ATK +5.
[Grade B]: Melee Physical Damage +2%, ATK +5.
[Grade A]: Melee Physical Damage +2%, ATK +5.
_______________________
When equipped with Glacier Flower Meow Power(Berserker):
Increases Melee Physical Damage by additional 5%.
_______________________
When equipped with Glacier Flower Meow Power(Over Power):
P.ATK +5, POW +7, CON +7.
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); bonus bBaseAtk,30; if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,2; bonus bBaseAtk,5; if (.@g>=ENCHANTGRADE_C) { bonus bShortAtkRate,2; bonus bBaseAtk,5; if (.@g>=ENCHANTGRADE_B) { bonus bShortAtkRate,2; bonus bBaseAtk,5; if (.@g>=ENCHANTGRADE_A) { bonus bShortAtkRate,2; bonus bBaseAtk,5; } } } }
.@g = getenchantgrade();
bonus bBaseAtk,30;
if (.@g>=ENCHANTGRADE_D) {
bonus bShortAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bShortAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bShortAtkRate,2;
bonus bBaseAtk,5;
}
}
}
}