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

yyh_branch

This commit is contained in:
YYH
2021-12-08 22:42:35 +08:00
parent 7ceff49e5d
commit e250a5b629
9 changed files with 149 additions and 4 deletions

View File

@@ -526,6 +526,17 @@
"type": "input",
"value": 0.3
}
},
"EnemyPriority": {
"EnemyScaleBalanceWeight": {
"type": "select",
"value": "default_mode",
"option": [
"default_mode",
"S3_enemy_first",
"S1_enemy_first"
]
}
}
},
"Event": {
@@ -913,6 +924,17 @@
"type": "input",
"value": 0.3
}
},
"EnemyPriority": {
"EnemyScaleBalanceWeight": {
"type": "select",
"value": "default_mode",
"option": [
"default_mode",
"S3_enemy_first",
"S1_enemy_first"
]
}
}
},
"Raid": {
@@ -1110,6 +1132,17 @@
"type": "checkbox",
"value": false
}
},
"EnemyPriority": {
"EnemyScaleBalanceWeight": {
"type": "select",
"value": "default_mode",
"option": [
"default_mode",
"S3_enemy_first",
"S1_enemy_first"
]
}
}
},
"C11AffinityFarming": {
@@ -2809,6 +2842,17 @@
"type": "checkbox",
"value": false
}
},
"EnemyPriority": {
"EnemyScaleBalanceWeight": {
"type": "select",
"value": "default_mode",
"option": [
"default_mode",
"S3_enemy_first",
"S1_enemy_first"
]
}
}
},
"Commission": {

View File

@@ -158,6 +158,10 @@ HpControl:
RepairUseSingleThreshold: 0.3
RepairUseMultiThreshold: 0.6
LowHpRetreatThreshold: 0.3
EnemyPriority:
EnemyScaleBalanceWeight:
value: default_mode
option: [default_mode, S3_enemy_first, S1_enemy_first]
Raid:
Mode:
value: hard

View File

@@ -24,6 +24,7 @@ Main:
- Submarine
- Emotion
- HpControl
- EnemyPriority
Event:
- Scheduler
- Campaign
@@ -32,12 +33,14 @@ Event:
- Submarine
- Emotion
- HpControl
- EnemyPriority
Raid:
- Scheduler
- Raid
- Campaign
- StopCondition
- Emotion
- EnemyPriority
C11AffinityFarming:
- Scheduler
- C11AffinityFarming
@@ -78,6 +81,7 @@ GemsFarming:
- StopCondition
- Fleet
- Emotion
- EnemyPriority
# ==================== Reward ====================