ID #312308
Card
Issgard Crystal (Shooter)
Buy Price: N/A
Sell Price: N/A
ATK +20.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Ranged Physical Damage +2%, ATK +5.
[Grade C]: Ranged Physical Damage +2%, ATK +5.
[Grade B]: Ranged Physical Damage +2%, ATK +5.
[Grade A]: Ranged Physical Damage +2%, ATK +5.
_______________________
When equipped with Glacier Flower Meow Power(Shooter):
Increases Ranged 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(Expert Archer):
ATK +10%.
Increases Ranged Physical Damage by additional 8%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Ranged Physical Damage +2%, ATK +5.
[Grade C]: Ranged Physical Damage +2%, ATK +5.
[Grade B]: Ranged Physical Damage +2%, ATK +5.
[Grade A]: Ranged Physical Damage +2%, ATK +5.
_______________________
When equipped with Glacier Flower Meow Power(Shooter):
Increases Ranged 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(Expert Archer):
ATK +10%.
Increases Ranged Physical Damage by additional 8%.
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); bonus bBaseAtk,20; if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,2; bonus bBaseAtk,5; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,2; bonus bBaseAtk,5; if (.@g>=ENCHANTGRADE_B) { bonus bLongAtkRate,2; bonus bBaseAtk,5; if (.@g>=ENCHANTGRADE_A) { bonus bLongAtkRate,2; bonus bBaseAtk,5; } } } }
.@g = getenchantgrade();
bonus bBaseAtk,20;
if (.@g>=ENCHANTGRADE_D) {
bonus bLongAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bLongAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bLongAtkRate,2;
bonus bBaseAtk,5;
}
}
}
}