Участник:IanComradeBot/prototype/department.json: различия между версиями
м Update prototype/department.json via GitHub Actions |
м Update prototype/department.json via GitHub Actions |
||
| (не показано 7 промежуточных версий этого же участника) | |||
| Строка 10: | Строка 10: | ||
}, | }, | ||
"id": { | "id": { | ||
"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": [ | |||
"ResearchDirector", | |||
"SeniorResearcher", | |||
"Scientist", | |||
"ResearchAssistant" | |||
], | |||
"color": "#D381C9FF", | |||
"description": "department-Science-description", | |||
"name": "department-Science" | |||
}, | |||
"Engineering": { | "Engineering": { | ||
"roles": [ | "roles": [ | ||
| Строка 39: | Строка 73: | ||
"description": "department-CentralCommand-description", | "description": "department-CentralCommand-description", | ||
"name": "department-CentralCommand" | "name": "department-CentralCommand" | ||
}, | }, | ||
"Specific": { | "Specific": { | ||
| Строка 96: | Строка 95: | ||
"name": "department-Silicon" | "name": "department-Silicon" | ||
}, | }, | ||
" | "Cargo": { | ||
"roles": [ | "roles": [ | ||
" | "CargoTechnician", | ||
" | "Quartermaster", | ||
" | "SalvageSpecialist" | ||
], | ], | ||
"color": "# | "color": "#A46106FF", | ||
"description": "department- | "description": "department-Cargo-description", | ||
"name": "department- | "name": "department-Cargo" | ||
}, | }, | ||
"Command": { | "Command": { | ||
| Строка 144: | Строка 130: | ||
"description": "department-Command-description", | "description": "department-Command-description", | ||
"name": "department-Command" | "name": "department-Command" | ||
}, | |||
"Medical": { | |||
"roles": [ | |||
"Chemist", | |||
"ChiefMedicalOfficer", | |||
"MedicalDoctor", | |||
"MedicalIntern", | |||
"Psychologist", | |||
"Paramedic", | |||
"SeniorPhysician" | |||
], | |||
"color": "#52B4E9FF", | |||
"description": "department-Medical-description", | |||
"name": "department-Medical" | |||
}, | }, | ||
"Security": { | "Security": { | ||