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

Siege Robe [1] (SIEGE_ROBE) – броня.

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

*Stats during WoE & PVP
Mdef +20.
Reduces damage taken from enemy players by 2%.
If refined to +6 or higher, Flee +5 reduces ranged damage taken by 15%
If refined to +9 or higher, MaxHP +1000 MaxSP +100
If worn with WoE Shoes and WoE Muffler, Int +5, Mdef +10, reduces damage taken from enemy players by an additional 15%.

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

  • ID: 23811
  • Код: SIEGE_ROBE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 40
  •  
  • Требуемый уровень: 95
  • Профессии: acolyte, mage, monk, novice, priest, sage, soul_linker, super_novice, wizard
  • Вес: 50

Скрипт

bonus bMdef,20;
bonus2 bSubRace,RC_Player_Doram,2;
bonus2 bSubRace,RC_Player_Human,2;
.@r = getrefine();
if (.@r>5) {
   bonus bFlee,5;
   bonus bLongAtkDef,15;
}
if (.@r>8) {
   bonus bMaxHP,1000;
   bonus bMaxSP,100;
}