Skip to content

Commit

Permalink
added bunk beds
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hub committed Nov 5, 2024
1 parent c891cdf commit 577f854
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
- type: Construction
graph: N14Bed
node: bed

- type: entity
parent: N14Bed
id: N14BedBunk
name: "Bunk Bed"
description: A clean bunk bed. I call top bunk!
components:
- type: Sprite
state: bed_bunk
snapCardinals: true

- type: entity
parent: N14Bed
Expand All @@ -32,6 +42,15 @@
- type: Construction
graph: N14Bed
node: bedwood

- type: entity
parent: N14Bed
id: N14BedWoodBunk
name: "Wooden Bunk Bed"
description: A bunk bed with a wooden frame.
components:
- type: Sprite
state: bed_wood_bunk

# TODO: Reduce the healing rate of all these at some point compared to a proper bed.
- type: entity
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
},
{
"name": "bedroll_rolled"
},
{
"name": "bed_wood_bunk",
"directions": 4
},
{
"name": "bed_bunk",
"directions": 4
}
]
}

0 comments on commit 577f854

Please sign in to comment.