NicePack/sources/Weapons/Playable/Incendiary/Trenchgun/NiceTrenchgunPickup.uc
2022-01-21 14:25:59 +04:00

24 lines
764 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'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
}