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

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
Строка 10: Строка 10:
},
},
"id": {
"id": {
"Security": {
"Science": {
"weight": 20,
"roles": [
"ResearchDirector",
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
},
"Silicon": {
"roles": [
"roles": [
"HeadOfSecurity",
"Borg",
"SecurityCadet",
"StationAi"
"SecurityOfficer",
"SeniorOfficer",
"Pilot",
"Detective",
"Warden",
"Brigmedic"
],
],
"color": "#DE3A3AFF",
"color": "#D381C9FF",
"description": "department-Security-description",
"description": "department-Silicon-description",
"name": "department-Security"
"name": "department-Silicon"
},
},
"Cargo": {
"Cargo": {
Строка 36: Строка 40:
"name": "department-Cargo"
"name": "department-Cargo"
},
},
"Specific": {
"Medical": {
"weight": 10,
"primary": false,
"roles": [
"roles": [
"Reporter",
"Chemist",
"ChiefMedicalOfficer",
"MedicalDoctor",
"MedicalIntern",
"Psychologist",
"Psychologist",
"Pilot"
"Paramedic",
"SeniorPhysician"
],
],
"color": "#9FED58FF",
"color": "#52B4E9FF",
"description": "department-Specific-description",
"description": "department-Medical-description",
"name": "department-Specific"
"name": "department-Medical"
},
},
"CentralCommand": {
"CentralCommand": {
Строка 66: Строка 72:
"name": "department-CentralCommand"
"name": "department-CentralCommand"
},
},
"Medical": {
"Engineering": {
"roles": [
"roles": [
"Chemist",
"AtmosphericTechnician",
"ChiefMedicalOfficer",
"ChiefEngineer",
"MedicalDoctor",
"SeniorEngineer",
"MedicalIntern",
"StationEngineer",
"Psychologist",
"TechnicalAssistant"
"Paramedic",
"SeniorPhysician"
],
],
"color": "#52B4E9FF",
"color": "#EFB341FF",
"description": "department-Medical-description",
"description": "department-Engineering-description",
"name": "department-Medical"
"name": "department-Engineering"
},
"Silicon": {
"roles": [
"Borg",
"StationAi"
],
"color": "#D381C9FF",
"description": "department-Silicon-description",
"name": "department-Silicon"
},
"Civilian": {
"weight": -10,
"roles": [
"Bartender",
"Botanist",
"Chaplain",
"Chef",
"Clown",
"HeadOfPersonnel",
"Janitor",
"Lawyer",
"Librarian",
"Mime",
"Musician",
"Passenger",
"Reporter",
"Visitor",
"ServiceWorker"
],
"color": "#9FED58FF",
"description": "department-Civilian-description",
"name": "department-Civilian"
},
},
"Command": {
"Command": {
Строка 138: Строка 110:
"name": "department-Command"
"name": "department-Command"
},
},
"Science": {
"Security": {
"weight": 20,
"roles": [
"HeadOfSecurity",
"SecurityCadet",
"SecurityOfficer",
"SeniorOfficer",
"Pilot",
"Detective",
"Warden",
"Brigmedic"
],
"color": "#DE3A3AFF",
"description": "department-Security-description",
"name": "department-Security"
},
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"roles": [
"ResearchDirector",
"Reporter",
"SeniorResearcher",
"Psychologist",
"Scientist",
"Pilot"
"ResearchAssistant"
],
],
"color": "#D381C9FF",
"color": "#9FED58FF",
"description": "department-Science-description",
"description": "department-Specific-description",
"name": "department-Science"
"name": "department-Specific"
},
},
"Engineering": {
"Civilian": {
"weight": -10,
"roles": [
"roles": [
"AtmosphericTechnician",
"Bartender",
"ChiefEngineer",
"Botanist",
"SeniorEngineer",
"Chaplain",
"StationEngineer",
"Chef",
"TechnicalAssistant"
"Clown",
"HeadOfPersonnel",
"Janitor",
"Lawyer",
"Librarian",
"Mime",
"Musician",
"Passenger",
"Reporter",
"Visitor",
"ServiceWorker"
],
],
"color": "#EFB341FF",
"color": "#9FED58FF",
"description": "department-Engineering-description",
"description": "department-Civilian-description",
"name": "department-Engineering"
"name": "department-Civilian"
}
}
}
}
}
}