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

Arke-Class Surveying Ship | CLIP-LAND #3910

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
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/minutemen_arke.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": "Arke-class Surveying Ship",
"prefix": "CLSV",
"namelists": [
"GENERAL",
"CLIP MINUTEMEN",
"NATURAL"
],
"description": "The Arke-Class is a relatively new appearance in the Frontier, continuing it's use as a planet surveying ship for CLIP-LAND's colony development. The Arke is lightly equipped and crewed, specializing in gathering data to relay to allied ships in the sector. Despite it's size, it boasts a telecommunications array for sharing data and communication with other ships. Descending from the Proteus-Class, designed for low-cost manufacturing and modularity, the Arke is deployed into the frontier with a specific goal, but remains able to adapt with it's relatively spaceful cargo bay.",
"tags": [
"Telecomms",
"Specialist"
],
"map_short_name": "Arke-class",
"faction": "/datum/faction/clip",
"map_path": "_maps/shuttles/minutemen/minutemen_arke.dmm",
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/clip/captain",
"officer": true,
"slots": 1
},
"Doctor": {
"outfit": "/datum/outfit/job/clip/doctor",
"slots": 1
},
"Mechanic": {
"outfit": "/datum/outfit/job/clip/mechanic",
"slots": 1
},
"Deckhand": {
"outfit": "/datum/outfit/job/clip/assistant",
"slots": 2
}
},
"enabled": true
}
Loading
Loading