Anti Conjurer Suit [1], броня (Renewal)

Anti Conjurer Suit [1] (MD_GEFFEN_SUITS) – броня.

Anti Conjurer Suit [1], броня (Renewal)

The suit, which has become more powerful through continuous research and improvement, is designed to make it easier to operate various magics.
------------------------
Increases incoming heal effectiveness by 10%.
Reduces SP consumption of skills by 10%.
MHP + 3%, STR + 3, AGI +3.
------------------------
ATK + 10 per refine rate.
------------------------
Increases ASPD by 2% per 2 refine rate.
------------------------
If refine rate is 9 or higher, increases melee and long range physical damage by 10%.
------------------------
If refine rate is 11 or higher, increases ASPD by additional 7%.
------------------------
If refine rate is 13 or higher, additional MATK + 60.
------------------------
Def : 120
Armor Lv : 2

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

  • ID: 30248
  • Код: MD_GEFFEN_SUITS
  • Тип: броня
  • Уровень брони: 2
  • Защита: 120
  •  
  • Требуемый уровень: 230
  • Вес: 90

Скрипт

.@r = getrefine();
bonus bHealPower2,10;
bonus bUseSPrate,-10;
bonus bMaxHPrate,3;
bonus bStr,3;
bonus bAgi,3;
bonus bBaseAtk,10*.@r;
bonus bAspdRate,2*(.@r/2);
if (.@r>=9) {
   bonus bLongAtkRate,10;
   bonus bShortAtkRate,10;
   if (.@r>=11) {
      bonus bAspdRate,7;
      if (.@r>=13) {
         bonus bBaseAtk,60;
      }
   }
}