1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Add: EnemyPriority option to WarArchives and SoS

This commit is contained in:
bookbug666
2022-07-29 02:06:11 +08:00
parent 85c0682773
commit ba769af213
4 changed files with 31 additions and 0 deletions

View File

@@ -6643,6 +6643,17 @@
"type": "input",
"value": 0.3
}
},
"EnemyPriority": {
"EnemyScaleBalanceWeight": {
"type": "select",
"value": "default_mode",
"option": [
"default_mode",
"S3_enemy_first",
"S1_enemy_first"
]
}
}
},
"WarArchives": {
@@ -7005,6 +7016,17 @@
"type": "input",
"value": 0.3
}
},
"EnemyPriority": {
"EnemyScaleBalanceWeight": {
"type": "select",
"value": "default_mode",
"option": [
"default_mode",
"S3_enemy_first",
"S1_enemy_first"
]
}
}
},
"OpsiGeneral": {

View File

@@ -217,6 +217,7 @@ Sos:
- Submarine
- Emotion
- HpControl
- EnemyPriority
WarArchives:
- Scheduler
- Campaign
@@ -225,6 +226,7 @@ WarArchives:
- Submarine
- Emotion
- HpControl
- EnemyPriority
# ==================== Opsi ====================