Glacier Flower Spell (Magical Grade) 3Lv, (Renewal)
Glacier Flower Spell (Magical Grade) 3Lv (MAGICAL_GRADE_3) – карта.

Matk + 45, increases all property magical damage by 9%.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 9%).
If refine rate is 9 or higher, reduces variable casting time and global cooldown by 9%.
[Bonus by grade of weapon]
[Grade D] Matk + 3%, Matk + 45.
[Grade C] S.Matk + 3 per 5 refine rate.
[Grade B] SPL + 1 and CON + 1 per 4 refine rate.
[Grade A] Increases magical damage against all property enemies by 14%, if refine rate is 11 or higher, increases magical damage against all size enemies by 14%.
Базовые свойства предмета
- ID: 18310
- Код: MAGICAL_GRADE_3
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@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;
}
}
}
}
}