main cult
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Content.Server.White.Cult.Items.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class CultRobeModifierComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("speedModifier")]
|
||||
public float SpeedModifier = 1.45f;
|
||||
|
||||
[ViewVariables(VVAccess.ReadOnly), DataField("damageModifierSetId")]
|
||||
public string DamageModifierSetId = "CultRobe";
|
||||
|
||||
public string? StoredDamageSetId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user