Skip to content

Commit

Permalink
Valor Remap, Minor Inteq Code Tweaks (shiptest-ss13#3115)
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

![imagen](https://github.com/shiptest-ss13/Shiptest/assets/75212565/67b0dbfa-3b5a-45fa-b6ee-2dab27b8c755)

![imagen](https://github.com/shiptest-ss13/Shiptest/assets/75212565/8a62c180-cc96-449c-95cb-194685a789fa)

* Remaps certain parts of the Valor. The Haste has not been touched
apart from a single handrail.
* The Valor now has a Shuttle Pilot, and a Shuttle Corpsman. The Shuttle
Pilot gets an office and an outfit.
* The Vanguard basetype was changed to be consistent with the other
outfits (e.g. empty subtype instead of being empty by default)

<!-- 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
* there was complaints that the valor sucked
* born to map dmm is a fuck 地图 strongdmm 2019 i am maptainer
410,757,864,350 mapping sins

<!-- 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:
balance: Remapped the Valor, with two extra jobs (Shuttle Corpsman,
Shuttle Pilot).
code: The Vanguard base outfit starts with gear.
/: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
meemofcourse authored and MysticalFaceLesS committed Jul 13, 2024
1 parent a51a051 commit 8a98c4b
Show file tree
Hide file tree
Showing 9 changed files with 662 additions and 708 deletions.
2 changes: 1 addition & 1 deletion _maps/configs/inteq_colossus.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"limit": 1,
"job_slots": {
"Vanguard": {
"outfit": "/datum/outfit/job/inteq/captain",
"outfit": "/datum/outfit/job/inteq/captain/empty",
"officer": true,
"slots": 1
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/inteq_hound.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"limit": 2,
"job_slots": {
"Vanguard": {
"outfit": "/datum/outfit/job/inteq/captain",
"outfit": "/datum/outfit/job/inteq/captain/empty",
"officer": true,
"slots": 1
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/inteq_talos.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"limit": 1,
"job_slots": {
"Vanguard": {
"outfit": "/datum/outfit/job/inteq/captain",
"outfit": "/datum/outfit/job/inteq/captain/empty",
"officer": true,
"slots": 1
},
Expand Down
11 changes: 10 additions & 1 deletion _maps/configs/inteq_valor.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@
"officer": true,
"slots": 1
},
"Shuttle Pilot": {
"outfit": "/datum/outfit/job/inteq/warden/pilot",
"officer": true,
"slots": 1
},
"Shuttle Corpsman": {
"outfit": "/datum/outfit/job/inteq/paramedic/empty",
"slots": 1
},
"Corpsman": {
"outfit": "/datum/outfit/job/inteq/paramedic/empty",
"slots": 3
"slots": 2
},
"Enforcer": {
"outfit": "/datum/outfit/job/inteq/security/empty",
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/inteq_vaquero.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"limit": 1,
"job_slots": {
"Vanguard": {
"outfit": "/datum/outfit/job/inteq/captain",
"outfit": "/datum/outfit/job/inteq/captain/empty",
"officer": true,
"slots": 1
},
Expand Down
Loading

0 comments on commit 8a98c4b

Please sign in to comment.