summaryrefslogtreecommitdiff
path: root/shop.yaml.example
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2021-11-28 18:45:27 +0000
committerJoe Robinson <joe@lc8n.com>2021-11-28 18:45:27 +0000
commitdf9c201980fcbd333410a936d070db63fa840cc7 (patch)
treeec5700c4f0c3c4cc14ca487e0785021394f20629 /shop.yaml.example
parentc0f2547db8deaad2520ecb1a055f2545e1f3ecd6 (diff)
Add shop example config
Diffstat (limited to 'shop.yaml.example')
-rw-r--r--shop.yaml.example13
1 files changed, 13 insertions, 0 deletions
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