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%.
_______________________
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
Type
Card
Scripts
Script .@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;
}
}