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

Dwayne Mark.II #2216

Closed
wants to merge 12 commits into from
2 changes: 1 addition & 1 deletion _maps/configs/independent_dwayne.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Mark.II Dwayne-class Long Range Mining Transport",
"map_name": "Mark.II Dwayne-class Light Mining Vessel",
"prefix": "ISV",
"namelists": [
"GENERAL",
Expand Down
45 changes: 45 additions & 0 deletions _maps/configs/independent_dwayne_old.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Mark.I Dwayne-class Long Range Mining Transport",
"prefix": "NTSV",
"namelists": [
"GENERAL",
"SPACE",
"NATURAL",
"MERCANTILE"
],
"map_short_name": "Mk.I Dwayne-class",
"map_path": "_maps/shuttles/shiptest/nanotrasen_mining_ship_all.dmm",
"description": "The Dwayne is one of the older classes of ships commonly seen on the Frontier, and one of the few such classes that doesn’t also carry a reputation for nightmarish conditions or high accident rates. This is the original Mark.I model, only used by Nanotrasen captains. It comes with 2 'Rock-Class' shuttles used for rapid mining and transport on astroids, though never designed for planet landings. These show up in lower and lower numbers over time, as more and more are converted to the Mark.IIs",
"tags": [
"Mining",
"Generalist"
],
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/captain/nt",
"officer": true,
"slots": 1
},
"First Officer": {
"outfit": "/datum/outfit/job/head_of_personnel/nt",
"officer": true,
"slots": 1
},
"Ship's Doctor": {
"outfit": "/datum/outfit/job/doctor",
"slots": 1
},
"Engineer": {
"outfit": "/datum/outfit/job/engineer/nt",
"slots": 1
},
"Shaft Miner": 2,
"Assistant": {
"outfit": "/datum/outfit/job/assistant",
"slots": 3
}
},
"enabled": true
}
Loading
Loading