From 50d8ed6c890c98c859d1ea26247cf3e07400eb8d Mon Sep 17 00:00:00 2001 From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Sun, 16 Oct 2022 13:21:02 -0500 Subject: [PATCH] Spare headsets for the HoP (#11954) * textures and fill yml * texture meta edit * box id fix, locker fill, vendor fill * whitelist fix --- .../Catalog/Fills/Boxes/general.yml | 19 ++++++++++++++++++ .../Catalog/Fills/Lockers/heads.yml | 1 + .../VendingMachines/Inventories/cart.yml | 1 + .../Objects/Storage/boxes.rsi/headset.png | Bin 0 -> 174 bytes .../Objects/Storage/boxes.rsi/meta.json | 3 +++ 5 files changed, 24 insertions(+) create mode 100644 Resources/Textures/Objects/Storage/boxes.rsi/headset.png diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml index 1825ead99d..4727bf3b77 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml @@ -133,6 +133,25 @@ components: - IdCard +- type: entity + name: headset box + parent: BoxCardboard + id: BoxHeadset + description: A box of spare passenger headsets. + components: + - type: StorageFill + contents: + - id: ClothingHeadsetGrey + amount: 6 + - type: Sprite + layers: + - state: box + - state: headset + - type: Storage + capacity: 60 + whitelist: + components: + - Headset - type: entity name: meson box diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index ca8111f941..6a6c48f89c 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -74,6 +74,7 @@ - id: ClothingHeadsetCommand - id: BoxPDA - id: BoxID + - id: BoxHeadset - id: IDComputerCircuitboard - id: WeaponDisabler - id: ClothingShoesColorBlack diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml index daac474e15..3b4c79b041 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml @@ -4,6 +4,7 @@ PassengerPDA: 5 ClearPDA: 5 PassengerIDCard: 5 + ClothingHeadsetGrey: 5 RubberStampApproved: 1 RubberStampDenied: 1 Paper: 10 diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/headset.png b/Resources/Textures/Objects/Storage/boxes.rsi/headset.png new file mode 100644 index 0000000000000000000000000000000000000000..3802689d34917ee60dac11e2ae58fcf4150982c8 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D45{s z;usRq`u5U7(FOyamWN_(C%7(7TvPOWlXn<{ph#Q0;={lrwfp}1FELe8Qd*>9%*|k^ zvToJJyy_KMl}EmOIVc(PE9T`h_CHJwJ9aY){(PslZez}#{icWRde;jI@)k2#$IBQ^ T_qlZdXcvR0tDnm{r-UW|o^Cv| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json index cc22369629..52f62af55e 100644 --- a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json +++ b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json @@ -119,6 +119,9 @@ "name": "writing_of_doom" }, { + "name": "headset" + }, + { "name": "inhand-left", "directions": 4 },