Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

KFMod.NailGunPickup


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
//=============================================================================
// NailGunPickup
//=============================================================================
// NailGun pickup class
//=============================================================================
// Killing Floor Source
// Copyright (C) 2012 Tripwire Interactive LLC
// - Dan Hollinger
//=============================================================================
class NailGunPickup extends KFWeaponPickup;

defaultproperties
{
     Weight=8.000000
     cost=1500
     AmmoCost=30
     BuyClipSize=12
     PowerValue=70
     SpeedValue=55
     RangeValue=25
     Description="The Black and Wrecker Vlad 9000 nail gun. Designed for putting barns together. Or nailing Zeds to them."
     ItemName="Vlad the Impaler"
     ItemShortName="Vlad 9000"
     AmmoItemName="Nails"
     CorrespondingPerkIndex=1
     EquipmentCategoryID=3
     InventoryType=Class'KFMod.NailGun'
     PickupMessage="You got the Vlad 9000."
     PickupSound=Sound'KF_NailShotgun.Handling.KF_NailShotgun_Pickup'
     PickupForce="AssaultRiflePickup"
     StaticMesh=StaticMesh'KF_pickups5_Trip.Rifles.Vlad9000_Pickup'
     CollisionRadius=35.000000
     CollisionHeight=5.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fri 13-10-2023 03:17:26.000 - Creation time: Fri 13-10-2023 03:19:05.911 - Created with UnCodeX