Bloody Knight's Shield [1], броня (Renewal)
Bloody Knight's Shield [1] (BLOODY_KNIGHT_SHIELD_) – броня.
![Bloody Knight's Shield [1], броня (Renewal) Bloody Knight's Shield [1], броня (Renewal)](/images/db/items/picture/28945.png)
The purification ceremony failed, causing a darker curse of blood.
There seems to be no more way to purify this shield.
Increases attack speed (reduces delay after attack by 10%).
ATK + 3%, MATK + 3%.
Reduces damage taken from all properties by 7%.
When receiving damage, has a low chance to recovery 25 SP per second for 5 seconds.
When dealing physical or magical damage, has a low chance to recovery 150 HP per second for 5 seconds.
If refine rate is 7 or higher, Atk + 10, Matk + 10.
If refine rate is 9 or higher, ASPD + 1.
If refine rate is 12 or higher, reduces delay after skill by 3%.
Базовые свойства предмета
- ID: 28078
- Код: BLOODY_KNIGHT_SHIELD_
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 1
- Вес: 80
Скрипт
bonus bAspdRate,10; bonus bAtkRate,3; bonus bMatkRate,3; bonus2 bSubEle,Ele_All,7; autobonus2 "{ bonus2 bSPRegenRate,25,1000; }",50,5000; autobonus "{ bonus2 bHPRegenRate,150,1000; }",50,5000; .@r = getrefine(); if (.@r>=7) { bonus bBaseAtk,10; bonus bMatk,10; } if (.@r>=9) { bonus bAspd,1; } if (.@r>=12) { bonus bDelayrate,-3; }