From df9c201980fcbd333410a936d070db63fa840cc7 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sun, 28 Nov 2021 18:45:27 +0000 Subject: Add shop example config --- shop.yaml.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shop.yaml.example diff --git a/shop.yaml.example b/shop.yaml.example new file mode 100644 index 0000000..7b7e078 --- /dev/null +++ b/shop.yaml.example @@ -0,0 +1,13 @@ +items: + Banana: + price: 10 + description: "Long and yellow" + text: "Have a banana!" + Trout: + price: 20 + description: "A bit fishy" + text: "{u} slaps {t} around a bit with a large trout." + Gold Star: + price: 100 + text: "You pin the gold star on your shirt. Aren't you special?" + rank: "Gold Star" \ No newline at end of file -- cgit v1.2.3