Disease Stages But Epic (#9043)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -12,6 +12,11 @@ namespace Content.Shared.Disease
|
||||
[DataField("probability")]
|
||||
public float Probability = 1.0f;
|
||||
/// <summary>
|
||||
/// What stages this effect triggers on
|
||||
/// </summary>
|
||||
[DataField("stages")]
|
||||
public readonly int[] Stages = { 0 };
|
||||
/// <summary>
|
||||
/// What effect the disease will have.
|
||||
/// </summary>
|
||||
public abstract void Effect(DiseaseEffectArgs args);
|
||||
|
||||
Reference in New Issue
Block a user