NicePack/sources/Weapons/Playable/Pistols/MK32/NiceMK23Pickup.uc

21 lines
589 B
Ucode

class NiceMK23Pickup extends NiceSinglePickup;
defaultproperties
{
Weight=2.000000
cost=250
AmmoCost=10
BuyClipSize=12
PowerValue=50
SpeedValue=45
RangeValue=60
Description="Match grade 45 caliber pistol. Good balance between power, ammo count and rate of fire."
ItemName="MK23"
ItemShortName="MK23"
AmmoItemName=".45 ACP Ammo"
AmmoMesh=None
InventoryType=Class'NicePack.NiceMK23Pistol'
PickupMessage="You got the MK.23"
PickupSound=Sound'KF_MK23Snd.MK23_Pickup'
StaticMesh=StaticMesh'KF_pickups4_Trip.Pistols.MK23_Pickup'
}