Red Pope Ribbon [1], броня (Renewal)

Red Pope Ribbon [1] (POPE_RIBBON_R_) – броня.

Red Pope Ribbon [1], броня (Renewal)

A red ribbon that feels the power of the soul. The length of the ribbon is very long, so you can feel the mysterious atmosphere.

Increase magic damage to all size monsters by 10%.
Reduce incoming damage from human type enemies by 5%.
Cannot be confused.

When Eswhoo lv.10 is learned, reduce fixed casting of Espa and Eswhoo by 100%.
When Soul Bind lv.7 is learned, ASPD + 2.

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

  • ID: 29709
  • Код: POPE_RIBBON_R_
  • Тип: броня
  • Уровень брони: 1
  • Защита: 2
  •  
  • Требуемый уровень: 100
  • Вес: 10

Скрипт

bonus2 bMagicAddSize,Size_All,10;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bResEff,Eff_Confusion,10000;
if (getskilllv("SP_SWHOO") == 10) {
   bonus2 bFixedCastrate,"SP_SPA",-100;
   bonus2 bFixedCastrate,"SP_SWHOO",-100;
}
if (getskilllv("SP_SOULUNITY") == 7)
   bonus bAspd,2;