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.
Bolide-class Response Carrier (#1393)
* bolide-class response carrier * chariot no more * fax
- Loading branch information
Showing
7 changed files
with
9,128 additions
and
11 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,59 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "Bolide-Class Response Carrier", | ||
"map_short_name": "Bolide", | ||
"description": "Bolide-Class представляет из себя переоборудованный артиллерийский корабль NT, используемый Vigilitas Interstellar как носитель команды Предотвращения потерь, для проведения анти-террористической активности и боевой-вспомогательной помощи дружественным суднам Nanotrasen в секторах, где гораздо более выгодно поддерживать команды LP долгого содержания, нежели вызывать полноценные, тяжело вооруженные отряды быстрого реагирования. Bolide имеет на себе приличное боевое снаряжение для команды реагирования, хорошее снаряжение для инженерной поддержки, а также полноценный субшаттл 'Rider', что позволяет команде вести долгосрочное оказание помощи в любых условиях фронтира.", | ||
"map_path": "_maps/_mod_celadon/shuttles/nanotrasen/nanotrasen_bolide.dmm", | ||
"enabled": true, | ||
"limit": 1, | ||
"starting_funds": 2000, | ||
"prefix": "NTSPSV", | ||
"faction": "/datum/faction/nt", | ||
"tags": [ | ||
"Combat", | ||
"Riot", | ||
"Engineering", | ||
"Generalist" | ||
], | ||
"namelists": [ | ||
"NANOTRASEN", | ||
"BRITISH_NAVY", | ||
"WEAPONS" | ||
], | ||
"job_slots": { | ||
"Carrier Captain": { | ||
"outfit": "/datum/outfit/job/nanotrasen/captain", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Response Lieutenant": { | ||
"outfit": "/datum/outfit/job/nanotrasen/hos", | ||
"officer":true, | ||
"slots": 1 | ||
}, | ||
"Dispatcher": { | ||
"outfit": "/datum/outfit/job/nanotrasen/lawyer", | ||
"slots": 1 | ||
}, | ||
"Response Engineer": { | ||
"outfit": "/datum/outfit/job/nanotrasen/atmos", | ||
"slots": 1 | ||
}, | ||
"Response Physician": { | ||
"outfit": "/datum/outfit/job/nanotrasen/doctor", | ||
"slots": 1 | ||
}, | ||
"Response Combatant": { | ||
"outfit": "/datum/outfit/job/nanotrasen/security", | ||
"slots": 2 | ||
}, | ||
"Carrier Engineer":{ | ||
"outfit": "/datum/outfit/job/nanotrasen/engineer", | ||
"slots": 1 | ||
}, | ||
"Carrier Deckhand": { | ||
"outfit": "/datum/outfit/job/nanotrasen/assistant", | ||
"slots": 2 | ||
} | ||
} | ||
} |
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
Oops, something went wrong.