Add chem solution atmos heating and cooling (#17854)

This commit is contained in:
0x6273
2023-07-07 03:18:56 +02:00
committed by GitHub
parent 522e04f0c8
commit 03d6b0ced7
10 changed files with 84 additions and 1 deletions

View File

@@ -142,6 +142,9 @@
- type: SolutionContainerManager
solutions:
puddle: { maxVol: 1000 }
- type: AtmosExposed
- type: SolutionGasHeatConductivity
solution: puddle
- type: Puddle
- type: Appearance
- type: EdgeSpreader

View File

@@ -30,6 +30,9 @@
solution: drink
- type: DrainableSolution
solution: drink
- type: AtmosExposed
- type: SolutionGasHeatConductivity
solution: drink
- type: UserInterface
interfaces:
- key: enum.TransferAmountUiKey.Key

View File

@@ -34,6 +34,9 @@
solution: drink
- type: DrainableSolution
solution: drink
- type: AtmosExposed
- type: SolutionGasHeatConductivity
solution: drink
- type: Appearance
- type: GenericVisualizer
visuals:

View File

@@ -21,6 +21,9 @@
- type: SolutionTransfer
canChangeTransferAmount: true
maxTransferAmount: 10
- type: AtmosExposed
- type: SolutionGasHeatConductivity
solution: drink
- type: UserInterface
interfaces:
- key: enum.TransferAmountUiKey.Key

View File

@@ -22,6 +22,9 @@
canChangeTransferAmount: true
- type: Spillable
solution: drink
- type: AtmosExposed
- type: SolutionGasHeatConductivity
solution: drink
- type: Sprite
sprite: Objects/Consumable/Drinks/shaker.rsi
state: icon

View File

@@ -33,6 +33,9 @@
solution: drink
- type: DrainableSolution
solution: drink
- type: AtmosExposed
- type: SolutionGasHeatConductivity
solution: drink
- type: UserInterface
interfaces:
- key: enum.TransferAmountUiKey.Key

View File

@@ -40,6 +40,9 @@
solution: beaker
- type: SolutionTransfer
canChangeTransferAmount: true
- type: AtmosExposed
- type: SolutionGasHeatConductivity
solution: beaker
- type: UserInterface
interfaces:
- key: enum.TransferAmountUiKey.Key
@@ -131,6 +134,9 @@
solution: beaker
- type: SolutionTransfer
canChangeTransferAmount: true
- type: AtmosExposed
- type: SolutionGasHeatConductivity
solution: beaker
- type: UserInterface
interfaces:
- key: enum.TransferAmountUiKey.Key