Flush Claw Sword [2], двуручный меч (Renewal)

Flush Claw Sword [2] (F_EIN_BHSWORD) – оружие.

Flush Claw Sword [2], двуручный меч (Renewal)

Atk + 15%, Cri + 10.
Increases Storm Slash damage by 20%.
If refine rate is 7 or higher, increases critical damage by 25%, increases attack speed (reduces delay after attack by 15%).
If refine rate is 9 or higher, increases critical damage by additional 15%, increases Storm Slash damage by additional 10%, increases physical damage against all size enemies by 20%, increases SP consumption of Storm Slash by 15.
If refine rate is 11 or higher, Cri + 10, reduces global cooldown by 15%, increases Storm Slash damage by additional 10%, increases SP consumption of Storm Slash by additional 15.

[Bonus by grade]
[Grade D] P.Atk + 10.
[Grade C] Increases Storm Slash damage by 10%.
[Grade B] Increases physical damage against all property enemies by 10%.
[Grade A] Increases Storm Slash damage by additional 10%.

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

  • ID: 31714
  • Код: F_EIN_BHSWORD
  • Тип: оружие
  • Подтип: двуручный меч
  • Уровень оружия: 5
  • Атака: 320
  •  
  • Требуемый уровень: 250
  • Профессии: knight
  • Вес: 350

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,10;
bonus bAtkRate,15;
bonus2 bSkillAtk,"DK_STORMSLASH",20;
if (.@r>=7) {
   bonus bCritAtkRate,25;
   bonus bAspdRate,15;
   if (.@r>=9) {
      bonus2 bAddSize,Size_All,20;
      bonus bCritAtkRate,15;
      bonus2 bSkillAtk,"DK_STORMSLASH",10;
      bonus2 bSkillUseSP,"DK_STORMSLASH",-15;
      if (.@r>=11) {
         bonus bDelayrate,-15;
         bonus bCritical,10;
         bonus2 bSkillAtk,"DK_STORMSLASH",10;
         bonus2 bSkillUseSP,"DK_STORMSLASH",-15;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPAtk,10;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"DK_STORMSLASH",10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddEle,Ele_All,10;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bSkillAtk,"DK_STORMSLASH",10;
         }
      }
   }
}