Skip to content

Commit

Permalink
Gives the Riggs a touch-up (#2721)
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

![rigger_remap](https://github.com/shiptest-ss13/Shiptest/assets/60533805/53fce13e-7ed8-46de-a878-077bf0614077)
The Riggs has aged incredibly well for being one of the oldest maps
still in rotation, but it's definitely fallen out of line with newer
ships as standards have been updated. This PR brings it in line with
those standards and freshens up the layout and decoration a bit.

- Removed RnD and ORM
- Added separate cryo room
- Added crew lounge area and miner ready room
- Moved atmos slightly to make accessing the empty rooms easier and
replaced the standing air tanks with a 1-tile open air tank (temporary,
really, until we get better tanks coded)
- Added access restrictions to atmos and engine room (but not
engineering bay)
- Reduced miner slots to 1 and assistant slots to 2
- Removed Mech Technician

## Why It's Good For The Game

Riggs was getting crusty and needed some love.
<!-- 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:
tweak: Made the Riggs-class sloop nicer to live in
balance: Removed RnD and ORM from the Riggs
/: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. -->
  • Loading branch information
Apogee-dev authored Mar 27, 2024
1 parent d471923 commit 6b6467d
Show file tree
Hide file tree
Showing 2 changed files with 1,542 additions and 1,541 deletions.
16 changes: 5 additions & 11 deletions _maps/configs/independent_rigger.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Riggs-class Sloop",
"prefix": "ISV",
"prefix": "SV",
"namelists": [
"GENERAL",
"SPACE",
"NATURAL",
"NATURAL_AGGRESSIVE"
"NATURAL"
],
"map_short_name": "Riggs-class",
"description": "The Rigger-class is Kasagi-Fischer Partnership’s mainstay in the independent ship market. Spacious, affordable, and versatile, Riggers offer basic capabilities for everything a Frontier spacer might need in a convenient, easy-to-modify platform, and by default come equipped with a basic medbay, a small security office, atmospherics recycling and equipment to support an APLU utility mech. Thanks to this versatility, Riggers have become extremely popular among moderately-wealthy independent captains, and can be found doing everything from mining to shipping to surveying Frontier planets.",
"description": "The Riggs-class is Kasagi-Fischer Partnership’s mainstay in the independent ship market. Spacious, affordable, and versatile, the Riggs offers basic capabilities for everything a Frontier spacer might need in a convenient, easy-to-modify platform, and by default come equipped with a basic medbay, a small security office, atmospherics recycling and equipment to support an APLU utility mech. Thanks to this versatility, the Riggs has become extremely popular among moderately-wealthy independent captains, and can be found doing everything from mining to shipping to surveying Frontier planets.",
"tags": [
"Mining",
"Medical",
"Robotics",
"Generalist"
],
"map_path": "_maps/shuttles/independent/independent_rigger.dmm",
Expand All @@ -36,14 +34,10 @@
},
"Machinist's Mate": {
"outfit": "/datum/outfit/job/independent/engineer",
"slots": 2
"slots": 1
},
"Asteroid Miner": {
"outfit": "/datum/outfit/job/independent/miner",
"slots": 2
},
"Mech Technician": {
"outfit": "/datum/outfit/job/independent/roboticist",
"slots": 1
},
"Security Detail": {
Expand All @@ -52,7 +46,7 @@
},
"Deckhand": {
"outfit": "/datum/outfit/job/independent/assistant",
"slots": 4
"slots": 2
}
},
"enabled": true
Expand Down
Loading

0 comments on commit 6b6467d

Please sign in to comment.