NicePack/sources/Weapons/Playable/Pistols/Magnum/NiceMagnumPickup.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

5 lines
630 B
Ucode

class NiceMagnumPickup extends NiceSinglePickup;
defaultproperties
{
Weight=1.000000
cost=125
AmmoCost=8
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'NicePack.NiceMagnumPistol'
PickupMessage="You got the 44 Magnum"
PickupSound=Sound'KF_RevolverSnd.foley.WEP_Revolver_Foley_Pickup'
StaticMesh=StaticMesh'KF_pickups3_Trip.Pistols.revolver_Pickup'
}