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

Phantom-Class Mining Courier (Hardliner) #3744

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
75b12b6
yea
miniusAreas Nov 12, 2024
773638b
AAAAAAAAAAAAAAAAAAAAAAAAAAAA
miniusAreas Nov 12, 2024
c8f07c3
fixes to maptainer specifications, fixes linters.
miniusAreas Nov 13, 2024
d551a45
oops, forgot a wire
miniusAreas Nov 14, 2024
4130f61
Merge branch 'master' into phantom2
miniusAreas Nov 14, 2024
4fb2c5d
finalizations to maptainer specs
miniusAreas Nov 14, 2024
f0e0c7b
Merge branch 'master' into phantom2
miniusAreas Nov 14, 2024
4edf67a
Merge branch 'phantom2' of https://github.com/miniusAreas/Shiptest in…
miniusAreas Nov 14, 2024
bd0d978
agagagaga cigs and signage
miniusAreas Nov 14, 2024
8949fe1
Merge branch 'master' into phantom2
miniusAreas Nov 15, 2024
97b5d17
pleasework - feedback changes
miniusAreas Nov 24, 2024
caa80ed
lights and layering for a railing
miniusAreas Nov 26, 2024
829c095
Merge branch 'master' into phantom2
miniusAreas Nov 26, 2024
f2f842c
maptainer feedback round 3
miniusAreas Nov 30, 2024
594a0b0
maptainer feedback round 3
miniusAreas Nov 30, 2024
02103ba
Merge branch 'phantom2' of https://github.com/miniusAreas/Shiptest in…
miniusAreas Nov 30, 2024
b4aee2d
maptainer feedback round 3
miniusAreas Nov 30, 2024
45941d8
Merge branch 'master' into phantom2
miniusAreas Nov 30, 2024
946526b
Merge branch 'master' into phantom2
miniusAreas Dec 23, 2024
2b27895
Merge branch 'master' into phantom2
miniusAreas Jan 6, 2025
cd1bb86
first wave of TM bugfixes and feedback
miniusAreas Jan 11, 2025
e1f7fe7
second wave + oopsies
miniusAreas Jan 11, 2025
e06e2eb
IT'S HARDLINERS. WITH AN S. FOR SOME REASON. I FUCKING SOB.
miniusAreas Jan 12, 2025
e87c56b
just one more lane.
miniusAreas Jan 16, 2025
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
42 changes: 42 additions & 0 deletions _maps/configs/syndicate_hardliner_phantom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"faction": "/datum/faction/syndicate",
"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
}
Loading
Loading