NicePack/sources/Weapons/Playable/Incendiary/Trenchgun/NiceTrenchgunPickup.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
777 B
Ucode

class NiceTrenchgunPickup extends NiceWeaponPickup;
defaultproperties
{
Weight=8.000000
cost=1250
BuyClipSize=6
PowerValue=75
SpeedValue=40
RangeValue=15
Description="A WWII-era trench shotgun in 12 gauge, loaded with Dragon's Breath flame rounds. Toasty."
ItemName="Trenchgun"
ItemShortName="Trenchgun"
AmmoItemName="Dragon's breath shells"
CorrespondingPerkIndex=5
EquipmentCategoryID=2
InventoryType=Class'NicePack.NiceTrenchgun'
PickupMessage="You got the Trenchgun."
PickupSound=Sound'KF_ShotgunDragonsBreathSnd.Handling.TrenchGun_Pump_Back'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_pickups5_Trip.Rifles.TrenchGun_Pickup'
CollisionRadius=35.000000
CollisionHeight=5.000000
}