ID #32352
Weapon
Safety Saber [2]
Buy Price: N/A
Sell Price: N/A
A sword designed to light the way in mines and use it for self defense.
It can also shine when there is danger nearby.
_______________________
ATK +10%
Increases damage of Cart Cannon by 10%.
_______________________
Refine Level +7:
ATK +40
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Cart Cannon by additional 15%.
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 20%.
_______________________
Type: One-Handed Sword
Attack: 200
Weight: 250
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Genetic
It can also shine when there is danger nearby.
_______________________
ATK +10%
Increases damage of Cart Cannon by 10%.
_______________________
Refine Level +7:
ATK +40
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Cart Cannon by additional 15%.
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 20%.
_______________________
Type: One-Handed Sword
Attack: 200
Weight: 250
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Genetic
Available from boxes
Equipment Reform
Available through the reform system Amp_Blueprint3
- Weapon Upgrade Stone(High) × 100
- Mjolnir's Energy × 100
- Mjolnir's Treasure × 50
- Shadowdecon × 150
- Dynite × 100
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
2500
Range
1
Acquisition method
Equipment reform
Job Requirements
Alchemist
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"GN_CARTCANNON",10; if (.@r>=7) { bonus bVariableCastrate,-10; bonus bBaseAtk,40; } if (.@r>=9) { bonus bLongAtkRate,5; /* note: 7 in description */ bonus2 bSkillAtk,"GN_CARTCANNON",15; } if (.@r>=11) { bonus bDelayrate,-20; }
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"GN_CARTCANNON",10;
if (.@r>=7) {
bonus bVariableCastrate,-10;
bonus bBaseAtk,40;
}
if (.@r>=9) {
bonus bLongAtkRate,5; /* note: 7 in description */
bonus2 bSkillAtk,"GN_CARTCANNON",15;
}
if (.@r>=11) {
bonus bDelayrate,-20;
}