using Content.Shared._CP14.MagicRitual.Prototypes; using Content.Shared.FixedPoint; using Robust.Shared.Prototypes; namespace Content.Shared._CP14.MagicManacostModify; /// /// Changes the manacost of spells for the bearer /// [RegisterComponent] public sealed partial class CP14MagicManacostModifyComponent : Component { [DataField] public FixedPoint2 GlobalModifier = 1f; [DataField] public bool Examinable = false; }