28 lines
1.0 KiB
Ucode
28 lines
1.0 KiB
Ucode
//=============================================================================
|
|
// Shotgun Pickup.
|
|
//=============================================================================
|
|
class SpasPickup extends KFWeaponPickup;
|
|
|
|
defaultproperties
|
|
{
|
|
Weight=9.000000
|
|
cost=1500
|
|
BuyClipSize=10
|
|
PowerValue=55
|
|
SpeedValue=40
|
|
RangeValue=17
|
|
Description="The Franchi SPAS12 is a combat shotgun manufactured by Italian firearms company Franchi from 1979 to 2000. The SPAS12 is a dual-mode shotgun, adjustable for semi-automatic or pump-action operation."
|
|
ItemName="SPAS-12 SE"
|
|
ItemShortName="SPAS-12 SE"
|
|
AmmoItemName="12-gauge shells"
|
|
CorrespondingPerkIndex=1
|
|
EquipmentCategoryID=2
|
|
InventoryType=Class'ScrnWeaponPack.Spas'
|
|
PickupMessage="You got the spas-12."
|
|
PickupSound=Sound'KF_PumpSGSnd.SG_Pickup'
|
|
PickupForce="AssaultRiflePickup"
|
|
StaticMesh=StaticMesh'ScrnWeaponPack_SM.spas12_pickup'
|
|
CollisionRadius=35.000000
|
|
CollisionHeight=5.000000
|
|
}
|