Royal Magician Wand [2], посох (Renewal)

Royal Magician Wand [2] (R_MAGICIAN_WAND) – оружие.

Royal Magician Wand [2], посох (Renewal)

A magic wand used by Glastheme mages.
It's an ordinary staff with no special features, but it's influenced by Himelmes and has magical energy.
------------------------
Can't be destroyed,
Matk + 180, increases fire property magical damage by 5%.
Matk + 4 per refine rate.
------------------------
If refine rate is 9 or higher, increases Hell Inferno and Crimson Rock damage by 20%.
------------------------
If refine rate is 11 or higher, increases magical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Royal Magician Wand
King Schmidt's Suit
King Schmidt's Manteau

Matk + 30,
Has a chance to gain bonus fire and shadow 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: 27641
  • Код: R_MAGICIAN_WAND
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 80
  •  
  • Требуемый уровень: 170
  • Профессии: wizard
  • Вес: 80

Скрипт

.@r = getrefine();
bonus2 bMagicAtkEle,Ele_Fire,5;
bonus bMatk,180;
bonus bUnbreakableWeapon;
bonus bMatk,4*.@r;
if (.@r>=9) {
   bonus2 bSkillAtk,"WL_HELLINFERNO",20;
   bonus2 bSkillAtk,"WL_CRIMSONROCK",20;
}
if (.@r>=11) {
   bonus2 bMagicAddRace,RC_Undead,20;
   bonus2 bMagicAddRace,RC_Angel,20;
}