BaseSpawnEntityEntityEffect scales its spawned entities by default (#41091)

* make basically all entity spawning reactions scaling

* Intelligence
This commit is contained in:
Centronias
2025-10-24 17:18:43 -07:00
committed by GitHub
parent c01ec294d0
commit c9fdac9364

View File

@@ -28,6 +28,9 @@ public abstract partial class BaseSpawnEntityEntityEffect<T> : EntityEffectBase<
[DataField]
public bool Predicted = true;
/// <inheritdoc cref="EntityEffect.Scaling"/>
public override bool Scaling => true;
public override string EntityEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys)
=> Loc.GetString("entity-effect-guidebook-spawn-entity",
("chance", Probability),