Adding Descriptions For a Few More Power Entities (#2189)

* Added descriptions for more Power entities

* Updated grammar
This commit is contained in:
AlphaQwerty
2020-10-10 04:37:35 -07:00
committed by GitHub
parent f1da37804f
commit ccfc035a2a
3 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
- type: entity - type: entity
id: Arcade id: Arcade
description: An arcade cabinet.
name: arcade name: arcade
parent: ComputerBase parent: ComputerBase
components: components:
@@ -36,6 +37,7 @@
- type: entity - type: entity
id: BlockGameArcade id: BlockGameArcade
description: An arcade cabinet with a strangely familiar game.
name: NT block game name: NT block game
parent: ComputerBase parent: ComputerBase
components: components:

View File

@@ -1,5 +1,6 @@
- type: entity - type: entity
id: BaseGenerator id: BaseGenerator
description: A high efficiency thermoelectric generator.
name: Base Generator name: Base Generator
abstract: true abstract: true
placement: placement:
@@ -27,6 +28,7 @@
- type: entity - type: entity
id: BaseSmes id: BaseSmes
description: A high-capacity superconducting magnetic energy storage (SMES) unit.
name: Base Smes name: Base Smes
abstract: true abstract: true
placement: placement:
@@ -69,6 +71,7 @@
- type: entity - type: entity
id: BaseSubstation id: BaseSubstation
description: Reduces the voltage of electricity put into it.
name: Base Substation name: Base Substation
abstract: true abstract: true
placement: placement:
@@ -106,6 +109,7 @@
- type: entity - type: entity
id: BaseApc id: BaseApc
description: A control terminal for the area's electrical systems.
name: Base Apc name: Base Apc
abstract: true abstract: true
placement: placement:

View File

@@ -1,5 +1,6 @@
- type: entity - type: entity
id: SalternGenerator id: SalternGenerator
description: A high efficiency thermoelectric generator.
parent: BaseGenerator parent: BaseGenerator
name: Generator name: Generator
components: components:
@@ -22,6 +23,7 @@
- type: entity - type: entity
id: SalternSubstation id: SalternSubstation
description: Reduces the voltage of electricity put into it.
parent: BaseSubstation parent: BaseSubstation
name: Substation name: Substation
components: components: