Glacier Magic Orb (Dragon Breath), (Renewal)

Glacier Magic Orb (Dragon Breath) (GLACIER_F_ORB_1) – карта.

Glacier Magic Orb (Dragon Breath), (Renewal)

Increases Dragon Breath and Dragon Breath - Water damage by 20%.
Increases Dragon Breath and Dragon Breath - Water damage by additional 10% per 3 refine rate.
If refine rate is 9 or higher, increases Dragon Breath and Dragon Breath - Water damage by additional 20%.
If refine rate is 11 or higher, increases Dragon Breath and Dragon Breath - Water damage by additional 20%.

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

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

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"RK_DRAGONBREATH",20+10*(.@r/3);
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",20+10*(.@r/3);
if (.@r>=9) {
  bonus2 bSkillAtk,"RK_DRAGONBREATH",20;
  bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",20;
  if (.@r>=11) {
    bonus2 bSkillAtk,"RK_DRAGONBREATH",20;
    bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",20;
  }
}