Ancient Resonance, броня (Renewal)

Ancient Resonance (RESONATE_TAEGO_J) – броня.

 

Every 2 refine rate, Atk + 10, Matk + 10.
Every 3 refine rate, increases Chulho Sonic Claw and Hyunrok Cannon damage by 4%.
If refine rate is 7 or higher, reduces variable casting time by 15%.
If refine rate is 9 or higher, increases long ranged physical damage and all property magical damage by 10%.
If refine rate is 11 or higher, Atk + 5%, Matk + 5%, reduces fixed casting time by 0.3 seconds.

When equipped with Furious Foxtail, increases Hogogong Strike damage by 15%.

When equipped with Furious Foxtail Model, increases Hyunrok Breeze damage by 15%.

[Bonus by grade]
[Grade D] POW + 5, SPL + 5, CON + 5, P.Atk + 3, S.Matk + 3.
[Grade C] Increases long ranged physical damage and all property magical damage by 10%.
[Grade B] Atk + 5%, Matk + 5%, reduces fixed casting time by additional 0.2 seconds.
[Grade A] P.Atk + 5, S.Matk + 5, increases long ranged physical damage and all property magical damage by 15%.

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

  • ID: 29613
  • Код: RESONATE_TAEGO_J
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

if (readparam(bStr)>=125) {
   bonus bAtkRate,10;
   bonus2 bAddClass,Class_Boss,10;
}
else if (readparam(bStr)>=90) {
   bonus bAtkRate,5;
   bonus2 bAddClass,Class_Boss,5;
}
else {
   bonus bAtkRate,2;
   bonus2 bAddClass,Class_Boss,2;
}