This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
827 B
Ucode
5 lines
827 B
Ucode
class NiceFNFAL_ACOG_Pickup extends NiceWeaponPickup;
|
|
defaultproperties
|
|
{
|
|
Weight=8.000000
|
|
cost=1250
|
|
AmmoCost=40
|
|
BuyClipSize=20
|
|
PowerValue=45
|
|
SpeedValue=90
|
|
RangeValue=70
|
|
Description="Classic NATO battle rifle. Has a high rate of fire and decent accuracy, with good power."
|
|
ItemName="FNFAL"
|
|
ItemShortName="FNFAL"
|
|
AmmoItemName="7.62x51mm Ammo"
|
|
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
|
|
CorrespondingPerkIndex=3
|
|
EquipmentCategoryID=3
|
|
InventoryType=Class'NicePack.NiceFNFAL_ACOG_AssaultRifle'
|
|
PickupMessage="You got the FN FAL with ACOG Sight"
|
|
PickupSound=Sound'KF_FNFALSnd.FNFAL_Pickup'
|
|
PickupForce="AssaultRiflePickup"
|
|
StaticMesh=StaticMesh'KF_pickups4_Trip.Rifles.Fal_Acog_Pickup'
|
|
CollisionRadius=25.000000
|
|
CollisionHeight=5.000000
|
|
}
|