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

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