Twin Ribbon of Gemini [1], броня (Renewal)

Twin Ribbon of Gemini [1] (RIBBON_OF_LIFE_J_) – броня.

 

Yellow and green twin ribbons said to have been given to each other by twins bound by an immortal bond.

When physically attacking,
increase damage to small, medium, and large monsters by 10%.

Reduce incoming damage from players by 5%.

Prevents sleep.

When Infinite Humming lv5,
Adds a chance to guide hit by 30%.

When Gloomy Shyness lv5,
When Music Lessons is learned, and equipped with instruments or whips,
can cast Dance Lessons which has the same skill level.
When Dance Lessons is learned, and equipped with instruments or whips,
can cast Music Lessons which has the same skill level.

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

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

Скрипт

bonus2 bAddSize,Size_All,10;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bResEff,Eff_Sleep,10000;
skill "DC_DANCINGLESSON",getskilllv("BA_MUSICALLESSON");
skill "BA_MUSICALLESSON",getskilllv("DC_DANCINGLESSON");
if (getskilllv("WM_UNLIMITED_HUMMING_VOICE") == 5)
   bonus bPerfectHitAddRate,30;
if (getskilllv("WM_GLOOMYDAY") == 5) {
   skill "DC_FORTUNEKISS",getskilllv("BA_POEMBRAGI");
   skill "BA_POEMBRAGI",getskilllv("DC_FORTUNEKISS");
}