rott/kf_sources/KFMod/Classes/SPGrenadePickup.uc
2026-07-14 20:27:09 +07:00

37 lines
1.3 KiB
Ucode

//=============================================================================
// SPGrenadePickup
//=============================================================================
// Steampunk Grenade Launcher Pickup.
//=============================================================================
// Killing Floor Source
// Copyright (C) 2013 Tripwire Interactive LLC
// - John "Ramm-Jaeger" Gibson
//=============================================================================
class SPGrenadePickup extends KFWeaponPickup;
defaultproperties
{
Weight=4.000000
cost=1250
AmmoCost=10
BuyClipSize=3
PowerValue=85
SpeedValue=5
RangeValue=75
Description="The Orca Bomb Propeller tosses little delayed explosive bombs. Good for those bank shots!"
ItemName="The Orca Bomb Propeller"
ItemShortName="The Orca"
AmmoItemName="Orca Bombs"
AmmoMesh=StaticMesh'KillingFloorStatics.XbowAmmo'
MaxDesireability=0.790000
InventoryType=Class'KFMod.SPGrenadeLauncher'
PickupMessage="You got The Orca Bomb Propeller."
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_IJC_Summer_Weps.Grenade'
CollisionRadius=25.000000
CollisionHeight=10.000000
PickupSound=Sound'KF_SP_OrcaSnd.KFO_Orca_Pickup'
EquipmentCategoryID=2
CorrespondingPerkIndex=6
}