Skip to content

Commit c80e12b

Browse files
meemofcourserye-rice
authored andcommitted
Atlas-class Light Armored Crusier (shiptest-ss13#3246)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request ![imagen](https://github.com/user-attachments/assets/e76c2cc9-9b25-496b-b8ff-a82b3b4debc1) ![atlas2](https://github.com/user-attachments/assets/3ca2427c-e333-4d87-8202-9f81842378b3) The Atlas-class is the first Colonial League ship following the CLIP Rework. The decaling and general decoration of the ship needs a revision, but otherwise, it is intended as a small, overall generalist patrol vessel to the likes of the Vaquero. The 4-Minutemen team, lead by one Sergeant, is subordinate to the First Officer and Captain, who overlook the operation of the ship by the Corpsman and the Engineer. It is staffed by: * 1 Captain * 1 First Officer * 1 Sergeant * 1 Corpsman * 1 Engineer * 4 Minutemen * 1 Deckhand <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> ## Why It's Good For The Game it's the clip ship it uses the colon league content <!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding. --> ## Changelog :cl: add: Atlas-class Light Armored Crusier /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. --> --------- Signed-off-by: rye-rice <[email protected]> Signed-off-by: meem <[email protected]> Co-authored-by: rye-rice <[email protected]>
1 parent 830a976 commit c80e12b

File tree

8 files changed

+6079
-50
lines changed

8 files changed

+6079
-50
lines changed

_maps/configs/minutemen_atlas.json

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
3+
"map_name": "Atlas-class Light Armored Crusier",
4+
"prefix": "CMSV",
5+
"namelists": ["GENERAL", "CLIP MINUTEMEN", "NATURAL_AGGRESSIVE"],
6+
"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.",
7+
"tags": [
8+
"Combat",
9+
"Generalist"
10+
],
11+
"map_short_name": "Atlas-class",
12+
"faction": "/datum/faction/clip",
13+
"starting_funds": 1000,
14+
"map_path": "_maps/shuttles/minutemen/minutemen_atlas.dmm",
15+
"limit": 1,
16+
"job_slots": {
17+
"Captain": {
18+
"outfit": "/datum/outfit/job/clip/minutemen/captain",
19+
"officer": true,
20+
"slots": 1
21+
},
22+
"First Officer": {
23+
"outfit": "/datum/outfit/job/clip/first_officer",
24+
"officer": true,
25+
"slots": 1
26+
},
27+
"Sergeant": {
28+
"outfit": "/datum/outfit/job/clip/minutemen/grunt/lead",
29+
"officer": true,
30+
"slots": 1
31+
},
32+
"Corpsman": {
33+
"outfit": "/datum/outfit/job/clip/minutemen/doctor",
34+
"slots": 1
35+
},
36+
"Engineer": {
37+
"outfit": "/datum/outfit/job/clip/minutemen/engineer",
38+
"slots": 1
39+
},
40+
"Minuteman": {
41+
"outfit": "/datum/outfit/job/clip/minutemen/grunt",
42+
"slots": 4
43+
},
44+
"Reservist": {
45+
"outfit": "/datum/outfit/job/clip/minutemen/grunt/reserve",
46+
"slots": 1
47+
}
48+
},
49+
"enabled": true
50+
}

0 commit comments

Comments
 (0)