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

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
Строка 19: Строка 19:
"name": "department-Silicon"
"name": "department-Silicon"
},
},
"Science": {
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"roles": [
"ResearchDirector",
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
},
"Civilian": {
"weight": -10,
"roles": [
"Bartender",
"Botanist",
"Chaplain",
"Chef",
"Clown",
"HeadOfPersonnel",
"Janitor",
"Lawyer",
"Librarian",
"Mime",
"Musician",
"Passenger",
"Reporter",
"Reporter",
"Visitor",
"Psychologist",
"ServiceWorker"
"Pilot"
],
],
"color": "#9FED58FF",
"color": "#9FED58FF",
"description": "department-Civilian-description",
"description": "department-Specific-description",
"name": "department-Civilian"
"name": "department-Specific"
},
},
"Security": {
"Security": {
Строка 68: Строка 46:
"description": "department-Security-description",
"description": "department-Security-description",
"name": "department-Security"
"name": "department-Security"
},
"Engineering": {
"roles": [
"AtmosphericTechnician",
"ChiefEngineer",
"SeniorEngineer",
"StationEngineer",
"TechnicalAssistant"
],
"color": "#EFB341FF",
"description": "department-Engineering-description",
"name": "department-Engineering"
},
},
"Cargo": {
"Cargo": {
Строка 90: Строка 56:
"description": "department-Cargo-description",
"description": "department-Cargo-description",
"name": "department-Cargo"
"name": "department-Cargo"
},
"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": {
"CentralCommand": {
Строка 108: Строка 97:
"description": "department-CentralCommand-description",
"description": "department-CentralCommand-description",
"name": "department-CentralCommand"
"name": "department-CentralCommand"
},
"Engineering": {
"roles": [
"AtmosphericTechnician",
"ChiefEngineer",
"SeniorEngineer",
"StationEngineer",
"TechnicalAssistant"
],
"color": "#EFB341FF",
"description": "department-Engineering-description",
"name": "department-Engineering"
},
},
"Medical": {
"Medical": {
Строка 122: Строка 123:
"description": "department-Medical-description",
"description": "department-Medical-description",
"name": "department-Medical"
"name": "department-Medical"
},
"Science": {
"roles": [
"ResearchDirector",
"SeniorResearcher",
"Scientist",
"ResearchAssistant"
],
"color": "#D381C9FF",
"description": "department-Science-description",
"name": "department-Science"
},
},
"Command": {
"Command": {
Строка 148: Строка 160:
"description": "department-Command-description",
"description": "department-Command-description",
"name": "department-Command"
"name": "department-Command"
},
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"Reporter",
"Psychologist",
"Pilot"
],
"color": "#9FED58FF",
"description": "department-Specific-description",
"name": "department-Specific"
}
}
}
}
}
}