RWC Memory Mace [1], булава (Renewal)

RWC Memory Mace [1] (RWC_MEMORY_MACE) – оружие.

RWC Memory Mace [1], булава (Renewal)

A mace made of pure gold created for the 2012 RWC (Ragnarok World Championship)
Increases Atk power +30 every 3 upgrade levels
If refined to +6 or higher, Increases Atk damage to all monsters.
If refined to +9 or higher, additional Atk increase damage to all monsters and has a chance of auto-casting lvl 1 Weapon Perfection
Set Bonus
If equipped with RWC 2012 Ring grants +5 Atk for every upgrade level
These set bonuses do not work with the card-slotted RWC accessories

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

  • ID: 24245
  • Код: RWC_MEMORY_MACE
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 3
  • Атака: 100
  •  
  • Требуемый уровень: 1
  • Профессии: acolyte, alchemist, blacksmith, crusader, knight, merchant, monk, priest, swordman
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 80

Скрипт

.@r = getrefine();
bonus bBaseAtk,(.@r/3)*30;
if (.@r>=9) {
   bonus2 bAddRace,RC_All,5;
   bonus3 bAutoSpell,"BS_WEAPONPERFECT",1,10;
}
if (.@r>=6) {
   bonus2 bAddRace,RC_All,5;
}