This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues/pull-requests.
cirrus/bots/javapool/.config-sample/grammar/burger.json

58 lines
1.1 KiB
JSON

{
"patty": [
"coconut",
"nutty",
"possible",
"soy",
"tofu",
"veggie delight"
],
"veggie": [
"kimchi",
"jalapeño peppers",
"lettuce",
"onions",
"pickles",
"tomatoes"
],
"cheese": [
"vegan mozzarella cheese"
],
"sauce": [
"barbecue sauce",
"curry sauce",
"Dijon mustard",
"ketchup"
],
"burger": [
"#patty# burger with #veggie#, #veggie# and #cheese# in #sauce#",
"#patty# burger with #veggie#, #veggie# and #veggie# in #sauce#"
],
"side": [
"avocado salad",
"BBQ baked beans",
"BBQ potato chips",
"caesar salad",
"coleslaw",
"corn on the cob",
"corn salad",
"french fries",
"french potato salad",
"fried pickles",
"fried shishito peppers",
"a fruit bowl",
"vegan mac and cheese",
"onion rings",
"potato wedges",
"roasted tomatoes",
"sweet potato fries",
"a three-bean salad",
"tempura green beans",
"zucchini chips"
],
"origin": [
"Here, have a #burger#!",
"Here, have a #burger#, served with #side#!"
]
}