ID #311305
Card
Glacier Magic Orb (Extinction)
Buy Price: N/A
Sell Price: N/A
Increases damage of Second Flame and Third Flame Bomb by 10%.
_______________________
For each 4 Refine Levels:
Increases damage of Second Flame and Third Flame Bomb by additional 5%.
_______________________
Refine Level +9:
Increases damage of Second Flame and Third Flame Bomb by additional 10%.
_______________________
For each 4 Refine Levels:
Increases damage of Second Flame and Third Flame Bomb by additional 5%.
_______________________
Refine Level +9:
Increases damage of Second Flame and Third Flame Bomb by additional 10%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"IQ_SECOND_FLAME",10+5*(.@r/4); bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"IQ_SECOND_FLAME",10; bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",10; }
.@r = getrefine();
bonus2 bSkillAtk,"IQ_SECOND_FLAME",10+5*(.@r/4);
bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",10+5*(.@r/4);
if (.@r>=9) {
bonus2 bSkillAtk,"IQ_SECOND_FLAME",10;
bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",10;
}