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

Merge pull request #772 from nEEtdo0d/tactical_exp_fix

Fix: Refactor RewardTacticalClass
This commit is contained in:
LmeSzinc
2021-11-29 23:36:18 +08:00
committed by GitHub
10 changed files with 255 additions and 25 deletions

View File

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