main cult
This commit is contained in:
12
Content.Shared/_White/Cult/Components/CultBuffComponent.cs
Normal file
12
Content.Shared/_White/Cult/Components/CultBuffComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Content.Shared.White.Cult.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class CultBuffComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadOnly), DataField("buffTime")]
|
||||
public TimeSpan BuffTime = TimeSpan.FromSeconds(60);
|
||||
|
||||
public static float NearbyTilesBuffRadius = 1f;
|
||||
|
||||
public static readonly TimeSpan CultTileBuffTime = TimeSpan.FromSeconds(5);
|
||||
}
|
||||
Reference in New Issue
Block a user