Ring of Phoenix [1], броня (Renewal)

Ring of Phoenix [1] (RING_OF_PHOENIX) – броня.

Ring of Phoenix [1], броня (Renewal)

A ring modeled after a phoenix. It is said that the wearer is blessed.

Increase physical damage to all size monsters by 10%.
Increase damage of Rapid Smiting by 1% per 1 Baselv.
Increase damage of Overbrand by 1% per 3 Baselv.

When Inspiration lv5, reduce variable casting by 30%.
When King's Grace lv5, MaxHP + 15% , MaxSP + 15%, reduce incoming damage from players by 3%.
When Vanguard Force lv5, increase attack speed by 10%
Recovers HP 100, SP 10 when killing a monster.
When Moon Slasher lv5, increase physical damage to boss monsters by 15%
When Royal Guard is equipped with Bear's Power, reduce SP consumption of Overbrand by SP20, reduce skill cooldown by 2 sec.

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

  • ID: 30908
  • Код: RING_OF_PHOENIX
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Вес: 40

Скрипт

bonus bVit,7;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"LG_OVERBRAND",BaseLevel/3;
bonus2 bSkillAtk,"PA_SHIELDCHAIN",BaseLevel;
if (getskilllv("LG_INSPIRATION") == 5)
   bonus bVariableCastrate,-30;
if (getskilllv("LG_KINGS_GRACE") == 5) {
   bonus bMaxHPrate,15;
   bonus bMaxSPrate,15;
   bonus2 bSubRace,RC_Player_Human,3;
   bonus2 bSubRace,RC_Player_Doram,3;
}
if (getskilllv("LG_FORCEOFVANGUARD") == 5) {
   bonus bAspdRate,10;
   bonus bHPGainValue,100;
   bonus bSPGainValue,10;
}
if (getskilllv("LG_MOONSLASHER") == 5)
   bonus2 bAddClass,Class_Boss,15;