Add decorative furniture and crafting material templates

This commit is contained in:
Jared Miller 2026-02-14 17:48:30 -05:00
parent 11636e073a
commit 708985e62a
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C
8 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,4 @@
name = "bookshelf"
description = "a tall wooden bookshelf lined with dusty volumes"
portable = true
aliases = ["shelf"]

View file

@ -0,0 +1,3 @@
name = "chair"
description = "a simple wooden chair with a woven seat"
portable = true

4
content/things/lamp.toml Normal file
View file

@ -0,0 +1,4 @@
name = "lamp"
description = "a brass oil lamp with a glass chimney"
portable = true
aliases = ["lantern"]

3
content/things/nail.toml Normal file
View file

@ -0,0 +1,3 @@
name = "nail"
description = "a small iron nail"
portable = true

View file

@ -0,0 +1,4 @@
name = "painting"
description = "a framed painting of rolling hills under a twilight sky"
portable = true
aliases = ["picture"]

View file

@ -0,0 +1,4 @@
name = "plank"
description = "a rough-hewn wooden plank"
portable = true
aliases = ["board", "wood"]

3
content/things/rug.toml Normal file
View file

@ -0,0 +1,3 @@
name = "rug"
description = "a colorful woven rug with geometric patterns"
portable = true

View file

@ -0,0 +1,3 @@
name = "table"
description = "a sturdy wooden table with thick oak legs"
portable = true