Black Veil [1], броня (Renewal)
Black Veil [1] (BLACK_VEIL_J) – броня.
![Black Veil [1], броня (Renewal) Black Veil [1], броня (Renewal)](/images/db/items/picture/19460.png)
A black veil once said to be worn by a lonesome lady who lost someone dear.
Hit + 20
Increases physical and magical damage on [Illusion of Vampire] monsters by 15%.
Reduces damage taken from [Illusion of Vampire] monsters by 15%.
If upgrade level is +7 or higher,
Increases physical and magical damage on [Illusion of Vampire] monsters by an additional 15%
Reduces damage taken from [Illusion of Vampire] monsters by an additional 15%
If upgrade level is +8 or higher,
Additional Hit + 30.
If upgrade level is +9 or higher,
Increases physical and magical damage on [Illusion of Vampire] monsters by an additional 20%
Reduces damage taken from [Illusion of Vampire] monsters by an additional 20%
Базовые свойства предмета
- ID: 25102
 - Код: BLACK_VEIL_J
 - Тип: броня
 - Уровень брони: 1
 - Защита: 2
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 50
 
Скрипт
.@r = getrefine();
bonus2 bSubEle,Ele_Dark,(.@r >= 8 ? 25: 10);
.@bonus = 15;
if (.@r >= 7) {
   .@bonus += 15;
}
if (.@r >= 9) {
   .@bonus += 20;
}
bonus2 bAddRace2,RC2_ILLUSION_VAMPIRE,.@bonus;
bonus2 bSubRace2,RC2_ILLUSION_VAMPIRE,.@bonus;
bonus2 bMagicAddRace2,RC2_ILLUSION_VAMPIRE,.@bonus;