From 085e728d22a3369bd110b77409914cfbe9ebe611 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 16 Jun 2026 04:17:43 -0400 Subject: feat: recipe system, combining items, cooking skill --- data/items/pot_of_flour.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/pot_of_flour.yaml (limited to 'data/items/pot_of_flour.yaml') diff --git a/data/items/pot_of_flour.yaml b/data/items/pot_of_flour.yaml new file mode 100644 index 0000000..100114b --- /dev/null +++ b/data/items/pot_of_flour.yaml @@ -0,0 +1,6 @@ +id: pot_of_flour +name: pot of flour +color: "fg=white" +description: "A clay pot filled with finely ground flour." +value: 5 +stackable: false -- cgit v1.2.3