-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod-info.json
55 lines (55 loc) · 1.26 KB
/
mod-info.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
{
"name": "Cursed Warzone",
"version": "1.1.1",
"author": "DARwins, kibuw",
"type": "alternateCampaign",
"license": "GPL-2.0-or-later",
"minVersionSupported": "4.5.0",
"maxVersionTested": "4.5.1",
"description": {
"en": "A campaign mod for Warzone 2100 that completely ruins the story and adds a whole bunch of stupid funny stuff."
},
"updatesUrl": "https://github.com/DARwins1/cursed-warzone/releases/latest",
"campaigns": [
"alpha.json",
"beta.json",
"gamma.json"
],
"universe": "unique",
"difficultyLevels": "default",
"camTweakOptions": [
{
"id": "timerPowerBonus",
"default": true,
"userEditable": false
},
{
"id": "classicTimers",
"default": false,
"userEditable": false
},
{
"id": "playerUnitCap40",
"default": false,
"userEditable": false
},
{
"id": "autosavesOnly",
"default": false,
"userEditable": false
}
],
"customTweakOptions": [
{
"id": "cw_noSelfControl",
"type": "bool",
"default": false,
"displayName": {
"en": "No Self-Control"
},
"description": {
"en": "Makes the Mystery Box unobtainable. For people with a severe gambling addiction."
}
}
]
}