mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Add: Rapid training in tactical class
This commit is contained in:
@@ -5446,6 +5446,17 @@
|
||||
"TacticalFilter": {
|
||||
"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"
|
||||
},
|
||||
"RapidTrainingSlot": {
|
||||
"type": "select",
|
||||
"value": "do_not_use",
|
||||
"option": [
|
||||
"do_not_use",
|
||||
"slot_1",
|
||||
"slot_2",
|
||||
"slot_3",
|
||||
"slot_4"
|
||||
]
|
||||
}
|
||||
},
|
||||
"ControlExpOverflow": {
|
||||
|
||||
@@ -278,6 +278,9 @@ Tactical:
|
||||
> BlueT4 > YellowT4 > RedT4
|
||||
> BlueT1 > YellowT1 > RedT1
|
||||
> first
|
||||
RapidTrainingSlot:
|
||||
value: do_not_use
|
||||
option: [do_not_use, slot_1, slot_2, slot_3, slot_4]
|
||||
ControlExpOverflow:
|
||||
Enable: true
|
||||
T4Allow: 100
|
||||
|
||||
Reference in New Issue
Block a user