Skip to content

Commit

Permalink
TGS Test Merge (shiptest-ss13#3246)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgstation-server committed Sep 17, 2024
2 parents b732096 + f9e8754 commit 5ce0fd3
Show file tree
Hide file tree
Showing 5 changed files with 5,839 additions and 21 deletions.
49 changes: 49 additions & 0 deletions _maps/configs/minutemen_atlas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Atlas-class Light Armored Crusier",
"prefix": "CMSV",
"namelists": ["GENERAL", "CLIP MINUTEMEN", "NATURAL_AGGRESSIVE"],
"description": "The Atlas-Class is the designation for some of the oldest serving vessels in the Confederated League's military fleet. Originally the Atlantas-class, the design of the Atlantas was taken by the Colonial Militia just before the beginning of the war with the Old Frontiersmen, playing a pivotal role in multiple skirmishes. It is small in size and crew, well-rounded, and well-suited as an unexpensive hit-and-run vessel. Despite its age, the Atlas continues to serve the Confederated League for peacekeeping missions and driving off small crews of pirates from colonies.",
"tags": [
"Combat",
"Generalist"
],
"map_short_name": "Atlas-class",
"starting_funds": 1000,
"map_path": "_maps/shuttles/minutemen/minutemen_atlas.dmm",
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/clip/minutemen/captain",
"officer": true,
"slots": 1
},
"First Officer": {
"outfit": "/datum/outfit/job/clip/first_officer",
"officer": true,
"slots": 1
},
"Sergeant": {
"outfit": "/datum/outfit/job/clip/minutemen/grunt/lead",
"officer": true,
"slots": 1
},
"Corpsman": {
"outfit": "/datum/outfit/job/clip/minutemen/doctor",
"slots": 1
},
"Engineer": {
"outfit": "/datum/outfit/job/clip/minutemen/engineer",
"slots": 1
},
"Minuteman": {
"outfit": "/datum/outfit/job/clip/minutemen/grunt",
"slots": 4
},
"Deckhand": {
"outfit": "/datum/outfit/job/clip/minutemen/grunt/reserve",
"slots": 1
}
},
"enabled": false
}
Loading

0 comments on commit 5ce0fd3

Please sign in to comment.