29 lines
962 B
YAML
29 lines
962 B
YAML
# SPDX-FileCopyrightText: 2020 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2020 Peter Wedder <burneddi@gmail.com>
|
|
# SPDX-FileCopyrightText: 2021 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
|
# SPDX-FileCopyrightText: 2022 Lamrr <96937466+Lamrr@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2022 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2022 Rinkashikachi <15rinkashikachi15@gmail.com>
|
|
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
|
|
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
- type: accessLevel
|
|
id: Quartermaster
|
|
name: id-card-access-level-quartermaster
|
|
|
|
- type: accessLevel
|
|
id: Cargo
|
|
name: id-card-access-level-cargo
|
|
|
|
- type: accessLevel
|
|
id: Salvage
|
|
name: id-card-access-level-salvage
|
|
|
|
- type: accessGroup
|
|
id: Cargo
|
|
tags:
|
|
- Quartermaster
|
|
- Salvage
|
|
- Cargo |