Участник:IanComradeBot/prototype/department.json: различия между версиями
м Update prototype/department.json via GitHub Actions |
м Update prototype/department.json via GitHub Actions |
||
| Строка 10: | Строка 10: | ||
}, | }, | ||
"id": { | "id": { | ||
"Silicon": { | "Silicon": { | ||
"roles": [ | "roles": [ | ||
| Строка 44: | Строка 32: | ||
"description": "department-Medical-description", | "description": "department-Medical-description", | ||
"name": "department-Medical" | "name": "department-Medical" | ||
}, | }, | ||
"Science": { | "Science": { | ||
| Строка 102: | Строка 56: | ||
"name": "department-Engineering" | "name": "department-Engineering" | ||
}, | }, | ||
" | "CentralCommand": { | ||
"weight": | "weight": 120, | ||
" | "editorHidden": true, | ||
"roles": [ | "roles": [ | ||
"CentralCommandOfficial", | "CentralCommandOfficial", | ||
"CBURN", | "CBURN", | ||
| Строка 124: | Строка 70: | ||
"DeathSquad" | "DeathSquad" | ||
], | ], | ||
"color": "# | "color": "#0C344DFF", | ||
"description": "department- | "description": "department-CentralCommand-description", | ||
"name": "department- | "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" | |||
} | } | ||
} | } | ||
} | } | ||