diff --git a/Resources/Prototypes/ADT/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/ADT/Entities/Clothing/Shoes/specific.yml index 97307bee2bc..877b4754d91 100644 --- a/Resources/Prototypes/ADT/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/ADT/Entities/Clothing/Shoes/specific.yml @@ -9,6 +9,9 @@ state: icon - type: Clothing sprite: ADT/Clothing/Shoes/Specific/white_footwraps.rsi #спрайты от floppo4ka + - type: Construction + graph: ADTFootWrapsWhite + node: WrapsWhite - type: entity parent: ClothingShoesBaseButcherable diff --git a/Resources/Prototypes/ADT/Recipes/Crafting/wraps.yml b/Resources/Prototypes/ADT/Recipes/Crafting/wraps.yml new file mode 100644 index 00000000000..0f59aca549f --- /dev/null +++ b/Resources/Prototypes/ADT/Recipes/Crafting/wraps.yml @@ -0,0 +1,26 @@ +- type: constructionGraph + id: ADTFootWrapsWhite + start: start + graph: + - node: start + edges: + - to: WrapsWhite + steps: + - material: Cloth + amount: 2 + doAfter: 5 + - node: WrapsWhite + entity: ADTClothingFootWrapsWhite + +- type: construction + name: Wraps white + id: WrapsWhite + graph: ADTFootWrapsWhite + startNode: start + targetNode: WrapsWhite + category: construction-category-misc + objectType: Item + description: A truly ingenious source of power. + icon: + sprite: ADT/Clothing/Shoes/Specific/white_footwraps.rsi + state: icon \ No newline at end of file