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

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
Строка 10: Строка 10:
},
},
"id": {
"id": {
"Engineering": {
"Medical": {
"roles": [
"roles": [
"AtmosphericTechnician",
"Chemist",
"ChiefEngineer",
"ChiefMedicalOfficer",
"SeniorEngineer",
"MedicalDoctor",
"StationEngineer",
"MedicalIntern",
"TechnicalAssistant"
"Psychologist",
"Paramedic",
"SeniorPhysician"
],
],
"color": "#EFB341FF",
"color": "#52B4E9FF",
"description": "department-Engineering-description",
"description": "department-Medical-description",
"name": "department-Engineering"
"name": "department-Medical"
},
},
"Command": {
"CentralCommand": {
"weight": 100,
"weight": 120,
"primary": false,
"editorHidden": true,
"roles": [
"roles": [
"Captain",
"IAA",
"ChiefEngineer",
"ChiefMedicalOfficer",
"HeadOfPersonnel",
"HeadOfSecurity",
"ResearchDirector",
"Quartermaster",
"CentralCommandOfficial",
"CentralCommandOfficial",
"CBURN",
"CBURN",
Строка 44: Строка 38:
"DeathSquad"
"DeathSquad"
],
],
"color": "#334E6DFF",
"color": "#0C344DFF",
"description": "department-Command-description",
"description": "department-CentralCommand-description",
"name": "department-Command"
"name": "department-CentralCommand"
},
"Silicon": {
"roles": [
"Borg",
"StationAi"
],
"color": "#D381C9FF",
"description": "department-Silicon-description",
"name": "department-Silicon"
},
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"Reporter",
"Psychologist",
"Pilot"
],
"color": "#9FED58FF",
"description": "department-Specific-description",
"name": "department-Specific"
},
"Engineering": {
"roles": [
"AtmosphericTechnician",
"ChiefEngineer",
"SeniorEngineer",
"StationEngineer",
"TechnicalAssistant"
],
"color": "#EFB341FF",
"description": "department-Engineering-description",
"name": "department-Engineering"
},
},
"Security": {
"Security": {
Строка 87: Строка 114:
"name": "department-Civilian"
"name": "department-Civilian"
},
},
"CentralCommand": {
"Command": {
"weight": 120,
"weight": 100,
"editorHidden": true,
"primary": false,
"roles": [
"roles": [
"Captain",
"IAA",
"ChiefEngineer",
"ChiefMedicalOfficer",
"HeadOfPersonnel",
"HeadOfSecurity",
"ResearchDirector",
"Quartermaster",
"CentralCommandOfficial",
"CentralCommandOfficial",
"CBURN",
"CBURN",
Строка 101: Строка 136:
"DeathSquad"
"DeathSquad"
],
],
"color": "#0C344DFF",
"color": "#334E6DFF",
"description": "department-CentralCommand-description",
"description": "department-Command-description",
"name": "department-CentralCommand"
"name": "department-Command"
},
},
"Silicon": {
"Science": {
"roles": [
"roles": [
"Borg",
"ResearchDirector",
"StationAi"
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
],
"color": "#D381C9FF",
"color": "#D381C9FF",
"description": "department-Silicon-description",
"description": "department-Science-description",
"name": "department-Silicon"
"name": "department-Science"
},
"Medical": {
"roles": [
"Chemist",
"ChiefMedicalOfficer",
"MedicalDoctor",
"MedicalIntern",
"Psychologist",
"Paramedic",
"SeniorPhysician"
],
"color": "#52B4E9FF",
"description": "department-Medical-description",
"name": "department-Medical"
},
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"Reporter",
"Psychologist",
"Pilot"
],
"color": "#9FED58FF",
"description": "department-Specific-description",
"name": "department-Specific"
},
},
"Cargo": {
"Cargo": {
Строка 149: Строка 160:
"description": "department-Cargo-description",
"description": "department-Cargo-description",
"name": "department-Cargo"
"name": "department-Cargo"
},
"Science": {
"roles": [
"ResearchDirector",
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
}
}
}
}
}
}