From c8c3dd47f3f89ec460dc9412bd40adde1415ae91 Mon Sep 17 00:00:00 2001 From: Alexsey Bezyuk Date: Wed, 4 Jun 2025 16:27:58 +1000 Subject: [PATCH] workbench --- .../Structures/Furniture/workbenchs.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/workbenchs.yml b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/workbenchs.yml index 4c4fe61211..204c396ff2 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/workbenchs.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/workbenchs.yml @@ -87,6 +87,7 @@ - CP14BaseWorkbench - CP14BaseFlammable name: cooking table + suffix: Workbench description: A table to work with food. Time to cook! components: - type: Sprite @@ -108,6 +109,7 @@ - CP14BaseWorkbench - CP14BaseFlammable name: sewing table + suffix: Clothing Workbench description: A table with embroidery tools to create different clothing and materials. components: - type: Sprite @@ -122,5 +124,26 @@ collection: CP14Sawing #TODO recipeTags: - CP14RecipeSewing + +- type: entity + id: CP14WorkbenchLeatherWorking + parent: + - CP14BaseWorkbench + - CP14BaseFlammable + name: tanner table + suffix: Leather Workbench + description: Table for leather processing and creation of leather goods. + components: + - type: Sprite + state: tanner_table + - type: Icon + state: tanner_table + - type: Construction + graph: CP14WorkbenchTanner + node: CP14WorkbenchTanner + - type: CP14Workbench + craftSound: + collection: CP14Leather # TODO? + recipeTags: - CP14RecipeLeatherWorking