ID #311455
Card
Glacier Flower Spell (Magical Grade) 2Lv
Buy Price: N/A
Sell Price: N/A
MATK +30
Increases Magical Damage with every element by 6%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 6%).
_______________________
Refine Level +9:
Decreases Variable Casting Time and After Skill Delay by 6%.
_______________________
[Bonus by Weapon Grade]
[Grade D]: MATK +2%, MATK +30
[Grade C]: Refine Level +7: S.MATK +3
[Grade B]: Refine Level +9: SPL +1, CON +1
[Grade A]: Magical Damage against enemies of every element +12%
_______________________
Refine Level +11: Magical Damage against enemies of every size +12%.
Increases Magical Damage with every element by 6%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 6%).
_______________________
Refine Level +9:
Decreases Variable Casting Time and After Skill Delay by 6%.
_______________________
[Bonus by Weapon Grade]
[Grade D]: MATK +2%, MATK +30
[Grade C]: Refine Level +7: S.MATK +3
[Grade B]: Refine Level +9: SPL +1, CON +1
[Grade A]: Magical Damage against enemies of every element +12%
_______________________
Refine Level +11: Magical Damage against enemies of every size +12%.
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,6; bonus bMatk,30; if (.@r>=7) { bonus bAspdRate,6; if (.@r>=9) { bonus bVariableCastrate,-6; bonus bDelayrate,-6; } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,2; bonus bMatk,30; if (.@g>=ENCHANTGRADE_C) { if (.@r>=7) { bonus bSMatk,3; } } if (.@g>=ENCHANTGRADE_B) { if (.@r>=9) { bonus bSpl,1; bonus bCon,1; } if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_All,12; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,12; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,6;
bonus bMatk,30;
if (.@r>=7) {
bonus bAspdRate,6;
if (.@r>=9) {
bonus bVariableCastrate,-6;
bonus bDelayrate,-6;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMatkRate,2;
bonus bMatk,30;
if (.@g>=ENCHANTGRADE_C) {
if (.@r>=7) {
bonus bSMatk,3;
}
}
if (.@g>=ENCHANTGRADE_B) {
if (.@r>=9) {
bonus bSpl,1;
bonus bCon,1;
}
if (.@g>=ENCHANTGRADE_A) {
bonus2 bMagicAddEle,Ele_All,12;
if (.@r>=11) {
bonus2 bMagicAddSize,Size_All,12;
}
}
}
}