Update Legacy Weapons for Sound
This commit is contained in:
parent
1559c61e8e
commit
a7976f6749
BIN
EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/AssaultRifles/BP_ARTEST1.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/AssaultRifles/BP_ARTEST1.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Shotguns/BP_BaseShotgun.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Shotguns/BP_BaseShotgun.uasset
(Stored with Git LFS)
Binary file not shown.
@ -120,7 +120,7 @@ public:
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Stats")
|
||||
float StaminaDecreaseRate = 0.2;
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Stats")
|
||||
float StaminaRegenRate = 0.05;
|
||||
float StaminaRegenRate = 0.1;
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Stats")
|
||||
float SprintSpeed = 900;
|
||||
|
||||
|
@ -44,6 +44,7 @@ void AShotgunClass::Fire()
|
||||
}
|
||||
}
|
||||
currentAmmoCount--;
|
||||
WeaponFired.Broadcast();
|
||||
playerControllerRef->PlayerCameraManager->StartCameraShake(CameraShakeClass, 1);
|
||||
GenerateRecoilVector();
|
||||
ClickDetectionTimer();
|
||||
@ -82,5 +83,3 @@ void AShotgunClass::StopFire()
|
||||
{
|
||||
bSingleShotOnly = false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user