Glacier Magic Orb (Blue Dragon), (Renewal)

Glacier Magic Orb (Blue Dragon) (GLACIER_F_ORB_124) – карта.

Glacier Magic Orb (Blue Dragon), (Renewal)

Increases Talisman of Blue Dragon damage by 10%.
Increases Talisman of Blue Dragon damage by additional 5% per 4 refine rate.
If refine rate is 9 or higher, increases Talisman of Blue Dragon damage by additional 10%.

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

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

Скрипт

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