Skip to content

Commit

Permalink
Total Remap of the Ranger (#2034)
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
The old ranger is just about a year old. This totally remaps this ship
and rebalances it for our current standards.

![rangerpng](https://github.com/shiptest-ss13/Shiptest/assets/55075747/1290c0e9-5efb-4235-b047-a8993466f5ca)
![2023-08-19 12 35
04](https://github.com/shiptest-ss13/Shiptest/assets/55075747/acfb106e-b770-4f9a-8f76-bdbcb3dee6ff)

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
This is good for the game because it replaces a year old ship with
something that's more up to par with our standards.
## Why It's Good For The Game
Ship upkeep and maintaining our maps is a good thing. Plus the old
ranger had a bunch of old snowflaked code that was a bandaid fix for the
ship access system not existing yet. (It unsnowflakes it).
<!-- 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: Remaps the Ranger-class
/: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. -->

---------

Co-authored-by: spockye <[email protected]>
  • Loading branch information
Latentish and spockye authored Aug 20, 2023
1 parent 31f52a2 commit 22bd762
Show file tree
Hide file tree
Showing 13 changed files with 6,389 additions and 8,164 deletions.
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",
"prefix": "NTSV",
"map_name": "Nanotrasen Ranger-class Aid Vessel",
"map_name": "Ranger-class Aid Vessel",
"namelists": [
"NANOTRASEN",
"NATURAL_AGGRESSIVE",
Expand All @@ -18,45 +18,29 @@
"Generalist"
],
"starting_funds": 4000,
"map_path": "_maps/shuttles/shiptest/nanotrasen_powerrangers.dmm",
"map_path": "_maps/shuttles/shiptest/nanotrasen_ranger.dmm",
"limit": 1,
"job_slots": {
"LP Lieutenant": {
"outfit": "/datum/outfit/job/lp/lieutenant",
"outfit": "/datum/outfit/job/captain/nt/lp_lieutenant",
"officer": true,
"slots": 1
},
"Commissioner": {
"outfit": "/datum/outfit/job/lp/commissioner",
"slots": 1
},
"LP Engineering Specialist": {
"outfit": "/datum/outfit/job/lp/engineer",
"outfit": "/datum/outfit/job/engineer/lp",
"slots": 1
},
"LP Security Specialist": {
"outfit": "/datum/outfit/job/lp/security",
"outfit": "/datum/outfit/job/security/lp",
"slots": 1
},
"LP Medical Specialist": {
"outfit": "/datum/outfit/job/lp/medic",
"slots": 1
},
"Medical Doctor": {
"outfit": "/datum/outfit/job/doctor/lp",
"slots": 1
},
"Bartender": {
"outfit": "/datum/outfit/job/bartender/lp",
"Intern": {
"outfit": "/datum/outfit/job/assistant",
"slots": 1
},
"Researcher": {
"outfit": "/datum/outfit/job/scientist/lp",
"slots": 2
},
"Miner": {
"outfit": "/datum/outfit/job/miner/lp",
"slots": 2
}
},
"enabled": true
Expand Down
Loading

0 comments on commit 22bd762

Please sign in to comment.