BaseSpawnEntityEntityEffect scales its spawned entities by default (#41091)
* make basically all entity spawning reactions scaling * Intelligence
This commit is contained in:
@@ -28,6 +28,9 @@ public abstract partial class BaseSpawnEntityEntityEffect<T> : EntityEffectBase<
|
|||||||
[DataField]
|
[DataField]
|
||||||
public bool Predicted = true;
|
public bool Predicted = true;
|
||||||
|
|
||||||
|
/// <inheritdoc cref="EntityEffect.Scaling"/>
|
||||||
|
public override bool Scaling => true;
|
||||||
|
|
||||||
public override string EntityEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys)
|
public override string EntityEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys)
|
||||||
=> Loc.GetString("entity-effect-guidebook-spawn-entity",
|
=> Loc.GetString("entity-effect-guidebook-spawn-entity",
|
||||||
("chance", Probability),
|
("chance", Probability),
|
||||||
|
|||||||
Reference in New Issue
Block a user