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

27 lines
743 B
Ucode

//=============================================================================
// My Potato
//=============================================================================
class Potato extends KFWeaponPickup
notplaceable;
defaultproperties
{
Weight=0.000000
cost=70000
PowerValue=100
SpeedValue=100
RangeValue=100
Description="Potato"
ItemName="Potato"
ItemShortName="Potato"
InventoryType=none
PickupMessage="You gots a Potato"
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'Potato_S.potato'
CollisionRadius=27.000000
CollisionHeight=5.000000
PickupSound=Sound'KF_InventorySnd.Cash_Pickup'
EquipmentCategoryID=10
CorrespondingPerkIndex=7
}