Skip to content

Commit

Permalink
Merge branch 'master' into pr/ChromeFoxxity/122
Browse files Browse the repository at this point in the history
  • Loading branch information
Veiyna committed Feb 27, 2024
2 parents 2d8d7ab + cbef995 commit 553af7d
Show file tree
Hide file tree
Showing 12 changed files with 9,802 additions and 8 deletions.
40 changes: 40 additions & 0 deletions _maps/configs/NEU_revolyutsii.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Revoluytsii-class Soviet Dreadnought",
"prefix": "NEU",
"namelists": ["GENERAL", "SPACE", "WEAPONS"],
"map_short_name": "Revolyutsii-class",
"map_path": "_maps/shuttles/shiptest/voidcrew/revolyutsii.dmm",
"map_id": "revolyutsii",
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/captain/soviet",
"officer": true,
"slots": 1
},
"Logistics Coordinator": {
"outfit": "/datum/outfit/job/quartermaster/soviet",
"officer": true,
"slots": 1
},
"Scientist": 1,
"Medical Doctor": 1,
"Ship Engineer": {
"outfit": "/datum/outfit/job/engineer",
"slots": 2
},
"Soldier": {
"outfit": "/datum/outfit/job/security/soviet",
"slots": 4
},
"Atmospheric Technician": 1,
"Cargo Technician": 3,
"Shaft Miner": 1,
"Janitor": 1,
"Deckhand": {
"outfit": "/datum/outfit/job/assistant/soviet",
"slots": 5
}
},
"cost": 1000
}
2 changes: 1 addition & 1 deletion _maps/configs/NEU_superpill.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"map_name": "Power-class climate destroyer",
"map_short_name": "Superpill-class",
"prefix": "NEU",
"map_path": "_maps/shuttles/shiptest/superpill.dmm",
"map_path": "_maps/shuttles/shiptest/voidcrew/superpill.dmm",
"map_id": "superpill",
"job_slots": {
"Assistant": 3
Expand Down
Loading

0 comments on commit 553af7d

Please sign in to comment.