Madogum [2], кинжал (Renewal)
Madogum [2] (MAGIC_SWORD) – оружие.
![Madogum [2], кинжал (Renewal) Madogum [2], кинжал (Renewal)](/images/db/items/picture/28744.png)
A dagger used by a wizard who admired a magic knight.
It seems to resonate with Ancient Hero Boots.
MATK +150.
For each 2 refine levels, MATK +10.
For each 3 refine levels, increase attack speed (reduces delay after attack by 2%).
When refined to +9 or higher, increase all elemental magic damage by 10%.
When refined to +11 or higher, adds a random chance to autospell Psychic Wave 3Lv when melee physical attakcs.
When equipped with Ancient Hero Boots, adds random chance to increase INT+20, MATK+15% for 7 sec when wearer physical attacks.
Weapon Lv : 4
Required Lv : 100
Required
Скрипт
.@r = getrefine(); if (.@r>=2) { bonus bMatk,.@r/2*10; } if (.@r>=3) { bonus bAspdRate,.@r/3*2; } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; } if (.@r>=11) { bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",3,50,BF_WEAPON|BF_SHORT,1; }