Skip to content

Commit

Permalink
move floof specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Fansana committed Oct 19, 2024
1 parent 3d04d6a commit 5030cf6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
26 changes: 26 additions & 0 deletions Resources/Prototypes/Floof/Recipes/Crafting/improvised.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
- type: constructionGraph
id: SleepingBag
start: start
graph:
- node: start
edges:
- to: sleepingbag
steps:
- material: Cloth
amount: 5
doAfter: 4
- node: sleepingbag
entity: SleepingBagFolded

- type: construction
name: sleeping bag
id: sleeping_bag
graph: SleepingBag
startNode: start
targetNode: sleepingbag
category: construction-category-furniture
description: A sleeping bed, perfect for those calm nights under a stary sky.
icon:
sprite: Floof/Structures/sleepingbag.rsi
state: open
objectType: Item
27 changes: 0 additions & 27 deletions Resources/Prototypes/Recipes/Crafting/improvised.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,7 @@
sprite: Objects/Weapons/Melee/baseball_bat.rsi
state: icon
objectType: Item
# Floof Section
- type: constructionGraph
id: SleepingBag
start: start
graph:
- node: start
edges:
- to: sleepingbag
steps:
- material: Cloth
amount: 5
doAfter: 4
- node: sleepingbag
entity: SleepingBagFolded

- type: construction
name: sleeping bag
id: sleeping_bag
graph: SleepingBag
startNode: start
targetNode: sleepingbag
category: construction-category-furniture
description: A sleeping bed, perfect for those calm nights under a stary sky.
icon:
sprite: Floof/Structures/sleepingbag.rsi
state: open
objectType: Item
# End floof section
- type: construction
name: ghost sheet
id: ghost_sheet
Expand Down

0 comments on commit 5030cf6

Please sign in to comment.