We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10aa6ff + 25d7eb1 commit f8d1027Copy full SHA for f8d1027
data/food/cake.json
@@ -1,6 +1,6 @@
1
{
2
"templates": [
3
- "{method} {user} a {flavor} {size} {type} cake and serves it with a small {side}!"
+ "{method} {user} a {flavor} {size} {type} cake and serves it with a {sidesize} {side}!"
4
],
5
"parts": {
6
"method": [
@@ -44,6 +44,16 @@
44
"Welsh",
45
"Yokan"
46
47
+ "sidesize": [
48
+ "small",
49
+ "large",
50
+ "extra large",
51
+ "godlike",
52
+ "impressively large",
53
+ "impressively small",
54
+ "minute",
55
+ "microscopic"
56
+ ],
57
"side": [
58
"glass of chocolate milk",
59
"bowl of ice cream",
0 commit comments