Участник:IanComradeBot/prototype/department.json: различия между версиями
м Update prototype/department.json via GitHub Actions |
м Update prototype/department.json via GitHub Actions |
||
| (не показаны 2 промежуточные версии этого же участника) | |||
| Строка 10: | Строка 10: | ||
}, | }, | ||
"id": { | "id": { | ||
" | "Civilian": { | ||
"weight": | "weight": -10, | ||
"roles": [ | "roles": [ | ||
" | "Bartender", | ||
" | "Botanist", | ||
" | "Chaplain", | ||
" | "Chef", | ||
"Clown", | |||
"HeadOfPersonnel", | "HeadOfPersonnel", | ||
" | "Janitor", | ||
"Lawyer", | |||
"Librarian", | |||
"Mime", | |||
"Musician", | |||
"Passenger", | |||
"Reporter", | |||
"Visitor", | |||
"ServiceWorker" | |||
], | |||
"color": "#9FED58FF", | |||
"description": "department-Civilian-description", | |||
"name": "department-Civilian" | |||
}, | |||
"Science": { | |||
"roles": [ | |||
"ResearchDirector", | "ResearchDirector", | ||
" | "SeniorResearcher", | ||
"Scientist", | |||
"ResearchAssistant" | |||
], | |||
"color": "#D381C9FF", | |||
"description": "department-Science-description", | |||
"name": "department-Science" | |||
}, | |||
"Engineering": { | |||
"roles": [ | |||
"AtmosphericTechnician", | |||
"ChiefEngineer", | |||
"SeniorEngineer", | |||
"StationEngineer", | |||
"TechnicalAssistant" | |||
], | |||
"color": "#EFB341FF", | |||
"description": "department-Engineering-description", | |||
"name": "department-Engineering" | |||
}, | |||
"CentralCommand": { | |||
"weight": 120, | |||
"editorHidden": true, | |||
"roles": [ | |||
"CentralCommandOfficial", | "CentralCommandOfficial", | ||
"CBURN", | "CBURN", | ||
| Строка 32: | Строка 70: | ||
"DeathSquad" | "DeathSquad" | ||
], | ], | ||
"color": "# | "color": "#0C344DFF", | ||
"description": "department- | "description": "department-CentralCommand-description", | ||
"name": "department- | "name": "department-CentralCommand" | ||
}, | }, | ||
" | "Specific": { | ||
"weight": 10, | |||
"primary": false, | |||
"roles": [ | "roles": [ | ||
" | "Reporter", | ||
"Psychologist", | "Psychologist", | ||
" | "Pilot" | ||
], | ], | ||
"color": "# | "color": "#9FED58FF", | ||
"description": "department- | "description": "department-Specific-description", | ||
"name": "department- | "name": "department-Specific" | ||
}, | }, | ||
"Silicon": { | "Silicon": { | ||
| Строка 58: | Строка 94: | ||
"description": "department-Silicon-description", | "description": "department-Silicon-description", | ||
"name": "department-Silicon" | "name": "department-Silicon" | ||
}, | }, | ||
"Cargo": { | "Cargo": { | ||
| Строка 92: | Строка 105: | ||
"name": "department-Cargo" | "name": "department-Cargo" | ||
}, | }, | ||
" | "Command": { | ||
"weight": | "weight": 100, | ||
" | "primary": false, | ||
"roles": [ | "roles": [ | ||
"Captain", | |||
"IAA", | |||
"ChiefEngineer", | |||
"ChiefMedicalOfficer", | |||
"HeadOfPersonnel", | |||
"HeadOfSecurity", | |||
"ResearchDirector", | |||
"Quartermaster", | |||
"CentralCommandOfficial", | "CentralCommandOfficial", | ||
"CBURN", | "CBURN", | ||
| Строка 106: | Строка 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": { | ||
| Строка 125: | Строка 160: | ||
"description": "department-Security-description", | "description": "department-Security-description", | ||
"name": "department-Security" | "name": "department-Security" | ||
} | } | ||
} | } | ||
} | } | ||