forked from Warzone2100/fractured-kingdom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod-info.json
53 lines (53 loc) · 1.41 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
{
"name": "Fractured Kingdom",
"version": "1.3.0",
"author": "DARwins",
"type": "alternateCampaign",
"license": "GPL-2.0-or-later",
"minVersionSupported": "4.5.2",
"maxVersionTested": "4.5.2",
"description": {
"en": "After crash-landing in the territory of a once powerful kingdom, you must navigate your way through the various factions fighting over what remains. Can you prevail against the odds, facing relentless foes, and see this story to its end?"
},
"updatesUrl": "https://github.com/DARwins1/fractured-kingdom/releases/latest",
"campaigns": [
"fracturedkingdom.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": "fk_disableDayCycle",
"type": "bool",
"default": false,
"displayName": {
"en": "Disable Day/Night Cycle"
},
"description": {
"en": "Disables the visual day-to-night sun cycle. The day/night cycle can also be toggled in-game with the \"toggle dn\" chat command."
}
}
]
}