aboutsummaryrefslogtreecommitdiff
path: root/internal/item/doc.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-25 15:40:48 -0400
committerhistoria <[not public]>2026-06-25 15:40:48 -0400
commitabd612c15799f604e671e83dc7c410ed2b44185f (patch)
tree0597ca92350de73aac2a7cf26b2f2d6595dac0cc /internal/item/doc.go
parent2725e2927a1595c7b100d942d1f14146252adeb7 (diff)
downloadthehouseoficarus-abd612c15799f604e671e83dc7c410ed2b44185f.tar.gz
slop refactor
Diffstat (limited to 'internal/item/doc.go')
-rw-r--r--internal/item/doc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/item/doc.go b/internal/item/doc.go
new file mode 100644
index 0000000..8fef8a7
--- /dev/null
+++ b/internal/item/doc.go
@@ -0,0 +1,4 @@
+// Package item defines item definitions (ItemDef), equipment stats, weapon
+// types, and the ItemStore YAML loader. Items are read from data/items/ on
+// demand and cached; editing a YAML takes effect immediately.
+package item