Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавление самодельного револьвера и крафта #1014

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/Shoes/specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 26 additions & 0 deletions Resources/Prototypes/ADT/Recipes/Crafting/wraps.yml
Original file line number Diff line number Diff line change
@@ -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
Loading