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

Dragonic Slayer-LT [2] (DRAGONIC_SLAYER_LT) – оружие.

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

MaxHP + 5%.
If the user's base level is 210 or higher, MaxHP/MaxSP + 5%.
MaxHP/MaxSP + 5% per 2 refine rate.
Increases Dragon Breath and Dragon Breath - Water damage by 7% per 3 refine rate.
If refine rate is 7 or higher, reduces global cooldown by 10%, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases long ranged physical damage by 10%, reduces physical and magical damage taken from all size enemies by 15%.
If refine rate is 11 or higher, reduces global cooldown by additional 7%, MaxSP + 5%.

When equipped with Hero Boots-LT, MaxHP + 10%, MaxSP + 5%.

[Bonus by grade]
[Grade D] MaxHP/MaxSP + 3%.
[Grade C] Increases long ranged physical damage by 15%, Res + 30, Mres + 30.
[Grade B] reduces physical and magical damage taken from all size enemies by 15%.

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

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

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,5;
if (BaseLevel>=210) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}
if (.@r>=7) {
   bonus bDelayrate,-10;
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bSubSize,Size_All,15;
      bonus bLongAtkRate,15;
      if (.@r>=11) {
         bonus bDelayrate,-7;
         bonus bMaxSPrate,5;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMaxHPrate,3;
   bonus bMaxSPrate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bLongAtkRate,15;
      bonus bMRes,30;
      bonus bRes,30;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bSubEle,Ele_All,15;
      }
   }
}
bonus bMaxHPrate,5*(.@r/2);
bonus bMaxSPrate,5*(.@r/2);
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",7*(.@r/3);
bonus2 bSkillAtk,"RK_DRAGONBREATH",7*(.@r/3);