feat: 萨卡兹肉鸽深入调查实装 (#12098)

* feat: Sarkaz Deep Investigation

* refactor: remove duplicate sarkaz confirm pngs
This commit is contained in:
BxFS
2025-03-07 18:22:07 +08:00
committed by GitHub
parent 3d5189c8a8
commit 67b680e83a
5 changed files with 11 additions and 9 deletions

View File

@@ -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",

View File

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

View File

@@ -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;
};