Tweaks (#394)
* - tweak: Rev tweaks. * - tweak: Item drop and lying tweaks. * - tweak: No ebow stamina damage. * - tweak: Fun tweaks.
This commit is contained in:
@@ -4,11 +4,11 @@ namespace Content.Server._White.Other.CritSystem;
|
||||
public sealed partial class BloodLustComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float SprintModifier = 1.2f;
|
||||
public float SprintModifier = 1.3f;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float WalkModifier = 1.2f;
|
||||
public float WalkModifier = 1.3f;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float AttackRateModifier = 1.3f;
|
||||
public float AttackRateModifier = 1.5f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user