Участник:IanComradeBot/prototype/department.json: различия между версиями
Update prototype/department.json via GitHub Actions |
м Update prototype/department.json via GitHub Actions |
||
| (не показано 26 промежуточных версий этого же участника) | |||
| Строка 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": { | |||
"roles": [ | |||
"AtmosphericTechnician", | |||
"ChiefEngineer", | |||
"SeniorEngineer", | |||
"StationEngineer", | |||
"TechnicalAssistant" | |||
], | |||
"color": "#EFB341FF", | |||
"description": "department-Engineering-description", | |||
"name": "department-Engineering" | |||
}, | |||
"CentralCommand": { | |||
"weight": 120, | |||
"editorHidden": true, | |||
"roles": [ | |||
"CentralCommandOfficial", | |||
"CBURN", | |||
"ERTLeader", | |||
"ERTChaplain", | |||
"ERTJanitor", | |||
"ERTMedical", | |||
"ERTSecurity", | |||
"ERTEngineer", | |||
"DeathSquad" | |||
], | |||
"color": "#0C344DFF", | |||
"description": "department-CentralCommand-description", | |||
"name": "department-CentralCommand" | |||
}, | |||
"Specific": { | "Specific": { | ||
"weight": 10, | "weight": 10, | ||
| Строка 21: | Строка 85: | ||
"description": "department-Specific-description", | "description": "department-Specific-description", | ||
"name": "department-Specific" | "name": "department-Specific" | ||
}, | |||
"Silicon": { | |||
"roles": [ | |||
"Borg", | |||
"StationAi" | |||
], | |||
"color": "#D381C9FF", | |||
"description": "department-Silicon-description", | |||
"name": "department-Silicon" | |||
}, | |||
"Cargo": { | |||
"roles": [ | |||
"CargoTechnician", | |||
"Quartermaster", | |||
"SalvageSpecialist" | |||
], | |||
"color": "#A46106FF", | |||
"description": "department-Cargo-description", | |||
"name": "department-Cargo" | |||
}, | }, | ||
"Command": { | "Command": { | ||
| Строка 47: | Строка 130: | ||
"description": "department-Command-description", | "description": "department-Command-description", | ||
"name": "department-Command" | "name": "department-Command" | ||
}, | }, | ||
"Medical": { | "Medical": { | ||
| Строка 72: | Строка 144: | ||
"description": "department-Medical-description", | "description": "department-Medical-description", | ||
"name": "department-Medical" | "name": "department-Medical" | ||
}, | }, | ||
"Security": { | "Security": { | ||
| Строка 97: | Строка 160: | ||
"description": "department-Security-description", | "description": "department-Security-description", | ||
"name": "department-Security" | "name": "department-Security" | ||
} | } | ||
} | } | ||
} | } | ||