Skip to content

Commit

Permalink
Merge branch 'master' into bullet-stax
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Oct 5, 2024
2 parents 7fc7c6e + 48ddc56 commit 8d195bc
Show file tree
Hide file tree
Showing 7 changed files with 9,663 additions and 15,263 deletions.
76 changes: 76 additions & 0 deletions _maps/configs/nanotrasen_harrier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Harrier-class Exploration Cruiser",
"prefix": "NTSV",
"faction": "/datum/faction/nt",
"namelists": [
"NANOTRASEN",
"SPACE",
"MYTHOLOGICAL",
"WEAPONS"
],
"map_short_name": "Harrier-class",
"map_path": "_maps/shuttles/nanotrasen/nanotrasen_harrier.dmm",
"description": "Originally an advanced ICW-era command cruiser, the surviving Harriers have been refurbished as exploration and \"reclamation\" ships in the post-ICW era. Large, well-rounded, and boasting excellent crew accomodations, Harriers are exceedingly popular with Nanotrasen crews in spite of their lack of specialized equipment.",
"tags": ["Generalist"],
"limit": 1,
"starting_funds": 4000,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/nanotrasen/captain",
"officer": true,
"slots": 1
},
"First Officer": {
"outfit": "/datum/outfit/job/nanotrasen/hop",
"officer": true,
"slots": 1
},
"Supply Director": {
"outfit": "/datum/outfit/job/nanotrasen/quartermaster",
"officer":true,
"slots": 1
},
"Internal Affairs Agent": {
"outfit": "/datum/outfit/job/nanotrasen/lawyer/corporaterepresentative",
"slots": 1
},
"Security Officer": {
"outfit": "/datum/outfit/job/nanotrasen/security",
"slots": 1
},
"Medical Doctor": {
"outfit": "/datum/outfit/job/nanotrasen/doctor",
"slots": 1
},
"Paramedic": {
"outfit": "/datum/outfit/job/nanotrasen/paramedic",
"slots": 1
},
"Engineer": {
"outfit": "/datum/outfit/job/nanotrasen/engineer",
"slots": 1
},
"Atmospheric Technician": {
"outfit": "/datum/outfit/job/nanotrasen/atmos",
"slots": 1
},
"Cargo Technician": {
"outfit": "/datum/outfit/job/nanotrasen/cargo_tech",
"slots": 1
},
"Cook": {
"outfit": "/datum/outfit/job/independent/cook",
"slots": 1
},
"Janitor": {
"outfit": "/datum/outfit/job/nanotrasen/janitor",
"slots": 1
},
"Assistant": {
"outfit": "/datum/outfit/job/nanotrasen/assistant",
"slots": 2
}
},
"enabled": true
}
75 changes: 0 additions & 75 deletions _maps/configs/nanotrasen_osprey.json

This file was deleted.

64 changes: 0 additions & 64 deletions _maps/configs/nanotrasen_skipper.json

This file was deleted.

Loading

0 comments on commit 8d195bc

Please sign in to comment.