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

16 lines
508 B
Ucode

class ScrnM4203MPickup extends ScrnM4203Pickup;
defaultproperties
{
cost=2500
AmmoCost=30
PowerValue=30
Description="An assault rifle with an attached healing grenade launcher. Shoots in 3-bullet fixed-burst mode."
ItemName="M4-203M Medic Rifle"
ItemShortName="M4-203M"
SecondaryAmmoShortName="-- Healing nades"
CorrespondingPerkIndex=0
InventoryType=Class'ScrnBalanceSrv.ScrnM4203MMedicGun'
PickupMessage="You got the M4-203M Medic Rifle"
}