Magic Barrier Muffler [1], броня (Renewal)

Magic Barrier Muffler [1] (MD_GEFFEN_HOOD2) – броня.

Magic Barrier Muffler [1], броня (Renewal)

An improved muffler that was one of the prizes of the Geffen Magic Tournament.
It is not an officially licensed improved product, but there is a text that says safety is excellent.
------------------------
MaxHP + 1500.
------------------------
MaxHP + 1% per refine rate.
------------------------
Reduces variable casting time by 2% per 3 refine rate.
------------------------
If refine rate is 9 or higher, Matk + 7%, increases heal effectiveness by 5%.
------------------------
If refine rate is 11 or higher, increases all property magical damage by 7%.
------------------------
Set Bonus
Magic Barrier Muffler
Anti Conjurer Suit

MATK + 50,
If refine rate of Anti Conjurer Suit is 11 or higher, increases all property magical damage by 5%, increases ASPD by 10%.
------------------------
Set Bonus
Magic Barrier Muffler
Magic Protector Robe

MATK + 50,
If refine rate of Magic Protector Robe is 11 or higher, increases all property magical damage by 5%, reduces variable casting time by 10%.
------------------------
Def : 70
Armor Lv : 2

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

  • ID: 30601
  • Код: MD_GEFFEN_HOOD2
  • Тип: броня
  • Уровень брони: 2
  • Защита: 70
  •  
  • Требуемый уровень: 230
  • Вес: 65

Скрипт

.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxHPrate,(.@r/2);
bonus bVariableCastrate,-2*(.@r/3);
if (.@r>=9) {
   bonus bMatkRate,7;
   bonus bHealPower,15;
   if (.@r>=11) {
      bonus2 bMagicAtkEle,Ele_All,7;
   }
}