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

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
Строка 10: Строка 10:
},
},
"id": {
"id": {
"Cargo": {
"Engineering": {
"roles": [
"roles": [
"CargoTechnician",
"AtmosphericTechnician",
"Quartermaster",
"ChiefEngineer",
"SalvageSpecialist"
"SeniorEngineer",
"StationEngineer",
"TechnicalAssistant"
],
],
"color": "#A46106FF",
"color": "#EFB341FF",
"description": "department-Cargo-description",
"description": "department-Engineering-description",
"name": "department-Cargo"
"name": "department-Engineering"
},
},
"Command": {
"CentralCommand": {
"weight": 100,
"weight": 120,
"primary": false,
"editorHidden": true,
"roles": [
"roles": [
"Captain",
"IAA",
"ChiefEngineer",
"ChiefMedicalOfficer",
"HeadOfPersonnel",
"HeadOfSecurity",
"ResearchDirector",
"Quartermaster",
"CentralCommandOfficial",
"CentralCommandOfficial",
"CBURN",
"CBURN",
Строка 42: Строка 36:
"DeathSquad"
"DeathSquad"
],
],
"color": "#334E6DFF",
"color": "#0C344DFF",
"description": "department-Command-description",
"description": "department-CentralCommand-description",
"name": "department-Command"
"name": "department-CentralCommand"
},
},
"Engineering": {
"Science": {
"roles": [
"roles": [
"AtmosphericTechnician",
"ResearchDirector",
"ChiefEngineer",
"SeniorResearcher",
"SeniorEngineer",
"Scientist",
"StationEngineer",
"ResearchAssistant"
"TechnicalAssistant"
],
],
"color": "#EFB341FF",
"color": "#D381C9FF",
"description": "department-Engineering-description",
"description": "department-Science-description",
"name": "department-Engineering"
"name": "department-Science"
},
},
"Medical": {
"Medical": {
Строка 71: Строка 64:
"description": "department-Medical-description",
"description": "department-Medical-description",
"name": "department-Medical"
"name": "department-Medical"
},
"Cargo": {
"roles": [
"CargoTechnician",
"Quartermaster",
"SalvageSpecialist"
],
"color": "#A46106FF",
"description": "department-Cargo-description",
"name": "department-Cargo"
},
"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"
},
},
"Civilian": {
"Civilian": {
Строка 95: Строка 119:
"name": "department-Civilian"
"name": "department-Civilian"
},
},
"Silicon": {
"Command": {
"weight": 100,
"primary": false,
"roles": [
"roles": [
"Borg",
"Captain",
"StationAi"
"IAA",
"ChiefEngineer",
"ChiefMedicalOfficer",
"HeadOfPersonnel",
"HeadOfSecurity",
"ResearchDirector",
"Quartermaster",
"CentralCommandOfficial",
"CBURN",
"ERTLeader",
"ERTChaplain",
"ERTJanitor",
"ERTMedical",
"ERTSecurity",
"ERTEngineer",
"DeathSquad"
],
],
"color": "#D381C9FF",
"color": "#334E6DFF",
"description": "department-Silicon-description",
"description": "department-Command-description",
"name": "department-Silicon"
"name": "department-Command"
},
},
"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"
}
}
}
}
}
}