Patent Madogum [2], кинжал (Renewal)

Patent Madogum [2] (UP_MAGIC_SWORD) – оружие.

Patent Madogum [2], кинжал (Renewal)

The dagger is said to have been used by a wizard who longed for the horse test.
Looking at the state of mana, he started to show off his natural abilities.
It seems to resonate with the boots of the great hero.

MATK + 195.
MATK +15 per 2 refine rates.
Reduce delay after attack by 2%.
When refined to +7 or higher, chance to autocast Meteor Storm slv7 when melee physical attack.
When refined to +9 or higher, increase all property magic damage by 15%.
When refined to +11 or higher, adds a chance to autocast Psychic Wave slv4 when melee physical attack.
When equipped with Great Hero's Boots, INT +10, MATK + 7%.

Can upgrade the weapon through [Special Equipment Researcher].

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

  • ID: 31222
  • Код: UP_MAGIC_SWORD
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 4
  • Атака: 150
  • Магическая атака: 195
  •  
  • Требуемый уровень: 150
  • Профессии: rogue
  • Вес: 80

Скрипт

.@r = getrefine();
bonus bMatk,.@r/2*15;
bonus bAspdRate,(.@r/3*2);
if (.@r>=7) {
   bonus5 bAutoSpell,"WZ_METEOR",7,100,BF_SHORT,1;
}
if (.@r>=9) {
   bonus2 bMagicAtkEle,Ele_All,15;
}
if (.@r>=11) {
   bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",4,100,BF_SHORT,1;
}