Magic Barrier Manteau [1], броня (Renewal)
Magic Barrier Manteau [1] (MD_GEFFEN_HOOD) – броня.
![Magic Barrier Manteau [1], броня (Renewal) Magic Barrier Manteau [1], броня (Renewal)](/images/db/items/picture/480065.png)
An improved Manteau that was one of the prizes of the Geffen Magic Contest.
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.
------------------------
Increases ASPD by 2% per 3 refine rate.
------------------------
If refine rate is 9 or higher, increases melee physical damage by 5%.
------------------------
If refine rate is 11 or higher, increases melee physical damage by additional 7%.
------------------------
Set Bonus
Magic Barrier Manteau
Anti Conjurer Suit
Atk + 50,
If refine rate of Anti Conjurer Suit is 11 or higher, increases melee physical damage by 5%, increases ASPD by 10%.
------------------------
Set Bonus
Magic Barrier Manteau
Magic Protector Robe
Atk + 50,
If refine rate of Magic Protector Robe is 11 or higher, increases melee physical damage by 5%, increases ASPD by 10%.
------------------------
Def : 75
Armor Lv : 2
Базовые свойства предмета
- ID: 30600
 - Код: MD_GEFFEN_HOOD
 - Тип: броня
 - Уровень брони: 2
 - Защита: 75
 - Требуемый уровень: 230
 
- Вес: 70
 
Скрипт
.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxHPrate,(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=9) {
   bonus bShortAtkRate,5;
   if (.@r>=11) {
      bonus bShortAtkRate,7;
   }
}