Dragonic Slayer [2], двуручный меч (Renewal)

Dragonic Slayer [2] (DRAGONIC_SLAYER) – оружие.

Dragonic Slayer [2], двуручный меч (Renewal)

A large sword that is said to have been used by a dragon slayer in the past.
It seems to resonate with Ancient Hero Boots.
Every 2 Refine levels MHP/MSP + 3%.
Every 3 Refine levels Dragon Breath/ Dragon Breath (Water) increased by 5%.
When Refine level is 9, delay after skills decreased by 10%.
When Refine level is 11, distance physical damage increased by 10%.
When equipped together with Ancient Hero Boots and attacking with physical attacks, with a fixed rate for 7s VIT + 20, physical distance damage 10%.
Weapon Lv: 4
Required Lv: 100
Required

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

  • ID: 31694
  • Код: DRAGONIC_SLAYER
  • Тип: оружие
  • Подтип: двуручный меч
  • Уровень оружия: 4
  • Атака: 180
  •  
  • Требуемый уровень: 100
  • Профессии: knight
  • Вес: 100

Скрипт

.@r = getrefine();
if (.@r>=2) {
   bonus bMaxHPrate,.@r/2*3;
   bonus bMaxSPrate,.@r/2*3;
}
if (.@r>=3) {
   bonus2 bSkillAtk,"RK_DRAGONBREATH",.@r/3*5;
   bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",.@r/3*5;
}
if (.@r>=9) {
   bonus bDelayrate,-10;
}
if (.@r>=11) {
   bonus bLongAtkRate,10;
}