Skip to content

Commit

Permalink
Atlas-class Light Armored Crusier (#3246)
Browse files Browse the repository at this point in the history
<!-- 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]>
  • Loading branch information
meemofcourse and rye-rice authored Oct 17, 2024
1 parent b00b233 commit e20f2d8
Show file tree
Hide file tree
Showing 8 changed files with 6,079 additions and 50 deletions.
50 changes: 50 additions & 0 deletions _maps/configs/minutemen_atlas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"$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",
"faction": "/datum/faction/clip",
"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
},
"Reservist": {
"outfit": "/datum/outfit/job/clip/minutemen/grunt/reserve",
"slots": 1
}
},
"enabled": true
}
Loading

0 comments on commit e20f2d8

Please sign in to comment.