Skip to content

Commit ccfc035

Browse files
authored
Adding Descriptions For a Few More Power Entities (space-wizards#2189)
* Added descriptions for more Power entities * Updated grammar
1 parent f1da378 commit ccfc035

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

‎Resources/Prototypes/Entities/Constructible/Power/arcade.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- type: entity
22
id: Arcade
3+
description: An arcade cabinet.
34
name: arcade
45
parent: ComputerBase
56
components:
@@ -36,6 +37,7 @@
3637

3738
- type: entity
3839
id: BlockGameArcade
40+
description: An arcade cabinet with a strangely familiar game.
3941
name: NT block game
4042
parent: ComputerBase
4143
components:

‎Resources/Prototypes/Entities/Constructible/Power/power_base.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- type: entity
22
id: BaseGenerator
3+
description: A high efficiency thermoelectric generator.
34
name: Base Generator
45
abstract: true
56
placement:
@@ -27,6 +28,7 @@
2728

2829
- type: entity
2930
id: BaseSmes
31+
description: A high-capacity superconducting magnetic energy storage (SMES) unit.
3032
name: Base Smes
3133
abstract: true
3234
placement:
@@ -69,6 +71,7 @@
6971

7072
- type: entity
7173
id: BaseSubstation
74+
description: Reduces the voltage of electricity put into it.
7275
name: Base Substation
7376
abstract: true
7477
placement:
@@ -106,6 +109,7 @@
106109

107110
- type: entity
108111
id: BaseApc
112+
description: A control terminal for the area's electrical systems.
109113
name: Base Apc
110114
abstract: true
111115
placement:

‎Resources/Prototypes/Entities/Constructible/Power/saltern_power.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- type: entity
22
id: SalternGenerator
3+
description: A high efficiency thermoelectric generator.
34
parent: BaseGenerator
45
name: Generator
56
components:
@@ -22,6 +23,7 @@
2223

2324
- type: entity
2425
id: SalternSubstation
26+
description: Reduces the voltage of electricity put into it.
2527
parent: BaseSubstation
2628
name: Substation
2729
components:

0 commit comments

Comments
 (0)