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

Replaces Anchor tiny fans with directional fans. #2087

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
92 changes: 50 additions & 42 deletions Resources/Maps/_NF/Shuttles/Expedition/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1632,43 +1632,53 @@ entities:
- type: Transform
pos: 9.5,-21.5
parent: 1
- proto: AtmosDeviceFanTiny
- proto: AtmosDeviceFanDirectional
entities:
- uid: 57
components:
- type: Transform
pos: 20.5,-9.5
rot: 1.5707963267948966 rad
pos: 20.5,-11.5
parent: 1
- uid: 58
components:
- type: Transform
pos: -21.5,-11.5
rot: -1.5707963267948966 rad
pos: -21.5,-9.5
parent: 1
- uid: 59
components:
- type: Transform
pos: -1.5,-32.5
pos: 0.5,-32.5
parent: 1
- uid: 60
components:
- type: Transform
pos: -21.5,-9.5
rot: -1.5707963267948966 rad
pos: -21.5,-11.5
parent: 1
- uid: 61
components:
- type: Transform
pos: 0.5,-32.5
pos: -1.5,-32.5
parent: 1
- uid: 62
components:
- type: Transform
pos: 20.5,-11.5
rot: 1.5707963267948966 rad
pos: 20.5,-9.5
parent: 1
- uid: 638
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -14.5,-21.5
parent: 1
- uid: 1261
components:
- type: Transform
pos: -17.5,-22.5
parent: 1
- proto: AtmosFixBlockerMarker
entities:
- uid: 175
Expand Down Expand Up @@ -9246,6 +9256,33 @@ entities:
- type: Transform
pos: -3.5,-25.5
parent: 1
- proto: NFSignDock
entities:
- uid: 74
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 20.5,-10.5
parent: 1
- uid: 554
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -21.5,-10.5
parent: 1
- uid: 770
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -0.5,-32.5
parent: 1
- proto: NFSignShield
entities:
- uid: 1904
components:
- type: Transform
pos: -2.5,-3.5
parent: 1
- proto: NitrogenCanister
entities:
- uid: 487
Expand Down Expand Up @@ -9435,8 +9472,8 @@ entities:
- uid: 23
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 5.5,-14.5
rot: -1.5707963267948966 rad
pos: 4.5,-14.5
parent: 1
- uid: 285
components:
Expand Down Expand Up @@ -10398,17 +10435,15 @@ entities:
parent: 1
- proto: SignAtmos
entities:
- uid: 1195
- uid: 555
components:
- type: Transform
pos: 4.5,-21.5
pos: 7.5,-21.5
parent: 1
- proto: SignAtmosMinsky
entities:
- uid: 555
- uid: 1195
components:
- type: Transform
pos: 7.5,-21.5
pos: 4.5,-21.5
parent: 1
- proto: SignBar
entities:
Expand Down Expand Up @@ -10574,33 +10609,6 @@ entities:
- type: Transform
pos: 2.5,-11.5
parent: 1
- proto: NFSignShield
entities:
- uid: 1261
components:
- type: Transform
pos: -2.5,-3.5
parent: 1
- proto: NFSignDock
entities:
- uid: 74
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 20.5,-10.5
parent: 1
- uid: 554
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -21.5,-10.5
parent: 1
- uid: 770
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -0.5,-32.5
parent: 1
- proto: SignSurgery
entities:
- uid: 3
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/Expedition/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
id: Anchor
name: KC Anchor
description: A large luxury cruiser capable of long ranged travel acrossed the sector, expedition capable.
price: 115000 # $108432 after appraisal +5ish% (~7000) - TODO: fix this value, getting tests to pass - Whatstone
price: 140000 # $108432 after appraisal +30ish% (~32000)
category: Large
group: Expedition
shuttlePath: /Maps/_NF/Shuttles/Expedition/anchor.yml
Expand Down
Loading