-
Notifications
You must be signed in to change notification settings - Fork 0
/
modsettings.json
65 lines (65 loc) · 2.45 KB
/
modsettings.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
{
"Version": "0.5.0",
"Sections": [
{
"Name": "Visual",
"Description": "Modify visual aspects of the vampire experience.",
"IsAdvanced": false,
"Keys": [
{
"Options": [
"Always (Vanilla)",
"During Bloodlust",
"Never"
],
"Value": 0,
"Name": "PortraitSwap",
"Description": "When character portrait should be replaced by a vampiric portrait.",
"$version": "v1",
"$type": "DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.MultipleChoiceKey"
},
{
"Options": [
"Vanilla",
"Custom"
],
"Value": 0,
"Name": "PortraitAssets",
"Description": "Which vampiric portraits should be used.",
"$version": "v1",
"$type": "DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.MultipleChoiceKey"
}
],
"$version": "v1"
},
{
"Name": "Gameplay",
"Description": "Modify gameplay aspects of the vampire experience.",
"IsAdvanced": false,
"Keys": [
{
"Options": [
"Severe (Vanila) - Can't Rest, Can't Loiter",
"Moderate - Can't Rest, Can Loiter",
"None - Can Rest, Can Loiter"
],
"Value": 0,
"Name": "BloodlustAnxiety",
"Description": "Modifies resting and loitering rules during a bloodlust.",
"$version": "v1",
"$type": "DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.MultipleChoiceKey"
},
{
"Min": 1,
"Max": 30,
"Value": 1,
"Name": "DaysToBloodlust",
"Description": "How long sating a bloodlust lasts (Vanilla = 1 day)",
"$version": "v1",
"$type": "DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.SliderIntKey"
}
],
"$version": "v1"
}
]
}