ID #312307
Card
Issgard Crystal (Warrior)
Buy Price: N/A
Sell Price: N/A
ATK +20.
_______________________
[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(Warrior):
Increases Melee Physical Damage by additional 4%.
_______________________
When equipped with Glacier Flower Meow Power(Guide Attack):
ATK +50, P.ATK +5.
_______________________
When equipped with Glacier Flower Meow Power(Fighting Spirit):
ATK +10%.
Increases Melee Physical Damage by additional 8%.
_______________________
[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(Warrior):
Increases Melee Physical Damage by additional 4%.
_______________________
When equipped with Glacier Flower Meow Power(Guide Attack):
ATK +50, P.ATK +5.
_______________________
When equipped with Glacier Flower Meow Power(Fighting Spirit):
ATK +10%.
Increases Melee Physical Damage by additional 8%.
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); bonus bBaseAtk,20; 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,20;
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;
}
}
}
}