Участник:IanComradeBot/prototype/department.json: различия между версиями
м Update prototype/department.json via GitHub Actions |
м Update prototype/department.json via GitHub Actions |
||
| Строка 10: | Строка 10: | ||
}, | }, | ||
"id": { | "id": { | ||
" | "Security": { | ||
"weight": 20, | |||
"roles": [ | |||
"HeadOfSecurity", | |||
"SecurityCadet", | |||
"SecurityOfficer", | |||
"SeniorOfficer", | |||
"Pilot", | |||
"Detective", | |||
"Warden", | |||
"Brigmedic" | |||
], | |||
"color": "#DE3A3AFF", | |||
"description": "department-Security-description", | |||
"name": "department-Security" | |||
}, | |||
"Cargo": { | |||
"roles": [ | |||
"CargoTechnician", | |||
"Quartermaster", | |||
"SalvageSpecialist" | |||
], | |||
"color": "#A46106FF", | |||
"description": "department-Cargo-description", | |||
"name": "department-Cargo" | |||
}, | |||
"Specific": { | |||
"weight": 10, | |||
"primary": false, | |||
"roles": [ | "roles": [ | ||
" | "Reporter", | ||
" | "Psychologist", | ||
" | "Pilot" | ||
], | ], | ||
"color": "# | "color": "#9FED58FF", | ||
"description": "department- | "description": "department-Specific-description", | ||
"name": "department- | "name": "department-Specific" | ||
}, | }, | ||
"CentralCommand": { | "CentralCommand": { | ||
| Строка 39: | Строка 65: | ||
"description": "department-CentralCommand-description", | "description": "department-CentralCommand-description", | ||
"name": "department-CentralCommand" | "name": "department-CentralCommand" | ||
}, | }, | ||
"Medical": { | "Medical": { | ||
| Строка 64: | Строка 79: | ||
"description": "department-Medical-description", | "description": "department-Medical-description", | ||
"name": "department-Medical" | "name": "department-Medical" | ||
}, | }, | ||
"Silicon": { | "Silicon": { | ||
| Строка 145: | Строка 138: | ||
"name": "department-Command" | "name": "department-Command" | ||
}, | }, | ||
" | "Science": { | ||
" | "roles": [ | ||
"ResearchDirector", | |||
"SeniorResearcher", | |||
"Scientist", | |||
"ResearchAssistant" | |||
], | |||
"color": "#D381C9FF", | |||
"description": "department-Science-description", | |||
"name": "department-Science" | |||
}, | |||
"Engineering": { | |||
"roles": [ | "roles": [ | ||
" | "AtmosphericTechnician", | ||
" | "ChiefEngineer", | ||
" | "SeniorEngineer", | ||
" | "StationEngineer", | ||
" | "TechnicalAssistant" | ||
], | ], | ||
"color": "# | "color": "#EFB341FF", | ||
"description": "department- | "description": "department-Engineering-description", | ||
"name": "department- | "name": "department-Engineering" | ||
} | } | ||
} | } | ||
} | } | ||