Convertible Magical Wing [1], броня (Renewal)

Convertible Magical Wing [1] (CVT_MAGICAL_WING) – броня.

Convertible Magical Wing [1], броня (Renewal)

Multipurpose wing improved for high efficiency and high output.
Magic process is installed.
Compatible with various items.
------------------------
For every 2 refine levels, Increases Matk +5 and Matk +1%.

For every 3 refine levels, Increases magical damage against all size enemies by 3%.
------------------------
If refine rate is 7 or higher, reduces variable casting time by 7%.

If refine rate is 9 or higher, reduces damage taken from neutral property by 7%.

If refine rate is 11 or higher, increases all property magical damage by 10%.
------------------------
Set Bonus
Convertible Magical Wing
Deep Blue Sunglasses [1]

Matk + 7%, reduces variable casting time by 15%.
------------------------
Set Bonus
Convertible Magical Wing
Victory Wing Ear [1]

Matk + 7%, reduces global cooldown by 15%.
------------------------
Set Bonus
Convertible Magical Wing
Battle Processor [1]

Matk + 7%, increases all property magical damage by 5%.
------------------------

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

  • ID: 30643
  • Код: CVT_MAGICAL_WING
  • Тип: броня
  • Уровень брони: 1
  • Защита: 38
  •  
  • Требуемый уровень: 150
  • Вес: 40

Скрипт

.@r = getrefine();
bonus bMatkRate,(.@r/2);
bonus bMatk,5*(.@r/2);
bonus2 bMagicAddSize,Size_All,(.@r/3)*3;
if (.@r>=7) {
   bonus bVariableCastrate,-7;
   if (.@r>=9) {
      bonus2 bSubEle,Ele_Neutral,7;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_All,10;
      }
   }
}