From 701f480051bfb16f7888aaa23cb89fec9ff0a2af Mon Sep 17 00:00:00 2001 From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Mon, 14 Apr 2025 02:24:11 +1200 Subject: [PATCH] Neutralised anomaly infections drop inert cores (#36503) adds inert core prototypes --- .../Specific/Anomaly/anomaly_injectors.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injectors.yml b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injectors.yml index d643bcb028..a5f6f32128 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injectors.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injectors.yml @@ -46,6 +46,7 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCorePyroclastic + coreInertPrototype: AnomalyCorePyroclasticInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionPyroclastic startMessage: inner-anomaly-start-message-pyro @@ -75,6 +76,7 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCoreElectricity + coreInertPrototype: AnomalyCoreElectricityInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionElectric startMessage: inner-anomaly-start-message-shock @@ -104,6 +106,7 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCoreShadow + coreInertPrototype: AnomalyCoreShadowInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionShadow startMessage: inner-anomaly-start-message-shadow @@ -133,6 +136,7 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCoreIce + coreInertPrototype: AnomalyCoreIceInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionIce startMessage: inner-anomaly-start-message-frost @@ -162,6 +166,7 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCoreFlora + coreInertPrototype: AnomalyCoreFloraInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionFlora startMessage: inner-anomaly-start-message-flora @@ -191,6 +196,7 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCoreBluespace + coreInertPrototype: AnomalyCoreBluespaceInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionBluespace startMessage: inner-anomaly-start-message-bluespace @@ -220,6 +226,7 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCoreFlesh + coreInertPrototype: AnomalyCoreFleshInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionFlesh startMessage: inner-anomaly-start-message-flesh @@ -249,6 +256,7 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCoreGravity + coreInertPrototype: AnomalyCoreGravityInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionGravity startMessage: inner-anomaly-start-message-grav @@ -278,6 +286,7 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCoreTech + coreInertPrototype: AnomalyCoreTechInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionTech startMessage: inner-anomaly-start-message-tech @@ -308,6 +317,7 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCoreRock + coreInertPrototype: AnomalyCoreRockInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionRock startMessage: inner-anomaly-start-message-rock @@ -337,9 +347,10 @@ deleteEntity: false maxPointsPerSecond: 100 corePrototype: AnomalyCoreSanta + coreInertPrototype: AnomalyCoreSantaInert - type: InnerBodyAnomaly injectionProto: AnomalyInjectionSanta startMessage: inner-anomaly-start-message-santa fallbackSprite: sprite: Structures/Specific/Anomalies/inner_anom_layer.rsi - state: santa \ No newline at end of file + state: santa -- 2.51.2