-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.orianaventure.mod.LocationReset.cfg
129 lines (101 loc) · 4.02 KB
/
com.orianaventure.mod.LocationReset.cfg
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
## Settings file was created by plugin LocationReset v0.9.1
## Plugin GUID: com.orianaventure.mod.LocationReset
[Advanced]
## True to reset all misc locations found on the ground (not including meadow farms/villages or fuling camps) (boolean). [Synced with Server]
# Setting type: Boolean
# Default value: true
ResetGroundLocations = true
## True to use all the values below rather than the default when applicable (boolean). [Synced with Server]
# Setting type: Boolean
# Default value: false
OverrideResetTimes = false
## Number of in-game days for resetting meadow farms (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
FarmResetTime = 100
## Number of in-game days for resetting meadow draugr villages (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
VillageResetTime = 100
## Number of in-game days for resetting black forest troll caves (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
TrollResetTime = 100
## Number of in-game days for resetting black forest burial chambers (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
BurialResetTime = 100
## Number of in-game days for resetting swamp crypts (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
CryptResetTime = 100
## Number of in-game days for resetting mountain caves (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
CaveResetTime = 100
## Number of in-game days for resetting plain fuling camps (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
CampResetTime = 100
## Number of in-game days for resetting mistland infested mines (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
MineResetTime = 100
## Number of in-game days for resetting mistland infested citadel (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
QueenResetTime = 100
## Number of in-game days for resetting hildir's black forest crypts (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
HildirCryptResetTime = 100
## Number of in-game days for resetting hildir's mountain caves (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
HildirCaveResetTime = 100
## Number of in-game days for resetting hildir's plain towers (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
HildirTowerResetTime = 100
## Number of in-game days for resetting the charred fortress (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
CharredFortressResetTime = 100
## Number of in-game days for resetting flametal leviathans (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
LeviathanLavaResetTime = 100
## Number of in-game days for resetting the different morgen holes (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
MorgenHoleResetTime = 100
## Number of in-game days for resetting the different places of mystery (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
PlaceofMysteryResetTime = 100
## Number of in-game days for resetting copper & tin mining caves (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
CopperTinCaveResetTime = 100
## Number of in-game days for resetting silver mining caves (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
SilverCaveResetTime = 100
[General]
## Default number of in-game days for reset, one day is about 30 minutes (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
ResetTime = 100
## When True will reset locations even if player placed pieces and tombstones are on the ground outside the entrance to sky locations (boolean). [Synced with Server]
# Setting type: Boolean
# Default value: false
SkipPlayerGroundPieceCheck = false
[Leviathans]
## True to enable resetting Leviathans (boolean). [Synced with Server]
# Setting type: Boolean
# Default value: true
EnableLeviathanReset = false
## Default number of in-game days for reset, one day is about 30 minutes (int). [Synced with Server]
# Setting type: Int32
# Default value: 30
LeviathanResetTime = 100