
RENEWAL / ITEMS
Glacier Magic Orb (Auto Shadow Spell)
#311221Card
Glacier_F_Orb_30
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Has a 7% chance to auto-cast Meteor Storm level 7 when dealing normal melee physical damage.
Increases Meteor Storm damage 25% per 3 refine rate.
If refine rate is 9 or higher, has a 5% chance to auto-cast Psychic Wave level 5 when dealing normal melee physical damage.
If refine rate is 11 or higher, increases Psychic Wave damage by 40%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect 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;
}
}