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

м Update prototype/department.json via GitHub Actions
м Update prototype/department.json via GitHub Actions
Строка 10: Строка 10:
},
},
"id": {
"id": {
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"Reporter",
"Psychologist",
"Pilot"
],
"color": "#9FED58FF",
"description": "department-Specific-description",
"name": "department-Specific"
},
"Silicon": {
"Silicon": {
"roles": [
"roles": [
Строка 44: Строка 32:
"description": "department-Medical-description",
"description": "department-Medical-description",
"name": "department-Medical"
"name": "department-Medical"
},
"CentralCommand": {
"weight": 120,
"editorHidden": true,
"roles": [
"CentralCommandOfficial",
"CBURN",
"ERTLeader",
"ERTChaplain",
"ERTJanitor",
"ERTMedical",
"ERTSecurity",
"ERTEngineer",
"DeathSquad"
],
"color": "#0C344DFF",
"description": "department-CentralCommand-description",
"name": "department-CentralCommand"
},
"Security": {
"weight": 20,
"roles": [
"HeadOfSecurity",
"SecurityCadet",
"SecurityOfficer",
"SeniorOfficer",
"Pilot",
"Detective",
"Warden",
"Brigmedic"
],
"color": "#DE3A3AFF",
"description": "department-Security-description",
"name": "department-Security"
},
},
"Science": {
"Science": {
Строка 102: Строка 56:
"name": "department-Engineering"
"name": "department-Engineering"
},
},
"Command": {
"CentralCommand": {
"weight": 100,
"weight": 120,
"primary": false,
"editorHidden": true,
"roles": [
"roles": [
"Captain",
"IAA",
"ChiefEngineer",
"ChiefMedicalOfficer",
"HeadOfPersonnel",
"HeadOfSecurity",
"ResearchDirector",
"Quartermaster",
"CentralCommandOfficial",
"CentralCommandOfficial",
"CBURN",
"CBURN",
Строка 124: Строка 70:
"DeathSquad"
"DeathSquad"
],
],
"color": "#334E6DFF",
"color": "#0C344DFF",
"description": "department-Command-description",
"description": "department-CentralCommand-description",
"name": "department-Command"
"name": "department-CentralCommand"
},
"Specific": {
"weight": 10,
"primary": false,
"roles": [
"Reporter",
"Psychologist",
"Pilot"
],
"color": "#9FED58FF",
"description": "department-Specific-description",
"name": "department-Specific"
},
},
"Civilian": {
"Civilian": {
Строка 150: Строка 108:
"description": "department-Civilian-description",
"description": "department-Civilian-description",
"name": "department-Civilian"
"name": "department-Civilian"
},
"Command": {
"weight": 100,
"primary": false,
"roles": [
"Captain",
"IAA",
"ChiefEngineer",
"ChiefMedicalOfficer",
"HeadOfPersonnel",
"HeadOfSecurity",
"ResearchDirector",
"Quartermaster",
"CentralCommandOfficial",
"CBURN",
"ERTLeader",
"ERTChaplain",
"ERTJanitor",
"ERTMedical",
"ERTSecurity",
"ERTEngineer",
"DeathSquad"
],
"color": "#334E6DFF",
"description": "department-Command-description",
"name": "department-Command"
},
},
"Cargo": {
"Cargo": {
Строка 160: Строка 144:
"description": "department-Cargo-description",
"description": "department-Cargo-description",
"name": "department-Cargo"
"name": "department-Cargo"
},
"Security": {
"weight": 20,
"roles": [
"HeadOfSecurity",
"SecurityCadet",
"SecurityOfficer",
"SeniorOfficer",
"Pilot",
"Detective",
"Warden",
"Brigmedic"
],
"color": "#DE3A3AFF",
"description": "department-Security-description",
"name": "department-Security"
}
}
}
}
}
}