Участник:IanComradeBot/prototype/department.json: различия между версиями
м Update prototype/department.json via GitHub Actions |
м Update prototype/department.json via GitHub Actions |
||
| Строка 10: | Строка 10: | ||
}, | }, | ||
"id": { | "id": { | ||
"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" | |||
}, | |||
"Engineering": { | "Engineering": { | ||
"roles": [ | "roles": [ | ||
| Строка 21: | Строка 40: | ||
"description": "department-Engineering-description", | "description": "department-Engineering-description", | ||
"name": "department-Engineering" | "name": "department-Engineering" | ||
}, | }, | ||
"Command": { | "Command": { | ||
| Строка 115: | Строка 89: | ||
"description": "department-Civilian-description", | "description": "department-Civilian-description", | ||
"name": "department-Civilian" | "name": "department-Civilian" | ||
}, | }, | ||
"Specific": { | "Specific": { | ||
| Строка 160: | Строка 115: | ||
"description": "department-Medical-description", | "description": "department-Medical-description", | ||
"name": "department-Medical" | "name": "department-Medical" | ||
}, | |||
"Science": { | |||
"roles": [ | |||
"ResearchDirector", | |||
"SeniorResearcher", | |||
"Scientist", | |||
"ResearchAssistant" | |||
], | |||
"color": "#D381C9FF", | |||
"description": "department-Science-description", | |||
"name": "department-Science" | |||
}, | |||
"CentralCommand": { | |||
"weight": 120, | |||
"editorHidden": true, | |||
"roles": [ | |||
"CentralCommandOfficial", | |||
"CBURN", | |||
"ERTLeader", | |||
"ERTChaplain", | |||
"ERTJanitor", | |||
"ERTMedical", | |||
"ERTSecurity", | |||
"ERTEngineer", | |||
"DeathSquad" | |||
], | |||
"color": "#0C344DFF", | |||
"description": "department-CentralCommand-description", | |||
"name": "department-CentralCommand" | |||
}, | |||
"Security": { | |||
"weight": 20, | |||
"roles": [ | |||
"HeadOfSecurity", | |||
"SecurityCadet", | |||
"SecurityOfficer", | |||
"SeniorOfficer", | |||
"Pilot", | |||
"Detective", | |||
"Warden", | |||
"Brigmedic" | |||
], | |||
"color": "#DE3A3AFF", | |||
"description": "department-Security-description", | |||
"name": "department-Security" | |||
} | } | ||
} | } | ||
} | } | ||