From 64090042446427df70536e299daff138ed9b39c7 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 28 Jun 2024 17:00:45 +0200 Subject: [PATCH] WATTAGE IS NOT A UNIT OF STORED ENERGY (#29538) --- Resources/Prototypes/Entities/Structures/Power/apc.yml | 8 ++++---- Resources/Prototypes/Entities/Structures/Power/smes.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/apc.yml b/Resources/Prototypes/Entities/Structures/Power/apc.yml index 1621ac858c..0948cdb4cc 100644 --- a/Resources/Prototypes/Entities/Structures/Power/apc.yml +++ b/Resources/Prototypes/Entities/Structures/Power/apc.yml @@ -204,7 +204,7 @@ - type: entity parent: BaseAPC id: APCBasic - suffix: Basic, 50kW + suffix: Basic, 50kJ components: - type: Battery maxCharge: 50000 @@ -213,7 +213,7 @@ - type: entity parent: BaseAPC id: APCHighCapacity - suffix: High Capacity, 100kW + suffix: High Capacity, 100kJ components: - type: Battery maxCharge: 100000 @@ -222,7 +222,7 @@ - type: entity parent: BaseAPC id: APCSuperCapacity - suffix: Super Capacity, 150kW + suffix: Super Capacity, 150kJ components: - type: Battery maxCharge: 150000 @@ -231,7 +231,7 @@ - type: entity parent: BaseAPC id: APCHyperCapacity - suffix: Hyper Capacity, 200kW + suffix: Hyper Capacity, 200kJ components: - type: Battery maxCharge: 200000 diff --git a/Resources/Prototypes/Entities/Structures/Power/smes.yml b/Resources/Prototypes/Entities/Structures/Power/smes.yml index 1e3559e5a9..15f28eb53e 100644 --- a/Resources/Prototypes/Entities/Structures/Power/smes.yml +++ b/Resources/Prototypes/Entities/Structures/Power/smes.yml @@ -95,7 +95,7 @@ - type: entity parent: BaseSMES id: SMESBasic - suffix: Basic, 8MW + suffix: Basic, 8MJ components: - type: Battery maxCharge: 8000000 -- 2.51.2