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 - id: DebugSMES parent: BaseSMES - suffix: DEBUG + id: DebugSMES + suffix: DEBUG, Empty components: - type: Tag tags: - - Debug + - Debug + +- type: entity + parent: BaseSMES + id: DebugSMESRecharging + suffix: DEBUG, AutoRecharge + components: + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + - type: Tag + tags: + - Debug - type: entity - id: DebugSubstation parent: BaseSubstation - suffix: DEBUG + id: DebugSubstation + suffix: DEBUG, Empty components: - type: Tag tags: - - Debug + - Debug - type: entity - id: DebugAPC - parent: BaseAPC - suffix: DEBUG + parent: BaseSubstation + id: DebugSubstationRecharging + suffix: DEBUG, AutoRecharge + components: + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + - type: Tag + tags: + - Debug + +- type: entity + parent: BaseSubstationWall + id: DebugSubstationWall + suffix: DEBUG, Empty components: - type: Tag tags: - - Debug + - 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 + id: DebugAPCRecharging + suffix: DEBUG, AutoRecharge + components: + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + - type: Tag + tags: + - Debug - type: entity id: DebugPowerReceiver