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

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
 
(не показано 11 промежуточных версий этого же участника)
Строка 10: Строка 10:
},
},
"id": {
"id": {
"Silicon": {
"roles": [
"Borg",
"StationAi"
],
"color": "#D381C9FF",
"description": "department-Silicon-description",
"name": "department-Silicon"
},
"Science": {
"roles": [
"ResearchDirector",
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
},
"Civilian": {
"Civilian": {
"weight": -10,
"weight": -10,
Строка 53: Строка 33:
"name": "department-Civilian"
"name": "department-Civilian"
},
},
"Security": {
"Science": {
"weight": 20,
"roles": [
"roles": [
"HeadOfSecurity",
"ResearchDirector",
"SecurityCadet",
"SeniorResearcher",
"SecurityOfficer",
"Scientist",
"SeniorOfficer",
"ResearchAssistant"
"Pilot",
"Detective",
"Warden",
"Brigmedic"
],
],
"color": "#DE3A3AFF",
"color": "#D381C9FF",
"description": "department-Security-description",
"description": "department-Science-description",
"name": "department-Security"
"name": "department-Science"
},
},
"Engineering": {
"Engineering": {
Строка 80: Строка 55:
"description": "department-Engineering-description",
"description": "department-Engineering-description",
"name": "department-Engineering"
"name": "department-Engineering"
},
"Cargo": {
"roles": [
"CargoTechnician",
"Quartermaster",
"SalvageSpecialist"
],
"color": "#A46106FF",
"description": "department-Cargo-description",
"name": "department-Cargo"
},
},
"CentralCommand": {
"CentralCommand": {
Строка 109: Строка 74:
"name": "department-CentralCommand"
"name": "department-CentralCommand"
},
},
"Medical": {
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"roles": [
"Chemist",
"Reporter",
"ChiefMedicalOfficer",
"MedicalDoctor",
"MedicalIntern",
"Psychologist",
"Psychologist",
"Paramedic",
"Pilot"
"SeniorPhysician"
],
"color": "#9FED58FF",
"description": "department-Specific-description",
"name": "department-Specific"
},
"Silicon": {
"roles": [
"Borg",
"StationAi"
],
"color": "#D381C9FF",
"description": "department-Silicon-description",
"name": "department-Silicon"
},
"Cargo": {
"roles": [
"CargoTechnician",
"Quartermaster",
"SalvageSpecialist"
],
],
"color": "#52B4E9FF",
"color": "#A46106FF",
"description": "department-Medical-description",
"description": "department-Cargo-description",
"name": "department-Medical"
"name": "department-Cargo"
},
},
"Command": {
"Command": {
Строка 149: Строка 131:
"name": "department-Command"
"name": "department-Command"
},
},
"Specific": {
"Medical": {
"weight": 10,
"primary": false,
"roles": [
"roles": [
"Reporter",
"Chemist",
"ChiefMedicalOfficer",
"MedicalDoctor",
"MedicalIntern",
"Psychologist",
"Psychologist",
"Pilot"
"Paramedic",
"SeniorPhysician"
],
"color": "#52B4E9FF",
"description": "department-Medical-description",
"name": "department-Medical"
},
"Security": {
"weight": 20,
"roles": [
"HeadOfSecurity",
"SecurityCadet",
"SecurityOfficer",
"SeniorOfficer",
"Pilot",
"Detective",
"Warden",
"Brigmedic"
],
],
"color": "#9FED58FF",
"color": "#DE3A3AFF",
"description": "department-Specific-description",
"description": "department-Security-description",
"name": "department-Specific"
"name": "department-Security"
}
}
}
}
}
}