Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into inteqmed
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Oct 15, 2023
2 parents 39dce1a + dfae6f0 commit 4808622
Show file tree
Hide file tree
Showing 62 changed files with 27,999 additions and 5,672 deletions.
5,522 changes: 5,083 additions & 439 deletions _maps/RandomRuins/WasteRuins/wasteplanet_pandora.dmm

Large diffs are not rendered by default.

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
}
16 changes: 14 additions & 2 deletions _maps/configs/nanotrasen_skipper.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Engineering",
"Mining"
],
"starting_funds": 4000,
"starting_funds": 4500,
"roundstart": true,
"job_slots": {
"Captain": {
Expand All @@ -36,13 +36,25 @@
"Medical Doctor": 1,
"Engineer": {
"outfit": "/datum/outfit/job/engineer/nt",
"slots": 3
"slots": 1
},
"Atmospheric Technician": {
"outfit": "/datum/outfit/job/atmos",
"slots": 1
},
"Shaft Miner": 2,
"Cargo Technician": {
"outfit": "/datum/outfit/job/cargo_tech",
"slots": 1
},
"Security Officer": {
"outfit": "/datum/outfit/job/security/nanotrasen",
"slots": 1
},
"Cook": {
"outfit": "/datum/outfit/job/cook",
"slots": 1
},
"Assistant": {
"outfit": "/datum/outfit/job/assistant",
"slots": 3
Expand Down
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
}
2 changes: 1 addition & 1 deletion _maps/deprecated/Ruins/forgottenship.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
/obj/structure/closet/crate/secure/gear{
req_one_access_txt = "150"
},
/obj/item/clothing/suit/space/hardsuit/cybersun,
,
/turf/open/floor/pod/dark,
/area/ruin/space/has_grav/powered/syndicate_forgotten_vault)
"bB" = (
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_catalogue.txt
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ Find the key for using this catalogue in "map_catalogue_key.txt"

File name ="_maps\RandomRuins\wasteruins\wasteplanet_pandora.dmm"
Size = (x = 18)(y = 21)(z = 1)
Tags = "Boss Combat Challenge", "Minor Loot" "Megafauna", "hospitable"
Tags = "Boss Combat Challenge", "Medium Loot" "Megafauna", "hospitable"

File name ="_maps\RandomRuins\wasteruins\wasteplanet_pod.dmm"
Size = (x = 8)(y = 8)(z = 1)
Expand Down
Loading

0 comments on commit 4808622

Please sign in to comment.