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

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