diff options
| author | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
|---|---|---|
| committer | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
| commit | 8ee8982b8759bcae116647cc993867f4c8b0a6ce (patch) | |
| tree | ee01f7b1d745cbc94d9981108a1209527487b3e5 /worldbuilding_guide/construction.md | |
| parent | 2bec24859af8f03c80a0a58e3240519942450167 (diff) | |
| download | thehouseoficarus-8ee8982b8759bcae116647cc993867f4c8b0a6ce.tar.gz | |
reorganized items, objects, and rooms in directories. oranized module names. added startup checks.
Diffstat (limited to 'worldbuilding_guide/construction.md')
| -rw-r--r-- | worldbuilding_guide/construction.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/worldbuilding_guide/construction.md b/worldbuilding_guide/construction.md index d4ba840..5775fbf 100644 --- a/worldbuilding_guide/construction.md +++ b/worldbuilding_guide/construction.md @@ -96,7 +96,7 @@ station: [workbench] tool: saw consume: - items: [oak_logs] - qty: 1 + quantity: 1 output: oak_planks message: "You saw the oak logs into sturdy oak planks." ``` @@ -111,7 +111,7 @@ wait: 6 station: [workbench] consume: - items: [planks] - qty: 3 + quantity: 3 output: wooden_table message: "You build a sturdy wooden table." ``` |
