Ice Magic Orb (Powerful), (Renewal)

Ice Magic Orb (Powerful) (ICE_F_ORB_P_FULL) – карта.

Ice Magic Orb (Powerful), (Renewal)

Increases melee and long ranged physical damage by 3%, increases all property magical damage by 3%.
If refine rate is 7 or higher, increases melee and long ranged physical damage by additional 3%, increases all property magical damage by additional 3%.
If refine rate is 9 or higher, increases melee and long ranged physical damage by additional 3%, increases all property magical damage by additional 3%.
If refine rate is 11 or higher, increases melee and long ranged physical damage by additional 3%, increases all property magical damage by additional 3%.

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

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

Скрипт

bonus2 bMagicAtkEle,Ele_All,3;
bonus bLongAtkRate,3;
bonus bShortAtkRate,3;
.@r = getrefine();
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,3;
   bonus bLongAtkRate,3;
   bonus bShortAtkRate,3;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,3;
      bonus bLongAtkRate,3;
      bonus bShortAtkRate,3;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_All,3;
         bonus bLongAtkRate,3;
         bonus bShortAtkRate,3;
      }
   }
}