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

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
 
(не показано 19 промежуточных версий этого же участника)
Строка 32: Строка 32:
"description": "department-Civilian-description",
"description": "department-Civilian-description",
"name": "department-Civilian"
"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": {
"CentralCommand": {
Строка 50: Строка 73:
"description": "department-CentralCommand-description",
"description": "department-CentralCommand-description",
"name": "department-CentralCommand"
"name": "department-CentralCommand"
},
"Silicon": {
"roles": [
"Borg",
"StationAi"
],
"color": "#D381C9FF",
"description": "department-Silicon-description",
"name": "department-Silicon"
},
},
"Specific": {
"Specific": {
Строка 72: Строка 86:
"name": "department-Specific"
"name": "department-Specific"
},
},
"Engineering": {
"Silicon": {
"roles": [
"roles": [
"AtmosphericTechnician",
"Borg",
"ChiefEngineer",
"StationAi"
"SeniorEngineer",
"StationEngineer",
"TechnicalAssistant"
],
],
"color": "#EFB341FF",
"color": "#D381C9FF",
"description": "department-Engineering-description",
"description": "department-Silicon-description",
"name": "department-Engineering"
"name": "department-Silicon"
},
},
"Medical": {
"Cargo": {
"roles": [
"roles": [
"Chemist",
"CargoTechnician",
"ChiefMedicalOfficer",
"Quartermaster",
"MedicalDoctor",
"SalvageSpecialist"
"MedicalIntern",
"Psychologist",
"Paramedic",
"SeniorPhysician"
],
],
"color": "#52B4E9FF",
"color": "#A46106FF",
"description": "department-Medical-description",
"description": "department-Cargo-description",
"name": "department-Medical"
"name": "department-Cargo"
},
"Science": {
"roles": [
"ResearchDirector",
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
},
},
"Command": {
"Command": {
Строка 134: Строка 130:
"description": "department-Command-description",
"description": "department-Command-description",
"name": "department-Command"
"name": "department-Command"
},
"Medical": {
"roles": [
"Chemist",
"ChiefMedicalOfficer",
"MedicalDoctor",
"MedicalIntern",
"Psychologist",
"Paramedic",
"SeniorPhysician"
],
"color": "#52B4E9FF",
"description": "department-Medical-description",
"name": "department-Medical"
},
},
"Security": {
"Security": {
Строка 150: Строка 160:
"description": "department-Security-description",
"description": "department-Security-description",
"name": "department-Security"
"name": "department-Security"
},
"Cargo": {
"roles": [
"CargoTechnician",
"Quartermaster",
"SalvageSpecialist"
],
"color": "#A46106FF",
"description": "department-Cargo-description",
"name": "department-Cargo"
}
}
}
}
}
}