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

Convertible Physical Wing [1] (CVT_PHYSICAL_WING) – броня.

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

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

For every 3 refine levels, Increases physical damage against all size enemies by 3%.
------------------------
If refine rate is 7 or higher, increases ASPD 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 melee and long ranged physical damage by 10%.
------------------------
Set Bonus
Convertible Physical Wing
Deep Blue Sunglasses [1]

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

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

Atk + 7%, increases melee and long ranged physical damage by 5%.
------------------------

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

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

Скрипт

.@r = getrefine();
bonus bAtkRate,(.@r/2);
bonus bBaseAtk,5*(.@r/2);
bonus2 bAddSize,Size_All,3*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,7;
   if (.@r>=9) {
      bonus2 bSubEle,Ele_Neutral,7;
      if (.@r>=11) {
         bonus bLongAtkRate,10;
         bonus bShortAtkRate,10;
      }
   }
}