Skip to content

Commit

Permalink
Bended radiator (#34251)
Browse files Browse the repository at this point in the history
  • Loading branch information
justdie12 authored Jan 11, 2025
1 parent d5ce3e8 commit afd5ce3
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,3 +471,29 @@
node: radiator
- type: AtmosMonitoringConsoleDevice
navMapBlip: Thermoregulator

- type: entity
parent: HeatExchanger
id: HeatExchangerBend
suffix: Bend
components:
- type: Sprite
layers:
- sprite: Structures/Piping/Atmospherics/pipe.rsi
state: pipeBend
map: [ "enum.PipeVisualLayers.Pipe" ]
- state: heBend
map: [ "enum.SubfloorLayers.FirstLayer" ]
- type: NodeContainer
nodes:
inlet:
!type:PipeNode
nodeGroupID: Pipe
pipeDirection: South
outlet:
!type:PipeNode
nodeGroupID: Pipe
pipeDirection: West
- type: Construction
graph: GasBinary
node: bendradiator
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
amount: 2
doAfter: 1

- to: bendradiator
steps:
- material: Steel
amount: 2
doAfter: 1

- node: pressurepump
entity: GasPressurePump
edges:
Expand Down Expand Up @@ -183,3 +189,21 @@
doAfter: 1
- tool: Welding
doAfter: 1

- node: bendradiator
entity: HeatExchangerBend
edges:
- to: start
conditions:
- !type:EntityAnchored
anchored: false
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
- !type:DeleteEntity
steps:
- tool: Screwing
doAfter: 1
- tool: Welding
doAfter: 1
14 changes: 14 additions & 0 deletions Resources/Prototypes/Recipes/Construction/utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,20 @@
sprite: Structures/Piping/Atmospherics/heatexchanger.rsi
state: heStraight

- type: construction
id: HeatExchangerBend
name: radiator bend
description: Transfers heat between the pipe and its surroundings.
graph: GasBinary
startNode: start
targetNode: bendradiator
category: construction-category-utilities
placementMode: SnapgridCenter
canBuildInImpassable: false
icon:
sprite: Structures/Piping/Atmospherics/heatexchanger.rsi
state: heBend

# ATMOS TRINARY
- type: construction
id: GasFilter
Expand Down

0 comments on commit afd5ce3

Please sign in to comment.