using Robust.Shared.Prototypes; namespace Content.Shared.EntityEffects.Effects.Botany.PlantAttributes; public sealed partial class PlantPhalanximine : EntityEffectBase { /// public override string EntityEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys) => Loc.GetString("entity-effect-guidebook-plant-phalanximine", ("chance", Probability)); }