Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace tiny fans with directional in Anomalous Geode POI #2135

Merged
merged 7 commits into from
Oct 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 23 additions & 27 deletions Resources/Maps/_NF/POI/anomalousgeode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ entities:
- uid: 1
components:
- type: MetaData
name: grid
name: Anomalous Geode
- type: Transform
pos: 0.14351851,0.09722221
parent: invalid
Expand Down Expand Up @@ -1124,43 +1124,43 @@ entities:
- type: Transform
pos: 7.5,2.5
parent: 1
- proto: AtmosDeviceFanTiny
- proto: AtmosDeviceFanDirectional
entities:
- uid: 647
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,4.5
rot: 1.5707963267948966 rad
pos: 15.5,-3.5
parent: 1
- uid: 648
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,3.5
rot: 1.5707963267948966 rad
pos: 15.5,-2.5
parent: 1
- uid: 649
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,2.5
rot: 1.5707963267948966 rad
pos: 15.5,-1.5
parent: 1
- uid: 650
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 15.5,-1.5
pos: -10.5,2.5
parent: 1
- uid: 651
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 15.5,-2.5
pos: -10.5,3.5
parent: 1
- uid: 652
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 15.5,-3.5
pos: -10.5,4.5
parent: 1
- proto: BannerScience
entities:
Expand Down Expand Up @@ -3202,7 +3202,6 @@ entities:
- type: GasMixer
inletTwoConcentration: 0.78
inletOneConcentration: 0.22
enabled: True
- proto: GasPassiveVent
entities:
- uid: 730
Expand Down Expand Up @@ -3627,6 +3626,18 @@ entities:
- type: Transform
pos: -7.717414,-11.295385
parent: 1
- proto: NFSignDock
entities:
- uid: 771
components:
- type: Transform
pos: 15.5,-4.5
parent: 1
- uid: 772
components:
- type: Transform
pos: -10.5,5.5
parent: 1
- proto: NitrogenCanister
entities:
- uid: 765
Expand Down Expand Up @@ -4107,9 +4118,6 @@ entities:
- type: Transform
pos: 3.5,-11.5
parent: 1
- type: DeviceLinkSink
links:
- 763
- proto: SignalButton
entities:
- uid: 763
Expand Down Expand Up @@ -4163,18 +4171,6 @@ entities:
- type: Transform
pos: -2.5,-7.5
parent: 1
- proto: NFSignDock
entities:
- uid: 771
components:
- type: Transform
pos: 15.5,-4.5
parent: 1
- uid: 772
components:
- type: Transform
pos: -10.5,5.5
parent: 1
- proto: SMESBasic
entities:
- uid: 537
Expand Down
Loading