From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Wed, 6 Aug 2025 05:16:37 +0000 (+1200) Subject: Adds infinite debug power APC, substation, SMES (#39317) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e122e02c86f60afcebc410c70e4061d6e44a055e;p=space-station-14.git Adds infinite debug power APC, substation, SMES (#39317) * make debug power infinite * demarcate infinite and empty debug power * fix duplicate ID * change infinite suffix to autorecharge --- diff --git a/Resources/Prototypes/Entities/Structures/Power/debug_power.yml b/Resources/Prototypes/Entities/Structures/Power/debug_power.yml index a102516ce6..d2fa8d08a3 100644 --- a/Resources/Prototypes/Entities/Structures/Power/debug_power.yml +++ b/Resources/Prototypes/Entities/Structures/Power/debug_power.yml @@ -125,31 +125,88 @@ - type: Anchorable - type: entity + parent: BaseSMES id: DebugSMES + suffix: DEBUG, Empty + components: + - type: Tag + tags: + - Debug + +- type: entity parent: BaseSMES - suffix: DEBUG + id: DebugSMESRecharging + suffix: DEBUG, AutoRecharge components: + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True - type: Tag tags: - - Debug + - Debug - type: entity + parent: BaseSubstation id: DebugSubstation + suffix: DEBUG, Empty + components: + - type: Tag + tags: + - Debug + +- type: entity parent: BaseSubstation - suffix: DEBUG + id: DebugSubstationRecharging + suffix: DEBUG, AutoRecharge components: + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True - type: Tag tags: - - Debug + - Debug + +- type: entity + parent: BaseSubstationWall + id: DebugSubstationWall + suffix: DEBUG, Empty + components: + - type: Tag + tags: + - Debug + +- type: entity + parent: BaseSubstationWall + id: DebugSubstationWallRecharging + suffix: DEBUG, AutoRecharge + components: + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + - type: Tag + tags: + - Debug - type: entity + parent: BaseAPC id: DebugAPC + suffix: DEBUG, Empty + components: + - type: Tag + tags: + - Debug + +- type: entity parent: BaseAPC - suffix: DEBUG + id: DebugAPCRecharging + suffix: DEBUG, AutoRecharge components: + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True - type: Tag tags: - - Debug + - Debug - type: entity id: DebugPowerReceiver