Skip to content

Commit f2792bd

Browse files
authored
Add cake side sizes
1 parent 0203125 commit f2792bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

data/food/cake.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"templates": [
3-
"{method} {user} a {flavor} {size} {type} cake and serves it with a small {side}!"
3+
"{method} {user} a {flavor} {size} {type} cake and serves it with a {sidesize} {side}!"
44
],
55
"parts": {
66
"method": [
@@ -44,6 +44,11 @@
4444
"Welsh",
4545
"Yokan"
4646
],
47+
"sidesize": [
48+
"small",
49+
"large",
50+
"extra large"
51+
],
4752
"side": [
4853
"glass of chocolate milk",
4954
"bowl of ice cream",

0 commit comments

Comments
 (0)