ID #13493
Weapon
Cannon Rapier-OS [2]
Buy Price: N/A
Sell Price: N/A
A sword that causes a strong explosion by activating the detonation system built into the sword.
_______________________
MATK +150
_______________________
Random chance to auto cast Fire Ball when dealing physical damage, skill level is equal to Refine Level (up to Refine Level 10).
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Increases damage of Fire Ball by 30%.
_______________________
Refine Level +11:
Random chance to auto cast Level 3 Hell Inferno when dealing physical damage.
Random chance to auto cast Level 3 Hell Inferno when dealing physical damage.
_______________________
Type: One-Handed Sword
Attack: 160
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Novice, Swordsman, Thief and Merchant classes
_______________________
MATK +150
_______________________
Random chance to auto cast Fire Ball when dealing physical damage, skill level is equal to Refine Level (up to Refine Level 10).
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Increases damage of Fire Ball by 30%.
_______________________
Refine Level +11:
Random chance to auto cast Level 3 Hell Inferno when dealing physical damage.
Random chance to auto cast Level 3 Hell Inferno when dealing physical damage.
_______________________
Type: One-Handed Sword
Attack: 160
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Novice, Swordsman, Thief and Merchant classes
Available from boxes
Equipment Reform
Available through the reform system OS_Weapon_Reform
- Weapon Upgrade Stone(Lower) × 70
- Mysterious Component × 200
- Cor Core × 40
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
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
800
Range
1
Acquisition method
Equipment reform
Job Requirements
Alchemist
Yes
Assassin
Yes
Blacksmith
Yes
Crusader
Yes
Knight
Yes
Merchant
Yes
Novice
Yes
Rogue
Yes
Super Novice
Yes
Swordsman
Yes
Thief
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@r = getrefine(); bonus3 bAutoSpell,"MG_FIREBALL",min(.@r,10),40; if (.@r >= 7) { bonus bAspdRate,7; if (.@r >= 9) { bonus2 bSkillAtk,"MG_FIREBALL",30; if (.@r >= 11) { bonus3 bAutoSpell,"WL_HELLINFERNO",3,40; } } }
.@r = getrefine();
bonus3 bAutoSpell,"MG_FIREBALL",min(.@r,10),40;
if (.@r >= 7) {
bonus bAspdRate,7;
if (.@r >= 9) {
bonus2 bSkillAtk,"MG_FIREBALL",30;
if (.@r >= 11) {
bonus3 bAutoSpell,"WL_HELLINFERNO",3,40;
}
}
}