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:
@@ -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": {
|
||||
|
||||
@@ -217,6 +217,7 @@ Sos:
|
||||
- Submarine
|
||||
- Emotion
|
||||
- HpControl
|
||||
- EnemyPriority
|
||||
WarArchives:
|
||||
- Scheduler
|
||||
- Campaign
|
||||
@@ -225,6 +226,7 @@ WarArchives:
|
||||
- Submarine
|
||||
- Emotion
|
||||
- HpControl
|
||||
- EnemyPriority
|
||||
|
||||
# ==================== Opsi ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user