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

Ships prices refreshed #75

Merged
merged 5 commits into from
Jul 27, 2023
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
10 changes: 5 additions & 5 deletions Resources/Prototypes/_NF/Shipyard/dartx.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
- type: vessel
id: DartX
name: NT Dart-X
name: NT Dart-X
description: A light emergency response cruiser outfitted for extended rescue missions.
price: 89650
price: 80500
Cheackraze marked this conversation as resolved.
Show resolved Hide resolved
category: Medium
group: Civilian
shuttlePath: /Maps/Shuttles/dartx.yml

- type: gameMap
id: DartX
mapName: 'NT Dart-X'
mapPath: /Maps/Shuttles/dartx.yml
minPlayers: 0
stations:
stations:
DartX:
stationProto: StandardFrontierVessel
components:
Expand All @@ -28,4 +28,4 @@
StationEngineer: [ 1, 1 ]
Clown: [ 1, 1 ]
Paramedic: [ 1, 1 ]
Mercenary: [ 1, 1 ]
Mercenary: [ 1, 1 ]
18 changes: 9 additions & 9 deletions Resources/Prototypes/_NF/Shipyard/default_shipyard_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
id: PTS
name: NC Personal Transport
description: A small transport shuttle with space for 5 passengers.
price: 14650
price: 15000
category: Small
group: Civilian
shuttlePath: /Maps/Shuttles/pts.yml
Expand Down Expand Up @@ -90,7 +90,7 @@
id: Construct
name: NT Construct
description: A technically spacefaring vessel. No livery.
price: 10975
price: 12075
category: Small
group: Civilian
shuttlePath: /Maps/Shuttles/construct.yml
Expand Down Expand Up @@ -146,7 +146,7 @@
id: Barge
name: NC Barge
description: A medium shipping vessel repurposed into a salvage bar.
price: 38700
price: 42300
category: Medium
group: Civilian
shuttlePath: /Maps/Shuttles/barge.yml
Expand Down Expand Up @@ -177,7 +177,7 @@
id: Prospector
name: NC Prospector
description: A small mining vessel designed to assist salvage operations.
price: 18750
price: 23000
category: Small
group: Civilian
shuttlePath: /Maps/Shuttles/prospector.yml
Expand Down Expand Up @@ -205,7 +205,7 @@
id: Sparrow
name: NR Sparrow
description: A combined research and engineering vessel suited for xeno-archeological expeditions.
price: 32500
price: 45875
Cheackraze marked this conversation as resolved.
Show resolved Hide resolved
category: Small
group: Civilian
shuttlePath: /Maps/Shuttles/sparrow.yml
Expand Down Expand Up @@ -235,7 +235,7 @@
id: Condor
name: NR Condor
description: A combined research and engineering vessel suited for xeno-archeological expeditions.
price: 58450
price: 72000
category: Medium
group: Civilian
shuttlePath: /Maps/Shuttles/condor.yml
Expand Down Expand Up @@ -355,7 +355,7 @@
id: Pulse
name: NM Pulse
description: A small rapid response medical ship
price: 17450
price: 17765
category: Small
group: Civilian
shuttlePath: /Maps/Shuttles/pulse.yml
Expand Down Expand Up @@ -384,7 +384,7 @@
id: Helix
name: NM Helix
description: A medium, modular hospital. Standard issue equipped with chem lab, cloning, and treatment ward
price: 52250
price: 52400
category: Medium
group: Civilian
shuttlePath: /Maps/Shuttles/helix.yml
Expand Down Expand Up @@ -416,7 +416,7 @@
id: Skipper
name: NC Skipper
description: A small service ship with a full service kitchen and hydroponics garden
price: 27850
price: 32650
category: Small
group: Civilian
shuttlePath: /Maps/Shuttles/skipper.yml
Expand Down
Loading