Skip to content

Commit

Permalink
Remaps the Shetland (#2774)
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

![faroe](https://github.com/shiptest-ss13/Shiptest/assets/60533805/fcae91a3-a13e-457e-8292-23deba44527c)

![faroe_areas](https://github.com/shiptest-ss13/Shiptest/assets/60533805/ed74e3bd-160f-4c36-9839-2d34bd132f7b)

Brings the Shetland up to modern mapping standards, makes the layout
less garbage, adds some amenities and RP facilities, and rebalances the
ship's mechanical features.

- RnD and ORM removed
- TEG added
- Weapons and armor rebalanced
- Massive aesthetic improvements

## Why It's Good For The Game

Shetland is the oldest ship we have left in the game and despite getting
a couple updates along the way it really shows. It was either update it
or kill it, and I think the Shetland still has good potential and is
worth saving.

## Changelog

:cl:
tweak: Remapped the Shetland
balance: Removed RnD and ORM from Shetland
/: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 Apr 7, 2024
1 parent 868c6ad commit 7cd24d3
Show file tree
Hide file tree
Showing 3 changed files with 5,797 additions and 5,336 deletions.
33 changes: 8 additions & 25 deletions _maps/configs/independent_shetland.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@
"NATURAL"
],
"map_short_name": "Shetland-class",
"description": "The Shetland is Miskilamo Spacefaring’s flagship offer and one of their only truly original designs: A huge frigate offering a diverse array of facilities with ample room for expansion at a fraction of the price of the competition. Optimistic customers soon discover the haphazard workmanship and extreme cost-cutting measures common to Miskilamo ships. While Shetlands have plenty of room and a theoretically diverse array of facilities, they come with the minimal amount of equipment needed for those facilities, and a wide array of design deficiencies have given them a grim reputation for driving their crews to paranoid extremes. The waste disposal catapult is a frequent feature of such tales, and supposedly a great many Shetland crewmates have met their end by ejection.",
"description": "The Shetland is Miskilamo Spacefaring’s flagship offer and one of their only truly original designs: A huge frigate offering a diverse array of facilities with ample room for expansion at a fraction of the price of the competition. Optimistic customers soon discover the haphazard workmanship and extreme cost-cutting measures common to Miskilamo ships. While Shetlands have plenty of room and a theoretically diverse array of facilities, they come with the minimal amount of equipment needed for those facilities, and a wide array of design deficiencies have given them a grim reputation for driving their crews to paranoid extremes. The waste disposal chute is a frequent feature of such tales, and supposedly a great many Shetland crewmates have met their end by ejection.",
"tags": [
"Generalist",
"Service",
"Medical"
"Service"
],
"map_path": "_maps/shuttles/independent/independent_shetland.dmm",
"map_id": "independent_shetland",
"roundstart": true,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/independent/captain",
"outfit": "/datum/outfit/job/independent/captain/cheap",
"officer": true,
"slots": 1
},
Expand All @@ -31,37 +30,21 @@
"outfit": "/datum/outfit/job/independent/doctor",
"slots": 1
},
"Paramedic": {
"outfit": "/datum/outfit/job/independent/paramedic",
"slots": 1
},
"Ship's Engineer": {
"outfit": "/datum/outfit/job/independent/engineer",
"slots": 1
},
"Atmospheric Technician": {
"outfit": "/datum/outfit/job/independent/atmos",
"slots": 1
},
"Asteroid Miner": {
"outfit": "/datum/outfit/job/independent",
"slots": 2
},
"Security Detail": {
"outfit": "/datum/outfit/job/independent/security",
"slots": 1
},
"Detective": {
"outfit": "/datum/outfit/job/independent/detective",
"Asteroid Miner": {
"outfit": "/datum/outfit/job/independent/miner/hazard",
"slots": 1
},
"Janitor": {
"outfit": "/datum/outfit/job/independent/janitor",
"Security Detail": {
"outfit": "/datum/outfit/job/independent/security/western",
"slots": 1
},
"Deckhand": {
"outfit": "/datum/outfit/job/independent/assistant",
"slots": 5
"slots": 3
}
},
"enabled": true
Expand Down
Loading

0 comments on commit 7cd24d3

Please sign in to comment.