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

Oriental Sword-LT [2] (ORIENTAL_SWORD_LT) – оружие.

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

Can't be destroyed.
Atk + 5%.
If the user's base level is 210 or higher, POW + 2, P.Atk + 1.
Atk + 15 per 2 refine rate.
Increases critical damage by 5% per 3 refine rate.
If refine rate is 7 or higher, increases Sonic Wave and Storm Blast damage by 20%, increases attack speed (reduces delay after attack by 10%).
If refine rate is 9 or higher, when dealing melee physical damage, has a high chance to auto-cast Sonic Wave level 2 (If user has higher level, that level will be cast instead), increases Sonic Wave and Storm Blast damage by additional 20%.
If refine rate is 11 or higher, Cri + 25, increases melee and long ranged physical damage by 15%.

When equipped with Hero Boots-LT, Atk + 10%, P.Atk + 2.

[Bonus by grade]
[Grade D] Atk + 3%.
[Grade C] Increases melee and long ranged physical damage by 15%, P.Atk + 1.
[Grade B] POW + 3, P.Atk + 2.

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

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

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,5;
if (BaseLevel>=210) {
   bonus bPAtk,1;
   bonus bPow,2;
}
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus2 bSkillAtk,"RK_STORMBLAST",20;
   bonus2 bSkillAtk,"RK_SONICWAVE",20;
   if (.@r>=9) {
      bonus2 bSkillAtk,"RK_STORMBLAST",20;
      bonus2 bSkillAtk,"RK_SONICWAVE",20;
      if (.@r>=11) {
         bonus bLongAtkRate,15;
         bonus bShortAtkRate,15;
         bonus bCritical,25;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bAtkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bLongAtkRate,15;
      bonus bShortAtkRate,15;
      bonus bPAtk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bPAtk,2;
         bonus bPow,3;
      }
   }
}
bonus bBaseAtk,15*(.@r/2);
bonus bCritAtkRate,5*(.@r/3);