Skip to content

Commit 90b590f

Browse files
authored
Merge pull request CloudBotIRC#145 from linuxdaemon/gonzobot+foods-cleanup
Major cleanup of foods.py
2 parents a756274 + 5ed05d6 commit 90b590f

30 files changed

Lines changed: 449 additions & 536 deletions
File renamed without changes.

data/food/cake.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"templates": [
3+
"{method} {user} a {flavor} {size} {type} cake and serves it with a small {side}!"
4+
],
5+
"parts": {
6+
"method": [
7+
"makes",
8+
"gives",
9+
"gets",
10+
"buys"
11+
],
12+
"flavor": [
13+
"tasty",
14+
"delectable",
15+
"delicious",
16+
"yummy",
17+
"toothsome",
18+
"scrumptious",
19+
"luscious"
20+
],
21+
"size": [
22+
"small",
23+
"little",
24+
"mid-sized",
25+
"medium-sized",
26+
"large",
27+
"gigantic"
28+
],
29+
"type": [
30+
"Chocolate",
31+
"Ice Cream",
32+
"Angel",
33+
"Boston Cream",
34+
"Birthday",
35+
"Bundt",
36+
"Carrot",
37+
"Coffee",
38+
"Devils",
39+
"Fruit",
40+
"Gingerbread",
41+
"Pound",
42+
"Red Velvet",
43+
"Stack",
44+
"Welsh",
45+
"Yokan"
46+
],
47+
"side": [
48+
"glass of chocolate milk",
49+
"bowl of ice cream",
50+
"jar of cookies",
51+
"side of chocolate sauce"
52+
]
53+
}
54+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

data/food/cookies.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"templates": [
3+
"{method} {user} a {flavor} {size} {type} cookie and serves it with a {side}!"
4+
],
5+
"parts": {
6+
"method": [
7+
"makes",
8+
"gives",
9+
"gets",
10+
"buys"
11+
],
12+
"flavor": [
13+
"tasty",
14+
"delectable",
15+
"delicious",
16+
"yummy",
17+
"toothsome",
18+
"scrumptious",
19+
"luscious"
20+
],
21+
"size": [
22+
"small",
23+
"little",
24+
"medium-sized",
25+
"large",
26+
"gigantic"
27+
],
28+
"type": [
29+
"Chocolate Chip",
30+
"Oatmeal",
31+
"Sugar",
32+
"Oatmeal Raisin",
33+
"Macadamia Nut",
34+
"Jam Thumbprint",
35+
"Mexican Wedding",
36+
"Biscotti",
37+
"Oatmeal Cranberry",
38+
"Chocolate Fudge",
39+
"Peanut Butter",
40+
"Pumpkin",
41+
"Lemon Bar",
42+
"Chocolate Oatmeal Fudge",
43+
"Toffee Peanut",
44+
"Danish Sugar",
45+
"Triple Chocolate",
46+
"Oreo"
47+
],
48+
"side": [
49+
"glass of milk",
50+
"bowl of ice cream",
51+
"bowl of chocolate sauce"
52+
]
53+
}
54+
}
File renamed without changes.

0 commit comments

Comments
 (0)