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