Участник:IanComradeBot/prototype/department.json: различия между версиями
м Update prototype/department.json via GitHub Actions |
м Update prototype/department.json via GitHub Actions |
||
| Строка 10: | Строка 10: | ||
}, | }, | ||
"id": { | "id": { | ||
" | "Science": { | ||
"roles": [ | "roles": [ | ||
" | "ResearchDirector", | ||
" | "SeniorResearcher", | ||
"Scientist", | |||
"ResearchAssistant" | |||
], | ], | ||
"color": "#D381C9FF", | "color": "#D381C9FF", | ||
"description": "department- | "description": "department-Science-description", | ||
"name": "department- | "name": "department-Science" | ||
}, | }, | ||
"Specific": { | "Specific": { | ||
| Строка 31: | Строка 33: | ||
"name": "department-Specific" | "name": "department-Specific" | ||
}, | }, | ||
" | "Silicon": { | ||
"roles": [ | "roles": [ | ||
" | "Borg", | ||
" | "StationAi" | ||
], | ], | ||
"color": "# | "color": "#D381C9FF", | ||
"description": "department- | "description": "department-Silicon-description", | ||
"name": "department- | "name": "department-Silicon" | ||
}, | }, | ||
"Cargo": { | "Cargo": { | ||
| Строка 56: | Строка 51: | ||
"description": "department-Cargo-description", | "description": "department-Cargo-description", | ||
"name": "department-Cargo" | "name": "department-Cargo" | ||
}, | |||
"Engineering": { | |||
"roles": [ | |||
"AtmosphericTechnician", | |||
"ChiefEngineer", | |||
"SeniorEngineer", | |||
"StationEngineer", | |||
"TechnicalAssistant" | |||
], | |||
"color": "#EFB341FF", | |||
"description": "department-Engineering-description", | |||
"name": "department-Engineering" | |||
}, | |||
"Command": { | |||
"weight": 100, | |||
"primary": false, | |||
"roles": [ | |||
"Captain", | |||
"IAA", | |||
"ChiefEngineer", | |||
"ChiefMedicalOfficer", | |||
"HeadOfPersonnel", | |||
"HeadOfSecurity", | |||
"ResearchDirector", | |||
"Quartermaster", | |||
"CentralCommandOfficial", | |||
"CBURN", | |||
"ERTLeader", | |||
"ERTChaplain", | |||
"ERTJanitor", | |||
"ERTMedical", | |||
"ERTSecurity", | |||
"ERTEngineer", | |||
"DeathSquad" | |||
], | |||
"color": "#334E6DFF", | |||
"description": "department-Command-description", | |||
"name": "department-Command" | |||
}, | }, | ||
"Civilian": { | "Civilian": { | ||
| Строка 80: | Строка 113: | ||
"name": "department-Civilian" | "name": "department-Civilian" | ||
}, | }, | ||
" | "Security": { | ||
"weight": | "weight": 20, | ||
"roles": [ | "roles": [ | ||
" | "HeadOfSecurity", | ||
" | "SecurityCadet", | ||
" | "SecurityOfficer", | ||
" | "SeniorOfficer", | ||
" | "Pilot", | ||
" | "Detective", | ||
" | "Warden", | ||
" | "Brigmedic" | ||
], | ], | ||
"color": "# | "color": "#DE3A3AFF", | ||
"description": "department- | "description": "department-Security-description", | ||
"name": "department- | "name": "department-Security" | ||
}, | }, | ||
"Medical": { | "Medical": { | ||
| Строка 124: | Строка 143: | ||
"name": "department-Medical" | "name": "department-Medical" | ||
}, | }, | ||
" | "CentralCommand": { | ||
"weight": 120, | |||
"editorHidden": true, | |||
"roles": [ | "roles": [ | ||
"CentralCommandOfficial", | "CentralCommandOfficial", | ||
"CBURN", | "CBURN", | ||
| Строка 157: | Строка 157: | ||
"DeathSquad" | "DeathSquad" | ||
], | ], | ||
"color": "# | "color": "#0C344DFF", | ||
"description": "department- | "description": "department-CentralCommand-description", | ||
"name": "department- | "name": "department-CentralCommand" | ||
} | } | ||
} | } | ||
} | } | ||