Skip to content

Commit

Permalink
Merge pull request impstation#1348 from Darkmajia/supermatter-atmos-p…
Browse files Browse the repository at this point in the history
…rototypes

supermatter atmos devices
  • Loading branch information
mqole authored Jan 14, 2025
2 parents d859ae1 + 404f3b3 commit fda9a86
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 12 deletions.
15 changes: 15 additions & 0 deletions Resources/Prototypes/_EinsteinEngines/Atmospherics/thresholds.yml
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
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"]]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: latheRecipe
parent: BaseCircuitboardRecipe
id: SupermatterComputerCircuitboard
result: SupermatterComputerCircuitboard

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@
parent: BaseCircuitboardRecipe
id: ServiceTechFabCircuitboard
result: ServiceTechFabCircuitboard

- type: latheRecipe
parent: BaseCircuitboardRecipe
id: SupermatterComputerCircuitboard
result: SupermatterComputerCircuitboard

0 comments on commit fda9a86

Please sign in to comment.