aboutsummaryrefslogtreecommitdiff
path: root/internal/item/doc.go
diff options
context:
space:
mode:
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