Patent Trumpet Shell [2], (Renewal)
Patent Trumpet Shell [2] (UP_TRUMPET_SHELL_K) – оружие.
![Patent Trumpet Shell [2], (Renewal) Patent Trumpet Shell [2], (Renewal)](/images/db/items/picture/570009.png)
The trumpet makes a mysterious sound
The trumpet's cry became clearer and began to show its original ability.
It seems to resonate with the boots of the great hero.
MATK + 230.
MATK + 15 per 2 refine rates.
Increase all property magic damage by 4% per 3 refine rates.
When refined to +7 or higher, increase damage of Reverberation, Metalic Sound by 10%.
When refined to +9 or higher, reduce fixed casting of Reverberation by 0.5 sec.
When refined to +11 or higher, MATK + 7%, increase damage of Reverberation, Metalic Sound by 15%.
When equipped with Great Hero's Boots, INT + 10, MATK + 7%.
Базовые свойства предмета
- ID: 31574
- Код: UP_TRUMPET_SHELL_K
- Тип: оружие
- Подтип:
- Уровень оружия: 4
- Атака: 160
- Магическая атака: 230
- Требуемый уровень: 150
- Профессии: bard, dancer
- Вес: 100
Скрипт
.@r = getrefine();
bonus bMatk,.@r/2*15;
bonus2 bMagicAtkEle,Ele_All,.@r/3*4;
if (.@r>=7) {
bonus2 bSkillAtk,"WM_REVERBERATION",10;
bonus2 bSkillAtk,"WM_METALICSOUND",10;
}
if (.@r>=9) {
bonus2 bSkillFixedCast,WM_REVERBERATION,-500;
}
if (.@r>=11) {
bonus bMatkRate,7;
bonus2 bSkillAtk,"WM_REVERBERATION",15;
bonus2 bSkillAtk,"WM_METALICSOUND",15;
}