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

22 lines
690 B
Ucode

class NiceMagnumPickup extends NiceSinglePickup;
defaultproperties
{
VariantClasses(0)=class'SkinCowboyMagnumPickup'
Weight=2.000000
cost=125
AmmoCost=5
BuyClipSize=6
PowerValue=60
SpeedValue=40
RangeValue=65
Description="44 Magnum pistol, the most 'powerful' handgun in the world. Do you feel lucky?"
ItemName="44 Magnum"
ItemShortName="44 Magnum"
AmmoItemName="44 Magnum Ammo"
AmmoMesh=None
InventoryType=class'NiceMagnumPistol'
PickupMessage="You got the 44 Magnum"
PickupSound=Sound'KF_RevolverSnd.foley.WEP_Revolver_Foley_Pickup'
StaticMesh=StaticMesh'KF_pickups3_Trip.Pistols.revolver_Pickup'
}