ID #550092
Weapon
Flush Welding Wand [2]
Buy Price: N/A
Sell Price: N/A
A Welding Wand enhanced with Mjolnir's energy.
The stronger the power, the greater the consumption of mana.
_______________________
MATK +220
_______________________
Indestructible in battle
_______________________
MATK +10%
_______________________
Increases Magical Damage with every element by 10%.
Increases damage of Exorcism of Malicious Soul by 20%.
_______________________
Refine Level +7:
MATK +70
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by additional 15%.
Increases damage of Exorcism of Malicious Soul by additional 10%.
Increases Magical Damage against enemies of every size by 15%.
Increases SP Consumption of Exorcism of Malicious Soul by 25.
_______________________
Refine Level +11:
Decreases After Skill Delay by 15%.
Increases damage of Exorcism of Malicious Soul by additional 10%.
Increases SP Consumption of Exorcism of Malicious Soul by additional 25.
_______________________
[Bonus by Grade]
[Grade D]: S.MATK +10
[Grade C]: Damage of Exorcism of Malicious Soul +10%.
[Grade B]: Magical Damage against enemies of every element +10%.
[Grade A]: Damage of Exorcism of Malicious Soul +10%.
_______________________
Type: One-Handed Staff
Attack: 160
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Soul Ascetic
The stronger the power, the greater the consumption of mana.
_______________________
MATK +220
_______________________
Indestructible in battle
_______________________
MATK +10%
_______________________
Increases Magical Damage with every element by 10%.
Increases damage of Exorcism of Malicious Soul by 20%.
_______________________
Refine Level +7:
MATK +70
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by additional 15%.
Increases damage of Exorcism of Malicious Soul by additional 10%.
Increases Magical Damage against enemies of every size by 15%.
Increases SP Consumption of Exorcism of Malicious Soul by 25.
_______________________
Refine Level +11:
Decreases After Skill Delay by 15%.
Increases damage of Exorcism of Malicious Soul by additional 10%.
Increases SP Consumption of Exorcism of Malicious Soul by additional 25.
_______________________
[Bonus by Grade]
[Grade D]: S.MATK +10
[Grade C]: Damage of Exorcism of Malicious Soul +10%.
[Grade B]: Magical Damage against enemies of every element +10%.
[Grade A]: Damage of Exorcism of Malicious Soul +10%.
_______________________
Type: One-Handed Staff
Attack: 160
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Soul Ascetic
Equipment Reform
Available through the reform system F_Ein_Weapon_Hammer
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1200
Range
1
Acquisition method
Equipment reform
Job Requirements
Soul Linker
Yes
Requirements
Weapon Level
5
Min Level
250
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bMagicAtkEle,Ele_All,10; bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",20; if (.@r>=7) { bonus bVariableCastrate,-10; bonus bMatk,70; if (.@r>=9) { bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_All,15; bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10; bonus2 bSkillUseSP,"SOA_EXORCISM_OF_MALICIOUS_SOUL",-25; if (.@r>=11) { bonus bDelayrate,-15; bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10; bonus2 bSkillUseSP,"SOA_EXORCISM_OF_MALICIOUS_SOUL",-25; } } } if (.@g>=ENCHANTGRADE_D) { bonus bSMatk,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",20;
if (.@r>=7) {
bonus bVariableCastrate,-10;
bonus bMatk,70;
if (.@r>=9) {
bonus2 bMagicAddSize,Size_All,15;
bonus2 bMagicAtkEle,Ele_All,15;
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
bonus2 bSkillUseSP,"SOA_EXORCISM_OF_MALICIOUS_SOUL",-25;
if (.@r>=11) {
bonus bDelayrate,-15;
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
bonus2 bSkillUseSP,"SOA_EXORCISM_OF_MALICIOUS_SOUL",-25;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bSMatk,10;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAddEle,Ele_All,10;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
}
}
}
}