Ravage Magic Manteau [1], броня (Renewal)

Ravage Magic Manteau [1] (MD_GEFFEN_HOOD3) – броня.

Ravage Magic Manteau [1], броня (Renewal)

An improved Manteau exclusively for anti-magic. It not only has excellent magic defense ability,
but also greatly improves the wearer's physical abilities.
------------------------
MaxHP + 1200.
------------------------
MaxHP + 1% per refine rate.
------------------------
Increases ASPD by 2% per 3 refine rate.
------------------------
If refine rate is 9 or higher, increases long ranged physical damage by 5%.
------------------------
If refine rate is 11 or higher, increases long ranged physical damage by additional 7%.
------------------------
Set Bonus
Ravage Magic Manteau
Anti Conjurer Suit

ATK + 50,
If refine rate of Anti Conjurer Suit is 11 or higher, increases long ranged physical damage by 5%, increases ASPD by 10%.
------------------------
Set Bonus
Ravage Magic Manteau
Magic Protector Robe

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

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

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

Скрипт

.@r = getrefine();
bonus bMaxHP,1200;
bonus bMaxHPrate,(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=9) {
   bonus bLongAtkRate,5;
   if (.@r>=11) {
      bonus bLongAtkRate,7;
   }
}