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

16 lines
514 B
Ucode

class ScrnRPGPickup extends LAWPickup;
defaultproperties
{
Weight=11.000000
cost=4000
AmmoCost=40
Description="RPG-7 Rocket Launcher. Very high damage, but narrow blast radius and rockets drop over distance. Use Altfire to toggle scope."
ItemName="RPG-7 SE"
ItemShortName="RPG-7 SE"
AmmoItemName="RPG-7 Rockets"
InventoryType=Class'ScrnWeaponPack.ScrnRPG'
PickupMessage="You got the RPG-7"
StaticMesh=StaticMesh'ScrnWeaponPack_SM.ScrnRPG_Pickup'
}