Skip to content

Commit

Permalink
Vela Industrial Cruiser: 4th Time the charm? (#3843)
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
Adds the Vela Industrial Cruiser, a Minuteman capital ship (Last one I'm
doing for a long time) built around mining, mechs, and roleplay.
<details><summary>Screenshots</summary>
<p>

![StrongDMM-2024-11-26 20 12
39](https://github.com/user-attachments/assets/5c6dd3bb-f0cb-4de2-8323-4725fb3703ca)
![StrongDMM-2024-11-26 20 12
41](https://github.com/user-attachments/assets/820441a8-26cf-4b5e-b8da-ea4d7e1dad91)

![dreamseeker_2vNSYmdM5A](https://github.com/user-attachments/assets/6a355765-62e6-4c1f-8498-d61468afed58)

![dreamseeker_v86d5uuOdN](https://github.com/user-attachments/assets/6f5ad67e-89da-4c65-831c-17d3766585fc)

</p>
</details> 

Crew of 15. Yes I am aware this is absurd. Yes I am aware it will get
played very infrequently. Looking For Ship should help.
1x Captain
1x Foreman
1x First Officer
2x Mech Pilots
2x Mechanics
2x Minutemen
1x Doctor
5x Random Guys With Sticks

Light armament
sidearms for officers
2x cm23
1x cm15

Mech Stuff
Functional medbay
Well geared engineering
Sauna


<!-- 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
frankly this is a vanity project. 
<!-- 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: The Vela-Class industrial cruiser is BACK and WORSE THAN EVER
/: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: Erika Fox <[email protected]>
Co-authored-by: Bjarl <[email protected]>
  • Loading branch information
Erikafox and Erikafox authored Feb 19, 2025
1 parent 387fd3f commit c94485f
Show file tree
Hide file tree
Showing 6 changed files with 13,638 additions and 1 deletion.
54 changes: 54 additions & 0 deletions _maps/configs/minutemen_vela.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Vela-Class Industrial Cruiser",
"prefix": "CLSV",
"namelists": ["GENERAL", "CLIP MINUTEMEN", "BEASTS"],
"description": "The Vela-Class is Lunatown Orbital Work's most prolific hull, with the first to its name having been laid down in 443. The Vela is renowned for its easily reconfigurable profile - owning to external connectors which allow anything from bulk cargo pods to mech hangars to be bolted onto the hull. Most hulls ordered by CLIP are configured to carry a refinery, mechanized mining gear, light Minuteman compliment, and a hefty suite of amenities for the crew, leading to the designation as an Industrial Cruiser.",
"tags": ["Robotics", "Mining", "RP Focus"],
"faction": "/datum/faction/clip",
"map_short_name": "Vela-Class",
"map_path": "_maps/shuttles/minutemen/minutemen_vela.dmm",
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/clip/minutemen/captain",
"officer": true,
"slots": 1
},
"Foreman": {
"outfit": "/datum/outfit/job/clip/ce",
"officer": true,
"slots": 1
},
"First Officer": {
"outfit": "/datum/outfit/job/clip/first_officer",
"officer": true,
"slots": 1
},
"Mech Pilot": {
"outfit": "/datum/outfit/job/clip/miner",
"slots": 2
},
"Mechanic": {
"outfit": "/datum/outfit/job/clip/mechanic",
"slots": 2
},
"Minuteman": {
"outfit": "/datum/outfit/job/clip/minutemen",
"slots": 1
},
"Reservist": {
"outfit": "/datum/outfit/job/clip/minutemen/grunt/reserve",
"slots": 1
},
"Doctor":{
"outfit": "/datum/outfit/job/clip/doctor",
"slots": 1
},
"Crewman": {
"outfit": "/datum/outfit/job/clip/assistant",
"slots": 2
}
},
"enabled": true
}
Loading

0 comments on commit c94485f

Please sign in to comment.