1
0
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:
0O0o0oOoO00
2026-01-11 22:10:55 +08:00
parent a9adb23df3
commit 3c4728559c
15 changed files with 59 additions and 2 deletions

View File

@@ -910,6 +910,10 @@
"type": "checkbox",
"value": false
},
"ChapterAutoClearStepInterval": {
"type": "input",
"value": 0.5
},
"SkipStory": {
"type": "checkbox",
"value": false

View File

@@ -894,6 +894,7 @@ Misc:
ChapterAutoNextBattle: false
ChapterAutoAmbush: false
ChapterAutoClear: false
ChapterAutoClearStepInterval: 0.5
SkipStory: false
InfiniteBattle: false

View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -3165,6 +3165,10 @@
"name": "章节图自动开荒",
"help": ""
},
"ChapterAutoClearStepInterval": {
"name": "章节图自动开荒移动间隔",
"help": ""
},
"SkipStory": {
"name": "跳过剧情",
"help": ""

View File

@@ -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"