ID #600028
Weapon
Beam Claymore-OSAD [2]
Buy Price: N/A
Sell Price: N/A
An upgraded version of a two-handed Sword made of high density emerald that emits rays of light.
_______________________
Indestructible in battle
_______________________
Critical +10
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases Critical Damage by 20%.
Increases damage of Storm Blast by 25%.
_______________________
Refine Level +11:
Increases Damage against monsters of Small and Medium size by 25%.
_______________________
Type: Two-Handed Sword
Attack: 250
Weight: 180
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Swordman classes
_______________________
Indestructible in battle
_______________________
Critical +10
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases Critical Damage by 20%.
Increases damage of Storm Blast by 25%.
_______________________
Refine Level +11:
Increases Damage against monsters of Small and Medium size by 25%.
_______________________
Type: Two-Handed Sword
Attack: 250
Weight: 180
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Swordman classes
Equipment Reform
Available through the reform system Plus7_Refine_NPC
Basic Information
Type
Weapon
Weight
1800
Range
1
Acquisition method
Equipment reform
Job Requirements
Crusader
Yes
Knight
Yes
Swordsman
Yes
Requirements
Weapon Level
5
Min Level
170
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bCritical,10; if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus bCritAtkRate,20; bonus2 bSkillAtk,"RK_STORMBLAST",25; if (.@r>=11) { bonus2 bAddSize,Size_Small,25; bonus2 bMagicAddSize,Size_Small,25; bonus2 bAddSize,Size_Medium,25; bonus2 bMagicAddSize,Size_Medium,25; } } }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bCritical,10;
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bCritAtkRate,20;
bonus2 bSkillAtk,"RK_STORMBLAST",25;
if (.@r>=11) {
bonus2 bAddSize,Size_Small,25;
bonus2 bMagicAddSize,Size_Small,25;
bonus2 bAddSize,Size_Medium,25;
bonus2 bMagicAddSize,Size_Medium,25;
}
}
}