Renewal
.:Renewal Item Database:.
Search Item By ID


Glacier Flower Spell (Physical Grade) 4Lv    Item ID# 311452 (Physical_Grade_4)
Glacier Flower Spell(Physical Grade) Lv4
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +60
Increases melee and ranged physical damage 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]: ATK +4%, ATK +60
[Grade C]: P.ATK +3 per 4 refine levels
[Grade B]: POW +1, CON +1 per 3 refine levels
[Grade A]: Physical Damage against enemies of every element +16%

Refine Level +11: Physical Damage against enemies of every size +16%.

[iRO Description]
Not Available
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bLongAtkRate,12; bonus bShortAtkRate,12; bonus bBaseAtk,60; if (.@r>=7) { bonus bAspdRate,12; if (.@r>=9) { bonus bDelayrate,-12; } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,4; bonus bBaseAtk,60; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,3*(.@r/4); if (.@g>=ENCHANTGRADE_B) { bonus bPow,(.@r/3); bonus bCon,(.@r/3); if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,16; if (.@r>=11) { bonus2 bAddSize,Size_All,16; } } } } } },{},{}
Dropped By No Result

back to top