Add decorative furniture and crafting material templates
This commit is contained in:
parent
11636e073a
commit
708985e62a
8 changed files with 28 additions and 0 deletions
4
content/things/bookshelf.toml
Normal file
4
content/things/bookshelf.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
name = "bookshelf"
|
||||||
|
description = "a tall wooden bookshelf lined with dusty volumes"
|
||||||
|
portable = true
|
||||||
|
aliases = ["shelf"]
|
||||||
3
content/things/chair.toml
Normal file
3
content/things/chair.toml
Normal 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
4
content/things/lamp.toml
Normal 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
3
content/things/nail.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
name = "nail"
|
||||||
|
description = "a small iron nail"
|
||||||
|
portable = true
|
||||||
4
content/things/painting.toml
Normal file
4
content/things/painting.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
name = "painting"
|
||||||
|
description = "a framed painting of rolling hills under a twilight sky"
|
||||||
|
portable = true
|
||||||
|
aliases = ["picture"]
|
||||||
4
content/things/plank.toml
Normal file
4
content/things/plank.toml
Normal 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
3
content/things/rug.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
name = "rug"
|
||||||
|
description = "a colorful woven rug with geometric patterns"
|
||||||
|
portable = true
|
||||||
3
content/things/table.toml
Normal file
3
content/things/table.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
name = "table"
|
||||||
|
description = "a sturdy wooden table with thick oak legs"
|
||||||
|
portable = true
|
||||||
Loading…
Reference in a new issue