Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horseshoe-class Cargo Ship #55

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
9616b7b
Created the Hauler-class ship, along with schema file and new indepen…
MissyNym Oct 19, 2024
f62894c
Created mobile docking port. Fingers crossed!
MissyNym Oct 19, 2024
064cd83
Renamed Hauler to Horseshoe. Also set up the atmos fully with air ala…
MissyNym Oct 19, 2024
72907f6
Forgot to finish changes to the .json file, so that would probably ca…
MissyNym Oct 20, 2024
115fb35
Also added in an autolathe into the cargo bay to be nice. Mining mate…
MissyNym Oct 20, 2024
ab0bb10
Adjusted engine ship areas a bit. As opposed to one 'Engineering' are…
MissyNym Oct 24, 2024
a8706d8
Merge branch 'master' into space-truckin'-ship
MissyNym Oct 24, 2024
fbe51e5
Fixed an APC. Linters mentioned a failure due to a banned variable.
MissyNym Oct 24, 2024
34d4b88
Merge branch 'trazodont:master' into space-truckin'-ship
MissyNym Oct 26, 2024
56a9e95
Merge branch 'space-truckin'-ship' of https://github.com/MissyNym/Bor…
MissyNym Oct 26, 2024
2442393
Turns out the atmos wasn't rigged up correctly. Who would've thought?…
MissyNym Oct 26, 2024
778cbbb
Turns out the atmos wasn't rigged up correctly. Who would've thought?…
MissyNym Oct 26, 2024
809e648
Merge branch 'space-truckin'-ship' of https://github.com/MissyNym/Bor…
MissyNym Oct 27, 2024
0040bf9
Playing musical chairs with the inside. Vent pumps were replaced with…
MissyNym Oct 27, 2024
9de889e
Added a few more things after review:
MissyNym Oct 31, 2024
33eeca4
Forgot an air scrubber for the rearranged engineering bay. Oops. That…
MissyNym Nov 1, 2024
70c071a
Merge branch 'master' into space-truckin'-ship
MissyNym Nov 5, 2024
90ed76a
Merge branch 'master' into space-truckin'-ship
MissyNym Nov 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions _maps/configs/independent_horseshoe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Horseshoe-class Cargo Ship",
"description": "The Horseshoe-class consists of a cabin that holds only gear essential to survival, as well as a large cargo hold made for hauling supplies and otherwise around. So-named for its resemblance for a horseshoe crab. Little considerations are made for comfort; just about every part on the ship is crammed into wherever it would fit while still functioning. While the small footprint may leave a lot to be desired, the ship itself is extremely cheap even by spacefaring standards, and is usually staffed by two pilots at most working around the clock to keep the ship afloat. Horseshoe owners are highly recommended to customize the ship's bay to its utmost, and even to potentially expand it to carry more cargo.",
"tags": [
"Mining",
"Cargo"],
"faction": "/datum/faction/independent",
"prefix": "SV",
"namelists": [
"GENERAL",
"SPACE",
"NATURAL"
],
"map_short_name": "Horseshoe-class",
"starting_funds": 1000,
"map_path": "_maps/shuttles/independent/independent_horseshoe.dmm",
"job_slots": {
"Pilot": {
"outfit": "/datum/outfit/job/independent/captain/trucker",
"officer": true,
"slots": 2
}
},
"enabled": true
}
Loading
Loading