RWC Memory Knife [1], кинжал (Renewal)

RWC Memory Knife [1] (RWC_MEMORY_KNIFE) – оружие.

RWC Memory Knife [1], кинжал (Renewal)

A dagger richly decorated with gold throughout the handle created for the 2012 RWC (Ragnarok World Championship).
Atk +20 and Matk +20 per 3 upgrade levels of RWC Memory Knife [1].
If upgrade level is +6 or higher, Atk + 5% and Matk + 5%.

If upgrade level is +9 or higher, Atk + 5% and Matk + 5%.
Adds a low chance of casting Level 1 Weapon Perfection on the user when performing a physical attack.
Set Bonus
RWC Memory Knife [1]
RWC 2012 Ring
+10 Atk per upgrade level of RWC Memory Knife [1].

Set Bonus
RWC Memory Knife [1]
RWC 2012 Pendant
+10 MAtk per upgrade level of RWC Memory Knife [1].

These set bonuses do not work with the card-slotted RWC accessories.

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

  • ID: 23538
  • Код: RWC_MEMORY_KNIFE
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 3
  • Атака: 50
  •  
  • Требуемый уровень: 1
  • Профессии: alchemist, archer, assassin, bard, blacksmith, crusader, dancer, hunter, kagerou, knight, mage, merchant, ninja, novice, oboro, rogue, sage, soul_linker, super_novice, swordman, thief, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 65

Скрипт

.@r = getrefine();
bonus bBaseAtk,20*(.@r/3);
bonus bMatk,20*(.@r/3);
if (.@r>=9) {
   .@i = 1;
   bonus4 bAutoSpell,"BS_WEAPONPERFECT",1,10,0;
}
if (.@r>=6) {
   .@rate = 5*(.@i+1);
   bonus2 bAddRace,RC_All,.@rate;
   bonus2 bMagicAddRace,RC_All,.@rate;
}