Files
OldThink/Content.Server/_White/Other/FastAndFuriousSystem/FastAndFuriousComponent.cs
Aviu00 9f00a90f24 Aspects (#266)
* - add: Revive fast and furious aspect.

* - add: Update accents.

* - add: More buzzing for moth.

* - tweak: Change desc.

* - fix: Fixes.

* - add: RandomItemAspect.

* - fix: Fix arachnid socks.

* - tweak: Update desc part 2.
2024-04-02 17:19:33 +03:00

12 lines
305 B
C#

namespace Content.Server._White.Other.FastAndFuriousSystem;
[RegisterComponent]
public sealed partial class FastAndFuriousComponent : Component
{
[ViewVariables(VVAccess.ReadWrite)]
public float SprintModifier = 1.6f;
[ViewVariables(VVAccess.ReadWrite)]
public float WalkModifier = 1;
}