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 cargo depot POI tiny fans with directional fans #2155

Merged
merged 2 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
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
17 changes: 10 additions & 7 deletions Resources/Maps/_NF/POI/cargodepot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -928,32 +928,35 @@ entities:
- type: Transform
pos: 7.5,7.5
parent: 10
- proto: AtmosDeviceFanTiny
- proto: AtmosDeviceFanDirectional
entities:
- uid: 225
components:
- type: Transform
pos: -12.5,1.5
rot: 1.5707963267948966 rad
pos: 13.5,-0.5
parent: 10
- uid: 226
components:
- type: Transform
pos: -12.5,-0.5
rot: 1.5707963267948966 rad
pos: 13.5,1.5
parent: 10
- uid: 227
components:
- type: Transform
pos: 13.5,1.5
rot: -1.5707963267948966 rad
pos: -12.5,-0.5
parent: 10
- uid: 228
components:
- type: Transform
pos: 13.5,-0.5
rot: -1.5707963267948966 rad
pos: -12.5,1.5
parent: 10
- uid: 859
- uid: 467
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,-15.5
parent: 10
- proto: BannerCargo
Expand Down
17 changes: 10 additions & 7 deletions Resources/Maps/_NF/POI/cargodepotalt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -998,32 +998,35 @@ entities:
- type: Transform
pos: 7.5,7.5
parent: 10
- proto: AtmosDeviceFanTiny
- proto: AtmosDeviceFanDirectional
entities:
- uid: 225
components:
- type: Transform
pos: -12.5,1.5
rot: 1.5707963267948966 rad
pos: 13.5,1.5
parent: 10
- uid: 226
components:
- type: Transform
pos: -12.5,-0.5
rot: 1.5707963267948966 rad
pos: 13.5,-0.5
parent: 10
- uid: 227
components:
- type: Transform
pos: 13.5,1.5
rot: -1.5707963267948966 rad
pos: -12.5,-0.5
parent: 10
- uid: 228
components:
- type: Transform
pos: 13.5,-0.5
rot: -1.5707963267948966 rad
pos: -12.5,1.5
parent: 10
- uid: 859
- uid: 485
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,-15.5
parent: 10
- proto: BannerCargo
Expand Down
Loading