mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: Collecting EXP reward
- Opt: Increase reward interval to 60-120 - Fix: Default medal shop filter in buying BPs
This commit is contained in:
@@ -2957,11 +2957,11 @@
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
"value": "60-120"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
"value": "60-120"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "disable",
|
||||
@@ -2977,6 +2977,10 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"CollectExp": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"CollectMission": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
@@ -3160,7 +3164,7 @@
|
||||
"MedalShop": {
|
||||
"Filter": {
|
||||
"type": "textarea",
|
||||
"value": "DR > PRY\n> BookRedT3 > BookYellowT3 > BookBlueT3 > BookRedT2 > BookYellowT2 > BookBlueT2\n> RetrofitT3 > PlateGeneralT3\n> FoodT6 > FoodT5"
|
||||
"value": "DRBP > PRYBP\n> BookRedT3 > BookYellowT3 > BookBlueT3 > BookRedT2 > BookYellowT2 > BookBlueT2\n> RetrofitT3 > PlateGeneralT3\n> FoodT6 > FoodT5"
|
||||
}
|
||||
},
|
||||
"MeritShop": {
|
||||
|
||||
Reference in New Issue
Block a user