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

Glacier Flower Spell (Physical Grade) 3Lv

Buy Price: N/A Sell Price: N/A
ATK +45
Increases Melee and Ranged Physical Damage by 9%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 9%).
_______________________
Refine Level +9:
Decreases Variable Casting Time and After Skill Delay by 9%.
_______________________
[Bonus by Weapon Grade]
[Grade D]: ATK +3%, ATK +45
[Grade C]: P.ATK +3 per 5 Refine Levels
[Grade B]: POW +1, CON +1 per 4 Refine Levels
[Grade A]: Physical Damage against enemies of every element +14%
_______________________
Refine Level +11: Physical Damage against enemies of every size +14%.

Basic Information

Card

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bLongAtkRate,9; bonus bShortAtkRate,9; bonus bBaseAtk,45; if (.@r>=7) { bonus bAspdRate,9; if (.@r>=9) { bonus bVariableCastrate,-9; bonus bDelayrate,-9; } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,3; bonus bBaseAtk,45; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,3*(.@r/5); if (.@g>=ENCHANTGRADE_B) { bonus bPow,(.@r/4); bonus bCon,(.@r/4); if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,14; if (.@r>=11) { bonus2 bAddSize,Size_All,14; } } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bLongAtkRate,9;
bonus bShortAtkRate,9;
bonus bBaseAtk,45;
if (.@r>=7) {
   bonus bAspdRate,9;
   if (.@r>=9) {
      bonus bVariableCastrate,-9;
      bonus bDelayrate,-9;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,3;
   bonus bBaseAtk,45;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bPAtk,3*(.@r/5);
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPow,(.@r/4);
         bonus bCon,(.@r/4);
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bAddEle,Ele_All,14;
            if (.@r>=11) {
               bonus2 bAddSize,Size_All,14;
            }
         }
      }
   }
}
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.