Участник:IanComradeBot/prototype/department.json: различия между версиями

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
 
(не показано 17 промежуточных версий этого же участника)
Строка 10: Строка 10:
},
},
"id": {
"id": {
"Civilian": {
"weight": -10,
"roles": [
"Bartender",
"Botanist",
"Chaplain",
"Chef",
"Clown",
"HeadOfPersonnel",
"Janitor",
"Lawyer",
"Librarian",
"Mime",
"Musician",
"Passenger",
"Reporter",
"Visitor",
"ServiceWorker"
],
"color": "#9FED58FF",
"description": "department-Civilian-description",
"name": "department-Civilian"
},
"Science": {
"roles": [
"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",
"CBURN",
"ERTLeader",
"ERTChaplain",
"ERTJanitor",
"ERTMedical",
"ERTSecurity",
"ERTEngineer",
"DeathSquad"
],
"color": "#0C344DFF",
"description": "department-CentralCommand-description",
"name": "department-CentralCommand"
},
"Specific": {
"Specific": {
"weight": 10,
"weight": 10,
Строка 22: Строка 86:
"name": "department-Specific"
"name": "department-Specific"
},
},
"Security": {
"Silicon": {
"weight": 20,
"roles": [
"roles": [
"HeadOfSecurity",
"Borg",
"SecurityCadet",
"StationAi"
"SecurityOfficer",
"SeniorOfficer",
"Pilot",
"Detective",
"Warden",
"Brigmedic"
],
],
"color": "#DE3A3AFF",
"color": "#D381C9FF",
"description": "department-Security-description",
"description": "department-Silicon-description",
"name": "department-Security"
"name": "department-Silicon"
},
},
"Science": {
"Cargo": {
"roles": [
"roles": [
"ResearchDirector",
"CargoTechnician",
"SeniorResearcher",
"Quartermaster",
"Scientist",
"SalvageSpecialist"
"ResearchAssistant"
],
],
"color": "#D381C9FF",
"color": "#A46106FF",
"description": "department-Science-description",
"description": "department-Cargo-description",
"name": "department-Science"
"name": "department-Cargo"
},
},
"Command": {
"Command": {
Строка 74: Строка 130:
"description": "department-Command-description",
"description": "department-Command-description",
"name": "department-Command"
"name": "department-Command"
},
"Engineering": {
"roles": [
"AtmosphericTechnician",
"ChiefEngineer",
"SeniorEngineer",
"StationEngineer",
"TechnicalAssistant"
],
"color": "#EFB341FF",
"description": "department-Engineering-description",
"name": "department-Engineering"
},
},
"Medical": {
"Medical": {
Строка 101: Строка 145:
"name": "department-Medical"
"name": "department-Medical"
},
},
"Cargo": {
"Security": {
"weight": 20,
"roles": [
"roles": [
"CargoTechnician",
"HeadOfSecurity",
"Quartermaster",
"SecurityCadet",
"SalvageSpecialist"
"SecurityOfficer",
"SeniorOfficer",
"Pilot",
"Detective",
"Warden",
"Brigmedic"
],
],
"color": "#A46106FF",
"color": "#DE3A3AFF",
"description": "department-Cargo-description",
"description": "department-Security-description",
"name": "department-Cargo"
"name": "department-Security"
},
"Silicon": {
"roles": [
"Borg",
"StationAi"
],
"color": "#D381C9FF",
"description": "department-Silicon-description",
"name": "department-Silicon"
},
"Civilian": {
"weight": -10,
"roles": [
"Bartender",
"Botanist",
"Chaplain",
"Chef",
"Clown",
"HeadOfPersonnel",
"Janitor",
"Lawyer",
"Librarian",
"Mime",
"Musician",
"Passenger",
"Reporter",
"Visitor",
"ServiceWorker"
],
"color": "#9FED58FF",
"description": "department-Civilian-description",
"name": "department-Civilian"
},
"CentralCommand": {
"weight": 120,
"editorHidden": true,
"roles": [
"CentralCommandOfficial",
"CBURN",
"ERTLeader",
"ERTChaplain",
"ERTJanitor",
"ERTMedical",
"ERTSecurity",
"ERTEngineer",
"DeathSquad"
],
"color": "#0C344DFF",
"description": "department-CentralCommand-description",
"name": "department-CentralCommand"
}
}
}
}
}
}