[Changed] - Dual pistols' spread was reduced by half (down to 250 from 500) - Commando no longer passively grants zed-time extensions - Commando's skill 'Perfect execution': zed-time granted by this skill can no longer be extended - Commando's skill 'Overclocking': now grants 4 additional zed-time extensions - Demolitionist's weapons: ammo cost doubled, max ammo reduced to about 2/3rds of previous values (except for harpoon that was unchanged, m32 that still has the same max ammo and L.A.W. that got its ammo halved and rocket cost raised fom 13 to 40) - Removed Hardcore level broadcasting bullshit
28 lines
857 B
Ucode
28 lines
857 B
Ucode
class NiceCLGLPickup extends NiceWeaponPickup;
|
|
defaultproperties
|
|
{
|
|
Weight=6.000000
|
|
cost=500
|
|
AmmoCost=32
|
|
BuyClipSize=4
|
|
PowerValue=85
|
|
SpeedValue=65
|
|
RangeValue=75
|
|
Description="A pump-action grenade launcher. Launches high-explosive grenades."
|
|
ItemName="China Lake Grenade Launcher"
|
|
ItemShortName="China Lake Launcher"
|
|
AmmoItemName="CLGL Grenades"
|
|
AmmoMesh=StaticMesh'KillingFloorStatics.XbowAmmo'
|
|
CorrespondingPerkIndex=6
|
|
EquipmentCategoryID=2
|
|
MaxDesireability=0.790000
|
|
InventoryType=Class'NicePack.NiceCLGL'
|
|
PickupMessage="You got the China Lake Grenade Launcher."
|
|
PickupSound=Sound'NicePackSnd.CLGL.CLGLPickup'
|
|
PickupForce="AssaultRiflePickup"
|
|
StaticMesh=StaticMesh'NicePackSM.CLGLMeshPickup'
|
|
DrawScale=1.400000
|
|
CollisionRadius=25.000000
|
|
CollisionHeight=10.000000
|
|
}
|