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 #312309 Card

Issgard Crystal (Assassin)

Buy Price: N/A Sell Price: N/A
ATK +20.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Critical Damage +2%, ATK +5.
[Grade C]: Critical Damage +2%, ATK +5.
[Grade B]: Critical Damage +2%, ATK +5.
[Grade A]: Critical Damage +2%, ATK +5.
_______________________
When equipped with Glacier Flower Meow Power(Warrior):
Increases Melee Physical Damage by 4%.
_______________________
When equipped with Glacier Flower Meow Power(Shooter):
Increases Ranged Physical Damage by 4%.
_______________________
When equipped with Glacier Flower Meow Power(Fast):
Critical +15.
Increases Critical Damage by 4%.
_______________________
When equipped with Glacier Flower Meow Power(Fatal):
Critical +20.
Increases Critical Damage by 8%.

Basic Information

Card

Scripts

.@g = getenchantgrade(); bonus bBaseAtk,20; if (.@g>=ENCHANTGRADE_D) { bonus bCritAtkRate,2; bonus bBaseAtk,5; if (.@g>=ENCHANTGRADE_C) { bonus bCritAtkRate,2; bonus bBaseAtk,5; if (.@g>=ENCHANTGRADE_B) { bonus bCritAtkRate,2; bonus bBaseAtk,5; if (.@g>=ENCHANTGRADE_A) { bonus bCritAtkRate,2; bonus bBaseAtk,5; } } } }
.@g = getenchantgrade();
bonus bBaseAtk,20;
if (.@g>=ENCHANTGRADE_D) {
   bonus bCritAtkRate,2;
   bonus bBaseAtk,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bCritAtkRate,2;
      bonus bBaseAtk,5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bCritAtkRate,2;
         bonus bBaseAtk,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bCritAtkRate,2;
            bonus bBaseAtk,5;
         }
      }
   }
}
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.