Devils Garment [1], броня (Renewal)

Devils Garment [1] (DEVIL_MANTEAU_JP) – броня.

 

A coat worn by a Buddhist priest when sealing the devil.
It has the power to control evil.

MaxHP + 2% , MaxSP + 2%

When using physical attack,
increase damage to small, medium, large size monsters by 5%
Reduce incoming damage from players by 5%

When using Earth Shaker lv5,
Reduce Lion Howl's after skill delay by 0.2s

Per skill level of Rampage Blast learned,
increase damage of Lion Howl by 15%

per skill level of Lightning Ride learned,
increase perfect hit by 4%

When refine rate is +5 or higher additional bonus
MaxHP + 3% , MaxSP + 3%
reduce casting time by 5%
When refine rate is +7 or higher additional bonus
MaxHP + 5% , MaxSP + 5%
reduce casting time by 5%

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

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

Скрипт

.@r = getrefine();
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
bonus2 bAddSize,Size_All,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
if (getskilllv("SR_EARTHSHAKER") >= 5)
   bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-200;
bonus2 bSkillAtk,"SR_HOWLINGOFLION",15*getskilllv("SR_RAMPAGEBLASTER");
bonus bPerfectHitAddRate,4*getskilllv("SR_RIDEINLIGHTNING");
if (.@r>=5) {
   bonus bMaxHPrate,3;
   bonus bMaxSPrate,3;
   bonus bVariableCastrate,-5;
}
if (.@r>=7) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
   bonus bVariableCastrate,-5;
}