Beam Claymore-OSAD
| Item ID | 600028 | Name | Beam Claymore-OSAD |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Beam_Claymore_AD | ||
| Attack | 250 | Type | Weapon - Two-Handed Sword | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Swordman, Knight, Crusader | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 180 | Min Equip Level | 170 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-1000; bonus2 bSkillAtk,"RK_IGNITIONBREAK",7*(.@r_weapon/2); |