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

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