Skip to content

Commit

Permalink
Merge branch 'master' into zt-s1
Browse files Browse the repository at this point in the history
  • Loading branch information
spockye authored Oct 16, 2023
2 parents 116c13c + 2417466 commit 7cab478
Show file tree
Hide file tree
Showing 28 changed files with 17,572 additions and 470 deletions.
78 changes: 78 additions & 0 deletions _maps/configs/nanotrasen_heron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"prefix": "NTSV",
"namelists": ["WEAPONS"],
"map_name": "Heron-Class Dreadnaught",
"map_short_name": "Heron-class",
"map_path": "_maps/shuttles/shiptest/nanotrasen_heron.dmm",
"map_id": "nanotrasen_heron",
"description": "The Heron-Class is the biggest ship available to NanoTrasen's frontier forces. These vessels served as the flagship of many fleets during the war, serving as a carrier for an operative team, or a command vessel for corporate units. Captains of this vessel were known to retrofit bluespace artillery onto the hangar, and directly fire it during combat. Since the end of the war, it has been repurposed for peacekeeping missions on backline sectors. Though the age of the design is starting to show, it stands as one of the remnants of NanoTrasen's once powerful hold over the cosmos.",
"limit": 1,
"job_slots": {
"Fleet Captain": {
"outfit": "/datum/outfit/job/captain/nt/heron",
"officer": true,
"slots": 1
},
"First Officer": {
"outfit": "/datum/outfit/job/head_of_personnel/nt",
"officer": true,
"slots": 1
},
"Head of Security": {
"outfit": "/datum/outfit/job/hos/nanotrasen",
"officer": true,
"slots": 1
},
"Pilot": {
"outfit": "/datum/outfit/job/head_of_personnel/pilot/heron",
"officer": true,
"slots": 1
},
"Security Officer": {
"outfit": "/datum/outfit/job/security/nanotrasen",
"slots": 1
},
"ERT Officer":{
"outfit": "/datum/outfit/job/security/nanotrasen/ert",
"slots": 4
},
"ERT Medical Officer":{
"outfit": "/datum/outfit/job/security/nanotrasen/ert/med",
"slots": 1
},
"ERT Engineering Officer":{
"outfit": "/datum/outfit/job/security/nanotrasen/ert/engi",
"slots": 1
},
"Mech Pilot":{
"outfit": "/datum/outfit/job/security/nanotrasen/mech_pilot",
"slots": 1
},
"Engine Technician": {
"outfit": "/datum/outfit/job/engineer/nt",
"slots": 1
},
"Chief Engineer":{
"outfit": "/datum/outfit/job/ce/nt",
"officer": true,
"slots": 1
},
"Roboticist": {
"outfit":"/datum/outfit/job/roboticist/heron",
"slots": 1
},
"Medical Doctor":{
"outfit": "/datum/outfit/job/doctor",
"slots": 1
},

"Atmospheric Technician": 1,
"Quartermaster": 1,
"Cargo Technician": 1,
"Cook": 1,
"Janitor": 1,
"Assistant": 2
},
"enabled": false
}
2 changes: 1 addition & 1 deletion _maps/configs/syndicate_lugol.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"slots": 2
}
},
"enabled": true
"enabled": false
}
Loading

0 comments on commit 7cab478

Please sign in to comment.