mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 11:19:26 +08:00
add: chapter auto clear step interval setting
This commit is contained in:
@@ -910,6 +910,10 @@
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"ChapterAutoClearStepInterval": {
|
||||
"type": "input",
|
||||
"value": 0.5
|
||||
},
|
||||
"SkipStory": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
|
||||
@@ -894,6 +894,7 @@ Misc:
|
||||
ChapterAutoNextBattle: false
|
||||
ChapterAutoAmbush: false
|
||||
ChapterAutoClear: false
|
||||
ChapterAutoClearStepInterval: 0.5
|
||||
SkipStory: false
|
||||
InfiniteBattle: false
|
||||
|
||||
|
||||
@@ -549,6 +549,7 @@ class GeneratedConfig:
|
||||
Misc_ChapterAutoNextBattle = False
|
||||
Misc_ChapterAutoAmbush = False
|
||||
Misc_ChapterAutoClear = False
|
||||
Misc_ChapterAutoClearStepInterval = 0.5
|
||||
Misc_SkipStory = False
|
||||
Misc_InfiniteBattle = False
|
||||
|
||||
|
||||
@@ -162,6 +162,7 @@ class FullGeneratedConfig:
|
||||
Hook_Misc_ChapterAutoNextBattle = None
|
||||
Hook_Misc_ChapterAutoAmbush = None
|
||||
Hook_Misc_ChapterAutoClear = None
|
||||
Hook_Misc_ChapterAutoClearStepInterval = None
|
||||
Hook_Misc_SkipStory = None
|
||||
Hook_Misc_InfiniteBattle = None
|
||||
Hook_ShipProperty_Method = None
|
||||
|
||||
@@ -3165,6 +3165,10 @@
|
||||
"name": "Misc.ChapterAutoClear.name",
|
||||
"help": "Misc.ChapterAutoClear.help"
|
||||
},
|
||||
"ChapterAutoClearStepInterval": {
|
||||
"name": "Misc.ChapterAutoClearStepInterval.name",
|
||||
"help": "Misc.ChapterAutoClearStepInterval.help"
|
||||
},
|
||||
"SkipStory": {
|
||||
"name": "Misc.SkipStory.name",
|
||||
"help": "Misc.SkipStory.help"
|
||||
|
||||
@@ -3165,6 +3165,10 @@
|
||||
"name": "Misc.ChapterAutoClear.name",
|
||||
"help": "Misc.ChapterAutoClear.help"
|
||||
},
|
||||
"ChapterAutoClearStepInterval": {
|
||||
"name": "Misc.ChapterAutoClearStepInterval.name",
|
||||
"help": "Misc.ChapterAutoClearStepInterval.help"
|
||||
},
|
||||
"SkipStory": {
|
||||
"name": "Misc.SkipStory.name",
|
||||
"help": "Misc.SkipStory.help"
|
||||
|
||||
@@ -3165,6 +3165,10 @@
|
||||
"name": "章节图自动开荒",
|
||||
"help": ""
|
||||
},
|
||||
"ChapterAutoClearStepInterval": {
|
||||
"name": "章节图自动开荒移动间隔",
|
||||
"help": ""
|
||||
},
|
||||
"SkipStory": {
|
||||
"name": "跳过剧情",
|
||||
"help": ""
|
||||
|
||||
@@ -3165,6 +3165,10 @@
|
||||
"name": "Misc.ChapterAutoClear.name",
|
||||
"help": "Misc.ChapterAutoClear.help"
|
||||
},
|
||||
"ChapterAutoClearStepInterval": {
|
||||
"name": "Misc.ChapterAutoClearStepInterval.name",
|
||||
"help": "Misc.ChapterAutoClearStepInterval.help"
|
||||
},
|
||||
"SkipStory": {
|
||||
"name": "Misc.SkipStory.name",
|
||||
"help": "Misc.SkipStory.help"
|
||||
|
||||
Reference in New Issue
Block a user