ID #21047
Weapon
Beam Claymor-OS [2]
Buy Price: N/A
Sell Price: N/A
A two-handed sword made of high density emerald that emits rays of light.
_______________________
Indestructible in battle
_______________________
Critical +5
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Increases Critical Damage by 15%.
_______________________
Refine Level +11:
Increases Damage against monsters of Small and Medium size by 20%.
_______________________
Type: Two-Handed Sword
Attack: 250
Weight: 180
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Swordman classes
_______________________
Indestructible in battle
_______________________
Critical +5
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Increases Critical Damage by 15%.
_______________________
Refine Level +11:
Increases Damage against monsters of Small and Medium size by 20%.
_______________________
Type: Two-Handed Sword
Attack: 250
Weight: 180
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Swordman 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
Basic Information
Type
Weapon
Weight
1800
Range
1
Acquisition method
Equipment reform
Job Requirements
Crusader
Yes
Knight
Yes
Swordsman
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bCritical,5; if (.@r >= 7) { bonus bAspdRate,7; if (.@r >= 9) { bonus bCritAtkRate,15; if (.@r >= 11) { bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; bonus2 bMagicAddSize,Size_Small,20; bonus2 bMagicAddSize,Size_Medium,20; } } }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bCritical,5;
if (.@r >= 7) {
bonus bAspdRate,7;
if (.@r >= 9) {
bonus bCritAtkRate,15;
if (.@r >= 11) {
bonus2 bAddSize,Size_Small,20;
bonus2 bAddSize,Size_Medium,20;
bonus2 bMagicAddSize,Size_Small,20;
bonus2 bMagicAddSize,Size_Medium,20;
}
}
}