Claymore script created by Sarloth/Dethcyte

Installation:
Drop in Custom folder.
To make it buyable/sellable edit SBSwordWeapon.cs in
Mobiles\Vendors\SBInfo\Weapons so it has the line 
"Add( new GenericBuyInfo( "Claymore", typeof( Claymore ), 100, 20, 0x26CF, 0 ) );"
at the bottom of the InternalGenericBuyInfo sub and
"Add( typeof( Claymore ), 50 );"
at the bottom of the InternalSellInfo sub.
If you have not edited this before a useable SBSwordWeapon.cs
will be in the zip file and you can use it as an example if you have
edited this file.