Skip to content

Commit

Permalink
Merge branch 'new_items' of https://github.com/MrCat15352/MrCat into …
Browse files Browse the repository at this point in the history
…new_items
  • Loading branch information
MrCat15352 committed May 3, 2024
2 parents 83634e9 + e09da4a commit f57c61a
Show file tree
Hide file tree
Showing 22 changed files with 4,862 additions and 289 deletions.
43 changes: 43 additions & 0 deletions _maps/_mod_celadon/configs/nanotrasen_teardrop.json
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
}
12 changes: 8 additions & 4 deletions _maps/_mod_celadon/configs/syndicate_gorlex_komodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,24 @@
"slots": 1
},
"Mechanic": {
"outfit": "/datum/outfit/job/syndicate/miner/gorlex",
"outfit": "/datum/outfit/job/syndicate/engineer/gorlex",
"slots": 1
},
"Trooper": {
"outfit": "/datum/outfit/job/syndicate/security/gorlex",
"slots": 3
},
"Deck assistant": {
"outfit": "/datum/outfit/job/syndicate/assistant/gorlex",
"slots": 2
"Miner": {
"outfit": "/datum/outfit/job/syndicate/miner/gorlex",
"slots": 1
},
"Bridge officer": {
"outfit": "/datum/outfit/job/syndicate/head_of_personnel",
"slots": 1
},
"Bartender": {
"outfit": "/datum/outfit/job/syndicate/bartender",
"slots": 1
}
},
"enabled": true
Expand Down
Loading

0 comments on commit f57c61a

Please sign in to comment.