Участник:IanComradeBot/prototype/department.json: различия между версиями
м Update prototype/department.json via GitHub Actions |
м Update prototype/department.json via GitHub Actions |
||
| Строка 10: | Строка 10: | ||
}, | }, | ||
"id": { | "id": { | ||
" | "Engineering": { | ||
"roles": [ | "roles": [ | ||
" | "AtmosphericTechnician", | ||
" | "ChiefEngineer", | ||
" | "SeniorEngineer", | ||
"StationEngineer", | |||
"TechnicalAssistant" | |||
], | ], | ||
"color": "# | "color": "#EFB341FF", | ||
"description": "department- | "description": "department-Engineering-description", | ||
"name": "department- | "name": "department-Engineering" | ||
}, | }, | ||
" | "CentralCommand": { | ||
"weight": | "weight": 120, | ||
" | "editorHidden": true, | ||
"roles": [ | "roles": [ | ||
"CentralCommandOfficial", | "CentralCommandOfficial", | ||
"CBURN", | "CBURN", | ||
| Строка 42: | Строка 36: | ||
"DeathSquad" | "DeathSquad" | ||
], | ], | ||
"color": "# | "color": "#0C344DFF", | ||
"description": "department- | "description": "department-CentralCommand-description", | ||
"name": "department- | "name": "department-CentralCommand" | ||
}, | }, | ||
" | "Science": { | ||
"roles": [ | "roles": [ | ||
" | "ResearchDirector", | ||
" | "SeniorResearcher", | ||
" | "Scientist", | ||
" | "ResearchAssistant" | ||
], | ], | ||
"color": "# | "color": "#D381C9FF", | ||
"description": "department- | "description": "department-Science-description", | ||
"name": "department- | "name": "department-Science" | ||
}, | }, | ||
"Medical": { | "Medical": { | ||
| Строка 71: | Строка 64: | ||
"description": "department-Medical-description", | "description": "department-Medical-description", | ||
"name": "department-Medical" | "name": "department-Medical" | ||
}, | |||
"Cargo": { | |||
"roles": [ | |||
"CargoTechnician", | |||
"Quartermaster", | |||
"SalvageSpecialist" | |||
], | |||
"color": "#A46106FF", | |||
"description": "department-Cargo-description", | |||
"name": "department-Cargo" | |||
}, | |||
"Specific": { | |||
"weight": 10, | |||
"primary": false, | |||
"roles": [ | |||
"Reporter", | |||
"Psychologist", | |||
"Pilot" | |||
], | |||
"color": "#9FED58FF", | |||
"description": "department-Specific-description", | |||
"name": "department-Specific" | |||
}, | |||
"Silicon": { | |||
"roles": [ | |||
"Borg", | |||
"StationAi" | |||
], | |||
"color": "#D381C9FF", | |||
"description": "department-Silicon-description", | |||
"name": "department-Silicon" | |||
}, | }, | ||
"Civilian": { | "Civilian": { | ||
| Строка 95: | Строка 119: | ||
"name": "department-Civilian" | "name": "department-Civilian" | ||
}, | }, | ||
" | "Command": { | ||
"weight": 100, | |||
"primary": false, | |||
"roles": [ | "roles": [ | ||
" | "Captain", | ||
" | "IAA", | ||
"ChiefEngineer", | |||
"ChiefMedicalOfficer", | |||
"HeadOfPersonnel", | |||
"HeadOfSecurity", | |||
"ResearchDirector", | |||
"Quartermaster", | |||
"CentralCommandOfficial", | |||
"CBURN", | |||
"ERTLeader", | |||
"ERTChaplain", | |||
"ERTJanitor", | |||
"ERTMedical", | |||
"ERTSecurity", | |||
"ERTEngineer", | |||
"DeathSquad" | |||
], | ], | ||
"color": "# | "color": "#334E6DFF", | ||
"description": "department- | "description": "department-Command-description", | ||
"name": "department- | "name": "department-Command" | ||
}, | }, | ||
"Security": { | "Security": { | ||
| Строка 119: | Строка 160: | ||
"description": "department-Security-description", | "description": "department-Security-description", | ||
"name": "department-Security" | "name": "department-Security" | ||
} | } | ||
} | } | ||
} | } | ||