Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 |
//============================================================================= // SPThompsonPickup //============================================================================= // Steampunk SMG Pickup //============================================================================= // Killing Floor Source // Copyright (C) 2013 Tripwire Interactive LLC // - IJC Weapon Development and John "Ramm-Jaeger" Gibson //============================================================================= class SPThompsonPickup extends KFWeaponPickup; defaultproperties { Weight=5.000000 cost=950 AmmoCost=12 BuyClipSize=40 PowerValue=35 SpeedValue=80 RangeValue=50 Description="Thy weapon is before you. May it's drum beat a sound of terrible fear into your enemies." ItemName="Dr. T's Lead Delivery System" ItemShortName="Dr. T's L.D.S." AmmoItemName="L.D.S. Ammo" AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo' CorrespondingPerkIndex=3 EquipmentCategoryID=3 InventoryType=Class'KFMod.SPThompsonSMG' PickupMessage="You got Dr. T's Lead Dispensing System" PickupSound=Sound'KF_SP_ThompsonSnd.KFO_SP_Thompson_Pickup' PickupForce="AssaultRiflePickup" StaticMesh=StaticMesh'KF_IJC_Summer_Weps.Steampunk_Thompson' CollisionRadius=25.000000 CollisionHeight=5.000000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |