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", "true",
"false" "false"
], ],
"dough": [], "dough": ["thick"],
"drink": ["pepsi", "cola", "water"],
"food": ["pizza"],
"meat": ["chicken", "ham", "tuna"],
"sauce": ["garlic", "1000w"],
"ingredient": { "ingredient": {
"chicken": {},
"tuna": {},
"pineapple": {},
"onion": {}, "onion": {},
"chess": {}, "cheese": {},
"tomato": {}, "tomato": {},
"ham": {} "ham": {},
"pepper": {},
}, },
"menu": ["capri", "margarita", "hawajska", "barcelona", "tuna"],
"pizza": { "pizza": {
"capri": {}, "capri": {
"margarita": {}, "ingredient": ["tomato", "ham", "mushrooms", "cheese"],
"hawajska": {}, "price": 25
"barcelona": {
"ingredient": ["tomato", "onion", "ham"],
"price": 45
}, },
"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": { "size": {
"m": { "m": {