-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworlds.json
72 lines (72 loc) · 2.51 KB
/
worlds.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"world": "de.daud.io/default",
"server": "de.daud.io",
"players": 0,
"name": "FFA - Europe",
"description": "Like regular FFA but with different ping times and metric-sized cup holders",
"allowedColors": [
"ship_pink",
"ship_red",
"ship_orange",
"ship_yellow",
"ship_green",
"ship_cyan"
],
"instructions": "Mouse to aim, click to shoot. Press 's' to boost."
},
{
"world": "us.daud.io/default",
"server": "us.daud.io",
"players": 2,
"name": "FFA",
"description": "FFA Arena",
"allowedColors": [
"ship_pink",
"ship_red",
"ship_orange",
"ship_yellow",
"ship_green",
"ship_cyan"
],
"instructions": "Mouse to aim, click to shoot. Press 's' to boost."
},
{
"world": "us.daud.io/duel",
"server": "us.daud.io",
"players": 10,
"name": "Dueling Room",
"description": "1 vs. 1",
"allowedColors": [
"ship_pink",
"ship_red",
"ship_orange",
"ship_yellow",
"ship_green",
"ship_cyan"
]
},
{
"world": "us.daud.io/team",
"server": "us.daud.io",
"players": 0,
"name": "Team",
"description": "Cyan vs. Red",
"allowedColors": [
"ship_red",
"ship_cyan"
]
},
{
"world": "us.daud.io/ctf",
"server": "us.daud.io",
"players": 0,
"name": "Capture the Flag",
"description": "Cyan vs. Red - Capture the Flag. First to 5 wins!",
"allowedColors": [
"ship_red",
"ship_cyan"
],
"instructions": "<p>features two teams,cyan and red, \n who each try to steal the other team's\n flag and bring it back to their own \n base to 'capture'.</p>\n <p>each team will have their own base and flag to defend.In order to score, your team's flag must still be \n at your base, which means you'll have to have some good defense to keep\n the other team from running off with your flag.</p>\n <p>If someone makes off with your flag, frag them and they'll drop your flag -- \n touch the flag and it will be returned\n to your base.</p>"
}
]