Shield of Naga [1], броня (Renewal)
Shield of Naga [1] (SHIELD_OF_NAGA) – броня. Выпадает из монстров: Naga.
![Shield of Naga [1], броня (Renewal) Shield of Naga [1], броня (Renewal)](/images/db/items/picture/2134.png)
A hard, firm-looking shield made from the scales of Naga. The scales are as sharp as blades.
Mdef +3
Has a chance of reflecting physical damage for 5 secs. when physically damaged.
The rate of the damage reflection increases by 3% with each refine level up to +10
When refine level is over 11, reflective duration increases by 1 sec for every 2 refinement
Базовые свойства предмета
- ID: 21459
 - Код: SHIELD_OF_NAGA
 - Тип: броня
 - Уровень брони: 1
 - Защита: 35
 - Требуемый уровень: 1
 - Профессии: alchemist, assassin, bard, blacksmith, crusader, dancer, hunter, knight, monk, priest, rogue, sage, wizard
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 50
 
Скрипт
.@r = getrefine();
bonus bMdef,3;
if (.@r<11) {
   autobonus2 "{ bonus bShortWeaponDamageReturn,("+.@r+"*3); }",10,5000,BF_WEAPON,"{ specialeffect2 EF_GUARD; }";
}
else {
   autobonus2 "{ bonus bShortWeaponDamageReturn,30; }",10,1000*(5+(.@r-10)/2),BF_WEAPON,"{ specialeffect2 EF_GUARD; }";
}