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