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 #311221 Card

Glacier Magic Orb (Auto Shadow Spell)

Buy Price: N/A Sell Price: N/A
Melee physical attacks have a 7% chance to auto-cast Level 7 Meteor Storm.
_______________________
For each 3 Refine Levels:
Increases damage of Meteor Storm by 25%.
_______________________
Refine Level +9:
Melee physical attacks have a 5% chance to auto-cast Level 5 Psychic Wave.
_______________________
Refine Level +11:
Increases damage of Psychic Wave by 40%.

Basic Information

Card

Scripts

.@r = getrefine(); bonus5 bAutoSpell,"WZ_METEOR",7,70,BF_SHORT|BF_NORMAL,0; bonus2 bSkillAtk,"WZ_METEOR",25*(.@r/3); if (.@r>=9) { bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",5,50,BF_SHORT|BF_NORMAL,0; if (.@r>=11) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",40; } }
.@r = getrefine();
bonus5 bAutoSpell,"WZ_METEOR",7,70,BF_SHORT|BF_NORMAL,0;
bonus2 bSkillAtk,"WZ_METEOR",25*(.@r/3);
if (.@r>=9) {
  bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",5,50,BF_SHORT|BF_NORMAL,0;
  if (.@r>=11) {
    bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",40;
  }
}
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.