Royal Whip [2], кнут (Renewal)

Royal Whip [2] (R_WHEEP) – оружие.

Royal Whip [2], кнут (Renewal)

Dancing whip used by Glastheim dancers.
It's an ordinary whip with nothing special, but it has magical energy under the influence of Himelmes.
------------------------
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 Whip
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: 27661
  • Код: R_WHEEP
  • Тип: оружие
  • Подтип: кнут
  • Уровень оружия: 4
  • Атака: 100
  •  
  • Требуемый уровень: 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;
}