Skip to content

Commit f24a191

Browse files
committed
Updated all variants to show name and have their own description
1 parent cac38b1 commit f24a191

6 files changed

Lines changed: 16 additions & 1 deletion

File tree

Resources/Prototypes/Entities/Structures/Specific/Atmospherics/freezer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
- type: entity
4444
parent: AirAlarm
4545
id: AirAlarmFreezer
46+
# Starlight-start
47+
name: freezer air alarm
48+
description: An air alarm set up for use in freezers. It doesn't raise an alarm about the cold.
49+
# Starlight-end
4650
suffix: Freezer Atmosphere, auto mode disabled
4751
components:
4852
- type: AirAlarm

Resources/Prototypes/Entities/Structures/Specific/Atmospherics/vox.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
- type: entity
9797
parent: AirAlarm
9898
id: AirAlarmVox
99+
# Starlight-start
100+
name: vox air alarm
101+
description: An air alarm set up for use in vox quarters. It expects nitrogen, and treats oxygen as a hazard.
102+
# Starlight-end
99103
suffix: Vox Atmosphere, auto mode disabled
100104
components:
101105
- type: AirAlarm

Resources/Prototypes/Entities/Structures/Wallmounts/WallmountMachines/air_alarm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
- type: entity
165165
id: AirAlarmXeno
166166
parent: AirAlarm
167+
name: alien air alarm # Starlight-edit: name the variant so players can tell it apart
167168
description: An alien air alarm. Hopefully they didn't breathe poison.
168169
components:
169170
- type: Sprite

Resources/Prototypes/_Starlight/Entities/Structures/Specific/Atmospherics/coldWeather.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
- type: entity
4747
parent: AirAlarm
4848
id: AirAlarmColdWeather
49+
name: cold weather air alarm
50+
description: An air alarm set up for use in cold weather. It tolerates freezing temperatures and low pressure.
4951
suffix: ColdWeather
5052
components:
5153
- type: AirAlarm

Resources/Prototypes/_Starlight/Entities/Structures/Specific/Atmospherics/sauna.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
- type: entity
165165
parent: AirAlarmUnlocked
166166
id: AirAlarmSauna
167+
name: sauna air alarm
167168
suffix: Sauna Atmosphere, unlocked, auto mode disabled
168169
description: An air alarm set up for use in saunas. It doesn't report to the station's alert console.
169170
components:

Resources/Prototypes/_Starlight/Entities/Structures/Wallmounts/WallmountMachines/air_alarm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- type: entity
55
parent: AirAlarm
66
id: AirAlarmUnlocked
7+
name: unlocked air alarm
78
suffix: Unlocked
89
description: An air alarm with its access reader deactivated. Anyone can adjust it.
910
components:
@@ -16,6 +17,7 @@
1617
- type: entity
1718
parent: AirAlarm
1819
id: AirAlarmChamber
20+
name: chamber air alarm
1921
suffix: Chamber
2022
description: An air alarm set up for use in chambers. It doesn't report to the station's alert console.
2123
components:
@@ -28,5 +30,6 @@
2830
- type: entity
2931
parent: [AirAlarmChamber, AirAlarmUnlocked]
3032
id: AirAlarmChamberUnlocked
33+
name: unlocked chamber air alarm
3134
suffix: Chamber, unlocked
32-
description: An air alarm set up for use in chambers, with its access reader deactivated. It doesn't report to the station's alert console.
35+
description: An air alarm set up for use in chambers. Anyone can adjust it, and it doesn't report to the station's alert console.

0 commit comments

Comments
 (0)