Rozwiniecie attributes.json
This commit is contained in:
parent
cec4f7da50
commit
44a4e51443
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user