Violet Halo [1], броня (Renewal)
Violet Halo [1] (VIOLET_HALO) – броня.
![Violet Halo [1], броня (Renewal) Violet Halo [1], броня (Renewal)](/images/db/items/picture/20940.png)
Blinking violet wings that float behind you.
Indestructible.
Matk + 20, increases long ranged physical damage by 3%, increases critical damage by 3%.
Additional Matk + 20, increases long ranged physical damage by 3%, increases critical damage by 3% per 3 refine rate.
If refine rate is 11 or higher, reduces delay after skill by 4%.
When equipped with Magical Booster, reduces variable casting time by 30%.
When equipped with Crimson Booster, increases long ranged physical damage by 14%.
When equipped with Sigrun's Wing or Sigrun's Wing [1], increases critical damage by 14%.
When equipped with Dark Blinder or Dark Blinder [1], reduces delay after skill by 6%.
Базовые свойства предмета
- ID: 26439
 - Код: VIOLET_HALO
 - Тип: броня
 - Уровень брони: 1
 
- Вес: 10
 
Скрипт
.@r = getrefine();
bonus bMatk,20+((.@r/3)*20);
bonus bLongAtkRate,3+((.@r/3)*3);
bonus bCritAtkRate,3+((.@r/3)*3);
if (.@r>10) {
   bonus bDelayrate,-4;
}