2022-08-29 23:13:52 +00:00
|
|
|
grammar = {
|
2022-09-09 17:14:43 +00:00
|
|
|
filling = {
|
|
|
|
"apple",
|
|
|
|
"banana",
|
|
|
|
"blackberry",
|
|
|
|
"blueberry",
|
|
|
|
"cherry",
|
|
|
|
"chocolate pudding",
|
|
|
|
"chocolate cream",
|
|
|
|
"coconut cream",
|
|
|
|
"confetti",
|
|
|
|
"cranberry",
|
|
|
|
"cream cheese",
|
|
|
|
"custard",
|
|
|
|
"grasshopper",
|
|
|
|
"key lime",
|
|
|
|
"lemon",
|
|
|
|
"lemonade icebox",
|
|
|
|
"mocha java",
|
|
|
|
"mud",
|
|
|
|
"peach",
|
|
|
|
"peanut butter",
|
|
|
|
"pear",
|
|
|
|
"pecan",
|
|
|
|
"pumpkin",
|
|
|
|
"raspberry",
|
|
|
|
"rhubarb",
|
|
|
|
"spiced plum",
|
|
|
|
"strawberry",
|
|
|
|
"sugar cream",
|
|
|
|
"sweet potato",
|
|
|
|
"toffee ice cream",
|
|
|
|
"turtle",
|
|
|
|
"vanilla caramel",
|
|
|
|
"vinegar",
|
|
|
|
"apple and pecan",
|
|
|
|
"chocolate cheesecake",
|
|
|
|
"chocolate raspberry",
|
|
|
|
"citrus",
|
|
|
|
"citrus cranberry",
|
|
|
|
"cranberry, almond and apple",
|
|
|
|
"honey pecan",
|
|
|
|
"maple sugar pumpkin",
|
|
|
|
"marshmallow almond key lime",
|
|
|
|
"mixed berry",
|
|
|
|
"peach and strawberry",
|
|
|
|
"razzleberry",
|
|
|
|
"rhubarb cheese",
|
|
|
|
"sour cream peach pecan",
|
|
|
|
"strawberry and rhubarb",
|
2022-08-29 23:13:52 +00:00
|
|
|
},
|
2022-09-09 17:14:43 +00:00
|
|
|
topping = {
|
|
|
|
"berry sauce",
|
|
|
|
"chocolate curls",
|
|
|
|
"chocolate shavings",
|
|
|
|
"marshmallow meringue",
|
|
|
|
"whipped cream",
|
2022-08-29 23:13:52 +00:00
|
|
|
},
|
|
|
|
origin = {
|
2022-09-09 17:14:43 +00:00
|
|
|
"Here's your #filling# pie!",
|
|
|
|
"Here's your #filling# pie with #topping#!",
|
2022-08-29 23:13:52 +00:00
|
|
|
}
|
|
|
|
}
|