namespace Content.Shared.EntityEffects.Effects.Botany.PlantAttributes; /// /// Handles increase or decrease of plant potency. /// public sealed partial class PlantAdjustPotency : BasePlantAdjustAttribute { public override string GuidebookAttributeName { get; set; } = "plant-attribute-potency"; }