From 6619c79a45db542e83b4034ad694d17a9ec56f84 Mon Sep 17 00:00:00 2001 From: Pancake Date: Mon, 27 Dec 2021 04:29:44 -0800 Subject: [PATCH] Add Filled Mechanical Toolbox (#5911) * Add Filled Mechanical Toolbox * Wirecutters I Guess --- .../Catalog/Fills/Items/toolboxes.yml | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml index 6700be52bc..368494729d 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml @@ -42,6 +42,25 @@ - id: CableHVStack orGroup: GlovesOrWires +- type: entity + id: ToolboxMechanicalFilled + name: mechanical toolbox + suffix: Filled + parent: ToolboxMechanical + components: + - type: StorageFill + contents: + - id: Crowbar + - id: Wrench + - id: Welder + - id: Wirecutter + - id: Screwdriver + prob: 0.5 + - id: FlashlightLantern + prob: 0.7 + - id: ClothingHeadHatHardhatBlue + prob: 0.5 + - type: entity id: ToolboxSyndicateFilled name: suspicious toolbox @@ -72,4 +91,4 @@ prob: 0.05 orGroup: CupOrGold - id: IngotGold - orGroup: CupOrGold \ No newline at end of file + orGroup: CupOrGold