Trumpet Shell-LT [2], (Renewal)

Trumpet Shell-LT [2] (TRUMPET_SHELL_K_LT) – оружие.

Trumpet Shell-LT [2], (Renewal)

Matk + 230, Matk + 5%.
If the user's base level is 210 or higher, SPL + 2, S.Matk + 1.
Matk + 15 per 2 refine rate.
Increases all property magical damage by 4% per 3 refine rate.
If refine rate is 7 or higher, increases Reverberation and Metallic Sound damage by 20%.
If refine rate is 9 or higher, reduces fixed casting time of Reverberation by 0.5 seconds, reduces skill cooldown of Metallic Sound by 2 seconds.
If refine rate is 11 or higher, increases magical damage against all property enemies by 15%, increases Reverberation and Metallic Sound damage by additional 20%.

When equipped with Hero Boots-LT, Matk + 10%, S.Matk + 2.

[Bonus by grade]
[Grade D] Matk + 3%.
[Grade C] Increases all property magical damage by 15%, S.Matk + 1.
[Grade B] SPL + 3, S.Matk + 2.

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

  • ID: 31588
  • Код: TRUMPET_SHELL_K_LT
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 5
  • Атака: 160
  •  
  • Требуемый уровень: 190
  • Профессии: bard, dancer
  • Вес: 100

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bMatkRate,5;
bonus bMatk,230;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   bonus2 bSkillAtk,"WM_METALICSOUND",20;
   bonus2 bSkillAtk,"WM_REVERBERATION",20;
   if (.@r>=9) {
      bonus2 bSkillFixedCast,"WM_REVERBERATION",-500;
      bonus2 bSkillCooldown,"WM_METALICSOUND",-2000;
      if (.@r>=11) {
         bonus2 bMagicAddEle,Ele_All,15;
         bonus2 bSkillAtk,"WM_METALICSOUND",20;
         bonus2 bSkillAtk,"WM_REVERBERATION",20;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_All,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus bMatk,15*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,4*(.@r/3);