Bar system, add note for age check

This commit is contained in:
2025-10-13 14:03:04 +02:00
parent 74075c2919
commit 8778740454
3 changed files with 67 additions and 85 deletions

View File

@@ -1,12 +1,19 @@
{
"test": {
"name": "Test drink",
"price": 700,
"id": "test"
"ages": {
"below": "red",
"16-18": "",
"18+": "",
},
"test-2": {
"name": "Test drink 2",
"price": 500,
"id": "test-2"
"offering": {
"test": {
"name": "Test drink",
"price": 700,
"id": "test"
},
"test-2": {
"name": "Test drink 2",
"price": 500,
"id": "test-2"
}
}
}