forked from impstation/imp-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request impstation#1348 from Darkmajia/supermatter-atmos-p…
…rototypes supermatter atmos devices
- Loading branch information
Showing
5 changed files
with
58 additions
and
12 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/_EinsteinEngines/Atmospherics/thresholds.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- type: alarmThreshold | ||
id: supermatterTemperature | ||
upperBound: !type:AlarmThresholdSetting | ||
threshold: 626.3 | ||
upperWarnAround: !type:AlarmThresholdSetting | ||
threshold: 0.5 | ||
|
||
- type: alarmThreshold | ||
id: supermatterPressure | ||
upperBound: !type:AlarmThresholdSetting | ||
threshold: 550 # HazardHighPressure from Atmospherics.cs | ||
lowerBound: !type:AlarmThresholdSetting | ||
threshold: 0 | ||
upperWarnAround: !type:AlarmThresholdSetting | ||
threshold: 0.5 |
39 changes: 39 additions & 0 deletions
39
...ces/Prototypes/_EinsteinEngines/Entities/Structures/Specific/Atmospherics/supermatter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
- type: entity | ||
abstract: true | ||
parent: AirSensorBase | ||
id: AirSensorSupermatterBase | ||
suffix: Supermatter | ||
components: | ||
- type: AtmosMonitor | ||
temperatureThresholdId: supermatterTemperature | ||
pressureThresholdId: supermatterPressure | ||
gasThresholdPrototypes: | ||
Oxygen: ignore | ||
Nitrogen: ignore | ||
CarbonDioxide: ignore | ||
Plasma: stationPlasma # dangerous | ||
Tritium: stationTritium # VERY dangerous | ||
WaterVapor: ignore | ||
Ammonia: ignore | ||
NitrousOxide: ignore | ||
Frezon: ignore | ||
|
||
- type: entity | ||
parent: [AirSensorSupermatterBase, AirSensor] | ||
id: AirSensorSupermatter | ||
|
||
- type: entity | ||
parent: [AirSensorSupermatterBase, GasVentPump] | ||
id: GasVentPumpSupermatter | ||
|
||
- type: entity | ||
parent: [AirSensorSupermatterBase, GasVentScrubber] | ||
id: GasVentScrubberSupermatter | ||
|
||
- type: entity | ||
id: AirAlarmSupermatter | ||
parent: AirAlarm | ||
suffix: Supermatter | ||
components: | ||
- type: AccessReader | ||
access: [["Atmospherics"], ["Engineering"]] |
4 changes: 4 additions & 0 deletions
4
Resources/Prototypes/_EinsteinEngines/Recipes/Lathes/electronics.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- type: latheRecipe | ||
parent: BaseCircuitboardRecipe | ||
id: SupermatterComputerCircuitboard | ||
result: SupermatterComputerCircuitboard |
7 changes: 0 additions & 7 deletions
7
Resources/Prototypes/_Impstation/Entities/Structures/Wallmounts/air_alarm.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters