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

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