Master Soul Rifle [2], винтовка (Renewal)
Master Soul Rifle [2] (MASTER_SOUL_RIFLE) – оружие.
![Master Soul Rifle [2], винтовка (Renewal) Master Soul Rifle [2], винтовка (Renewal)](/images/db/items/picture/28255.png)
The one who can handle all guns skillfully is a rifle with the strength of his soul.
It seems to resonate with the boots of an ancient hero.
MATK + 210.
MATK + 10 per 2 refine rate.
Reduce delay after attack by 3% per 3 refine rate.
When refined to +7 or higher, ASPD + 1, MATK + 5%.
When refined to +9 or higher, adds a chance to autocast Soul Strike lv10 when ranged physical attacking.
When refined to +11 or higher, increases the chance to autocast Soul Strike, adds a chance to autocast Soul Expansion lv3 when ranged physical attacking.
When equipped with ancient hero boots, adds a chance to INT + 20, increase damage of ghost magical damage by 10% when physical attacking.
Weapon level : 4
Required level : 100
Скрипт
.@r = getrefine(); bonus bMatk,10*(.@r/3); bonus bAspdRate,3*(.@r/3); if (.@r >= 7) { bonus bAspd,1; bonus bMatkRate,5; if (.@r >= 9) { .@chance = 1; /* unknown rate*/ if (.@r >= 11) { .@chance += 1; bonus5 bAutoSpell,"WL_SOULEXPANSION",3,1,BF_LONG,1; } bonus5 bAutoSpell,"MG_SOULSTRIKE",10,.@chance,BF_LONG,1; } }