Jasper Crest [1], броня (Renewal)
Jasper Crest [1] (JASPER_CREST) – броня.
![Jasper Crest [1], броня (Renewal) Jasper Crest [1], броня (Renewal)](/images/db/items/picture/5396.png)
A beautiful headgear with a crested gold ornament and a cursed gemstone in the middle.
Dex +1
Increases damage to Undead monsters by 5%. If the refine level is lower than +6, has a low chance of casting Blind on it's wearer while physically attacking.
If refined to +9 or higher, adds Dex +2.
Базовые свойства предмета
- ID: 22714
 - Код: JASPER_CREST
 - Тип: броня
 - Уровень брони: 1
 - Защита: 6
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 70
 
Скрипт
bonus bDex,1;
bonus2 bAddRace,RC_Undead,5;
bonus2 bMagicAddRace,RC_Undead,5;
bonus2 bAddEle,Ele_Undead,5;
.@r = getrefine();
if (.@r<6) {
   bonus2 bAddEff2,Eff_Blind,10;
} else if (.@r>8) {
   bonus bDex,2;
}