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

Quimicita Shuttle - Chemistry for One #129

Closed
Closed
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
12 changes: 12 additions & 0 deletions Resources/Maps/Shuttles/quimicita.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
meta:
format: 5
postmapinit: true
tilemap: {}
entities:
- proto: CableApcExtension
entities:
- uid: 1
components:
- pos: 2.5,-25.5
type: Transform
...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awfully small for a grid file

27 changes: 27 additions & 0 deletions Resources/Prototypes/_NF/Shipyard/quimicita.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- type: vessel
id: Quimicita
name: NM Quimicita
description: A tiny food truck repurposed for a different kind of cooking. Perfect for a sole chemist.
price: 20500
category: Small
group: Civilian
shuttlePath: /Maps/Shuttles/quimicita.yml

- type: gameMap
id: Quimicita
mapName: 'NM Quimicita'
mapPath: /Maps/Shuttles/quimicita.yml
minPlayers: 0
stations:
Quimicita:
stationProto: StandardFrontierVessel
components:
- type: StationNameSetup
mapNameTemplate: '{0} Quimicita {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationJobs
overflowJobs: []
availableJobs:
Passenger: [ 0, 0 ]
Loading