diff options
Diffstat (limited to 'shop.yaml.example')
-rw-r--r-- | shop.yaml.example | 13 |
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 |