NicePack/sources/Weapons/Playable/Pistols/Judge/NiceDualJudgePistolPickup.uc
2022-01-21 14:25:59 +04:00

22 lines
705 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'SkinGoldenDualJudgePistolPickup'
InventoryType=class'NiceDualJudgePistol'
PickupMessage="You found another Taurus Raging Judge."
PickupSound=Sound'KF_RevolverSnd.foley.WEP_Revolver_Foley_Pickup'
StaticMesh=StaticMesh'NicePackSM.judge.judge_pickup'
}