Royal Chello [2], (Renewal)

Royal Chello [2] (R_CELLO) – оружие.

Royal Chello [2], (Renewal)

A musical instrument used by the Glastheim military bands.
It's an ordinary instrument with no special features, but it's influenced by Himmelmes and has magical energy.
------------------------
Can't be destroyed.
Matk + 180, increases neutral property magical damage by 10%.
Matk + 4 per refine rate.
------------------------
If refine rate is 9 or higher, increases Reverberation and Metallic Sound damage by 20%, reduces skill cooldown of Metallic Sound by 1 second.
------------------------
If refine rate is 11 or higher, increases magical damage against undead and angel race monsters by 20%, reduces skill cooldown of Metallic Sound by 1 second more.
------------------------
Set Bonus
Royal Cello
King Schmidt's Suit
King Schmidt's Manteau

Matk + 30,
Has a chance to gain bonus neutral property magical damage by 10% for 10 seconds when dealing magical damage.

If the sum of refine rate of set is 30 or higher, increases magical damage against holy and undead property enemies by 20%.
------------------------
Weapon Lv : 4

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

  • ID: 29084
  • Код: R_CELLO
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 90
  •  
  • Требуемый уровень: 170
  • Профессии: bard, dancer
  • Вес: 100

Скрипт

.@r = getrefine();
bonus2 bMagicAtkEle,Ele_Neutral,10;
bonus bMatk,180;
bonus bUnbreakableWeapon;
bonus bMatk,4*.@r;
if (.@r>=9) {
   bonus2 bSkillCooldown,"WM_METALICSOUND",-1000;
   bonus2 bSkillAtk,"WM_METALICSOUND",20;
   bonus2 bSkillAtk,"WM_REVERBERATION",20;
}
if (.@r>=11) {
   bonus2 bMagicAddRace,RC_Undead,20;
   bonus2 bMagicAddRace,RC_Angel,20;
   bonus2 bSkillCooldown,"WM_METALICSOUND",-1000;
}