Skip to content

Commit

Permalink
machines and furniture
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyAmphibian committed Dec 29, 2024
1 parent 6e6ce16 commit f693913
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Resources/Prototypes/Recipes/Construction/furniture.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#chairs
- type: construction
name: chair
fuzzyname: chair
id: Chair
graph: Seat
startNode: start
Expand All @@ -18,6 +19,7 @@

- type: construction
name: stool
fuzzyname: chair stool
id: Stool
graph: Seat
startNode: start
Expand All @@ -35,6 +37,7 @@

- type: construction
name: bar stool
fuzzyname: chair stool bar
id: StoolBar
graph: Seat
startNode: start
Expand All @@ -52,6 +55,7 @@

- type: construction
name: brass chair
fuzzyname: chair brass
id: ChairBrass
graph: Seat
startNode: start
Expand All @@ -69,6 +73,7 @@

- type: construction
name: office chair
fuzzyname: chair office
id: ChairOfficeLight
graph: Seat
startNode: start
Expand All @@ -86,6 +91,7 @@

- type: construction
name: dark office chair
fuzzyname: chair office dark
id: ChairOfficeDark
graph: Seat
startNode: start
Expand All @@ -103,6 +109,7 @@

- type: construction
name: comfy chair
fuzzyname: chair comfy
id: ChairComfy
graph: Seat
startNode: start
Expand All @@ -120,6 +127,7 @@

- type: construction
name: pilots chair
fuzzyname: chair pilots
id: chairPilotSeat
graph: Seat
startNode: start
Expand All @@ -137,6 +145,7 @@

- type: construction
name: wooden chair
fuzzyname: chair wooden
id: ChairWood
graph: Seat
startNode: start
Expand Down Expand Up @@ -205,6 +214,7 @@

- type: construction
name: steel bench
fuzzyname: chair steel bench
id: ChairSteelBench
graph: Seat
startNode: start
Expand All @@ -222,6 +232,7 @@

- type: construction
name: wooden bench
fuzzyname: chair wooden bench
id: ChairWoodBench
graph: Seat
startNode: start
Expand All @@ -239,6 +250,7 @@

- type: construction
name: comfortable red bench
fuzzyname: chair comfortable bench red
id: RedComfBench
graph: Seat
startNode: start
Expand All @@ -256,6 +268,7 @@

- type: construction
name: comfortable blue bench
fuzzyname: chair comfortable bench blue
id: BlueComfBench
graph: Seat
startNode: start
Expand Down Expand Up @@ -376,6 +389,7 @@

- type: construction
name: wood table
fuzzyname: table wooden
id: TableWood
graph: Table
startNode: start
Expand Down Expand Up @@ -580,6 +594,7 @@

- type: construction
name: wood counter
fuzzyname: counter wooden
id: TableCounterWood
graph: Table
startNode: start
Expand All @@ -598,6 +613,7 @@
#bathroom
- type: construction
name: toilet
fuzzyname: chair toilet
id: ToiletEmpty
graph: Toilet
startNode: start
Expand Down Expand Up @@ -668,6 +684,7 @@
- type: construction
id: Dresser
name: dresser
fuzzyname: dresser wooden
description: Wooden dresser, can store things inside itself.
graph: Dresser
startNode: start
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Recipes/Construction/machines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: construction
name: computer
fuzzyname: computer frame
id: Computer
graph: Computer
startNode: start
Expand Down

0 comments on commit f693913

Please sign in to comment.