forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds new ship for Nanotrasen - Teardrop (#474)
* Adds new ship for Nanotrasen - Teardrop * quick fix * ГлавГад захотел поменять префикс
- Loading branch information
1 parent
1855841
commit 37990b4
Showing
2 changed files
with
4,562 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,43 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "TearDrop-class Scout Vessel ", | ||
"prefix": "NTASV", | ||
"description": " 'TearDrop', разведывательный космический корабль под управлением NanoTrasen. Сам корабль построен в форме слезы. Хоть он и немного потёрт, но вполне справляется со своими задачами. Первостепенная его задача информирование НТ о действиях в секторе, а не война с другими фракциями. Если у вас есть какие-то замечания в сторону данного корабля, вы можете обратиться к нашим специалистам на официальном сайте.", | ||
"tags": [ | ||
"Combot", | ||
"Scout" | ||
], | ||
"namelists": [ | ||
"NANOTRASEN", | ||
"WEAPONS" | ||
|
||
], | ||
"map_short_name": "TearDrop-class", | ||
"map_path": "_maps/_mod_celadon/shuttles/nanotrasen/nanotrasen_teardrop.dmm", | ||
"limit": 1, | ||
"job_slots": { | ||
"Капитан": { | ||
"outfit": "/datum/outfit/job/nanotrasen/captain/lp", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Командир вылетной группы": { | ||
"outfit": "/datum/outfit/job/nanotrasen/hos", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Судовой техник": { | ||
"outfit": "/datum/outfit/job/nanotrasen/engineer/lp", | ||
"slots": 2 | ||
}, | ||
"Офицер вылетной группы": { | ||
"outfit": "/datum/outfit/job/nanotrasen/security/lp", | ||
"slots": 3 | ||
}, | ||
"Военный хирург": { | ||
"outfit": "/datum/outfit/job/nanotrasen/paramedic", | ||
"slots": 1 | ||
} | ||
}, | ||
"enabled": true | ||
} |
Oops, something went wrong.