From 52a3ce6a4b4a254dc5d3067979a09e93c060fa20 Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 03:57:06 -0400 Subject: feat: shops and rough assassin skill --- data/items/apple.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/items/apple.yaml (limited to 'data/items/apple.yaml') diff --git a/data/items/apple.yaml b/data/items/apple.yaml new file mode 100644 index 0000000..10c09c1 --- /dev/null +++ b/data/items/apple.yaml @@ -0,0 +1,8 @@ +id: apple +name: apple +color: "196" +description: "A bright red apple." +value: 3 +stackable: false +heal_value: 2 +eat_message: "You eat the apple. Refreshing." \ No newline at end of file -- cgit v1.2.3