Cursed Knight's Shield [1], броня (Renewal)

Cursed Knight's Shield [1] (BLOODY_KNIGHT_SHIELD) – броня.

Cursed Knight's Shield [1], броня (Renewal)

The knight's shield that the cursed knight carried.
It is said that purifying the curse will give you stronger natural power.


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: 28076
  • Код: 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;
}