Fafnir Scale, броня (Renewal)

Fafnir Scale (FAFNIR_SCALE_J) – броня.

Fafnir Scale, броня (Renewal)

Fafnir scaled armor that was defeated by heroic Sigurd. As the name implies, It feels the strength being around the whole body.
Property: Neutral
Max HP + 10%
Max SP + 10%
Mdef + 15
This item is indestructible in battle.

Increases the damage of Dragon's Breath and Dragon's Water Breath by 50%.
Increases long-ranged damage on targets by 2% per level of Dragon's Breath known.
Reduces the global delay of skills by 2% per level of Dragon's Water Breath known.

If Fafnir Scale upgrade level is +5 or higher,
Additional Max HP + 20%.
Additional Max SP + 20%.
Reduces the global delay of skills by 5%.

If upgrade level is +7 or higher,
Additional Max HP + 20%.
Additional Max SP + 20%.
Reduces the global delay of skills by an additional 5%.

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

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

Скрипт

.@r = getrefine();
bonus bMdef,15;
bonus bUnbreakableArmor;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bSkillAtk,"RK_DRAGONBREATH",50;
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50;
bonus bDelayrate,-2*getskilllv("RK_DRAGONBREATH_WATER");
bonus bLongAtkRate,2*getskilllv("RK_DRAGONBREATH");
if (.@r>=5) {
   bonus bMaxHPrate,20;
   bonus bMaxSPrate,20;
   bonus bDelayrate,-5;
}
if (.@r>=7) {
   bonus bMaxHPrate,20;
   bonus bMaxSPrate,20;
   bonus bDelayrate,-5;
}