Skip to content

Commit

Permalink
Pathfinder directional fans update (#2060)
Browse files Browse the repository at this point in the history
* Pathfinder directional fans update
Replaced all tiny fans with directional fans
Also added coloured decals for the O2 and N2 connector ports and gave them names.

* Removed custom connector port names
Also changed gas mix to 79/21 from 78/22 per request.

* Remove whitespace

---------

Co-authored-by: Whatstone <[email protected]>
  • Loading branch information
Eagle0600 and whatston3 committed Sep 23, 2024
1 parent 6cbe17a commit c8ee516
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions Resources/Maps/_NF/Shuttles/Expedition/pathfinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ entities:
132: -2,-3
133: -2,-5
134: -4,0
- node:
color: '#3AB3DAFF'
id: DeliveryGreyscale
decals:
136: 1,2
- node:
color: '#F9801DFF'
id: DeliveryGreyscale
decals:
135: 2,2
- node:
cleanable: True
color: '#FFFFFFFF'
Expand Down Expand Up @@ -502,38 +512,40 @@ entities:
rot: -1.5707963267948966 rad
pos: 0.5,-3.5
parent: 1
- proto: AtmosDeviceFanTiny
- proto: AtmosDeviceFanDirectional
entities:
- uid: 9
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 0.5,-10.5
parent: 1
- uid: 25
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,-4.5
parent: 1
- uid: 26
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,-6.5
parent: 1
- uid: 27
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,-5.5
parent: 1
- uid: 28
components:
- type: Transform
pos: -0.5,-10.5
pos: 1.5,-10.5
parent: 1
- uid: 29
components:
- type: Transform
pos: 1.5,-10.5
pos: -0.5,-10.5
parent: 1
- proto: AtmosFixBlockerMarker
entities:
Expand Down Expand Up @@ -1396,8 +1408,8 @@ entities:
pos: 1.5,1.5
parent: 1
- type: GasMixer
inletTwoConcentration: 0.78
inletOneConcentration: 0.22
inletTwoConcentration: 0.79
inletOneConcentration: 0.21
- type: AtmosPipeColor
color: '#0055CCFF'
- proto: GasPassiveVent
Expand Down

0 comments on commit c8ee516

Please sign in to comment.