Glacier Magic Orb (Faith), (Renewal)

Glacier Magic Orb (Faith) (GLACIER_F_ORB_111) – карта.

Glacier Magic Orb (Faith), (Renewal)

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

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

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

Скрипт

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