Skip to content

Commit

Permalink
Remaps the Kilo (#3199)
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
This remaps the Kilo.
**TODO:**
- [x] ship desc
- [ ] wiki page
- [x] Maurice
- [ ] processing console directionals

Hull is now made from metal instead of titanium. The manufacturer was
swapped from NT to Miskilamo. Crew areas were expanded. KA and Egun were
swapped for two DBs - have fun with this one. Wires got a tiny bit
messier. Starting cash was nerfed from 5500 to 3500. ORM was replaced
with a smelter setup.


![scrnshot1](https://github.com/user-attachments/assets/91611c45-9b0c-4f0b-a929-f0fdc485570c)

![StrongDMM-2024-07-19 13 24
26](https://github.com/user-attachments/assets/2a65ac1d-2aa8-43d9-9bb8-b9019177ed42)

![StrongDMM-2024-07-14 01 21
13](https://github.com/user-attachments/assets/4babaf21-6143-48cb-8e47-95e76f50da2f)

**JOB SLOT CHANGES:**
- No doctor - There never was a medical. Why were they here?
- One more deckhand - Apogee requested the ship to stay at 5 crew
members.

<!-- 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
Kilo's ancient. This modernizes 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: Remapped the Kilo-class Mining Ship
/: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 Aug 1, 2024
1 parent b175f85 commit 18e7cbb
Show file tree
Hide file tree
Showing 2 changed files with 1,567 additions and 1,883 deletions.
22 changes: 9 additions & 13 deletions _maps/configs/independent_kilo.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Kilo-class Mining Ship",
"description": "The Kilo-class is a miniscule mining ship that stretches the definition of an independently-capable spacecraft. Beginning life long ago as a series of purpose-built mining shuttles intended for use on Frontier outposts, progressive cycles of over-engineering for a longer mission duration eventually produced the lumpen, claustrophobic Kilo seen today. Once quite numerous, Kilos are still a common “barn find” on abandoned stations and forgotten storage bays, and their extreme age and poor storage conditions typically leaves them in especially poor condition. Kilo crews are often considered to be quite eccentric even by Frontier standards, and some spacers insist even a well-balanced spacer will quickly come unglued in the Kilo’s “unique” environment.",
"description": "The Kilo-class is a very old and miniscule pattern of mining ship, produced in vast numbers over the centuries and commonly found in scrapyards or forgotten in storage. Most examples on the Frontier have been restored by Miskilamo Spacefaring using parts from other nonfunctional Kilos, producing a ship that is as inexpensive as it is cramped and unreliable. The low cost and ease of repair or replacement nevertheless make the Kilo very popular among budget-minded captains.",
"tags": [
"Generalist"
"Mining"
],
"prefix": "ISV",
"prefix": "SV",
"namelists": [
"GENERAL",
"SPACE",
"NATURAL"
],
"map_short_name": "Kilo-class",
"starting_funds": 1500,
"starting_funds": 3500,
"map_path": "_maps/shuttles/independent/independent_kilo.dmm",
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/independent/captain/western",
"outfit": "/datum/outfit/job/independent/captain/cheap",
"officer": true,
"slots": 1
},
"Ship's Doctor": {
"outfit": "/datum/outfit/job/independent/doctor",
"Asteroid Miner": {
"outfit": "/datum/outfit/job/independent/miner/hazard",
"slots": 1
},
"Ship's Engineer": {
"Mechanic": {
"outfit": "/datum/outfit/job/independent/engineer",
"slots": 1
},
"Asteroid Miner": {
"outfit": "/datum/outfit/job/independent/miner",
"slots": 1
},
"Deckhand": {
"outfit": "/datum/outfit/job/independent/assistant",
"slots": 1
"slots": 2
}
},
"enabled": true
Expand Down
Loading

0 comments on commit 18e7cbb

Please sign in to comment.