NicePack/sources/Weapons/Playable/AssaultRifles/Tommygun/NiceThompsonDrumPickup.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
878 B
Ucode

class NiceThompsonDrumPickup extends NiceWeaponPickup;
defaultproperties
{
Weight=5.000000
cost=500
AmmoCost=15
BuyClipSize=50
PowerValue=35
SpeedValue=80
RangeValue=45
Description="This Tommy gun with a drum magazine was used heavily during the WWII pacific battles."
ItemName="Rising Storm Tommy Gun"
ItemShortName="R.S. Tommy Gun"
AmmoItemName="45. ACP Ammo"
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
CorrespondingPerkIndex=3
EquipmentCategoryID=3
InventoryType=Class'NicePack.NiceThompsonDrumSMG'
PickupMessage="You got the Rising Storm Thompson with Drum Mag"
PickupSound=Sound'KF_IJC_HalloweenSnd.Handling.Thompson_Handling_Bolt_Back'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_IJC_Summer_Weps.Thompson_Drum'
CollisionRadius=25.000000
CollisionHeight=5.000000
}