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

Magic Absorber [1] (MD_GEFFEN_SHIELD) – броня.

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

Shield for anti-magic, with improved ability to reflect magic.
It's very thin, probably because of its anti-magic shield.
------------------------
Increases all property magical damage by 3%, Mdef + 15.
------------------------
If refine rate is 7 or higher, Matk + 25.
------------------------
If refine rate is 9 or higher, reduces variable casting time by 5%.
------------------------
If refine rate is 12 or higher, increases all property magical damage by additional 7%.
------------------------
Set Bonus
Magic Absorber
Force/Mental Condenser

MaxHP + 10%, reduces global cooldown by 5%.
------------------------
Def : 50
Armor Lv : 2

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

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

Скрипт

.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,3;
bonus bMdef,15;
if (.@r>=7) {
   bonus bMatk,25;
   if (.@r>=9) {
      bonus bVariableCastrate,-5;
      if (.@r>=12) {
         bonus2 bMagicAtkEle,Ele_All,7;
      }
   }
}