Glacier Magic Orb (Auto Shadow Spell), (Renewal)

Glacier Magic Orb (Auto Shadow Spell) (GLACIER_F_ORB_30) – карта.

Glacier Magic Orb (Auto Shadow Spell), (Renewal)

Has a 7% chance to auto-cast Meteor Storm level 7 when dealing normal melee physical damage.
Increases Meteor Storm damage25% 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%.

Базовые свойства предмета

  • ID: 18091
  • Код: GLACIER_F_ORB_30
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@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;
  }
}