NicePack/sources/Weapons/Playable/Pistols/MK32/NiceMK23Pickup.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

5 lines
593 B
Ucode

class NiceMK23Pickup extends NiceSinglePickup;
defaultproperties
{
Weight=2.000000
cost=250
AmmoCost=16
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'
}