1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat: add support for second cafe

This commit is contained in:
2023-11-03 21:50:08 +08:00
parent 57c0ed8531
commit bea794386c
12 changed files with 107 additions and 12 deletions
+4
View File
@@ -194,6 +194,10 @@
"AutoAdjust": {
"type": "checkbox",
"value": true
},
"SecondCafe": {
"type": "checkbox",
"value": true
}
}
},
+1
View File
@@ -79,6 +79,7 @@ Cafe:
Reward: true
Touch: true
AutoAdjust: true
SecondCafe: true
TacticalChallenge:
PlayerSelect:
+1
View File
@@ -43,6 +43,7 @@ class GeneratedConfig:
Cafe_Reward = True
Cafe_Touch = True
Cafe_AutoAdjust = True
Cafe_SecondCafe = True
# Group `TacticalChallenge`
TacticalChallenge_PlayerSelect = 0 # 0, 1, 2, 3
+4
View File
@@ -201,6 +201,10 @@
"AutoAdjust": {
"name": "Cafe.AutoAdjust.name",
"help": "Cafe.AutoAdjust.help"
},
"SecondCafe": {
"name": "Cafe.SecondCafe.name",
"help": "Cafe.SecondCafe.help"
}
},
"TacticalChallenge": {
+4
View File
@@ -201,6 +201,10 @@
"AutoAdjust": {
"name": "自动调整界面",
"help": "在进行学生互动点击前对咖啡馆界面进行缩放和位置调整,以增加互动成功率"
},
"SecondCafe": {
"name": "第二咖啡厅",
"help": "自动切换第二咖啡厅进行互动点击"
}
},
"TacticalChallenge": {