Dragon Scale Hood [1], броня (Renewal)
Dragon Scale Hood [1] (DRAG_MANTEAU) – броня.
![Dragon Scale Hood [1], броня (Renewal) Dragon Scale Hood [1], броня (Renewal)](/images/db/items/picture/20946.png)
A hood made by weaving various parts of a powerful dragon.
Just wearing it makes you feel draconic presence.
------------------------
DEF +20, MDEF +2.
Incoming Healing Recovery and item effects +15%.
If refined to +7 or higher, reduces damage taken from dragon monster by 2%.
If refined to +9 or higher, has a chance to recover 2000 HP every second for 3 seconds
when attacked by physical/magical attacks.
If refined to +11 or higher, reduces damage taken from Dragon monsters by additional 3%.
Базовые свойства предмета
- ID: 26445
- Код: DRAG_MANTEAU
- Тип: броня
- Уровень брони: 1
- Защита: 23
- Требуемый уровень: 170
- Вес: 50
Скрипт
.@r = getrefine(); bonus bMdef,2; bonus bDef,20; bonus bHealPower2,15; if (.@r>=7) { bonus2 bSubRace,RC_Dragon,2; } if (.@r>=9) { autobonus2 "{ bonus2 bHPRegenRate,2000,1000; }",1,3000,BF_MAGIC|BF_WEAPON; } if (.@r>=11) { bonus2 bSubRace,RC_Dragon,3; }