NicePack/sources/Weapons/Playable/Pistols/Judge/NiceDualJudgePistolPickup.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
727 B
Ucode

class NiceDualJudgePistolPickup extends NiceDualiesPickup;
defaultproperties
{
Weight=8.000000
cost=2500
AmmoCost=30
BuyClipSize=5
PowerValue=85
SpeedValue=35
RangeValue=60
Description="A pair of 50 Cal AE handguns."
ItemName="Dual Raging Judges"
ItemShortName="Dual Raging Judges"
AmmoItemName=".300 JHP Ammo"
AmmoMesh=StaticMesh'KillingFloorStatics.DeagleAmmo'
VariantClasses(0)=Class'NicePack.SkinGoldenDualJudgePistolPickup'
InventoryType=Class'NicePack.NiceDualJudgePistol'
PickupMessage="You found another Taurus Raging Judge."
PickupSound=Sound'KF_RevolverSnd.foley.WEP_Revolver_Foley_Pickup'
StaticMesh=StaticMesh'NicePackSM.judge.judge_pickup'
}