19 lines
No EOL
669 B
JSON
19 lines
No EOL
669 B
JSON
{
|
|
"public": {
|
|
"yes": [
|
|
{ "clicks": 1, "random": true, "messages": [
|
|
"Vic is in"
|
|
]
|
|
},
|
|
{ "clicks": 2, "random": true, "messages": ["Vic is really in"] },
|
|
{ "clicks": 10, "random": true, "messages": ["Stop it Vic, you're in."] }
|
|
],
|
|
"no": [
|
|
{ "clicks": 1, "random": true, "messages": ["Needs to check if the water works"]},
|
|
{ "clicks": 2, "random": true, "messages": ["Needs to check if the tap has water"]},
|
|
{ "clicks": 3, "random": true, "messages": ["Checking if the water is wet..."]},
|
|
{ "clicks": 4, "random": true, "messages": ["The water really is wet!"] }
|
|
]
|
|
},
|
|
"ephemeral": {}
|
|
} |