Royal Alchemy Staff [2], булава (Renewal)

Royal Alchemy Staff [2] (G_ALCHEMIST_STAFF) – оружие.

Royal Alchemy Staff [2], булава (Renewal)

Crafting staff used by Glasthheim researchers.
It was a beautiful shape, but it has magical energy under the influence of Himelmes.
------------------------
Can't be destroyed,
Atk + 5%.
Atk + 4 per refine rate.
------------------------
If refine rate is 9 or higher, increases Crazy Vines damage by 30%, reduces skill cooldown of Crazy Vines by 1 second.
------------------------
If refine rate is 11 or higher, increases physical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Royal Alchemy Staff
King Schmidt's Suit
King Schmidt's Manteau

Atk + 30,
Has a chance to gain bonus long ranged physical damage by 10% for 10 seconds when dealing physical damage.

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

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

  • ID: 29157
  • Код: G_ALCHEMIST_STAFF
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 200
  •  
  • Требуемый уровень: 170
  • Профессии: alchemist
  • Вес: 150

Скрипт

.@r = getrefine();
bonus bAtkRate,5;
bonus bUnbreakableWeapon;
bonus bBaseAtk,4*.@r;
if (.@r>=9) {
   bonus2 bSkillCooldown,"GN_CRAZYWEED",-1000;
   bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",30;
}
if (.@r>=11) {
   bonus2 bAddRace,RC_Undead,20;
   bonus2 bAddRace,RC_Angel,20;
}