.:Renewal Item Database:.
Search Item By ID
Glacier Flower Spell (Magical Grade) 4Lv Item ID# 311457 (Magical_Grade_4) Glacier Power (Magic) Lv4 | |
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | MATK +60 Increases Magical Damage with every element by 12%. Refine Level +7: ASPD +12% (Decreases after attack delay by 12%). Refine Level +9: Decreases variable cast time and after skill cast delay by 12%. [Bonus by Weapon Grade] [Grade D]: MATK +4%, MATK +60 [Grade C]: S.MATK +3 per 4 refine levels [Grade B]: SPL +1, CON +1 per 3 refine levels [Grade A]: Magical Damage against enemies of every element +16% Refine Level +11: Magical Damage against enemies of every size +16%. [iRO Description] MATK + 60. ------------------------ Increases all property magic damage by 12%. ------------------------ When refined to +7, ASPD + 12%. ------------------------ When refined to +9, reduces Variable Casting Time and After Cast Delay by 12%. ------------------------ [Weapon Grade Bonus] [Grade D] MATK + 4%, MATK + 60. [Grade C] For every 4 refine level, S.MATK +3. [Grade B] For every 3 refine level, SPL +1, CON +1. [Grade A] Increases magic damage against all property enemies by 16%. When refined to +11, increases magic damage against all size enemies by 16%. |
|---|---|
| Item Script |
expand to view script{ .@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; } } } } } },{},{} |
| Dropped By | No Result |

