mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
feat: 萨卡兹肉鸽深入调查实装 (#12098)
* feat: Sarkaz Deep Investigation * refactor: remove duplicate sarkaz confirm pngs
This commit is contained in:
@@ -10665,19 +10665,15 @@
|
||||
]
|
||||
},
|
||||
"Sarkaz@Roguelike@DeepExploration": {
|
||||
"doc": "等出了记得看眼",
|
||||
"template": "Roguelike@DeepExploration.png"
|
||||
},
|
||||
"Sarkaz@Roguelike@DeepExplorationEnd": {
|
||||
"doc": "等出了记得看眼",
|
||||
"template": "Roguelike@DeepExplorationEnd.png"
|
||||
"template": "Sarkaz@Roguelike@Confirm.png"
|
||||
},
|
||||
"Sarkaz@Roguelike@DeepExplorationNotUnlockedComplain": {
|
||||
"doc": "等出了记得看眼",
|
||||
"template": "Roguelike@DeepExplorationNotUnlocked.png"
|
||||
},
|
||||
"Sarkaz@Roguelike@DeepExplorationRewardMiss": {
|
||||
"doc": "等出了记得看眼",
|
||||
"template": "Roguelike@RewardCompleted.png"
|
||||
},
|
||||
"Sarkaz@Roguelike@DialogSkip": {
|
||||
@@ -10741,7 +10737,9 @@
|
||||
]
|
||||
},
|
||||
"Sarkaz@Roguelike@GamePassSkip2": {},
|
||||
"Sarkaz@Roguelike@GamePassTheEndConfirm": {},
|
||||
"Sarkaz@Roguelike@GamePassTheEndConfirm": {
|
||||
"template": "Sarkaz@Roguelike@Confirm.png"
|
||||
},
|
||||
"Sarkaz@Roguelike@GetDrop1": {},
|
||||
"Sarkaz@Roguelike@GetDrop2": {},
|
||||
"Sarkaz@Roguelike@GetDrop3": {},
|
||||
@@ -10775,7 +10773,9 @@
|
||||
"Sarkaz@Roguelike@GetDropRecruit"
|
||||
]
|
||||
},
|
||||
"Sarkaz@Roguelike@InitialDrop": {},
|
||||
"Sarkaz@Roguelike@InitialDrop": {
|
||||
"template": "Sarkaz@Roguelike@Confirm.png"
|
||||
},
|
||||
"Sarkaz@Roguelike@LastReward": {},
|
||||
"Sarkaz@Roguelike@LastReward-EnterPoint": {
|
||||
"template": [
|
||||
@@ -11699,7 +11699,9 @@
|
||||
"roi": [912, 648, 58, 58],
|
||||
"action": "ClickSelf"
|
||||
},
|
||||
"Sarkaz@RoguelikeSettlementConfirm": {},
|
||||
"Sarkaz@RoguelikeSettlementConfirm": {
|
||||
"template": "Sarkaz@Roguelike@Confirm.png"
|
||||
},
|
||||
"Reclamation2": {
|
||||
"doc": "生息演算「沙洲遗闻」",
|
||||
"algorithm": "JustReturn",
|
||||
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB |
@@ -20,7 +20,7 @@ private:
|
||||
std::unordered_map<std::string, int> deepExplorationCount = { { "Phantom", 12 },
|
||||
{ "Mizuki", 12 },
|
||||
{ "Sami", 13 },
|
||||
{ "Sarkaz", 0 } };
|
||||
{ "Sarkaz", 12 } };
|
||||
bool m_completed;
|
||||
bool m_iterateDE;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user