-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodsettings.json
More file actions
35 lines (35 loc) · 1.16 KB
/
Copy pathmodsettings.json
File metadata and controls
35 lines (35 loc) · 1.16 KB
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
{
"Version": "1",
"Sections": [
{
"Name": "Core",
"Description": "Settings of the main mod",
"IsAdvanced": false,
"Keys": [
{
"Value": true,
"Name": "UnleveledOpenAndLock",
"Description": "Makes the \"Open\" and \"Lock\" spell effects unleveled. Turn off before uninstalling the mod",
"$version": "v1",
"$type": "DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.ToggleKey"
}
],
"$version": "v1"
},
{
"Name": "MagicRegen",
"Description": "Spell point regeneration each round",
"IsAdvanced": false,
"Keys": [
{
"Value": false,
"Name": "Enabled",
"Description": "Whether to use real-time regeneration at all",
"$version": "v1",
"$type": "DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.ToggleKey"
}
],
"$version": "v1"
}
]
}