Dragon Scale Boots [1], броня (Renewal)
Dragon Scale Boots [1] (DRAGON_BOOTS) – броня.
![Dragon Scale Boots [1], броня (Renewal) Dragon Scale Boots [1], броня (Renewal)](/images/db/items/picture/22208.png)
A pair of boots made by weaving various parts of powerful dragons.
Just wearing it makes you feel draconic presence.
------------------------
MSP +500.
Increases ASPD by 7%, reduces variable casting by 7%.
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 500 SP 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: 26707
 - Код: DRAGON_BOOTS
 - Тип: броня
 - Уровень брони: 1
 - Защита: 35
 - Требуемый уровень: 170
 
- Вес: 60
 
Скрипт
.@r = getrefine();
bonus bMaxSP,500;
bonus bAspdRate,7;
bonus bVariableCastrate,-7;
if (.@r>=7) {
   bonus2 bSubRace,RC_Dragon,2;
}
if (.@r>=9) {
   autobonus2 "{ bonus2 bSPRegenRate,500,1000; }",1,3000,BF_MAGIC|BF_WEAPON;
}
if (.@r>=11) {
   bonus2 bSubRace,RC_Dragon,3;
}