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:
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user