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

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
Строка 18: Строка 18:
"description": "department-Silicon-description",
"description": "department-Silicon-description",
"name": "department-Silicon"
"name": "department-Silicon"
},
"Cargo": {
"roles": [
"CargoTechnician",
"Quartermaster",
"SalvageSpecialist"
],
"color": "#A46106FF",
"description": "department-Cargo-description",
"name": "department-Cargo"
},
"Engineering": {
"roles": [
"AtmosphericTechnician",
"ChiefEngineer",
"SeniorEngineer",
"StationEngineer",
"TechnicalAssistant"
],
"color": "#EFB341FF",
"description": "department-Engineering-description",
"name": "department-Engineering"
},
},
"Command": {
"Command": {
Строка 67: Строка 45:
"name": "department-Command"
"name": "department-Command"
},
},
"Civilian": {
"Security": {
"weight": -10,
"weight": 20,
"roles": [
"HeadOfSecurity",
"SecurityCadet",
"SecurityOfficer",
"SeniorOfficer",
"Pilot",
"Detective",
"Warden",
"Brigmedic"
],
"color": "#DE3A3AFF",
"description": "department-Security-description",
"name": "department-Security"
},
"Medical": {
"roles": [
"roles": [
"Bartender",
"Chemist",
"Botanist",
"ChiefMedicalOfficer",
"Chaplain",
"MedicalDoctor",
"Chef",
"MedicalIntern",
"Clown",
"Psychologist",
"HeadOfPersonnel",
"Paramedic",
"Janitor",
"SeniorPhysician"
"Lawyer",
"Librarian",
"Mime",
"Musician",
"Passenger",
"Reporter",
"Visitor",
"ServiceWorker"
],
],
"color": "#9FED58FF",
"color": "#52B4E9FF",
"description": "department-Civilian-description",
"description": "department-Medical-description",
"name": "department-Civilian"
"name": "department-Medical"
},
},
"Specific": {
"Specific": {
Строка 102: Строка 87:
"name": "department-Specific"
"name": "department-Specific"
},
},
"Medical": {
"Engineering": {
"roles": [
"roles": [
"Chemist",
"AtmosphericTechnician",
"ChiefMedicalOfficer",
"ChiefEngineer",
"MedicalDoctor",
"SeniorEngineer",
"MedicalIntern",
"StationEngineer",
"Psychologist",
"TechnicalAssistant"
"Paramedic",
"SeniorPhysician"
],
],
"color": "#52B4E9FF",
"color": "#EFB341FF",
"description": "department-Medical-description",
"description": "department-Engineering-description",
"name": "department-Medical"
"name": "department-Engineering"
},
},
"Science": {
"Science": {
Строка 145: Строка 128:
"name": "department-CentralCommand"
"name": "department-CentralCommand"
},
},
"Security": {
"Cargo": {
"weight": 20,
"roles": [
"CargoTechnician",
"Quartermaster",
"SalvageSpecialist"
],
"color": "#A46106FF",
"description": "department-Cargo-description",
"name": "department-Cargo"
},
"Civilian": {
"weight": -10,
"roles": [
"roles": [
"HeadOfSecurity",
"Bartender",
"SecurityCadet",
"Botanist",
"SecurityOfficer",
"Chaplain",
"SeniorOfficer",
"Chef",
"Pilot",
"Clown",
"Detective",
"HeadOfPersonnel",
"Warden",
"Janitor",
"Brigmedic"
"Lawyer",
"Librarian",
"Mime",
"Musician",
"Passenger",
"Reporter",
"Visitor",
"ServiceWorker"
],
],
"color": "#DE3A3AFF",
"color": "#9FED58FF",
"description": "department-Security-description",
"description": "department-Civilian-description",
"name": "department-Security"
"name": "department-Civilian"
}
}
}
}
}
}