1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-16 03:52:19 +08:00

Add: GemsFarming hard mode (#5598)

* Refactor: delete equipment change usage in alas

* Refactor: class GemsFarming

* Add: assets for equipment code

* Add: config for equipment code

* Add: class EquipmentCodeHandler

* Add: config for equipment code in GemsFarming

* Add: GemsFarming equipment change

* Add: submarine support for GemsFarming

* Add: config for emotion control in GemsFarming

* Add: GemsFarming emotion control

* Add: assets for hard mode of GemsFarming

* Upd: asset FLEET_ENTER and FLEET_ENTER_FLAGSHIP

* Add: GemsFarming hard mode

* Fix: handle empty fleet in gemsfarming hard mode

* Add: check control method before equipment code usage

* Opt: use self.device.click for Hierarchy button in fastinput_ime_enable

* Chore: abstract set_fastinput_ime method for EquipmentCodeHandler

* Opt: use fleet1 emotion to represent attack fleet's emotion and hide fleet2 emotion

* Opt: use HardNotSatisfied to delay gemsfarming hard

* Opt: put emotion setting of gemsfarming to last
This commit is contained in:
guoh064
2026-07-09 00:43:24 +08:00
committed by GitHub
131 changed files with 1217 additions and 575 deletions

View File

@@ -309,11 +309,16 @@
"ServerUpdate": "00:00"
},
"GemsFarming": {
"ChangeFlagship": "ship",
"CommonCV": "any",
"ChangeVanguard": "ship",
"CommonDD": "any",
"CommissionLimit": true
},
"EquipmentCode": {
"ExportToConfig": true,
"Config": "DD: null\nbogue: null\nhermes: null\nlangley: null\nranger: null"
},
"Campaign": {
"Name": "12-4",
"Event": "campaign_main",
@@ -343,6 +348,25 @@
"Fleet2Step": 2,
"FleetOrder": "fleet1_all_fleet2_standby"
},
"Submarine": {
"Fleet": 0,
"Mode": "do_not_use",
"AutoSearchMode": "sub_standby",
"DistanceToBoss": "use_open_ocean_support"
},
"Emotion": {
"Mode": "calculate_ignore",
"Fleet1Value": 119,
"Fleet1Record": "2020-01-01 00:00:00",
"Fleet1Control": "prevent_red_face",
"Fleet1Recover": "not_in_dormitory",
"Fleet1Oath": false,
"Fleet2Value": 119,
"Fleet2Record": "2020-01-01 00:00:00",
"Fleet2Control": "prevent_red_face",
"Fleet2Recover": "not_in_dormitory",
"Fleet2Oath": false
},
"Storage": {
"Storage": {}
}