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

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
Строка 10: Строка 10:
},
},
"id": {
"id": {
"Cargo": {
"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"
},
"Science": {
"roles": [
"roles": [
"CargoTechnician",
"ResearchDirector",
"Quartermaster",
"SeniorResearcher",
"SalvageSpecialist"
"Scientist",
"ResearchAssistant"
],
],
"color": "#A46106FF",
"color": "#D381C9FF",
"description": "department-Cargo-description",
"description": "department-Science-description",
"name": "department-Cargo"
"name": "department-Science"
},
},
"Security": {
"Security": {
Строка 35: Строка 59:
"description": "department-Security-description",
"description": "department-Security-description",
"name": "department-Security"
"name": "department-Security"
},
"Engineering": {
"roles": [
"AtmosphericTechnician",
"ChiefEngineer",
"SeniorEngineer",
"StationEngineer",
"TechnicalAssistant"
],
"color": "#EFB341FF",
"description": "department-Engineering-description",
"name": "department-Engineering"
},
},
"Silicon": {
"Silicon": {
Строка 44: Строка 80:
"description": "department-Silicon-description",
"description": "department-Silicon-description",
"name": "department-Silicon"
"name": "department-Silicon"
},
"Medical": {
"roles": [
"Chemist",
"ChiefMedicalOfficer",
"MedicalDoctor",
"MedicalIntern",
"Psychologist",
"Paramedic",
"SeniorPhysician"
],
"color": "#52B4E9FF",
"description": "department-Medical-description",
"name": "department-Medical"
},
},
"CentralCommand": {
"CentralCommand": {
Строка 77: Строка 99:
"name": "department-CentralCommand"
"name": "department-CentralCommand"
},
},
"Science": {
"Medical": {
"roles": [
"roles": [
"ResearchDirector",
"Chemist",
"SeniorResearcher",
"ChiefMedicalOfficer",
"Scientist",
"MedicalDoctor",
"ResearchAssistant"
"MedicalIntern",
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
},
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"Reporter",
"Psychologist",
"Psychologist",
"Pilot"
"Paramedic",
"SeniorPhysician"
],
],
"color": "#9FED58FF",
"color": "#52B4E9FF",
"description": "department-Specific-description",
"description": "department-Medical-description",
"name": "department-Specific"
"name": "department-Medical"
},
},
"Command": {
"Command": {
Строка 126: Строка 139:
"name": "department-Command"
"name": "department-Command"
},
},
"Civilian": {
"Cargo": {
"weight": -10,
"roles": [
"roles": [
"Bartender",
"CargoTechnician",
"Botanist",
"Quartermaster",
"Chaplain",
"SalvageSpecialist"
"Chef",
"Clown",
"HeadOfPersonnel",
"Janitor",
"Lawyer",
"Librarian",
"Mime",
"Musician",
"Passenger",
"Reporter",
"Visitor",
"ServiceWorker"
],
],
"color": "#9FED58FF",
"color": "#A46106FF",
"description": "department-Civilian-description",
"description": "department-Cargo-description",
"name": "department-Civilian"
"name": "department-Cargo"
},
},
"Engineering": {
"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"
}
}
}
}
}
}