Skip to content

Commit

Permalink
New Ship - Krait + minor fixes (#508)
Browse files Browse the repository at this point in the history
* Executer, add light

* New Ship - Krait, minor fixes

* Datum merge

* Datum changes Jet Lancer

* PGF NEVER MORE
  • Loading branch information
RonninNiko authored May 9, 2024
1 parent bd5adc4 commit 249526a
Show file tree
Hide file tree
Showing 5 changed files with 7,723 additions and 0 deletions.
42 changes: 42 additions & 0 deletions _maps/_mod_celadon/configs/syndicate_krait.json
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": "Krait-class",
"description": "Универсальный корабль класса Крайт, совмещает в себе две команды SnD и RnD. Команда SnD занимается поиском, захватом и уничтожением для второй команды занимающейся исследованиями. Корабль оснащен передовыми нанотехнологиями для более эффективной работы, обладает суб шаттлом для быстрого захвата и уничтожения объектов.",
"tags": [
"Combat",
"Survival"
],
"prefix": "SSV",
"namelists": [
"CYBERSUN",
"GORLEX"
],
"map_short_name": "Krait-class",
"map_path": "_maps/_mod_celadon/shuttles/syndicate/syndicate_krait.dmm",
"limit": 1,
"job_slots": {
"Search and Destroy Team Leader": {
"outfit": "/datum/outfit/job/syndicate/captain/gorlex",
"officer": true,
"slots": 1
},
"Search and Destroy team member": {
"outfit": "/datum/outfit/job/syndicate/security/gorlex",
"slots": 3
},
"Research and Development Team Leader": {
"outfit": "/datum/outfit/job/syndicate/head_of_personnel/cybersun",
"officer": true,
"slots": 1
},
"Research and Development team member": {
"outfit": "/datum/outfit/job/roboticist",
"slots": 3
},
"GEC Engineering": {
"outfit": "/datum/outfit/job/syndicate/engineer/gec",
"slots": 2
}
},
"enabled": true
}
2 changes: 2 additions & 0 deletions _maps/_mod_celadon/shuttles/inteq/inteq_executer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,7 @@
icon_state = "0-2";
pixel_y = 1
},
/obj/machinery/light/small/directional/west,
/turf/open/floor/plasteel/patterned/brushed,
/area/ship/crew/toilet)
"oa" = (
Expand Down Expand Up @@ -3823,6 +3824,7 @@
/obj/structure/curtain,
/obj/item/soap/homemade,
/obj/item/soap/homemade,
/obj/machinery/light/small/directional/west,
/turf/open/floor/plasteel/patterned/brushed,
/area/ship/crew/toilet)
"WM" = (
Expand Down
Loading

0 comments on commit 249526a

Please sign in to comment.