This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
875 B
Ucode
5 lines
875 B
Ucode
class NiceL85A2Pickup extends NiceWeaponPickup;
|
|
defaultproperties
|
|
{
|
|
Weight=5.000000
|
|
cost=250
|
|
AmmoCost=10
|
|
BuyClipSize=15
|
|
PowerValue=45
|
|
SpeedValue=60
|
|
RangeValue=70
|
|
Description="This L85A2 is fine-tuned for sharpshooter's use: relatively low damage is compensated by sharpshooter's own abilities, while low recoil and simple reload allow for non-stop head-popping."
|
|
ItemName="L85A2"
|
|
ItemShortName="L85A2"
|
|
AmmoItemName="5.556x45mm Ammo"
|
|
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
|
|
CorrespondingPerkIndex=3
|
|
EquipmentCategoryID=3
|
|
InventoryType=Class'NicePack.NiceL85A2Z'
|
|
PickupMessage="You got the L85A2"
|
|
PickupSound=Sound'KF_FNFALSnd.FNFAL_Pickup'
|
|
PickupForce="AssaultRiflePickup"
|
|
StaticMesh=StaticMesh'NicePackSM.L85A2.L85A2_Static'
|
|
CollisionRadius=25.000000
|
|
CollisionHeight=5.000000
|
|
}
|