mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Add: setting group ControlExpOverflow to allow tactical EXP waste in trade for efficiency/minimal time usage
This commit is contained in:
@@ -2883,6 +2883,28 @@
|
||||
"type": "textarea",
|
||||
"value": "SameT4 > SameT3 > SameT2 > SameT1\n> BlueT2 > YellowT2 > RedT2\n> BlueT3 > YellowT3 > RedT3\n> BlueT4 > YellowT4 > RedT4\n> BlueT1 > YellowT1 > RedT1\n> first"
|
||||
}
|
||||
},
|
||||
"ControlExpOverflow": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"T4Allow": {
|
||||
"type": "input",
|
||||
"value": 100
|
||||
},
|
||||
"T3Allow": {
|
||||
"type": "input",
|
||||
"value": 100
|
||||
},
|
||||
"T2Allow": {
|
||||
"type": "input",
|
||||
"value": 200
|
||||
},
|
||||
"T1Allow": {
|
||||
"type": "input",
|
||||
"value": 200
|
||||
}
|
||||
}
|
||||
},
|
||||
"Research": {
|
||||
|
||||
Reference in New Issue
Block a user