Glacier Magic Orb (Judgment), (Renewal)

Glacier Magic Orb (Judgment) (GLACIER_F_ORB_112) – карта.

Glacier Magic Orb (Judgment), (Renewal)

Increases Second Judgement and Third Consecration damage by 10%.
Increases Second Judgement and Third Consecration damage by additional 5% per 4 refine rate.
If refine rate is 9 or higher, increases Second Judgement and Third Consecration damage by additional 10%.

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

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

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",10+5*(.@r/4);
bonus2 bSkillAtk,"IQ_THIRD_CONSECRATION",10+5*(.@r/4);
if (.@r>=9) {
  bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",10;
  bonus2 bSkillAtk,"IQ_THIRD_CONSECRATION",10;
}