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 |
//============================================================================= // ZEDGunPickup //============================================================================= // ZEDGun pickup class //============================================================================= // Killing Floor Source // Copyright (C) 2012 Tripwire Interactive LLC // - John "Ramm-Jaeger" Gibson //============================================================================= class ZEDGunPickup extends KFWeaponPickup; defaultproperties { Weight=8.000000 AmmoCost=100 BuyClipSize=100 PowerValue=30 SpeedValue=25 RangeValue=25 Description="Zed Eradication Device. A highly advanced Horzine device useful for 'crowd control' - secondary fire stuns groups of zeds momentarily." ItemName="Zed Eradication Device" ItemShortName="ZED Gun" AmmoItemName="ZED Gun Power Cells" AmmoMesh=StaticMesh'KillingFloorStatics.FT_AmmoMesh' CorrespondingPerkIndex=7 EquipmentCategoryID=4 MaxDesireability=0.790000 InventoryType=Class'KFMod.ZEDGun' PickupMessage="You got the Zed Eradication Device." PickupSound=Sound'KF_ZEDGunSnd.Handling.KF_WEP_ZED_Handling_Pickup' PickupForce="AssaultRiflePickup" StaticMesh=StaticMesh'KF_pickups6_Trip.Rifles.ZED_Pickup' CollisionRadius=25.000000 CollisionHeight=10.000000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |