Siege Plate [1], броня (Renewal)

Siege Plate [1] (SIEGE_PLATE) – броня.

Siege Plate [1], броня (Renewal)

*Stats during WoE & PVP
Mdef +5.
Reduces damage taken from enemy players by 2%.
If refined to +6 or higher, increases healing effectiveness from potions by 12%.
If refined to +9 or higher, MaxHP +25%
If worn with WoE Greave and WoE Manteau, Vit +5, reduces damage taken from enemy players by an additional 15%.

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

  • ID: 23809
  • Код: SIEGE_PLATE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 85
  •  
  • Требуемый уровень: 95
  • Профессии: alchemist, blacksmith, crusader, knight, merchant, star_gladiator, swordman, taekwon
  • Вес: 330

Скрипт

bonus bMdef,5;
bonus2 bSubRace,RC_Player_Doram,2;
bonus2 bSubRace,RC_Player_Human,2;
.@r = getrefine();
if (.@r>5) {
   bonus bHealPower2,12;
   bonus bAddItemHealRate,12;
}
if (.@r>8) {
   bonus bMaxHPrate,25;
}