NicePack/sources/Weapons/Playable/SniperWeapons/HuntingRifle/NiceHuntingRiflePickup.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

8 lines
925 B
Ucode

//=============================================================================
// HuntingRifle Pickup.
//=============================================================================
class NiceHuntingRiflePickup extends NiceWeaponPickup;
defaultproperties
{
Weight=6.000000
cost=750
AmmoCost=35
BuyClipSize=5
PowerValue=55
SpeedValue=42
RangeValue=95
Description="A rugged and reliable scoped rifle with great penetrative power."
ItemName="Hunting Rifle"
ItemShortName="Hunter R."
AmmoItemName="Rifle bullets"
CorrespondingPerkIndex=2
EquipmentCategoryID=2
InventoryType=Class'NicePack.NiceHuntingRifle'
PickupMessage="You got the Hunting Rifle"
PickupSound=Sound'KF_RifleSnd.RifleBase.Rifle_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'ScrnWeaponPack_SM.HR_Pickup'
CollisionRadius=30.000000
CollisionHeight=5.000000
}