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
This commit is contained in:
K-Dynamic
2025-08-06 17:16:37 +12:00
committed by GitHub
parent 99336a33fb
commit e122e02c86

View File

@@ -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