Dragon Mail [1], броня (Renewal)
Dragon Mail [1] (DRAGON_MAIL) – броня.
![Dragon Mail [1], броня (Renewal) Dragon Mail [1], броня (Renewal)](/images/db/items/picture/15130.png)
Armor worn by warriors to protect themselves from gigantic dragons.
Property: Neutral
Required Increases physical and magical damage on Dragon race targets by 3%.
Increases physical and magical damage on Dragon race targets by an additional 1% per upgrade level of the item past the upgrade level of 5.
Базовые свойства предмета
- ID: 23890
 - Код: DRAGON_MAIL
 - Тип: броня
 - Уровень брони: 1
 - Защита: 30
 - Требуемый уровень: 50
 
- Вес: 50
 
Скрипт
.@r = getrefine();
bonus2 bAddRace,RC_Dragon,3;
bonus2 bMagicAddRace,RC_Dragon,3;
if (.@r>5) {
   bonus2 bAddRace,RC_Dragon,.@r-5;
   bonus2 bMagicAddRace,RC_Dragon,.@r-5;
}