Участник:IanComradeBot/prototype/department.json: различия между версиями
Update prototype/department.json via GitHub Actions |
м Update prototype/department.json via GitHub Actions |
||
| Строка 10: | Строка 10: | ||
}, | }, | ||
"id": { | "id": { | ||
" | "Cargo": { | ||
"roles": [ | "roles": [ | ||
" | "CargoTechnician", | ||
" | "Quartermaster", | ||
" | "SalvageSpecialist" | ||
], | ], | ||
"color": "# | "color": "#A46106FF", | ||
"description": "department- | "description": "department-Cargo-description", | ||
"name": "department- | "name": "department-Cargo" | ||
}, | }, | ||
" | "Security": { | ||
"weight": | "weight": 20, | ||
"roles": [ | "roles": [ | ||
"HeadOfSecurity", | "HeadOfSecurity", | ||
" | "SecurityCadet", | ||
" | "SecurityOfficer", | ||
" | "SeniorOfficer", | ||
" | "Pilot", | ||
" | "Detective", | ||
" | "Warden", | ||
" | "Brigmedic" | ||
], | ], | ||
"color": "# | "color": "#DE3A3AFF", | ||
"description": "department- | "description": "department-Security-description", | ||
"name": "department- | "name": "department-Security" | ||
}, | }, | ||
"Medical": { | "Medical": { | ||
| Строка 73: | Строка 50: | ||
"name": "department-Medical" | "name": "department-Medical" | ||
}, | }, | ||
" | "Science": { | ||
"roles": [ | "roles": [ | ||
" | "ResearchDirector", | ||
" | "SeniorResearcher", | ||
"Scientist", | |||
"ResearchAssistant" | |||
], | ], | ||
"color": "#D381C9FF", | "color": "#D381C9FF", | ||
"description": "department- | "description": "department-Science-description", | ||
"name": "department- | "name": "department-Science" | ||
}, | |||
"Specific": { | |||
"weight": 10, | |||
"primary": false, | |||
"roles": [ | |||
"Reporter", | |||
"Psychologist", | |||
"Pilot" | |||
], | |||
"color": "#9FED58FF", | |||
"description": "department-Specific-description", | |||
"name": "department-Specific" | |||
}, | }, | ||
" | "Civilian": { | ||
"weight": | "weight": -10, | ||
"roles": [ | "roles": [ | ||
" | "Bartender", | ||
" | "Botanist", | ||
" | "Chaplain", | ||
" | "Chef", | ||
" | "Clown", | ||
" | "HeadOfPersonnel", | ||
" | "Janitor", | ||
" | "Lawyer", | ||
"Librarian", | |||
"Mime", | |||
"Musician", | |||
"Passenger", | |||
"Reporter", | |||
"Visitor", | |||
"ServiceWorker" | |||
], | ], | ||
"color": "# | "color": "#9FED58FF", | ||
"description": "department- | "description": "department-Civilian-description", | ||
"name": "department- | "name": "department-Civilian" | ||
}, | }, | ||
"Engineering": { | "Engineering": { | ||
| Строка 109: | Строка 107: | ||
"description": "department-Engineering-description", | "description": "department-Engineering-description", | ||
"name": "department-Engineering" | "name": "department-Engineering" | ||
}, | }, | ||
"CentralCommand": { | "CentralCommand": { | ||
| Строка 138: | Строка 126: | ||
"name": "department-CentralCommand" | "name": "department-CentralCommand" | ||
}, | }, | ||
" | "Command": { | ||
"weight": | "weight": 100, | ||
"primary": false, | |||
"roles": [ | "roles": [ | ||
" | "Captain", | ||
" | "IAA", | ||
" | "ChiefEngineer", | ||
" | "ChiefMedicalOfficer", | ||
"HeadOfPersonnel", | "HeadOfPersonnel", | ||
" | "HeadOfSecurity", | ||
" | "ResearchDirector", | ||
" | "Quartermaster", | ||
" | "CentralCommandOfficial", | ||
" | "CBURN", | ||
" | "ERTLeader", | ||
" | "ERTChaplain", | ||
" | "ERTJanitor", | ||
" | "ERTMedical", | ||
"ERTSecurity", | |||
"ERTEngineer", | |||
"DeathSquad" | |||
], | |||
"color": "#334E6DFF", | |||
"description": "department-Command-description", | |||
"name": "department-Command" | |||
}, | |||
"Silicon": { | |||
"roles": [ | |||
"Borg", | |||
"StationAi" | |||
], | ], | ||
"color": "# | "color": "#D381C9FF", | ||
"description": "department- | "description": "department-Silicon-description", | ||
"name": "department- | "name": "department-Silicon" | ||
} | } | ||
} | } | ||
} | } | ||