mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
update config and something
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<ApplicationVersion>0.0.13.0</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
|
||||
BIN
resource/CollectCredit.png
Normal file
BIN
resource/CollectCredit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@@ -244,7 +244,7 @@
|
||||
"StartButton2": {
|
||||
"filename": "StartButton2.png",
|
||||
"type": "clickSelf",
|
||||
"rearDelay": 10000,
|
||||
"rearDelay": 20000,
|
||||
"next": [
|
||||
"PRTS"
|
||||
]
|
||||
@@ -370,12 +370,11 @@
|
||||
"filename": "VisitNext.png",
|
||||
"type": "clickSelf",
|
||||
"threshold": 0.999,
|
||||
"maxTimes": 2,
|
||||
"maxTimes": 21,
|
||||
"exceededNext": [
|
||||
"ReturnToMall"
|
||||
],
|
||||
"next": [
|
||||
"VisitLimited",
|
||||
"VisitNext",
|
||||
"VisitNextBlack"
|
||||
]
|
||||
@@ -405,6 +404,16 @@
|
||||
},
|
||||
"CreditStore": {
|
||||
"filename": "CreditStore.png",
|
||||
"threshold": 0.89,
|
||||
"rearDelay": 1000,
|
||||
"type": "clickSelf",
|
||||
"next": [
|
||||
"CollectCredit",
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
"CollectCredit": {
|
||||
"filename": "CollectCredit.png",
|
||||
"type": "clickSelf",
|
||||
"next": [
|
||||
"Stop"
|
||||
@@ -414,7 +423,7 @@
|
||||
"filename": "VisitLimited.png",
|
||||
"type": "doNothing",
|
||||
"next": [
|
||||
"ReturnToMall"
|
||||
"ReturnToMall"
|
||||
]
|
||||
},
|
||||
"VisitNextBlack": {
|
||||
|
||||
Reference in New Issue
Block a user