-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
Phantom-Class Mining Courier (Hardliner) #3744
Closed
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
75b12b6
yea
miniusAreas 773638b
AAAAAAAAAAAAAAAAAAAAAAAAAAAA
miniusAreas c8f07c3
fixes to maptainer specifications, fixes linters.
miniusAreas d551a45
oops, forgot a wire
miniusAreas 4130f61
Merge branch 'master' into phantom2
miniusAreas 4fb2c5d
finalizations to maptainer specs
miniusAreas f0e0c7b
Merge branch 'master' into phantom2
miniusAreas 4edf67a
Merge branch 'phantom2' of https://github.com/miniusAreas/Shiptest in…
miniusAreas bd0d978
agagagaga cigs and signage
miniusAreas 8949fe1
Merge branch 'master' into phantom2
miniusAreas 97b5d17
pleasework - feedback changes
miniusAreas caa80ed
lights and layering for a railing
miniusAreas 829c095
Merge branch 'master' into phantom2
miniusAreas f2f842c
maptainer feedback round 3
miniusAreas 594a0b0
maptainer feedback round 3
miniusAreas 02103ba
Merge branch 'phantom2' of https://github.com/miniusAreas/Shiptest in…
miniusAreas b4aee2d
maptainer feedback round 3
miniusAreas 45941d8
Merge branch 'master' into phantom2
miniusAreas 946526b
Merge branch 'master' into phantom2
miniusAreas 2b27895
Merge branch 'master' into phantom2
miniusAreas cd1bb86
first wave of TM bugfixes and feedback
miniusAreas e1f7fe7
second wave + oopsies
miniusAreas e06e2eb
IT'S HARDLINERS. WITH AN S. FOR SOME REASON. I FUCKING SOB.
miniusAreas e87c56b
just one more lane.
miniusAreas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"faction": "/datum/faction/hardliners", | ||
"prefix": "ISV", | ||
"namelists": [ | ||
"GORLEX", | ||
"BEASTS", | ||
"WEAPONS" | ||
], | ||
"map_name": "Phantom-class Mining Courier", | ||
"map_short_name": "Phantom-class", | ||
"description": "A modern ship only made in the past twenty-ish years, the Phantom's sleek hull, narrow profile, and wings would make one to believe it a racer, or small yacht. Inside, however, is a sturdy layout for small-scale Hardliner mining groups, commissioned by Cybersun and built by ISF.", | ||
"tags": [ | ||
"Mining" | ||
], | ||
"map_path": "_maps/shuttles/syndicate/syndicate_hardliner_phantom.dmm", | ||
"map_id": "syndicate_hardliner_phantom", | ||
"limit": 1, | ||
"job_slots": { | ||
"Captain": { | ||
"outfit": "/datum/outfit/job/syndicate/captain/gorlex", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Mechanic": { | ||
"outfit": "/datum/outfit/job/syndicate/engineer/gorlex", | ||
"slots": 1 | ||
}, | ||
"Wrecker": { | ||
"outfit": "/datum/outfit/job/syndicate/miner/gorlex", | ||
"slots": 2 | ||
}, | ||
"Operative": { | ||
"outfit": "/datum/outfit/job/syndicate/security/gorlex", | ||
"slots": 1 | ||
}, | ||
"Recruit": { | ||
"outfit": "/datum/outfit/job/syndicate/assistant/gorlex", | ||
"slots": 1 | ||
} | ||
}, | ||
"enabled": true | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your faction datum won't allow access to general coalition gear otherwise.