forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
3,598 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "Anomaly-class Experimental Project", | ||
"map_short_name": "Anomaly", | ||
"description": "Проект 'Anomaly' - экспериментальная разработка Солнечной Федерации, которая содержит в себе попытки использовать аномалии для производства ресурсов, таких как энергия и топливо. При строительстве этого корабля трубы и провода интегрировали в стены, из-за чего его перестройка может быть проблематичной.", | ||
"map_path": "_maps/_mod_celadon/shuttles/solfed/solfed_anomaly.dmm", | ||
"enabled": true, | ||
"limit": 1, | ||
"starting_funds": 0, | ||
"prefix": "SPSFSV", | ||
"faction": "/datum/faction/solgov", | ||
"tags": ["Exploration", "Specialist"], | ||
"namelists": [ | ||
"SOLGOV", | ||
"SPACE", | ||
"NATURAL" | ||
], | ||
"job_slots": { | ||
"Project Leader": { | ||
"outfit": "/datum/outfit/job/solgov/captain", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Project Logistics Officer": { | ||
"outfit": "/datum/outfit/job/solgov/quartermaster", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Project Researcher": { | ||
"outfit": "/datum/outfit/job/solgov/scientist", | ||
"slots": 2 | ||
}, | ||
"Project Engineer": { | ||
"outfit": "/datum/outfit/job/solgov/engineer", | ||
"slots": 1 | ||
}, | ||
"Project Assistant": { | ||
"outfit": "/datum/outfit/job/solgov/assistant", | ||
"slots" : 2 | ||
} | ||
} | ||
} |
Oops, something went wrong.