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/burnt_meat.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/burnt_meat.yaml (limited to 'data/items/burnt_meat.yaml') diff --git a/data/items/burnt_meat.yaml b/data/items/burnt_meat.yaml new file mode 100644 index 0000000..8d960c3 --- /dev/null +++ b/data/items/burnt_meat.yaml @@ -0,0 +1,6 @@ +id: burnt_meat +name: burnt meat +color: "dim" +description: "A piece of badly burnt meat. Completely inedible." +value: 0 +stackable: true -- cgit v1.2.3