-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdares.json
More file actions
32 lines (32 loc) · 805 Bytes
/
dares.json
File metadata and controls
32 lines (32 loc) · 805 Bytes
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
{
"name": "Dare Challenges",
"description": "Fun dares for brave players - 300 points each!",
"default_points": 300,
"dares": [
{
"id": 1,
"dare": "Send a video of yourself dancing for at least 10 seconds!",
"points": 300
},
{
"id": 2,
"dare": "Send a goofy photo of yourself - the sillier the better!",
"points": 300
},
{
"id": 3,
"dare": "I'm sending an image - whoever makes the best meme from it wins the points!",
"points": 300
},
{
"id": 4,
"dare": "Miss call your teacher on WhatsApp or any other calling app and send proof!",
"points": 300
},
{
"id": 5,
"dare": "Draw the dragon from the Kryptix logo - whoever draws it the best wins!",
"points": 300
}
]
}