Участник: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": { | "Security": { | ||
| Строка 37: | Строка 35: | ||
"description": "department-Security-description", | "description": "department-Security-description", | ||
"name": "department-Security" | "name": "department-Security" | ||
}, | |||
"Silicon": { | |||
"roles": [ | |||
"Borg", | |||
"StationAi" | |||
], | |||
"color": "#D381C9FF", | |||
"description": "department-Silicon-description", | |||
"name": "department-Silicon" | |||
}, | |||
"Medical": { | |||
"roles": [ | |||
"Chemist", | |||
"ChiefMedicalOfficer", | |||
"MedicalDoctor", | |||
"MedicalIntern", | |||
"Psychologist", | |||
"Paramedic", | |||
"SeniorPhysician" | |||
], | |||
"color": "#52B4E9FF", | |||
"description": "department-Medical-description", | |||
"name": "department-Medical" | |||
}, | |||
"CentralCommand": { | |||
"weight": 120, | |||
"editorHidden": true, | |||
"roles": [ | |||
"CentralCommandOfficial", | |||
"CBURN", | |||
"ERTLeader", | |||
"ERTChaplain", | |||
"ERTJanitor", | |||
"ERTMedical", | |||
"ERTSecurity", | |||
"ERTEngineer", | |||
"DeathSquad" | |||
], | |||
"color": "#0C344DFF", | |||
"description": "department-CentralCommand-description", | |||
"name": "department-CentralCommand" | |||
}, | }, | ||
"Science": { | "Science": { | ||
| Строка 48: | Строка 87: | ||
"description": "department-Science-description", | "description": "department-Science-description", | ||
"name": "department-Science" | "name": "department-Science" | ||
}, | |||
"Specific": { | |||
"weight": 10, | |||
"primary": false, | |||
"roles": [ | |||
"Reporter", | |||
"Psychologist", | |||
"Pilot" | |||
], | |||
"color": "#9FED58FF", | |||
"description": "department-Specific-description", | |||
"name": "department-Specific" | |||
}, | }, | ||
"Command": { | "Command": { | ||
| Строка 74: | Строка 125: | ||
"description": "department-Command-description", | "description": "department-Command-description", | ||
"name": "department-Command" | "name": "department-Command" | ||
}, | }, | ||
"Civilian": { | "Civilian": { | ||
| Строка 143: | Строка 149: | ||
"name": "department-Civilian" | "name": "department-Civilian" | ||
}, | }, | ||
" | "Engineering": { | ||
"roles": [ | "roles": [ | ||
" | "AtmosphericTechnician", | ||
" | "ChiefEngineer", | ||
" | "SeniorEngineer", | ||
" | "StationEngineer", | ||
" | "TechnicalAssistant" | ||
], | ], | ||
"color": "# | "color": "#EFB341FF", | ||
"description": "department- | "description": "department-Engineering-description", | ||
"name": "department- | "name": "department-Engineering" | ||
} | } | ||
} | } | ||
} | } | ||