From 8c32ffa59b6fb19fa3f2f481ce8a54b388ada33d Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:13:23 +0000 Subject: [PATCH] Emergency power unit --- .../DeltaV/Entities/Structures/Power/smes.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Resources/Prototypes/DeltaV/Entities/Structures/Power/smes.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Power/smes.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Power/smes.yml new file mode 100644 index 00000000000..1ef48e8237c --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Power/smes.yml @@ -0,0 +1,23 @@ +- type: entity + id: SMESEmergency + name: Emergency Power Unit + description: Supplies emergency power. Cannot be recharged. + suffix: Basic, 1.6MJ + parent: BaseSMES + components: + - type: Sprite + color: "#FF7777FF" + - type: Battery + maxCharge: 1600000 + startingCharge: 1600000 + - type: PowerNetworkBattery + maxChargeRate: 0 + +- type: entity + id: SMESEmergencyHighCapacity + suffix: High-Capacity, 5MJ + parent: SMESEmergency + components: + - type: Battery + maxCharge: 5000000 + startingCharge: 5000000