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

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

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

=[A sword that was used by a dragon slayer in the past.
I regained my past glory and began to show my true ability.
It seems to resonate with the Great Hero's Boots.
MHP/MSP + 5% per 2 refine rates.
Increase damage of Dragon Breath and Dragon Breath - Water by 5% per 3 refine rates.
When refined to +7 or higher, reduce global cooltime by 10%, reduce variable casting by 10%.
When refined to +9 or higher, increase ranged physical damage by 10%.
When refined to +11or higher, reduce global cooltime by 7%, MSP + 5%.
When equipped with Great Hero's Boots, VIT + 10, increase ranged physical damage by 5%.

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

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

Скрипт

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