Участник:IanComradeBot/prototype/department.json: различия между версиями

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
 
(не показано 8 промежуточных версий этого же участника)
Строка 10: Строка 10:
},
},
"id": {
"id": {
"Civilian": {
"weight": -10,
"roles": [
"Bartender",
"Botanist",
"Chaplain",
"Chef",
"Clown",
"HeadOfPersonnel",
"Janitor",
"Lawyer",
"Librarian",
"Mime",
"Musician",
"Passenger",
"Reporter",
"Visitor",
"ServiceWorker"
],
"color": "#9FED58FF",
"description": "department-Civilian-description",
"name": "department-Civilian"
},
"Science": {
"roles": [
"ResearchDirector",
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
},
"Engineering": {
"roles": [
"AtmosphericTechnician",
"ChiefEngineer",
"SeniorEngineer",
"StationEngineer",
"TechnicalAssistant"
],
"color": "#EFB341FF",
"description": "department-Engineering-description",
"name": "department-Engineering"
},
"CentralCommand": {
"weight": 120,
"editorHidden": true,
"roles": [
"CentralCommandOfficial",
"CBURN",
"ERTLeader",
"ERTChaplain",
"ERTJanitor",
"ERTMedical",
"ERTSecurity",
"ERTEngineer",
"DeathSquad"
],
"color": "#0C344DFF",
"description": "department-CentralCommand-description",
"name": "department-CentralCommand"
},
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"Reporter",
"Psychologist",
"Pilot"
],
"color": "#9FED58FF",
"description": "department-Specific-description",
"name": "department-Specific"
},
"Silicon": {
"roles": [
"Borg",
"StationAi"
],
"color": "#D381C9FF",
"description": "department-Silicon-description",
"name": "department-Silicon"
},
"Cargo": {
"Cargo": {
"roles": [
"roles": [
Строка 45: Строка 130:
"description": "department-Command-description",
"description": "department-Command-description",
"name": "department-Command"
"name": "department-Command"
},
"Engineering": {
"roles": [
"AtmosphericTechnician",
"ChiefEngineer",
"SeniorEngineer",
"StationEngineer",
"TechnicalAssistant"
],
"color": "#EFB341FF",
"description": "department-Engineering-description",
"name": "department-Engineering"
},
},
"Medical": {
"Medical": {
Строка 71: Строка 144:
"description": "department-Medical-description",
"description": "department-Medical-description",
"name": "department-Medical"
"name": "department-Medical"
},
"Civilian": {
"weight": -10,
"roles": [
"Bartender",
"Botanist",
"Chaplain",
"Chef",
"Clown",
"HeadOfPersonnel",
"Janitor",
"Lawyer",
"Librarian",
"Mime",
"Musician",
"Passenger",
"Reporter",
"Visitor",
"ServiceWorker"
],
"color": "#9FED58FF",
"description": "department-Civilian-description",
"name": "department-Civilian"
},
"Silicon": {
"roles": [
"Borg",
"StationAi"
],
"color": "#D381C9FF",
"description": "department-Silicon-description",
"name": "department-Silicon"
},
},
"Security": {
"Security": {
Строка 119: Строка 160:
"description": "department-Security-description",
"description": "department-Security-description",
"name": "department-Security"
"name": "department-Security"
},
"Science": {
"roles": [
"ResearchDirector",
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
},
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"Reporter",
"Psychologist",
"Pilot"
],
"color": "#9FED58FF",
"description": "department-Specific-description",
"name": "department-Specific"
},
"CentralCommand": {
"weight": 120,
"editorHidden": true,
"roles": [
"CentralCommandOfficial",
"CBURN",
"ERTLeader",
"ERTChaplain",
"ERTJanitor",
"ERTMedical",
"ERTSecurity",
"ERTEngineer",
"DeathSquad"
],
"color": "#0C344DFF",
"description": "department-CentralCommand-description",
"name": "department-CentralCommand"
}
}
}
}
}
}