0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #311149 Card

Ice Magic Orb (Acid Explosion)

Buy Price: N/A Sell Price: N/A
Increases damage of Acid Demonstration and Spore Explosion by 15%.
_______________________
Refine Level +7:
Increases damage of Acid Demonstration and Spore Explosion by additional 25%.
_______________________
Refine Level +9:
Decreases Spore Explosion skill cooldown by 2 seconds.
_______________________
Refine Level +11:
Increases damage of Acid Demonstration and Spore Explosion by additional 20%.
Increases damage of Acidified Zone (Fire/Ground) by 15%.

Basic Information

Card

Scripts

.@r = getrefine(); bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",15; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",15; if (.@r>=7) { bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",25; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",25; if (.@r>=9) { bonus2 bSkillCooldown,"GN_SPORE_EXPLOSION",-2000; if (.@r>=11) { bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",20; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",20; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",15; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",15; bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",15; } } }
.@r = getrefine();
bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",15;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",15;
if (.@r>=7) {
  bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",25;
  bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",25;
  if (.@r>=9) {
    bonus2 bSkillCooldown,"GN_SPORE_EXPLOSION",-2000;
    if (.@r>=11) {
      bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",20;
      bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",20;
      bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",15;
      bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",15;
      bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",15;
    }
  }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.