gun safe tweaks (#16312)

* change gun safe access to armory

* tweak gun safe names, remove suffix, vector -> drozd

* migrate vector safe to drozd safe

* ci sus

* ci sussy

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-05-10 21:33:23 +00:00
committed by GitHub
parent d81b61bcd1
commit 0486778e44
3 changed files with 46 additions and 52 deletions

View File

@@ -109,101 +109,94 @@
- id: ClothingMaskGas - id: ClothingMaskGas
- type: entity - type: entity
parent: GunSafe
id: GunSafeDisabler id: GunSafeDisabler
suffix: Disabler name: disabler safe
parent: GunSafe
name: gun safe disabler
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: WeaponDisabler - id: WeaponDisabler
amount: 5 amount: 5
- type: entity - type: entity
parent: GunSafe
id: GunSafePistolMk58 id: GunSafePistolMk58
suffix: MK58 name: mk58 safe
parent: GunSafe
name: gun safe Mk58
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: WeaponPistolMk58 - id: WeaponPistolMk58
amount: 4 amount: 4
- id: MagazinePistol - id: MagazinePistol
amount: 8 amount: 8
- type: entity - type: entity
parent: GunSafe
id: GunSafeRifleLecter id: GunSafeRifleLecter
suffix: Lecter name: lecter safe
parent: GunSafe
name: gun safe lecter
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: WeaponRifleLecter - id: WeaponRifleLecter
amount: 2 amount: 2
- id: MagazineRifle - id: MagazineRifle
amount: 4 amount: 4
- type: entity - type: entity
id: GunSafeSubMachineGunVector
suffix: Vector
parent: GunSafe parent: GunSafe
name: gun safe vector id: GunSafeSubMachineGunDrozd
name: drozd safe
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: WeaponSubMachineGunVector - id: WeaponSubMachineGunDrozd
amount: 2 amount: 2
- id: MagazineMagnumSubMachineGun - id: MagazinePistolSubMachineGun
amount: 4 amount: 4
- type: entity - type: entity
parent: GunSafe
id: GunSafeShotgunEnforcer id: GunSafeShotgunEnforcer
suffix: Enforcer name: enforcer safe
parent: GunSafe
name: gun safe enforcer
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: WeaponShotgunEnforcer - id: WeaponShotgunEnforcer
amount: 2 amount: 2
- id: MagazineShotgun - id: MagazineShotgun
amount: 4 amount: 4
- type: entity - type: entity
id: GunSafeShotgunKammerer
suffix: Kammerer
parent: GunSafe parent: GunSafe
name: gun safe kammerer id: GunSafeShotgunKammerer
name: kammerer safe
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: WeaponShotgunKammerer - id: WeaponShotgunKammerer
amount: 2 amount: 2
- id: MagazineShotgun - id: MagazineShotgun
amount: 4 amount: 4
- type: entity - type: entity
id: GunSafeSubMachineGunWt550 id: GunSafeSubMachineGunWt550
suffix: Wt550 suffix: Wt550
parent: GunSafe parent: GunSafe
name: gun safe Wt550 name: wt550 safe
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: WeaponSubMachineGunWt550 - id: WeaponSubMachineGunWt550
amount: 2 amount: 2
- id: MagazinePistolSubMachineGun - id: MagazinePistolSubMachineGun
amount: 4 amount: 4
- type: entity - type: entity
id: GunSafeLaserCarbine
suffix: Laser Carbine
parent: GunSafe parent: GunSafe
name: gun safe laser carbine id: GunSafeLaserCarbine
name: laser safe
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: WeaponLaserCarbine - id: WeaponLaserCarbine
amount: 3 amount: 3

View File

@@ -364,7 +364,7 @@
state_open: shotguncase_open state_open: shotguncase_open
state_closed: shotguncase_door state_closed: shotguncase_door
- type: AccessReader - type: AccessReader
access: [["Security"]] access: [["Armory"]]
# Detective # Detective
- type: entity - type: entity

View File

@@ -48,6 +48,7 @@ MagazineBoxAntiMaterial: MagazineBoxAntiMateriel
CartridgeAntiMaterial: CartridgeAntiMateriel CartridgeAntiMaterial: CartridgeAntiMateriel
BulletAntiMaterial: BulletAntiMateriel BulletAntiMaterial: BulletAntiMateriel
# 2023--05-10 # 2023-05-10
FoodCondimentBottleSmallHotsauce: FoodCondimentBottleHotsauce FoodCondimentBottleSmallHotsauce: FoodCondimentBottleHotsauce
FoodBakedCookieFortune: FoodSnackCookieFortune FoodBakedCookieFortune: FoodSnackCookieFortune
GunSafeSubMachineGunVector: GunSafeSubMachineGunDrozd