From 9a2e1cb9a7366a02f3ada95491036024e3dd1929 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Sat, 19 Aug 2023 10:59:35 -0700 Subject: [PATCH] Buff debug generator (#19296) --- .../Prototypes/Entities/Structures/Power/debug_power.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Power/debug_power.yml b/Resources/Prototypes/Entities/Structures/Power/debug_power.yml index edd72e92fc..a102516ce6 100644 --- a/Resources/Prototypes/Entities/Structures/Power/debug_power.yml +++ b/Resources/Prototypes/Entities/Structures/Power/debug_power.yml @@ -3,6 +3,10 @@ parent: BaseGenerator suffix: DEBUG components: + - type: PowerSupplier + supplyRate: 300000 + supplyRampRate: 50000 + supplyRampTolerance: 500 - type: Tag tags: - Debug