-
Notifications
You must be signed in to change notification settings - Fork 0
/
bosses.json
49 lines (49 loc) · 978 Bytes
/
bosses.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
{
"bananas": {
"description": "Banana Master",
"level": "bananas",
"bot": "atamon"
},
"doors": {
"description": "Door Galore",
"level": "doors",
"bot": "atamon"
},
"maze": {
"description": "A MAZEING",
"level": "maze",
"arguments": "0.15",
"bot": "atamon"
},
"noob": {
"description": "The Noob",
"bot": "atamon",
"level": "noob",
"arguments": "0.25"
},
"tackling": {
"description": "Hockey Player",
"bot": "atamon",
"level": "tackling"
},
"traps": {
"description": "Gotta trap 'em all!",
"bot": "atamon",
"level": "traps"
},
"tunnels": {
"description": "Teenage Mutant Ninja Tunnels",
"bot": "atamon",
"level": "tunnels"
},
"roadwarrior": {
"description": "TIER 2 – Road Warrior",
"bot": "kong",
"level": "roadwarrior"
},
"knockknock": {
"description": "TIER 2 – Knock! Knock!",
"bot": "kong",
"level": "knockknock"
}
}