ID #500056
Weapon
Flush Safety Saber [2]
Buy Price: N/A
Sell Price: N/A
A Safety Saber enhanced with Mjolnir's energy.
The stronger the power, the greater the consumption of mana.
_______________________
ATK +10%
_______________________
Increases damage of Cart Cannon and Mayhemic Thorns by 20%.
_______________________
Refine Level +7:
ATK +70
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Cart Cannon by additional 15%.
Increases damage of Mayhemic Thorns by additional 10%.
Increases Physical Damage against enemies of every size by 15%.
Increases SP Consumption of Cart Cannon and Mayhemic Thorns by 25.
_______________________
Refine Level +11:
Decreases After Skill Delay by 15%.
Increases damage of Cart Cannon and Mayhemic Thorns by additional 10%.
Increases SP Consumption of Cart Cannon and Mayhemic Thorns by additional 25.
_______________________
[Bonus by Grade]
[Grade D]: P.ATK +10
[Grade C]: Damage of Cart Cannon and Mayhemic Thorns +10%.
[Grade B]: Physical Damage against enemies of every element +10%.
[Grade A]: Damage of Cart Cannon and Mayhemic Thorns +10%.
_______________________
Type: One-Handed Sword
Attack: 230
Weight: 125
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Biolo
The stronger the power, the greater the consumption of mana.
_______________________
ATK +10%
_______________________
Increases damage of Cart Cannon and Mayhemic Thorns by 20%.
_______________________
Refine Level +7:
ATK +70
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Cart Cannon by additional 15%.
Increases damage of Mayhemic Thorns by additional 10%.
Increases Physical Damage against enemies of every size by 15%.
Increases SP Consumption of Cart Cannon and Mayhemic Thorns by 25.
_______________________
Refine Level +11:
Decreases After Skill Delay by 15%.
Increases damage of Cart Cannon and Mayhemic Thorns by additional 10%.
Increases SP Consumption of Cart Cannon and Mayhemic Thorns by additional 25.
_______________________
[Bonus by Grade]
[Grade D]: P.ATK +10
[Grade C]: Damage of Cart Cannon and Mayhemic Thorns +10%.
[Grade B]: Physical Damage against enemies of every element +10%.
[Grade A]: Damage of Cart Cannon and Mayhemic Thorns +10%.
_______________________
Type: One-Handed Sword
Attack: 230
Weight: 125
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Biolo
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
1250
Range
1
Acquisition method
Equipment reform
Job Requirements
Alchemist
Yes
Requirements
Weapon Level
5
Min Level
250
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",20; bonus2 bSkillAtk,"GN_CARTCANNON",20; if (.@r>=7) { bonus bVariableCastrate,-10; bonus bBaseAtk,70; if (.@r>=9) { bonus2 bAddSize,Size_All,15; bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",15; bonus2 bSkillUseSP,"BO_MAYHEMIC_THORNS",-25; bonus2 bSkillUseSP,"GN_CARTCANNON",-25; if (.@r>=11) { bonus bDelayrate,-15; bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",10; bonus2 bSkillUseSP,"BO_MAYHEMIC_THORNS",-25; bonus2 bSkillUseSP,"GN_CARTCANNON",-25; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",10; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",20;
bonus2 bSkillAtk,"GN_CARTCANNON",20;
if (.@r>=7) {
bonus bVariableCastrate,-10;
bonus bBaseAtk,70;
if (.@r>=9) {
bonus2 bAddSize,Size_All,15;
bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10;
bonus2 bSkillAtk,"GN_CARTCANNON",15;
bonus2 bSkillUseSP,"BO_MAYHEMIC_THORNS",-25;
bonus2 bSkillUseSP,"GN_CARTCANNON",-25;
if (.@r>=11) {
bonus bDelayrate,-15;
bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10;
bonus2 bSkillAtk,"GN_CARTCANNON",10;
bonus2 bSkillUseSP,"BO_MAYHEMIC_THORNS",-25;
bonus2 bSkillUseSP,"GN_CARTCANNON",-25;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,10;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10;
bonus2 bSkillAtk,"GN_CARTCANNON",10;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddEle,Ele_All,10;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10;
bonus2 bSkillAtk,"GN_CARTCANNON",10;
}
}
}
}