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.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user