Skip to content

Commit

Permalink
Modernises the Meta-class and changes its faction to NT (shiptest-ss1…
Browse files Browse the repository at this point in the history
…3#2566)

<!-- 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
The Meta was a comfy little whiteship in dire need of fixing. It had
tinyfans, light fixture frames and an uncomfortably cramped kitchen and
botany area. This PR remaps it while keeping its soul intact, making it
an old Nanotrasen vessel instead of an Indie.

NEW META (NO AREAS):
![StrongDMM-2023-12-06 00 54
04](https://github.com/shiptest-ss13/Shiptest/assets/95449138/bd542fdb-8de4-462e-bc48-c7f8e49e2b41)

NEW META (AREAS):
![StrongDMM-2023-12-06 00 54
00](https://github.com/shiptest-ss13/Shiptest/assets/95449138/a6ea0332-18f4-466b-a65b-19dd1d08da1f)

NEW META (INGAME):

![image](https://github.com/shiptest-ss13/Shiptest/assets/95449138/d2eff008-052a-4bd9-99ab-7d14170ec156)

OLD META (NO AREAS):
![StrongDMM-2023-12-05 17 42
10](https://github.com/shiptest-ss13/Shiptest/assets/95449138/d1a8c051-3cb4-4846-a357-731526c8a7e9)

## Why It's Good For The Game
I don't want this pretty good ship to be removed for being old and
having tinyfans. Having another NT ship that fills a logistics/cargo
niche is also pretty great.
<!-- 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: Remapped the Meta-class and changed its faction to NT
/: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
Zevotech authored and MarkSuckerberg committed Mar 27, 2024
1 parent 16159ae commit a024cdf
Show file tree
Hide file tree
Showing 3 changed files with 3,138 additions and 2,191 deletions.
44 changes: 0 additions & 44 deletions _maps/configs/independent_meta.json

This file was deleted.

52 changes: 52 additions & 0 deletions _maps/configs/nanotrasen_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Meta-class Freighter",
"prefix": "NTSV",
"map_short_name": "Meta-class",
"description": "The Meta-class is a medium freight vessel designed for comfort and sustainability over long journeys of delivering cargo. Most, if not all of these ships are no longer under the direct management of the Company, leaving regulation and professionalism at the behest of individual captains. They can be found running independent contracts, delivering cargo, smuggling illicit goods, and generally trying to stay afloat ever since the collapse of Nanotrasen's operations in the frontier.",
"tags": [
"Generalist",
"Cargo"
],
"namelists": [
"GENERAL",
"SPACE",
"NANOTRASEN",
"HISTORICAL"
],
"map_path": "_maps/shuttles/nanotrasen/nanotrasen_meta.dmm",
"starting_funds": 5000,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/nanotrasen/captain",
"officer": true,
"slots": 1
},
"Quartermaster": {
"outfit": "/datum/outfit/job/nanotrasen/quartermaster",
"officer": true,
"slots": 1
},
"Medical Doctor": {
"outfit": "/datum/outfit/job/nanotrasen/doctor",
"slots": 1
},
"Ship Engineer": {
"outfit": "/datum/outfit/job/nanotrasen/engineer",
"slots": 1
},
"Shaft Miner": {
"outfit": "/datum/outfit/job/nanotrasen/miner",
"slots": 1
},
"Cargo Technician": {
"outfit": "/datum/outfit/job/cargo_tech",
"slots": 1
},
"Assistant": {
"outfit": "/datum/outfit/job/nanotrasen/assistant",
"slots": 2
}
},
"enabled": true
}
Loading

0 comments on commit a024cdf

Please sign in to comment.