-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
38 lines (38 loc) · 782 Bytes
/
mod.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
{
"Metadata":
{
"Name": "Ultimate Boss Encounter Effects",
"Author": "Bluesteak & iCloudius",
"Description": "DESC GOES HERE",
"ModVersion": "1.0",
"GameVersion": "20.07.24.0"
},
"Settings":
{
"Settings":
[
{
"InternalName": "BS.BossEffect",
"DisplayName": "Encounter Effect",
"Variable": "BS.BossEffect",
"DefaultValue": "0x0",
"Options":
{
"0x0": "Sonic 3",
"0x1": "Sonic Megamix",
"0x2": "Sonic Megamix Mania",
"0x3": "S&K Newtrogic Panic (Demo 4)",
"0x4": "Freedom Planet",
"0x5": "Freedom Planet 2",
"0x6": "Gunstar Heroes",
"0x7": "Alien Soldier",
"0x8": "Ikaruga",
"0x9": "Cuphead",
"0xa": "Devil Engine",
"0xb": "Evangelion",
"0xc": "Custom",
}
}
]
}
}