Ignis Cap [1], броня (Renewal)

Ignis Cap [1] (IGNIS_CAPK) – броня.

Ignis Cap [1], броня (Renewal)

A hat used that was used by a skilled blacksmith.
Modified to suit OS Weapons.
Every 2 Refine, ATK +20.
When Refined to 7, Variable Casting Time reduced by 15% .
When Refined to 9, Distance Physical damage increased by 15%.
When Refined to 11, physical damage given to small and medium enemies increased by 15%. Fixed Casting reduced by 0.2s.

When worn together with Saphir Hall OS, ATK + 30, Cart Cannon damage increased by 4% per 2 levels of weapon Refine.
When worn together with Virtual Bow OS, cooltime of Arrow Storm decreased by 2.5s. Bow Attack Power increased by 7% per 2 levels of weapon Refine.
When worn together with Blasti OS, MHP + 5%, 3% reduction in received physical/ magical damage from small enemies per 2 levels of weapon Refine.

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

  • ID: 29176
  • Код: IGNIS_CAPK
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 130
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bBaseAtk,20*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-15;
}
if (.@r>=9) {
   bonus bLongAtkRate,15;
}
if (.@r>=11) {
   bonus bFixedCast,-200;
   bonus2 bAddSize,Size_Small,15;
   bonus2 bAddSize,Size_Medium,15;
}