NicePack/sources/Weapons/Playable/Melee/Machete/NiceMachete.uc
Anton Tarasenko d8689b9ca0 Update 005
[Changed]
- Knife replaced by machete (now with 0 weight)
- Light vest now costs 50 instead of 100
- Horzine armor now costs 750 instead of 1000
- Dual pistols now have added spread of 500, same as SMGs
- Dual pistols now shoot 1.5 times as fast as single ones, instead of
double speed
- Shiver's health is set to the gorefast's level, but without 6-players
scaling
- Commando's passive reload speed bonus reduced from 30% to 15%
- Skill for commando "Perfect execution" no longer activates from Jasons
- Weapon for commando AK47: total ammo decreased from 270 to 240
- Weapon for commando Mkb42: total ammo increased from 240 to 270, delay
between shots decreased from 0.175 to 0.14
- Weapon for sharpshooter 9mm: perked decapitation mod increased from
0.5 to 0.6
- Weapon for sharpshooter MK23: delay between shots decreased from 0.35
to 0.3 seconds
[Fixed]
- Fixed bug that cause Benelli shotgun to deal 79 damage per pellet
instead of 63
- Fixed bug that caused dual magnums to deal less damage that single one
2021-08-23 07:56:47 +07:00

34 lines
1.2 KiB
Ucode

class NiceMachete extends NiceMeleeWeapon;
defaultproperties
{
weaponRange=80.000000
BloodSkinSwitchArray=0
BloodyMaterialRef="KF_Weapons_Trip_T.melee.machete_bloody_cmb"
bSpeedMeUp=True
Weight=0.000000
bCanThrow=false
bKFNeverThrow=True
StandardDisplayFOV=70.000000
TraderInfoTexture=Texture'KillingFloorHUD.Trader_Weapon_Images.Trader_Machete'
bIsTier2Weapon=True
MeshRef="KF_Weapons_Trip.Machete_Trip"
SkinRefs(0)="KF_Weapons_Trip_T.melee.Machete_cmb"
SkinRefs(1)="KF_Weapons_Trip_T.hands.hands_1stP_military_cmb"
SelectSoundRef="KF_MacheteSnd.Machete_Select"
HudImageRef="KillingFloorHUD.WeaponSelect.machette_unselected"
SelectedHudImageRef="KillingFloorHUD.WeaponSelect.machette"
FireModeClass(0)=Class'NicePack.NiceMacheteFire'
FireModeClass(1)=Class'NicePack.NiceMacheteFireB'
AIRating=0.400000
CurrentRating=0.400000
Description="A machete - commonly used for hacking through brush, or the limbs of ZEDs."
DisplayFOV=70.000000
Priority=50
GroupOffset=2
PickupClass=Class'NicePack.NiceMachetePickup'
BobDamping=8.000000
AttachmentClass=Class'NicePack.NiceMacheteAttachment'
IconCoords=(Y1=407,X2=118,Y2=442)
ItemName="Machete"
}