Rozwiniecie attributes.json

This commit is contained in:
s495727 2024-05-03 00:19:00 +02:00
parent cec4f7da50
commit 44a4e51443

View File

@ -4,22 +4,43 @@
"true",
"false"
],
"dough": [],
"dough": ["thick"],
"drink": ["pepsi", "cola", "water"],
"food": ["pizza"],
"meat": ["chicken", "ham", "tuna"],
"sauce": ["garlic", "1000w"],
"ingredient": {
"chicken": {},
"tuna": {},
"pineapple": {},
"onion": {},
"chess": {},
"cheese": {},
"tomato": {},
"ham": {}
"ham": {},
"pepper": {},
},
"menu": ["capri", "margarita", "hawajska", "barcelona", "tuna"],
"pizza": {
"capri": {},
"margarita": {},
"hawajska": {},
"barcelona": {
"ingredient": ["tomato", "onion", "ham"],
"price": 45
"capri": {
"ingredient": ["tomato", "ham", "mushrooms", "cheese"],
"price": 25
},
"tuna": {}
"margarita": {
"ingredient": ["tomato", "cheese"],
"price": 20
},
"hawajska": {
"ingredient": ["tomato", "pineapple", "chicken", "cheese"],
"price": 30
},
"barcelona": {
"ingredient": ["tomato", "onion", "ham", "pepper", "cheese"],
"price": 40
},
"tuna": {
"ingredient": ["tomato", "tuna", "onion", "cheese"],
"price": 40
}
},
"size": {
"m": {