`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 Vanessa
parent e59a873ae6
commit 88b2dcebc6
1 changed files with 3 additions and 0 deletions

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),