Beam Claymor-OS
| Item ID | 21047 | Name | Beam Claymor-OS |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Beam_Claymore_OS | ||
| 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 | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bCritical,10; bonus2 bAddSize,Size_Large,4*(.@r_weapon/2); bonus2 bMagicAddSize,Size_Large,4*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bCritical,10; bonus2 bAddSize,Size_Large,4*(.@r_weapon/2); bonus2 bMagicAddSize,Size_Large,4*(.@r_weapon/2); |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |