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

Modernises the Meta-class and changes its faction to NT #2566

Merged
merged 22 commits into from
Mar 23, 2024
Merged
Show file tree
Hide file tree
Changes from 19 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Meta-class Freighter",
"prefix": "ISV",
"prefix": "NTSV",
"map_short_name": "Meta-class",
"description": "The Meta-class is a small freight vessel, and even before the ICW was a common sight on the Frontier as a tramp freighter, running independent contracts between the myriad outposts of the area (with, occasionally, some smuggling or mining on the side). Since the collapse of Nanotrasen’s logistics network in the Frontier region, Meta-classes operating in this capacity have exploded in popularity, and are likely to remain a very common sight wherever larger corporations such as Donk! Co. have yet to establish market dominance.",
Latentish marked this conversation as resolved.
Show resolved Hide resolved
"tags": [
Expand All @@ -11,33 +11,41 @@
"namelists": [
"GENERAL",
"SPACE",
"NANOTRASEN",
"HISTORICAL"
],
"map_path": "_maps/shuttles/independent/independent_meta.dmm",
"map_path": "_maps/shuttles/nanotrasen/nanotrasen_meta.dmm",
"starting_funds": 5000,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/independent/captain",
"outfit": "/datum/outfit/job/nanotrasen/captain",
"officer": true,
"slots": 1
},
"Quartermaster": {
"outfit": "/datum/outfit/job/independent/quartermaster",
"outfit": "/datum/outfit/job/nanotrasen/quartermaster",
"officer": true,
"slots": 1
},
"Medical Doctor": {
"outfit": "/datum/outfit/job/independent/doctor",
"outfit": "/datum/outfit/job/nanotrasen/doctor",
"slots": 1
},
"Station Engineer": {
"outfit": "/datum/outfit/job/independent/engineer",
"Ship Engineer": {
"outfit": "/datum/outfit/job/nanotrasen/engineer",
"slots": 1
},
"Shaft Miner": {
"outfit": "/datum/outfit/job/independent/miner",
"outfit": "/datum/outfit/job/nanotrasen/miner",
"slots": 1
},
"Cargo Technician": {
"outfit": "/datum/outfit/job/cargo_tech",
"slots": 1
},
"Assistant": {
"outfit": "/datum/outfit/job/independent/assistant",
"slots": 3
"outfit": "/datum/outfit/job/nanotrasen/assistant",
"slots": 2
}
},
"enabled": true
Expand Down
Loading
Loading