Glacier Magic Orb (Axe Stomp), (Renewal)

Glacier Magic Orb (Axe Stomp) (GLACIER_F_ORB_88) – карта.

Glacier Magic Orb (Axe Stomp), (Renewal)

Increases Axe Stomp damage by 10%.
Increases Axe Stomp damage by additional 5% per 4 refine rate.
If refine rate is 9 or higher, increases Axe Stomp damage by additional 10%.

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

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

Скрипт

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