Automatic Orb(Holy Judex), (Renewal)

Automatic Orb(Holy Judex) (AUTOMATIC_ORB71) – карта.

Automatic Orb(Holy Judex), (Renewal)

Holy Light and Judex damage +15%
When refined to +7 or higher, Holy Light and Judex damage +3% (Additional)
When refined to +11 or higher, Holy Light and Judex damage +7% (Additional)

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

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

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"AL_HOLYLIGHT",15;
bonus2 bSkillAtk,"AB_JUDEX",15;
if (.@r>=9) {
   bonus2 bSkillAtk,"AL_HOLYLIGHT",3;
   bonus2 bSkillAtk,"AB_JUDEX",3;
   if (.@r>=11) {
      bonus2 bSkillAtk,"AL_HOLYLIGHT",7;
      bonus2 bSkillAtk,"AB_JUDEX",7;
   }
}