forked from PhoenixFire6934/Classic-Brawl
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
76 lines (76 loc) · 2.07 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
67
68
69
70
71
72
73
74
75
76
{
"Gems": 100000,
"Gold": 100000,
"Tickets": 0,
"Starpoints": 20000,
"BrawlBoxTokens": 2500,
"BigBoxTokens": 100,
"ExperiencePoints": 0,
"MaximumExperience": 145630,
"Trophies": 0,
"ShowPacketsInLog": false,
"ThemeID": 13,
"ContentCreatorCodes": ["Classic Brawl"],
"Region": "BR",
"SupportedContentCreator": "",
"TutorialState": 1,
"DoubleTokenEvent": true,
"CoinShowerEvent": true,
"Maintenance": false,
"MaintenanceTime": 3600,
"Patch": false,
"PatchUrl": "",
"UpdateUrl": "https://github.com/PhoenixFire6879/Classic-Brawl",
"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,
"mr.p": 0,
"max": 0,
"jacky": 0,
"sprout": 0
}
]
}