Patent Master Soul Rifle [2]
A powerful force was inhabited and began to show its natural strength.
It seems to resonate with the Great Hero's Boots.
_______________________
MATK +250
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
For each 3 Refine Levels:
Increases damage of Soul Strike and Napalm Vulcan by 15%.
_______________________
Refine Level +7:
Increases damage of Soul Expansion by 20% and Magical Damage with Fire element by 15%.
_______________________
Refine Level +9:
Ranged physical attacks have a 15% chance to auto-cast Level 10 Soul Strike.
_______________________
Refine Level +11:
Ranged physical attacks have a 7% chance to auto-cast Level 3 Napalm Vulcan or Level 3 Soul Expansion.
_______________________
When equipped with Great Hero's Boots:
INT +10
Increases Magical Damage with Ghost element by 5%.
_______________________
Type: Rifle
Attack: 200
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rebellion
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_6
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bMatk,250+15*(.@r/2); bonus2 bSkillAtk,"MG_SOULSTRIKE",15*(.@r/3); bonus2 bSkillAtk,"HW_NAPALMVULCAN",15*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"WL_SOULEXPANSION",20; bonus2 bMagicAddEle,Ele_Ghost,15; } if (.@r>=9) { bonus5 bAutoSpell,"MG_SOULSTRIKE",10,150,BF_LONG,1; } if (.@r>=11) { bonus5 bAutoSpell,"HW_NAPALMVULCAN",3,70,BF_LONG,1; bonus5 bAutoSpell,"WL_SOULEXPANSION",3,70,BF_LONG,1; }
.@r = getrefine();
bonus bMatk,250+15*(.@r/2);
bonus2 bSkillAtk,"MG_SOULSTRIKE",15*(.@r/3);
bonus2 bSkillAtk,"HW_NAPALMVULCAN",15*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"WL_SOULEXPANSION",20;
bonus2 bMagicAddEle,Ele_Ghost,15;
}
if (.@r>=9) {
bonus5 bAutoSpell,"MG_SOULSTRIKE",10,150,BF_LONG,1;
}
if (.@r>=11) {
bonus5 bAutoSpell,"HW_NAPALMVULCAN",3,70,BF_LONG,1;
bonus5 bAutoSpell,"WL_SOULEXPANSION",3,70,BF_LONG,1;
}