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

Convertible Critical Wing [1] (AEGIS_480197) – броня.

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

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

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 Critical Wing
Deep Blue Sunglasses [1]

Increases critical damage by 7%, reduces variable casting time by 15%.
------------------------
Set Bonus
Convertible Critical Wing
Victory Wing Ear [1]

increases critical damage by 7%, reduces global cooldown by 15%.
------------------------
Set Bonus
Convertible Critical Wing
Battle Processor [1]

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

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

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

Скрипт

.@r = getrefine();
bonus bCritical,2*(.@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;
      }
   }
}