NicePack/sources/Weapons/Playable/Melee/Knife/NiceKnifePickup.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
524 B
Ucode

class NiceKnifePickup extends NiceWeaponPickup;
defaultproperties
{
Weight=0.000000
cost=50
PowerValue=5
SpeedValue=60
RangeValue=-20
Description="Basic kitchen utensil. Sharp."
ItemName="Knife"
ItemShortName="Knife"
CorrespondingPerkIndex=4
InventoryType=Class'NicePack.NiceKnife'
PickupMessage="You got the Kitchen Knife."
PickupSound=None
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_pickups_Trip.melee.Knife_pickup'
CollisionHeight=5.000000
}