Skip to content

Commit

Permalink
Miskilamo Style Consistency (shiptest-ss13#3377)
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

![mudskipper](https://github.com/user-attachments/assets/85d29f5d-ed85-48a9-ac6f-aa1d485b0416)

![kilo](https://github.com/user-attachments/assets/32e04076-29e0-438b-a212-4649de4d4abf)

![shetland](https://github.com/user-attachments/assets/57f46122-4ba8-4140-b003-a3a3ac3bec75)

- Re-palettes the Mudskipper, Kilo, and Shetland for aesthetic
consistency across the Miskilamo ships
- Changes Mudskipper to use the same cheap captain outfit as shetland
and kilo
- Cuts Kilo's starting funds to 1500, same as Shetland
- fixes Mudskipper's wires :)

## Why It's Good For The Game

Manufacturer consistency good and kilo had a bit too much money

## Changelog

:cl:
balance: Changed decoration on Miskilamo ships to look similar to each
other
balance: reduced Kilo starting funds to 1500
fix: fixed wires on Mudskipper
/: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 committed Sep 23, 2024
1 parent d03c8b8 commit d423267
Show file tree
Hide file tree
Showing 5 changed files with 1,242 additions and 1,246 deletions.
2 changes: 1 addition & 1 deletion _maps/configs/independent_kilo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"NATURAL"
],
"map_short_name": "Kilo-class",
"starting_funds": 3500,
"starting_funds": 1500,
"map_path": "_maps/shuttles/independent/independent_kilo.dmm",
"job_slots": {
"Captain": {
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/independent_mudskipper.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"starting_funds": 1500,
"job_slots": {
"Salvage Leader": {
"outfit": "/datum/outfit/job/independent/captain",
"outfit": "/datum/outfit/job/independent/captain/cheap",
"officer": true,
"slots": 1
},
Expand Down
Loading

0 comments on commit d423267

Please sign in to comment.