Участник:IanComradeBot/prototype/department.json: различия между версиями
м Update prototype/department.json via GitHub Actions |
м Update prototype/department.json via GitHub Actions |
||
| (не показано 13 промежуточных версий этого же участника) | |||
| Строка 10: | Строка 10: | ||
}, | }, | ||
"id": { | "id": { | ||
" | "Civilian": { | ||
"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" | ||
}, | }, | ||
" | "Science": { | ||
"roles": [ | "roles": [ | ||
" | "ResearchDirector", | ||
" | "SeniorResearcher", | ||
" | "Scientist", | ||
"ResearchAssistant" | |||
], | ], | ||
"color": "# | "color": "#D381C9FF", | ||
"description": "department- | "description": "department-Science-description", | ||
"name": "department- | "name": "department-Science" | ||
}, | }, | ||
"Engineering": { | "Engineering": { | ||
| Строка 41: | Строка 56: | ||
"name": "department-Engineering" | "name": "department-Engineering" | ||
}, | }, | ||
" | "CentralCommand": { | ||
"weight": | "weight": 120, | ||
" | "editorHidden": true, | ||
"roles": [ | "roles": [ | ||
"CentralCommandOfficial", | "CentralCommandOfficial", | ||
"CBURN", | "CBURN", | ||
| Строка 63: | Строка 70: | ||
"DeathSquad" | "DeathSquad" | ||
], | ], | ||
"color": "# | "color": "#0C344DFF", | ||
"description": "department- | "description": "department-CentralCommand-description", | ||
"name": "department- | "name": "department-CentralCommand" | ||
}, | }, | ||
"Specific": { | "Specific": { | ||
| Строка 102: | Строка 86: | ||
"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": { | ||
"roles": [ | "roles": [ | ||
" | "CargoTechnician", | ||
" | "Quartermaster", | ||
" | "SalvageSpecialist" | ||
], | ], | ||
"color": "# | "color": "#A46106FF", | ||
"description": "department- | "description": "department-Cargo-description", | ||
"name": "department- | "name": "department-Cargo" | ||
}, | }, | ||
" | "Command": { | ||
"weight": | "weight": 100, | ||
" | "primary": false, | ||
"roles": [ | "roles": [ | ||
"Captain", | |||
"IAA", | |||
"ChiefEngineer", | |||
"ChiefMedicalOfficer", | |||
"HeadOfPersonnel", | |||
"HeadOfSecurity", | |||
"ResearchDirector", | |||
"Quartermaster", | |||
"CentralCommandOfficial", | "CentralCommandOfficial", | ||
"CBURN", | "CBURN", | ||
| Строка 141: | Строка 127: | ||
"DeathSquad" | "DeathSquad" | ||
], | ], | ||
"color": "# | "color": "#334E6DFF", | ||
"description": "department- | "description": "department-Command-description", | ||
"name": "department- | "name": "department-Command" | ||
}, | |||
"Medical": { | |||
"roles": [ | |||
"Chemist", | |||
"ChiefMedicalOfficer", | |||
"MedicalDoctor", | |||
"MedicalIntern", | |||
"Psychologist", | |||
"Paramedic", | |||
"SeniorPhysician" | |||
], | |||
"color": "#52B4E9FF", | |||
"description": "department-Medical-description", | |||
"name": "department-Medical" | |||
}, | }, | ||
"Security": { | "Security": { | ||