Poring Battle Shield [1], броня (Renewal)

Poring Battle Shield [1] (PORING_B_SHIELD) – броня.

Poring Battle Shield [1], броня (Renewal)

Reduces damage taken from all size monsters by 2% per 3 refine rate.
If refine rate is 7 or higher, MaxHP + 5%, MaxSP + 5%.
If refine rate is 9 or higher, ASPD + 1.
If refine rate is 12 or higher, reflects 1% of melee physical damage taken to attacker, has a 5% chance to recover 100 HP per second for 4 times when dealing magical damage.

Базовые свойства предмета

  • ID: 28084
  • Код: PORING_B_SHIELD
  • Тип: броня
  • Уровень брони: 1
  • Защита: 80
  •  
  • Требуемый уровень: 150
  • Вес: 1

Скрипт

.@r = getrefine();
bonus2 bSubSize,Size_All,2*(.@r/3);
if (.@r>=7) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}
if (.@r>=9) {
   bonus bAspd,1;
}
if (.@r>=12) {
   autobonus "{ bonus2 bHPRegenRate,100,1000; }",50,4000,BF_MAGIC;
   bonus bShortWeaponDamageReturn,1;
}