Skip to content

Commit 0275686

Browse files
author
MuffinMedic
committed
Use revised foods plugin
1 parent e9bdee4 commit 0275686

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

data/food/donut.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"templates": [
3+
"hands {user} a {donut} donut."
4+
],
5+
"parts": {
6+
"donut": [
7+
"chocolate long john",
8+
"vanilla long john",
9+
"bear claw",
10+
"old fashioned",
11+
"Boston cream",
12+
"jelly",
13+
"chocolate cake",
14+
"glazed",
15+
"strawberry frosted with sprinkles",
16+
"chocolate frosted with sprinkles",
17+
"vanilla frosted with sprinkles",
18+
"blueberry cake",
19+
"cinnamon",
20+
"sugared",
21+
"assorted holes",
22+
"powdered",
23+
"apple fritter",
24+
"double chocolate",
25+
"maple glaze"
26+
]
27+
}
28+
}

plugins/foods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
BasicFood("noodles", "noodles", "noodles.json", "noodles"),
1919
BasicFood("muffin", "muffin", "muffin.json", "a muffin"),
2020
BasicFood("scone", "scone", "scone.json", "a scone"),
21+
BasicFood("donut", "donut", "donut.json", "a donut"),
2122
BasicFood("rice", "rice", "rice.json", "rice"),
2223
BasicFood("tea", "tea", "tea.json", "tea"),
2324
BasicFood("keto", "keto", "keto.json", "food"),

0 commit comments

Comments
 (0)