ID #311150
Card
Ice Magic Orb (Sonic Impact)
Buy Price: N/A
Sell Price: N/A
Increases damage of Sonic Blow and Cross Impact by 15%.
_______________________
Refine Level +7:
Increases damage of Sonic Blow and Cross Impact by additional 15%.
_______________________
Refine Level +9:
Increases damage of Sonic Blow and Cross Impact by additional 15%.
_______________________
Refine Level +11:
Increases damage of Sonic Blow and Cross Impact by additional 15%.
Increases damage of Savage Impact by 15%.
_______________________
Refine Level +7:
Increases damage of Sonic Blow and Cross Impact by additional 15%.
_______________________
Refine Level +9:
Increases damage of Sonic Blow and Cross Impact by additional 15%.
_______________________
Refine Level +11:
Increases damage of Sonic Blow and Cross Impact by additional 15%.
Increases damage of Savage Impact by 15%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"AS_SONICBLOW",15; bonus2 bSkillAtk,"GC_CROSSIMPACT",15; if (.@r>=7) { bonus2 bSkillAtk,"AS_SONICBLOW",15; bonus2 bSkillAtk,"GC_CROSSIMPACT",15; if (.@r>=9) { bonus2 bSkillAtk,"AS_SONICBLOW",15; bonus2 bSkillAtk,"GC_CROSSIMPACT",15; if (.@r>=11) { bonus2 bSkillAtk,"AS_SONICBLOW",15; bonus2 bSkillAtk,"GC_CROSSIMPACT",15; bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",15; } } }
.@r = getrefine();
bonus2 bSkillAtk,"AS_SONICBLOW",15;
bonus2 bSkillAtk,"GC_CROSSIMPACT",15;
if (.@r>=7) {
bonus2 bSkillAtk,"AS_SONICBLOW",15;
bonus2 bSkillAtk,"GC_CROSSIMPACT",15;
if (.@r>=9) {
bonus2 bSkillAtk,"AS_SONICBLOW",15;
bonus2 bSkillAtk,"GC_CROSSIMPACT",15;
if (.@r>=11) {
bonus2 bSkillAtk,"AS_SONICBLOW",15;
bonus2 bSkillAtk,"GC_CROSSIMPACT",15;
bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",15;
}
}
}