namespace Content.Shared.Actions.Events; public sealed partial class FireStarterActionEvent : InstantActionEvent { /// /// Increases the number of fire stacks when a flammable object is ignited. /// [ViewVariables(VVAccess.ReadWrite)] public float Severity = 0.3f; }