Skip to content

Commit

Permalink
Remaps the Dwayne. (shiptest-ss13#3006)
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
As the title might hint, this remaps the Dwayne.
**TODO:**
- [x] hydrogen thrusters (after that PR is merged)
- [x] fix bridge
- [x] fix atmos
- [x] finish the wiki page  --- not finished, but good enough for now
- [x] processing console directionals

Most glaring changes are addition of second hangar (dedicated to cargo),
addition of crew areas, addition of a smelter setup, and removal of
medical area. Miners have lost some gear too - namely, crusher, KA and
the explorer suits are now dead.

Also fixes a bunch of weird issues Dwayne had.

But yea, this is pretty much a complete remap. Every room was tweaked
pretty hard, while trying to keep the ship's soul.


![scrnshot1](https://github.com/shiptest-ss13/Shiptest/assets/108196626/a8e2cbf5-5b96-4520-ba3a-25ded82d41be)

![StrongDMM-2024-07-09 00 04
40](https://github.com/shiptest-ss13/Shiptest/assets/108196626/84c7539f-1e54-481d-a213-2f94008f585f)

![StrongDMM-2024-07-01 01 24
00](https://github.com/shiptest-ss13/Shiptest/assets/108196626/568d2514-56df-4f2b-8c44-97579c9fbc9f)

**JOB SLOT CHANGES:**
- No doctor - there is no medical. What do you want them to do???
- Two less deckhands - you REALLY don't need three.

<!-- 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
Dwayne is old and can use some tweaks.

<!-- 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: Remapped the Dwayne-class Long Range Mining Transport.
add: Added a random plushie spawner and a random moth plushie spawner.
/: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
Sadhorizon authored and FalloutFalcon committed Aug 30, 2024
1 parent b1f6111 commit 2f286ee
Show file tree
Hide file tree
Showing 4 changed files with 3,121 additions and 1,825 deletions.
22 changes: 10 additions & 12 deletions _maps/configs/independent_dwayne.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Mark.II Dwayne-class Long Range Mining Transport",
"prefix": "ISV",
"prefix": "SV",
"namelists": [
"GENERAL",
"SPACE",
Expand All @@ -10,11 +10,12 @@
],
"map_short_name": "Mk.II Dwayne-class ",
"map_path": "_maps/shuttles/independent/independent_dwayne.dmm",
"description": "The Dwayne is one of the older classes of ships commonly seen on the Frontier, and one of the few such classes that doesn’t also carry a reputation for nightmarish conditions or high accident rates. Originally conceived of as a “mothership” for Nanotrasen mining shuttles that could enable long-duration mining missions at minimal cost, severe budget overruns and issues with the mining shuttle docking system left Nanotrasen with a massive number of mostly-completed hulls upon the project’s cancellation. These hulls were then quickly refurbished and sold on the civilian market, where they proved an immediate success on the Frontier. Contemporary Dwaynes can typically be found carrying a variety of mining equipment and extensive modifications unique to their captains. Recently-available aftermarket modifications have solved the Dwayne’s longstanding shuttle dock issues, allowing modern Dwaynes to finally serve their original design purpose, provided the captain is able to source a shuttle.",
"description": "The Dwayne is one of the older classes of ships commonly seen on the Frontier, and one of the few such classes that doesn’t also carry a reputation for nightmarish conditions or high accident rates. Originally conceived of as a “mothership” for Nanotrasen mining shuttles that could enable long-duration mining missions at minimal cost, severe budget overruns and issues with the mining shuttle docking system left Nanotrasen with a massive number of mostly-completed hulls upon the project’s cancellation. These hulls were then quickly refurbished and sold on the civilian market, where they proved an immediate success on the Frontier. Contemporary Dwaynes can typically be found carrying a variety of mining equipment and extensive modifications unique to their captains.",
"tags": [
"Mining",
"Generalist"
"Cargo"
],
"starting_funds": 4000,
"limit": 1,
"job_slots": {
"Captain": {
Expand All @@ -24,23 +25,20 @@
},
"Foreman": {
"outfit": "/datum/outfit/job/independent/quartermaster/western",
"slots": 1
},
"Ship's Doctor": {
"outfit": "/datum/outfit/job/independent/doctor",
"slots": 1
},
"Ship's Engineer": {
"outfit": "/datum/outfit/job/independent/engineer",
"officer": true,
"slots": 1
},
"Asteroid Miner": {
"outfit": "/datum/outfit/job/independent/miner/hazard",
"slots": 2
},
"Mechanic": {
"outfit": "/datum/outfit/job/independent/engineer",
"slots": 1
},
"Deckhand": {
"outfit": "/datum/outfit/job/independent/assistant",
"slots": 3
"slots": 1
}
},
"enabled": true
Expand Down
Loading

0 comments on commit 2f286ee

Please sign in to comment.