From ba5f2331c610a0cc5139101e7fa313ff3409c759 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Tue, 14 Dec 2021 20:21:41 +0000 Subject: [PATCH] Adds T-ray spawn chance to lockers, toolboxes and to youtool vendor (#5786) --- Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml | 4 +++- Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml | 4 +++- .../Catalog/VendingMachines/Inventories/youtool.yml | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml index ad7521cd07..6700be52bc 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml @@ -34,6 +34,8 @@ - id: Wirecutter - id: CableApcStack - id: CableMVStack + - id: trayScanner + prob: 0.9 - id: ClothingHandsGlovesColorYellow prob: 0.05 orGroup: GlovesOrWires @@ -70,4 +72,4 @@ prob: 0.05 orGroup: CupOrGold - id: IngotGold - orGroup: CupOrGold + orGroup: CupOrGold \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml b/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml index 2de7535454..4f333c8dbf 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml @@ -21,6 +21,8 @@ prob: 0.7 - id: Multitool prob: 0.2 + - id: trayScanner + prob: 0.7 - id: ClothingBeltUtility prob: 0.2 - id: ClothingHandsGlovesColorYellow @@ -95,4 +97,4 @@ - type: entity id: ClosetRadiationSuitFilled parent: ClosetRadiationSuit - suffix: Filled + suffix: Filled \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/youtool.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/youtool.yml index 5de717fcde..815b80e8b7 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/youtool.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/youtool.yml @@ -1,4 +1,4 @@ -- type: vendingMachineInventory +- type: vendingMachineInventory id: YouToolInventory name: YouTool animationDuration: 1.1 @@ -10,4 +10,5 @@ Wirecutter: 5 Wrench: 5 Screwdriver: 5 - ClothingHandsGlovesColorYellowBudget: 5 + trayScanner: 5 + ClothingHandsGlovesColorYellowBudget: 5 \ No newline at end of file