Trumpet Shell [2], (Renewal)

Trumpet Shell [2] (TRUMPET_SHELL_K) – оружие.

Trumpet Shell [2], (Renewal)

Shell that makes mysterious sounds.
It seems to resonate with Ancient Hero Boots.
MATK + 190.
Matk + 10 per 2 refine rate.
Increases increases neutral property magical damage damage by 4% per 3 refine rate.
If refine rate is 9 or higher, increases Reverberation and Metallic Sound damage by 10%.
If refine rate is 11 or higher, reduces fixed casting time of Reverberation by 0.5 seconds.
When equipped with Ancient Hero Boots, when dealing physical or magical damage, has a chance to gain Int + 20 and Matk + 15% for 7 seconds.
Weapon Lv: 4
Required Lv: 100
Required

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

  • ID: 31569
  • Код: TRUMPET_SHELL_K
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 160
  • Магическая атака: 190
  •  
  • Требуемый уровень: 100
  • Профессии: bard, dancer
  • Вес: 70

Скрипт

.@r = getrefine();
if (.@r>=2) {
   bonus bMatk,.@r/2*10;
}
if (.@r>=3) {
   bonus2 bMagicAtkEle,Ele_Neutral,.@r/3*4;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"WM_REVERBERATION",10;
   bonus2 bSkillAtk,"WM_METALICSOUND",10;
}
if (.@r>=11) {
   bonus2 bSkillFixedCast,"WM_REVERBERATION",-500;
}