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

Malta-Class Pirate Mech Carrier! #2194

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d3a6154
the ship itself
spockye Nov 2, 2022
2e07afe
adds the rest of the files
spockye Nov 3, 2022
5824117
misc updates
spockye Nov 3, 2022
2b944ce
fixes lowercase blastdoors
spockye Nov 3, 2022
e8f3e1f
attempts to fix atmos fuckery
spockye Nov 4, 2022
69f4178
misc fixes
spockye Dec 7, 2022
7f63291
Update pirate_mechcarrier.dmm
spockye Dec 13, 2022
1cab92e
Update pirate_mechcarrier_subship.dmm
spockye Jul 23, 2023
38ec0cd
Merge remote-tracking branch 'upstream/master' into Pirate-retrofit-mech
spockye Jul 23, 2023
9fd7f17
Update pirate_mechcarrier.dmm
spockye Jul 23, 2023
51c0939
Update pirate_mechcarrier_subship.dmm
spockye Jul 23, 2023
76b48c9
fixes up past and new mistakes
spockye Jul 23, 2023
2e5ea20
Merge branch 'master' into Pirate-retrofit-mech
spockye Jul 23, 2023
ad548b9
more fixes / desc / tags
spockye Jul 24, 2023
890b579
Merge branch 'Pirate-retrofit-mech' of https://github.com/spockye/Shi…
spockye Jul 24, 2023
7ff3027
attempts to fixy
spockye Jul 24, 2023
bea404b
Merge remote-tracking branch 'upstream/master' into Pirate-retrofit-mech
spockye Jul 26, 2023
670105f
attempts to fix subshuttle
spockye Jul 26, 2023
839b728
adds needed sidestuff for subshuttles
spockye Jul 26, 2023
8a132c3
hopefully fixes
spockye Jul 26, 2023
a5e8542
Merge remote-tracking branch 'upstream/master' into Pirate-retrofit-mech
spockye Aug 30, 2023
acda0c5
misc Compile error fixes
spockye Aug 30, 2023
07c2bf8
Merge remote-tracking branch 'upstream/master' into Pirate-retrofit-mech
spockye Oct 16, 2023
e1bc7e0
fixes misc issues
spockye Oct 16, 2023
1ca216f
Merge remote-tracking branch 'upstream/master' into Pirate-retrofit-mech
spockye Oct 22, 2023
907fd10
Update pirate_mechcarrier.dmm
spockye Oct 23, 2023
cbb70ee
Merge branch 'master' into Pirate-retrofit-mech
Erikafox Nov 14, 2023
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
39 changes: 39 additions & 0 deletions _maps/configs/Pirate_mechcarrier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Malta-class Freighter",
"prefix": "ISV",
"namelists": ["BEASTS", "PIRATES", "MERCANTILE"],
"map_short_name": "Malta-class",
"map_path": "_maps/shuttles/shiptest/pirate_mechcarrier.dmm",
"limit": 1,
"job_slots": {
"Captain":{
"outfit": "/datum/outfit/job/captain/pirate",
"officer": true,
"slots": 1
},
"Marauder":{
"outfit": "/datum/outfit/job/cargo_tech/pilot/pirate",
"officer": true,
"slots": 1
},
"Warcasket Pilot":{
"outfit": "/datum/outfit/job/cargo_tech/pilot/piratemech",
"officer": true,
"slots": 1
},
"Tinkerer":{
"outfit": "/datum/outfit/job/roboticist/technician/pirate",
"slots": 1
},
"Motorman":{
"outfit": "/datum/outfit/job/engineer/pirate",
"slots": 1
},
"Buccaneer": {
"outfit": "/datum/outfit/job/security/pirate",
"slots": 2
}
},
"enabled": true
}
Loading