- 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