Yinyang Earring (Yellow), броня (Renewal)

Yinyang Earring (Yellow) (YINYANG_EARRING_Y) – броня.

 

Only those who realize the principle of Yinyang can release true power.
------------------------
MaxHP + 10%, MaxSP + 10%.
------------------------
Reduces damage taken from players by 5%.
------------------------
Grants immunity to silence.
------------------------
If user learned Lunar Luminance level 5,
Reduces fixed casting time by 70%.

If user learned Full Moon Kick level 10,
increases physical damage against all size enemy by 15%,
recovers 150 HP and 15 SP when killing monsters with physical damage.
------------------------
Def : 2

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

  • ID: 29669
  • Код: YINYANG_EARRING_Y
  • Тип: броня
  • Уровень брони: 1
  • Защита: 2
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bResEff,Eff_Silence,10000;
if (getskilllv("SJ_LIGHTOFMOON") == 5)
   bonus bFixedCastrate,-70;
if (getskilllv("SJ_FULLMOONKICK") == 10) {
   bonus2 bAddSize,Size_All,15;
   bonus bHPGainValue,150;
   bonus bSPGainValue,15;
}