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

Tegu-class Communications Freighter #3016

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
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
47 changes: 47 additions & 0 deletions _maps/configs/nanotrasen_tegu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Add "faction": "/datum/faction/nt", somewhere, or it's gonna show as indie on the spawning menu.

"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Tegu-class Communications Freighter",
"prefix": "NTSV",
"namelists": [
"NANOTRASEN",
"SPACE",
"MYTHOLOGICAL",
"WEAPONS"
],
"map_short_name": "Tegu-class",
"map_path": "_maps/shuttles/nanotrasen/nanotrasen_tegu.dmm",
"description": "The Tegu-class network vessel has long been the backbone of Nanotrasen's interstellar telecommunications network. These ships are outfitted with a large communications array, allowing them to function as a mobile network hub both for corporate and civilian radio traffic. While the Tegu has been in service for decades, they have become quite abundant on the Frontier after the ICW, as the Frontier's already-sparse infrastructure was devastated by the fighting, leaving many systems with minimal to no organized telecommunications.",
"tags": ["Cargo", "Engineer", "Telecomms", "Subshuttle"],
"limit": 1,
"starting_funds": 4000,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/nanotrasen/captain",
"officer": true,
"slots": 1
},
"Supply Director": {
"outfit": "/datum/outfit/job/nanotrasen/quartermaster",
"officer": true,
"slots": 1
},
"Engineering Director": {
"outfit": "/datum/outfit/job/nanotrasen/ce",
"officer": true,
"slots": 1
},
"Engineer": {
"outfit": "/datum/outfit/job/nanotrasen/engineer",
"slots": 2
},
"Cargo Technician": {
"outfit": "/datum/outfit/job/nanotrasen/cargo_tech",
"slots": 1
},
"Deckhand": {
"outfit": "/datum/outfit/job/nanotrasen/assistant",
"slots": 1
}
},
"enabled": true
}
Loading
Loading