ID #311456
Card
Glacier Flower Spell (Magical Grade) 3Lv
Buy Price: N/A
Sell Price: N/A
MATK +45
Increases Magical Damage with every element 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]: MATK +3%, MATK +45
[Grade C]: S.MATK +3 per 5 Refine Levels
[Grade B]: SPL +1, CON +1 per 4 Refine Levels
[Grade A]: Magical Damage against enemies of every element +14%
_______________________
Refine Level +11: Magical Damage against enemies of every size +14%.
Increases Magical Damage with every element 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]: MATK +3%, MATK +45
[Grade C]: S.MATK +3 per 5 Refine Levels
[Grade B]: SPL +1, CON +1 per 4 Refine Levels
[Grade A]: Magical Damage against enemies of every element +14%
_______________________
Refine Level +11: Magical Damage against enemies of every size +14%.
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,9; bonus bMatk,45; if (.@r>=7) { bonus bAspdRate,9; if (.@r>=9) { bonus bVariableCastrate,-9; bonus bDelayrate,-9; } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,3; bonus bMatk,45; if (.@g>=ENCHANTGRADE_C) { bonus bSMatk,3*(.@r/5); if (.@g>=ENCHANTGRADE_B) { bonus bSpl,(.@r/4); bonus bCon,(.@r/4); if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_All,14; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,14; } } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,9;
bonus bMatk,45;
if (.@r>=7) {
bonus bAspdRate,9;
if (.@r>=9) {
bonus bVariableCastrate,-9;
bonus bDelayrate,-9;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMatkRate,3;
bonus bMatk,45;
if (.@g>=ENCHANTGRADE_C) {
bonus bSMatk,3*(.@r/5);
if (.@g>=ENCHANTGRADE_B) {
bonus bSpl,(.@r/4);
bonus bCon,(.@r/4);
if (.@g>=ENCHANTGRADE_A) {
bonus2 bMagicAddEle,Ele_All,14;
if (.@r>=11) {
bonus2 bMagicAddSize,Size_All,14;
}
}
}
}
}