1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Add: Rapid training in tactical class

This commit is contained in:
LmeSzinc
2022-09-16 02:00:53 +08:00
parent dd7e5fd961
commit 0671399eae
11 changed files with 85 additions and 1 deletions

View File

@@ -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": {

View File

@@ -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

View File

@@ -179,6 +179,7 @@ class GeneratedConfig:
# Group `Tactical`
Tactical_TacticalFilter = 'SameT4 > SameT3 > SameT2 > SameT1\n> BlueT2 > YellowT2 > RedT2\n> BlueT3 > YellowT3 > RedT3\n> BlueT4 > YellowT4 > RedT4\n> BlueT1 > YellowT1 > RedT1\n> first'
Tactical_RapidTrainingSlot = 'do_not_use' # do_not_use, slot_1, slot_2, slot_3, slot_4
# Group `ControlExpOverflow`
ControlExpOverflow_Enable = True

View File

@@ -1157,6 +1157,15 @@
"TacticalFilter": {
"name": "Tactical Book Priority",
"help": "Generally does not need to be modified or re-arranged but can do so if desired"
},
"RapidTrainingSlot": {
"name": "Use Rapid Training",
"help": "During events, use rapid training 10 times",
"do_not_use": "Don't Use",
"slot_1": "Use on Slot #1",
"slot_2": "Use on Slot #2",
"slot_3": "Use on Slot #3",
"slot_4": "Use on Slot #4"
}
},
"ControlExpOverflow": {

View File

@@ -1157,6 +1157,15 @@
"TacticalFilter": {
"name": "Tactical.TacticalFilter.name",
"help": "Tactical.TacticalFilter.help"
},
"RapidTrainingSlot": {
"name": "Tactical.RapidTrainingSlot.name",
"help": "Tactical.RapidTrainingSlot.help",
"do_not_use": "do_not_use",
"slot_1": "slot_1",
"slot_2": "slot_2",
"slot_3": "slot_3",
"slot_4": "slot_4"
}
},
"ControlExpOverflow": {

View File

@@ -1157,6 +1157,15 @@
"TacticalFilter": {
"name": "战术学院过滤器",
"help": "一般不需要修改"
},
"RapidTrainingSlot": {
"name": "使用快速学习",
"help": "活动期间有每天10次的快速技能学习",
"do_not_use": "不使用",
"slot_1": "使用于1号位",
"slot_2": "使用于2号位",
"slot_3": "使用于3号位",
"slot_4": "使用于4号位"
}
},
"ControlExpOverflow": {

View File

@@ -1157,6 +1157,15 @@
"TacticalFilter": {
"name": "戰術學院過濾器",
"help": "一般不需要修改"
},
"RapidTrainingSlot": {
"name": "使用快速學習",
"help": "活動期間有每天10次的快速技能學習",
"do_not_use": "不使用",
"slot_1": "使用於1號位",
"slot_2": "使用於2號位",
"slot_3": "使用於3號位",
"slot_4": "使用於4號位"
}
},
"ControlExpOverflow": {