forked from AvocadoVR/TruthOrDare
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathToDSetExample.json
32 lines (30 loc) · 985 Bytes
/
ToDSetExample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"DeckName": "Example Set",
"DeckBy": "Lastation Community",
"Truths": [
"What is your favorite VRC game Map?",
"What is your favorite food?",
"Why do you play VRC?",
"What are your plans for tonight?",
"Pineapple on pizza?"
],
"Player_Truths": [
"What is your opinion of <player>?",
"What do you like about <player>'s avatar?",
"What are your thoughts about <player>'s voice?",
"Are you friends with <player>?",
"Name one thing you would want to do with <player>."
],
"Dares": [
"Mute yourself until next turn.",
"Change to your least favorite avatar.",
"Pick a player to roll a dare on their next turn.",
"Post the latest image you have saved.",
"Drink a glass of water."
],
"Player_Dares": [
"Kiss <player>.",
"Poke <player>'s nose.",
"Sit next to <player>."
]
}