Glacier Magic Orb (Ray of Genesis), (Renewal)

Glacier Magic Orb (Ray of Genesis) (GLACIER_F_ORB_10) – карта.

Glacier Magic Orb (Ray of Genesis), (Renewal)

Increases Genesis Ray damage by 20%.
Increases Genesis Ray damage by additional 10% per 3 refine rate.
If refine rate is 9 or higher, reduces skill cooldown of Genesis Ray by 1 second.
If refine rate is 11 or higher, increases Genesis Ray damage by additional 20%.

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

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

Скрипт

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