using Content.Shared.FixedPoint;
namespace Content.Shared._Offbrand.StatusEffects;
[RegisterComponent]
[Access(typeof(ModifyBrainOxygenDepletionChanceStatusEffectSystem))]
public sealed partial class ModifyBrainOxygenDepletionChanceStatusEffectComponent : Component
{
///
/// Thresholds for how much to modify the chance of depleting oxygen. Lowest selected.
///
[DataField(required: true)]
public SortedDictionary OxygenationModifierThresholds;
}