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

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
Строка 10: Строка 10:
},
},
"id": {
"id": {
"Engineering": {
"Security": {
"weight": 20,
"roles": [
"HeadOfSecurity",
"SecurityCadet",
"SecurityOfficer",
"SeniorOfficer",
"Pilot",
"Detective",
"Warden",
"Brigmedic"
],
"color": "#DE3A3AFF",
"description": "department-Security-description",
"name": "department-Security"
},
"Cargo": {
"roles": [
"CargoTechnician",
"Quartermaster",
"SalvageSpecialist"
],
"color": "#A46106FF",
"description": "department-Cargo-description",
"name": "department-Cargo"
},
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"roles": [
"AtmosphericTechnician",
"Reporter",
"ChiefEngineer",
"Psychologist",
"SeniorEngineer",
"Pilot"
"StationEngineer",
"TechnicalAssistant"
],
],
"color": "#EFB341FF",
"color": "#9FED58FF",
"description": "department-Engineering-description",
"description": "department-Specific-description",
"name": "department-Engineering"
"name": "department-Specific"
},
},
"CentralCommand": {
"CentralCommand": {
Строка 39: Строка 65:
"description": "department-CentralCommand-description",
"description": "department-CentralCommand-description",
"name": "department-CentralCommand"
"name": "department-CentralCommand"
},
"Science": {
"roles": [
"ResearchDirector",
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
},
},
"Medical": {
"Medical": {
Строка 64: Строка 79:
"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": {
"Silicon": {
Строка 145: Строка 138:
"name": "department-Command"
"name": "department-Command"
},
},
"Security": {
"Science": {
"weight": 20,
"roles": [
"ResearchDirector",
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
},
"Engineering": {
"roles": [
"roles": [
"HeadOfSecurity",
"AtmosphericTechnician",
"SecurityCadet",
"ChiefEngineer",
"SecurityOfficer",
"SeniorEngineer",
"SeniorOfficer",
"StationEngineer",
"Pilot",
"TechnicalAssistant"
"Detective",
"Warden",
"Brigmedic"
],
],
"color": "#DE3A3AFF",
"color": "#EFB341FF",
"description": "department-Security-description",
"description": "department-Engineering-description",
"name": "department-Security"
"name": "department-Engineering"
}
}
}
}
}
}