Skip to content

Commit

Permalink
Tortuga-class Converted Cargo Freighter (#2765)
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


![tortuga](https://github.com/shiptest-ss13/Shiptest/assets/75212565/981781e4-d57c-4f21-93ad-496e3ed5f883)

![imagen](https://github.com/shiptest-ss13/Shiptest/assets/75212565/252de101-ee3d-4e3b-a0e4-6475f8fadec7)

![imagen](https://github.com/shiptest-ss13/Shiptest/assets/75212565/151c1302-9e32-42db-83af-97db27d8dc87)

![imagen](https://github.com/shiptest-ss13/Shiptest/assets/75212565/d4b82622-406c-45a0-9c1e-1781b2802cf4)



Originally a cargo transport vessel, the Tortuga class is an improvised
combat vessel under the ranks of the Frontiersmen fleet. Clever field
modifications include the conversion of the cargo bay to a hangar, and
additional padding around the ship in the form of asteroid rocks. It
serves a dual purpose, both as a capable ship for establishing a
military enclave in a sector, and as a sturdy vessel for reconnaissance.
The nimble Brawler-class subshuttle of the Tortuga is offset by its very
low overall mobility and loss of operation if the subshuttle were to be
lost.

It is staffed by:
* 1 Captain
* 1 Shipswain (Head of Security)
* 1 Aidman
* 1 Sapper
* 2 Boarders
* 2 Rookies

<!-- 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

The Ember is a pseudo-dreadnaught, and unfortunately, it kind of sucks.
Pirates need a subshuttle to effectively raid.

<!-- 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: Tortuga-class.
add: Brawler-class.
del: Ember-class.
del: Scar suit.
tweak: Frontiersmen outfits start with less stuff.
/: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: meem <[email protected]>
  • Loading branch information
meemofcourse authored May 20, 2024
1 parent 6208e78 commit e3a7341
Show file tree
Hide file tree
Showing 12 changed files with 6,010 additions and 13,116 deletions.
70 changes: 0 additions & 70 deletions _maps/configs/pirate_ember.json

This file was deleted.

46 changes: 46 additions & 0 deletions _maps/configs/pirate_tortuga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Tortuga-class Converted Cargo Freighter",
"prefix": "ISV",
"namelists": [
"PIRATES",
"BRITISH_NAVY"
],
"map_short_name": "Tortuga-class",
"map_path": "_maps/shuttles/pirate/pirate_tortuga.dmm",
"description": "Originally a cargo transport vessel, the Tortuga is an improvised combat vessel used by the Frontiersmen fleet. Civilian transports are modified with shuttle handling facilities, and asteroid rubble is belted to the exterior of the hull as a form of cheap improvised armor and concealment. The Tortuga serves a dual purpose as a reconnaissance element and a vessel capable of establishing forward bases within a sector. While the Brawler-class shuttle carried by the Tortuga offers a surprising degree of speed and range to its boarding parties, the Tortuga itself is sluggish and nearly helpless without its shuttle.",
"tags": [
"Combat",
"Subshuttle"
],
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/frontiersmen/captain",
"officer": true,
"slots": 1
},
"Deck Boss": {
"outfit": "/datum/outfit/job/frontiersmen/hos",
"officer": true,
"slots": 1
},
"Surgeon": {
"outfit": "/datum/outfit/job/frontiersmen/doctor",
"slots": 1
},
"Mechanic": {
"outfit": "/datum/outfit/job/frontiersmen/engineer",
"slots": 1
},
"Boarder": {
"outfit": "/datum/outfit/job/frontiersmen/security",
"slots": 2
},
"Rookie": {
"outfit": "/datum/outfit/job/frontiersmen/assistant",
"slots": 2
}
},
"enabled": false
}
Loading

0 comments on commit e3a7341

Please sign in to comment.