Skip to content

Commit

Permalink
Rework radio_funny
Browse files Browse the repository at this point in the history
У нас новый шип!!!
  • Loading branch information
Overteh authored Apr 22, 2024
1 parent f205883 commit a8d5d17
Show file tree
Hide file tree
Showing 2 changed files with 1,022 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _maps/_mod_celadon/configs/independent_radio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Bullfinch-class radio broadcast vessel",
"map_short_name": "Radio-class",
"prefix": "ISV",
"map_path": "_maps/_mod_celadon/shuttles/independent/independent_radio_broadcast.dmm",
"starting_funds": 5000,
"description": "Редкий корабль, который появляется в секторе и собирая информацию из самых горячих точек транслирует новости на весь сектор. Экипаж может быть настолько приставучим, что пристыковываются прямо к кораблям, которые подвергаются обстрелу. В экипаже помимо капитана есть детектив, что достаёт больше информации, чем кто либо и инженер, что следит за работоспособностью телекомов",
"tags": ["Specialist"],
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/independent/captain",
"officer": true,
"slots": 1
},
"Ship Engineer": {
"outfit": "/datum/outfit/job/independent/engineer",
"slots": 1
},
"Ship Detective": {
"outfit": "/datum/outfit/job/independent/detective",
"slots": 1
}
},
"enabled": true
}
Loading

0 comments on commit a8d5d17

Please sign in to comment.