-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
66 lines (66 loc) · 1.79 KB
/
config.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
{
"Gems": 10,
"Gold": 100,
"Tickets": 0,
"Starpoints": 0,
"BrawlBoxTokens": 100,
"BigBoxTokens": 10,
"ExperiencePoints": 99999,
"Trophies": 0,
"ShowPacketsInLog": false,
"ThemeID": 10,
"SupportedContentCreator": "Brawl V25",
"Maintenance": false,
"Patch": false,
"PatchUrl": "http://192.168.1.98:8080/",
"UpdateUrl": "???",
"BrawlerTrophies": 0,
"BrawlerTrophiesForRank": 0,
"BrawlerPowerLevel": 0,
"BrawlerUpgradePoints": 0,
"*** Option type for below config ***":[
{
"All": "All brawlers are unlocked",
"SpecifiedOnly": "in the unlocked brawler option put 1 for unlocked or 0 for locked",
"StarterOnly": "Only the starter brawlers (Shelly, Nita, Colt, Bull, Jessie, Brock, 8bit, Emz)",
"Off": "off is like the original brawl stars so you you're brawlers will save and you can get it from boxes or offers and club bot"
}
],
"UnlockedBrawlersOption": "Off",
"UnlockedBrawler":[
{
"shelly": 1,
"colt": 0,
"bull": 0,
"brock": 0,
"rico": 0,
"spike": 0,
"barley": 0,
"jessie": 0,
"nita": 0,
"dynamike": 0,
"primo": 0,
"mortis": 0,
"crow": 0,
"poco": 0,
"bo": 0,
"piper": 0,
"pam": 0,
"tara": 0,
"darryl": 0,
"penny": 0,
"frank": 0,
"gene": 0,
"tick": 0,
"leon": 0,
"rosa": 0,
"carl": 0,
"bibi": 0,
"8bit": 0,
"sandy": 0,
"bea": 0,
"emz": 0,
"max": 0
}
]
}