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

Matk + 60, increases all property magical damage by 12%.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 12%).
If refine rate is 9 or higher, reduces variable casting time and global cooldown by 12%.
[Bonus by grade of weapon]
[Grade D] Matk + 4%, Matk + 60.
[Grade C] S.Matk + 3 per 4 refine rate.
[Grade B] SPL + 1 and CON + 1 per 3 refine rate.
[Grade A] Increases magical damage against all property enemies by 16%, if refine rate is 11 or higher, increases magical damage against all size enemies by 16%.
Базовые свойства предмета
- ID: 18311
- Код: MAGICAL_GRADE_4
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,12;
bonus bMatk,60;
if (.@r>=7) {
bonus bAspdRate,12;
if (.@r>=9) {
bonus bVariableCastrate,-12;
bonus bDelayrate,-12;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMatkRate,4;
bonus bMatk,60;
if (.@g>=ENCHANTGRADE_C) {
bonus bSMatk,3*(.@r/4);
if (.@g>=ENCHANTGRADE_B) {
bonus bSpl,(.@r/3);
bonus bCon,(.@r/3);
if (.@g>=ENCHANTGRADE_A) {
bonus2 bMagicAddEle,Ele_All,16;
if (.@r>=11) {
bonus2 bMagicAddSize,Size_All,16;
}
}
}
}
}