ID #311294
Card
Glacier Magic Orb (Illusion Soul Magic)
Buy Price: N/A
Sell Price: N/A
Increases damage of Mystery Illusion and Soul Vulcan Strike by 10%.
_______________________
For each 4 Refine Levels:
Increases damage of Mystery Illusion and Soul Vulcan Strike by additional 5%.
_______________________
Refine Level +9:
Increases damage of Mystery Illusion and Soul Vulcan Strike by additional 10%.
_______________________
For each 4 Refine Levels:
Increases damage of Mystery Illusion and Soul Vulcan Strike by additional 5%.
_______________________
Refine Level +9:
Increases damage of Mystery Illusion and Soul Vulcan Strike by additional 10%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"AG_MYSTERY_ILLUSION",10+5*(.@r/4); bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"AG_MYSTERY_ILLUSION",10; bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",10; }
.@r = getrefine();
bonus2 bSkillAtk,"AG_MYSTERY_ILLUSION",10+5*(.@r/4);
bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",10+5*(.@r/4);
if (.@r>=9) {
bonus2 bSkillAtk,"AG_MYSTERY_ILLUSION",10;
bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",10;
}