Информация
Энциклопедия
Поиск предметов в базе данных сервера
Поиск по ID:
Номер в базе: 13092
RWC Memory Knife

Increases Atk and Matk power +20 for every three refine levels
If refined to +6 or higher, Increases Atk and Matk damage to all monsters.
If refined to +9 or higher, additional Atk and Matk increase damage to all monsters and has a low chance of auto-casting lvl 1 Weapon Perfection
Set Bonus
If equipped with RWC 2012 Ring grants +10 Atk for every upgrade level
If equipped with RWC 2012 Pendant grants +10 MAtk for every upgrade level
These set bonuses do not work with the card-slotted RWC accessories
Type: Dagger
Атака: 50
Вес: 65
Уровень оружия: 3
Требуемый уровень: 1
Профессия: All except Acolyte Class
Количество слотов: 1
Цена покупки: 20
Скрипт:
bonus bBaseAtk,20*(getrefine()/3); bonus bMatk,20*(getrefine()/3); if(getrefine()>=9){ set .@i,1; bonus4 bAutoSpell,"BS_WEAPONPERFECT",1,20,0; } if(getrefine()>=6){ set .@rate,5*(.@i+1); bonus2 bAddRace,RC_Boss,.@rate; bonus2 bAddRace,RC_NonBoss,.@rate; bonus2 bMagicAddRace,RC_Boss,.@rate; bonus2 bMagicAddRace,RC_NonBoss,.@rate; }