mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
feat: 新增支持水月肉鸽“万象追忆”
This commit is contained in:
@@ -476,5 +476,18 @@
|
||||
"next": [
|
||||
"Roguelike1ExitThenAbandon"
|
||||
]
|
||||
},
|
||||
"Roguelike2MapObject": {
|
||||
"action": "DoNothing",
|
||||
"cache": false,
|
||||
"roi": [
|
||||
257,
|
||||
488,
|
||||
189,
|
||||
123
|
||||
],
|
||||
"next": [
|
||||
"Roguelike1RecruitOther"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
@@ -7359,7 +7359,8 @@
|
||||
"Roguelike2StageDreadfulFoe-5",
|
||||
"Roguelike2DiceConfirm",
|
||||
"Roguelike2CloseCollectionContinue",
|
||||
"Roguelike2CloseCollectionClose"
|
||||
"Roguelike2CloseCollectionClose",
|
||||
"Roguelike2MapObject"
|
||||
]
|
||||
},
|
||||
"Roguelike1CloseCollection": {
|
||||
@@ -7406,6 +7407,10 @@
|
||||
"Roguelike1RecruitMain"
|
||||
]
|
||||
},
|
||||
"Roguelike2MapObject": {
|
||||
"template": "empty.png",
|
||||
"templThreshold": 2.0
|
||||
},
|
||||
"Roguelike1RecruitMain": {
|
||||
"action": "ClickSelf",
|
||||
"template": "Roguelike1Recruit.png",
|
||||
|
||||
@@ -50,7 +50,8 @@ bool asst::RoguelikeTask::set_params(const json::value& params)
|
||||
case 0:
|
||||
break;
|
||||
case 1:
|
||||
m_roguelike_task_ptr->set_times_limit("Roguelike1StageTraderLeaveConfirm", 0, ProcessTask::TimesLimitType::Post);
|
||||
m_roguelike_task_ptr->set_times_limit("Roguelike1StageTraderLeaveConfirm", 0,
|
||||
ProcessTask::TimesLimitType::Post);
|
||||
break;
|
||||
case 2:
|
||||
[[unlikely]] m_roguelike_task_ptr->set_times_limit("Roguelike1StageTraderInvestCancel", 0);
|
||||
|
||||
Reference in New Issue
Block a user