Skip to content

Adds the Magpie-class Exploration Frigate [NT] #4841

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

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ea95108
swaps branches like a boss
Ratvarr May 7, 2025
fc1f801
?
Ratvarr May 16, 2025
b3ca145
okay time to PR this thing
Ratvarr May 17, 2025
3620f43
Merge branch 'master' into small-nanotrasen
Ratvarr May 17, 2025
5d6379d
Update nanotrasen_magpie.dmm
Ratvarr May 17, 2025
d47390f
Merge branch 'small-nanotrasen' of https://github.com/Ratvarr/Shiptes…
Ratvarr May 17, 2025
86610ae
we have made a new reality, where you can make pipes that look normal…
Ratvarr May 20, 2025
8e762bc
Merge branch 'master' into small-nanotrasen
Ratvarr May 20, 2025
e741a5c
yeahahaha
Ratvarr May 20, 2025
34d4fe9
Merge branch 'small-nanotrasen' of https://github.com/Ratvarr/Shiptes…
Ratvarr May 20, 2025
1e0c521
recolours waste+mix loops
Ratvarr May 21, 2025
8d8b825
why did that move
Ratvarr May 21, 2025
51c58bb
water tank, fuel tank, and firelocks, shabingle
Ratvarr May 21, 2025
842aab6
okay now it works for real this time
Ratvarr May 21, 2025
5c82c8c
reviews addressed
Ratvarr May 21, 2025
fd48797
Merge branch 'master' into small-nanotrasen
Ratvarr May 21, 2025
20ed800
you can now actually build the ai core
Ratvarr May 25, 2025
b417fe7
uhauhuheeeeeeehih p s
Ratvarr May 25, 2025
94a3e71
Update nanotrasen_magpie.dmm
Ratvarr May 31, 2025
3b4e17b
Update nanotrasen_magpie.dmm
Ratvarr May 31, 2025
c40c147
Merge branch 'master' into small-nanotrasen
Ratvarr May 31, 2025
c2a5bb0
Update nanotrasen_magpie.dmm
Ratvarr May 31, 2025
74c6f1d
review
Ratvarr Jun 3, 2025
fdd8828
Merge branch 'master' into small-nanotrasen
Ratvarr Jun 6, 2025
41d99e3
VI HARDSUIT....
Ratvarr Jun 6, 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
53 changes: 53 additions & 0 deletions _maps/configs/nanotrasen_magpie.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Magpie-class Exploration Frigate",
"prefix": "NTSV",
"manufacturer": "Nanotrasen Spaceworks",
"faction": "/datum/faction/nt",
"namelists": [
"NANOTRASEN",
"SPACE",
"MYTHOLOGICAL",
"WEAPONS"
],
"map_short_name": "Magpie-class",
"map_path": "_maps/shuttles/nanotrasen/nanotrasen_magpie.dmm",
"token_icon_state": "ship_generic",
"description": "Often referred to as the \"sister\" of the Harrier-class, the Magpie-class is similar in age, having been recommissioned for deep frontier surveys and other host of actives, often being that of finding former Nanotrasen sites for restoration or deconstruction by N&S.",
"tags": ["Generalist"],
"limit": 2,
"starting_funds": 1500,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/nanotrasen/captain",
"officer": true,
"slots": 1
},
"First Officer": {
"outfit": "/datum/outfit/job/nanotrasen/hop",
"officer": true,
"slots": 1
},
"Security Officer": {
"outfit": "/datum/outfit/job/nanotrasen/security/disarmed",
"slots": 1
},
"Medical Doctor": {
"outfit": "/datum/outfit/job/nanotrasen/doctor",
"slots": 1
},
"Engineer": {
"outfit": "/datum/outfit/job/nanotrasen/engineer",
"slots": 1
},
"Field Miner": {
"outfit": "/datum/outfit/job/nanotrasen/miner/no_equipment",
"slots": 1
},
"Assistant": {
"outfit": "/datum/outfit/job/nanotrasen/assistant",
"slots": 1
}
},
"enabled": true
}
Loading
Loading