Artwork unavailable
RENEWAL / ITEMS
Glacier Flower Spell (Abyss Flame)
#313811Card
Glacier_F_Orb_181
TypeCard
Weight0
Buy price0 z
Sell price0 z
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus2 bSkillAtk,"ABC_ABYSS_FLAME_ATK",10+5*(.@r/4);
bonus2 bSkillAtk,"ABC_ABYSS_FLAME",10+5*(.@r/4);
if (.@r>=9) {
bonus2 bSkillAtk,"ABC_ABYSS_FLAME_ATK",10;
bonus2 bSkillAtk,"ABC_ABYSS_FLAME",10;
}