aboutsummaryrefslogtreecommitdiff
path: root/worldbuilding_guide/construction.md
diff options
context:
space:
mode:
authorhistoria <workhorse@localhost.localdomain>2026-06-20 21:36:32 -0400
committerhistoria <workhorse@localhost.localdomain>2026-06-20 21:36:32 -0400
commit010fa439399581391fcd509d2058191ff4fa74b3 (patch)
tree2deb54f5b2724e34091e6fb97390e6958f973561 /worldbuilding_guide/construction.md
parent00a0622dcb5eae90b4ec14ed16c527b81f963c3f (diff)
downloadthehouseoficarus-010fa439399581391fcd509d2058191ff4fa74b3.tar.gz
feat: stop command added
Diffstat (limited to 'worldbuilding_guide/construction.md')
-rw-r--r--worldbuilding_guide/construction.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/worldbuilding_guide/construction.md b/worldbuilding_guide/construction.md
index 5775fbf..63249b3 100644
--- a/worldbuilding_guide/construction.md
+++ b/worldbuilding_guide/construction.md
@@ -154,11 +154,11 @@ Fees: regular (5cr), oak (10cr), teak (20cr), mahogany (40cr).
## Science Mod: Plank Make
-Level 86 Science utility mod that converts logs to planks at 70% of sawmill cost. Uses naturejunk, solarjunk, and scrap_metal.
+Level 86 Science utility mod that converts logs to planks at 70% of sawmill cost. Uses naturejunk, solarjunk, and scrap.
```go
{ID: "plank_make", Name: "Plank Make", Level: 86, BaseXP: 90.0,
- JunkCost: map[string]int{"naturejunk": 5, "solarjunk": 1, "scrap_metal": 1},
+ JunkCost: map[string]int{"naturejunk": 5, "solarjunk": 1, "scrap": 1},
Category: ModUtility, TargetType: "inventory"},
```