From 9ac427832ad74873f172c6cc9d5c6bf99e268160 Mon Sep 17 00:00:00 2001 From: suanjiansalt <127009844+suanjiansalt@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:03:41 +0800 Subject: [PATCH 01/12] add challenges files --- components/candle/challengeService.ts | 10 + contractdata/BERLIN/_BERLIN_CHALLENGES.json | 160 ++++++++++++++ .../CHONGQING/_CHONGQING_CHALLENGES.json | 196 ++++++++++++++++++ contractdata/GLOBAL/_AMMONIA_CHALLENGES.json | 189 +++++++++++++++++ .../HOKKAIDO/_HOKKAIDO_CHALLENGES.json | 162 +++++++++++++++ contractdata/MUMBAI/_MUMBAI_CHALLENGES.json | 179 ++++++++++++++++ 6 files changed, 896 insertions(+) create mode 100644 contractdata/GLOBAL/_AMMONIA_CHALLENGES.json diff --git a/components/candle/challengeService.ts b/components/candle/challengeService.ts index ff62194e0..d2023b587 100644 --- a/components/candle/challengeService.ts +++ b/components/candle/challengeService.ts @@ -196,6 +196,16 @@ export abstract class ChallengeRegistry { Icon: "challenge_category_feats", }, ], + [ + "ammonia-pack", + { + Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + Description: "", + GameVersions: ["h3"], + Image: "images/challenges/categories/packammonia/tile.jpg", + Icon: "challenge_category_feats", + }, + ], [ "argentum-pack", { diff --git a/contractdata/BERLIN/_BERLIN_CHALLENGES.json b/contractdata/BERLIN/_BERLIN_CHALLENGES.json index 1d5ffce19..36bf3caae 100644 --- a/contractdata/BERLIN/_BERLIN_CHALLENGES.json +++ b/contractdata/BERLIN/_BERLIN_CHALLENGES.json @@ -4305,6 +4305,166 @@ } } ] + }, + { + "Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Image": "images/challenges/categories/packammonia/tile.jpg", + "Icon": "challenge_category_feats", + "CategoryId": "ammonia-pack", + "Description": "", + "OrderIndex": 6.992, + "Challenges": [ + { + "Id": "4989d836-569a-4997-9755-95bd2e831d2a", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME", + "ImageName": "images/challenges/Categories/PackAmmonia/tile.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC", + "Rewards": { + "MasteryXP": 4000 + }, + "Drops": ["PROP_DEVICE_ICA_RUBBERDUCK_REMOTE_EXPLOSIVE_T"], + "IsPlayable": false, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Icon": "challenge_category_feats", + "LocationId": "", + "ParentLocationId": "", + "Type": "global", + "DifficultyLevels": [], + "OrderIndex": 100000, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Scope": "profile", + "Constants": { + "RequiredChallenges": [ + "09eb54ac-6037-4f3f-9c9d-a2ae00a0273c", + "0a43e29e-07da-495c-ba41-1904851526fd", + "744b8c17-ac05-48a8-8eab-84af4aa0f5f0", + "31fd53b9-8acc-46b8-95be-53a6474cff88" + ] + }, + "Context": { + "CompletedChallenges": [] + }, + "ContextListeners": { + "CompletedChallenges": { + "comparand": "$.RequiredChallenges", + "type": "challengetree" + } + }, + "States": { + "Start": { + "ChallengeCompleted": [ + { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$.#", + "$Value.ChallengeId" + ] + }, + "in": "$.RequiredChallenges" + } + }, + "$pushunique": [ + "CompletedChallenges", + "$Value.ChallengeId" + ] + }, + { + "Condition": { + "$eq": [ + "($.CompletedChallenges).Count", + "($.RequiredChallenges).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + }, + "Tags": ["ammonia-pack", "story", "hard"], + "InclusionData": { + "ContractIds": null, + "ContractTypes": null, + "Locations": [ + "LOCATION_HOKKAIDO_MAMUSHI", + "LOCATION_MIAMI", + "LOCATION_MUMBAI", + "LOCATION_WET" + ], + "GameModes": null + } + }, + { + "Id": "31fd53b9-8acc-46b8-95be-53a6474cff88", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME", + "ImageName": "images/challenges/categories/packammonia/flyingswan.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC", + "Rewards": { + "MasteryXP": 2000 + }, + "Drops": [], + "IsPlayable": true, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Icon": "challenge_category_feats", + "LocationId": "LOCATION_PARENT_EDGY", + "ParentLocationId": "LOCATION_PARENT_EDGY", + "Type": "contract", + "DifficultyLevels": [], + "OrderIndex": 100004, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Scope": "session", + "Context": {}, + "States": { + "Start": { + "Kill": { + "Condition": { + "$and": [ + { + "$eq": [ + "$Value.RepositoryId", + "922deccd-7fb4-45d9-ae3d-2cf11915c403" + ] + }, + { + "$eq": [ + "$Value.KillMethodStrict", + "accident_push" + ] + } + ] + }, + "Transition": "CheckExit" + } + }, + "CheckExit": { + "exit_gate": { + "Condition": { + "$eq": [ + "$Value.RepositoryId", + "33c581f6-45ee-4a83-8209-d131ba6a755d" + ] + }, + "Transition": "Success" + } + } + } + }, + "Tags": ["ammonia-pack", "story", "live", "medium"], + "InclusionData": { + "ContractIds": ["ebcd14b2-0786-4ceb-a2a4-e771f60d0125"] + } + } + ] } ] } diff --git a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json index f7bbe0032..040889947 100644 --- a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json +++ b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json @@ -4659,6 +4659,202 @@ "Tags": ["cheesecake-pack", "story", "live", "medium"] } ] + }, + { + "Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Image": "images/challenges/categories/packammonia/tile.jpg", + "Icon": "challenge_category_feats", + "CategoryId": "ammonia-pack", + "Description": "", + "OrderIndex": 6.992, + "Challenges": [ + { + "Id": "4989d836-569a-4997-9755-95bd2e831d2a", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME", + "ImageName": "images/challenges/Categories/PackAmmonia/tile.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC", + "Rewards": { + "MasteryXP": 4000 + }, + "Drops": ["PROP_DEVICE_ICA_RUBBERDUCK_REMOTE_EXPLOSIVE_T"], + "IsPlayable": false, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Icon": "challenge_category_feats", + "LocationId": "", + "ParentLocationId": "", + "Type": "global", + "DifficultyLevels": [], + "OrderIndex": 100000, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Scope": "profile", + "Constants": { + "RequiredChallenges": [ + "09eb54ac-6037-4f3f-9c9d-a2ae00a0273c", + "0a43e29e-07da-495c-ba41-1904851526fd", + "744b8c17-ac05-48a8-8eab-84af4aa0f5f0", + "31fd53b9-8acc-46b8-95be-53a6474cff88" + ] + }, + "Context": { + "CompletedChallenges": [] + }, + "ContextListeners": { + "CompletedChallenges": { + "comparand": "$.RequiredChallenges", + "type": "challengetree" + } + }, + "States": { + "Start": { + "ChallengeCompleted": [ + { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$.#", + "$Value.ChallengeId" + ] + }, + "in": "$.RequiredChallenges" + } + }, + "$pushunique": [ + "CompletedChallenges", + "$Value.ChallengeId" + ] + }, + { + "Condition": { + "$eq": [ + "($.CompletedChallenges).Count", + "($.RequiredChallenges).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + }, + "Tags": ["ammonia-pack", "story", "hard"], + "InclusionData": { + "ContractIds": null, + "ContractTypes": null, + "Locations": [ + "LOCATION_HOKKAIDO_MAMUSHI", + "LOCATION_MIAMI", + "LOCATION_MUMBAI", + "LOCATION_WET" + ], + "GameModes": null + } + }, + { + "Id": "0a43e29e-07da-495c-ba41-1904851526fd", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME", + "ImageName": "images/challenges/categories/packammonia/homeless.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC", + "Rewards": { + "MasteryXP": 2000 + }, + "Drops": [], + "IsPlayable": true, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Icon": "challenge_category_feats", + "LocationId": "LOCATION_PARENT_WET", + "ParentLocationId": "LOCATION_PARENT_WET", + "Type": "parentlocation", + "DifficultyLevels": [], + "OrderIndex": 100002, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Scope": "session", + "Context": { "isPosterAcquired": false }, + "States": { + "Start": { + "Disguise": [ + { + "Condition": { + "$and": [ + { + "$eq": [ + "$Value", + "ba4e595e-da3b-4902-8622-40889fc088db" + ] + }, + { + "$eq": [ + "$.isPosterAcquired", + false + ] + } + ] + }, + "Transition": "CheckPoster" + }, + { + "Condition": { + "$and": [ + { + "$eq": [ + "$Value", + "ba4e595e-da3b-4902-8622-40889fc088db" + ] + }, + { + "$eq": [ + "$.isPosterAcquired", + true + ] + } + ] + }, + "Transition": "CheckHideBody" + } + ] + }, + "CheckPoster": { + "ItemPickedUp": { + "Condition": { + "$eq": [ + "$Value.RepositoryId", + "918de690-aff2-41cc-acdd-e1ebb3953a9d" + ] + }, + "Actions": { + "$set": ["isPosterAcquired", true] + }, + "Transition": "CheckHideBody" + }, + "Disguise": { "Transition": "Start" } + }, + "CheckHideBody": { + "setpieces": { + "Condition": { + "$eq": [ + "$Value.RepositoryId", + "07aa6895-5780-4a9c-8f34-7f1a51f389f7" + ] + }, + "Transition": "Success" + } + } + } + }, + "Tags": ["ammonia-pack", "story", "live", "medium"], + "InclusionData": { + "Locations": ["LOCATION_WET"] + } + } + ] } ] } diff --git a/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json b/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json new file mode 100644 index 000000000..8eb191f28 --- /dev/null +++ b/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json @@ -0,0 +1,189 @@ +{ + "meta": { + "Location": "GLOBAL_AMMONIA_CHALLENGES", + "GameVersions": ["h3"] + }, + "groups": [ + { + "Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Image": "images/challenges/categories/packammonia/tile.jpg", + "Icon": "challenge_category_feats", + "CategoryId": "ammonia-pack", + "Description": "", + "Challenges": [ + { + "Id": "4989d836-569a-4997-9755-95bd2e831d2a", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME", + "ImageName": "images/challenges/Categories/PackAmmonia/tile.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC", + "Rewards": { + "MasteryXP": 4000 + }, + "Drops": ["PROP_DEVICE_ICA_RUBBERDUCK_REMOTE_EXPLOSIVE_T"], + "IsPlayable": false, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Icon": "challenge_category_feats", + "LocationId": "", + "ParentLocationId": "", + "Type": "global", + "DifficultyLevels": [], + "OrderIndex": 100000, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Scope": "profile", + "Constants": { + "RequiredChallenges": [ + "09eb54ac-6037-4f3f-9c9d-a2ae00a0273c", + "0a43e29e-07da-495c-ba41-1904851526fd", + "744b8c17-ac05-48a8-8eab-84af4aa0f5f0", + "31fd53b9-8acc-46b8-95be-53a6474cff88" + ] + }, + "Context": { + "CompletedChallenges": [] + }, + "ContextListeners": { + "CompletedChallenges": { + "comparand": "$.RequiredChallenges", + "type": "challengetree" + } + }, + "States": { + "Start": { + "ChallengeCompleted": [ + { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$.#", + "$Value.ChallengeId" + ] + }, + "in": "$.RequiredChallenges" + } + }, + "$pushunique": [ + "CompletedChallenges", + "$Value.ChallengeId" + ] + }, + { + "Condition": { + "$eq": [ + "($.CompletedChallenges).Count", + "($.RequiredChallenges).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + }, + "Tags": ["ammonia-pack", "story", "hard"], + "InclusionData": { + "ContractIds": null, + "ContractTypes": null, + "Locations": [ + "LOCATION_HOKKAIDO_MAMUSHI", + "LOCATION_MIAMI", + "LOCATION_MUMBAI", + "LOCATION_WET" + ], + "GameModes": null + } + }, + { + "Id": "4989d836-569a-4997-9755-95bd2e831d2a", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME", + "ImageName": "images/challenges/Categories/PackAmmonia/tile.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC", + "Rewards": { + "MasteryXP": 4000 + }, + "Drops": ["PROP_DEVICE_ICA_RUBBERDUCK_REMOTE_EXPLOSIVE_T"], + "IsPlayable": false, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Icon": "challenge_category_feats", + "LocationId": "", + "ParentLocationId": "", + "Type": "global", + "DifficultyLevels": [], + "OrderIndex": 100000, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Scope": "profile", + "Constants": { + "RequiredChallenges": [ + "09eb54ac-6037-4f3f-9c9d-a2ae00a0273c", + "0a43e29e-07da-495c-ba41-1904851526fd", + "744b8c17-ac05-48a8-8eab-84af4aa0f5f0", + "31fd53b9-8acc-46b8-95be-53a6474cff88" + ] + }, + "Context": { + "CompletedChallenges": [] + }, + "ContextListeners": { + "CompletedChallenges": { + "comparand": "$.RequiredChallenges", + "type": "challengetree" + } + }, + "States": { + "Start": { + "ChallengeCompleted": [ + { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$.#", + "$Value.ChallengeId" + ] + }, + "in": "$.RequiredChallenges" + } + }, + "$pushunique": [ + "CompletedChallenges", + "$Value.ChallengeId" + ] + }, + { + "Condition": { + "$eq": [ + "($.CompletedChallenges).Count", + "($.RequiredChallenges).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + }, + "Tags": ["ammonia-pack", "story", "hard"], + "InclusionData": { + "ContractIds": null, + "ContractTypes": null, + "Locations": [ + "LOCATION_HOKKAIDO_MAMUSHI", + "LOCATION_MIAMI", + "LOCATION_MUMBAI", + "LOCATION_WET" + ], + "GameModes": null + } + } + ] + } + ] +} diff --git a/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json b/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json index 0242edc83..00918a9a4 100644 --- a/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json +++ b/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json @@ -6973,6 +6973,168 @@ "Tags": ["argon-pack", "story", "live", "hard"] } ] + }, + { + "Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Image": "images/challenges/categories/packammonia/tile.jpg", + "Icon": "challenge_category_feats", + "CategoryId": "ammonia-pack", + "Description": "", + "OrderIndex": 6.992, + "Challenges": [ + { + "Id": "4989d836-569a-4997-9755-95bd2e831d2a", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME", + "ImageName": "images/challenges/Categories/PackAmmonia/tile.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC", + "Rewards": { + "MasteryXP": 4000 + }, + "Drops": ["PROP_DEVICE_ICA_RUBBERDUCK_REMOTE_EXPLOSIVE_T"], + "IsPlayable": false, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Icon": "challenge_category_feats", + "LocationId": "", + "ParentLocationId": "", + "Type": "global", + "DifficultyLevels": [], + "OrderIndex": 100000, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Scope": "profile", + "Constants": { + "RequiredChallenges": [ + "09eb54ac-6037-4f3f-9c9d-a2ae00a0273c", + "0a43e29e-07da-495c-ba41-1904851526fd", + "744b8c17-ac05-48a8-8eab-84af4aa0f5f0", + "31fd53b9-8acc-46b8-95be-53a6474cff88" + ] + }, + "Context": { + "CompletedChallenges": [] + }, + "ContextListeners": { + "CompletedChallenges": { + "comparand": "$.RequiredChallenges", + "type": "challengetree" + } + }, + "States": { + "Start": { + "ChallengeCompleted": [ + { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$.#", + "$Value.ChallengeId" + ] + }, + "in": "$.RequiredChallenges" + } + }, + "$pushunique": [ + "CompletedChallenges", + "$Value.ChallengeId" + ] + }, + { + "Condition": { + "$eq": [ + "($.CompletedChallenges).Count", + "($.RequiredChallenges).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + }, + "Tags": ["ammonia-pack", "story", "hard"], + "InclusionData": { + "ContractIds": null, + "ContractTypes": null, + "Locations": [ + "LOCATION_HOKKAIDO_MAMUSHI", + "LOCATION_MIAMI", + "LOCATION_MUMBAI", + "LOCATION_WET" + ], + "GameModes": null + } + }, + { + "Id": "744b8c17-ac05-48a8-8eab-84af4aa0f5f0", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME", + "ImageName": "images/challenges/categories/packammonia/cosmetic.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC", + "Rewards": { + "MasteryXP": 2000 + }, + "Drops": [], + "IsPlayable": true, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Icon": "challenge_category_feats", + "LocationId": "LOCATION_PARENT_HOKKAIDO", + "ParentLocationId": "LOCATION_PARENT_HOKKAIDO", + "Type": "contract", + "DifficultyLevels": [], + "OrderIndex": 100003, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Scope": "session", + "Context": { "Targets": [] }, + "States": { + "Start": { + "HeroSpawn_Location": [ + { + "Condition": { + "$or": [ + { + "$eq": [ + "$Value.RepositoryId", + "bdc80464-31dd-440d-ad79-2767b923a0a4" + ] + }, + { + "$eq": [ + "$Value.RepositoryId", + "0e7dd303-c9bb-42cc-aca0-70499931d098" + ] + } + ] + }, + "Transition": "CheckRemoveBandage" + } + ] + }, + "CheckRemoveBandage": { + "Disguise": { + "Condition": { + "$eq": [ + "$Value", + "efc430ac-a19b-438e-82bf-5da4149d010c" + ] + }, + "Transition": "Success" + } + } + } + }, + "Tags": ["ammonia-pack", "story", "live", "medium"], + "InclusionData": { + "ContractIds": ["c414a084-a7b9-43ce-b6ca-590620acd87e"] + } + } + ] } ] } diff --git a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json index 42e85299c..2310e6a54 100644 --- a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json +++ b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json @@ -6533,6 +6533,185 @@ } } ] + }, + { + "Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Image": "images/challenges/categories/packammonia/tile.jpg", + "Icon": "challenge_category_feats", + "CategoryId": "ammonia-pack", + "Description": "", + "OrderIndex": 6.992, + "Challenges": [ + { + "Id": "4989d836-569a-4997-9755-95bd2e831d2a", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME", + "ImageName": "images/challenges/Categories/PackAmmonia/tile.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC", + "Rewards": { + "MasteryXP": 4000 + }, + "Drops": ["PROP_DEVICE_ICA_RUBBERDUCK_REMOTE_EXPLOSIVE_T"], + "IsPlayable": false, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Icon": "challenge_category_feats", + "LocationId": "", + "ParentLocationId": "", + "Type": "global", + "DifficultyLevels": [], + "OrderIndex": 100000, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Scope": "profile", + "Constants": { + "RequiredChallenges": [ + "09eb54ac-6037-4f3f-9c9d-a2ae00a0273c", + "0a43e29e-07da-495c-ba41-1904851526fd", + "744b8c17-ac05-48a8-8eab-84af4aa0f5f0", + "31fd53b9-8acc-46b8-95be-53a6474cff88" + ] + }, + "Context": { + "CompletedChallenges": [] + }, + "ContextListeners": { + "CompletedChallenges": { + "comparand": "$.RequiredChallenges", + "type": "challengetree" + } + }, + "States": { + "Start": { + "ChallengeCompleted": [ + { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$.#", + "$Value.ChallengeId" + ] + }, + "in": "$.RequiredChallenges" + } + }, + "$pushunique": [ + "CompletedChallenges", + "$Value.ChallengeId" + ] + }, + { + "Condition": { + "$eq": [ + "($.CompletedChallenges).Count", + "($.RequiredChallenges).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + }, + "Tags": ["ammonia-pack", "story", "hard"], + "InclusionData": { + "ContractIds": null, + "ContractTypes": null, + "Locations": [ + "LOCATION_HOKKAIDO_MAMUSHI", + "LOCATION_MIAMI", + "LOCATION_MUMBAI", + "LOCATION_WET" + ], + "GameModes": null + } + }, + { + "Id": "09eb54ac-6037-4f3f-9c9d-a2ae00a0273c", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME", + "ImageName": "images/challenges/categories/packammonia/abandoned.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC", + "Rewards": { + "MasteryXP": 2000 + }, + "Drops": [], + "IsPlayable": true, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + "Icon": "challenge_category_feats", + "LocationId": "LOCATION_PARENT_MUMBAI", + "ParentLocationId": "LOCATION_PARENT_MUMBAI", + "Type": "parentlocation", + "DifficultyLevels": [], + "OrderIndex": 100001, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Scope": "session", + "Constants": { + "EligibleDisguises": [ + "c4011c75-39ff-4bff-aff5-fe902ae4b83b", + "e4581e1a-a45a-4c42-ba25-3527bd75c0f7", + "b384ff35-9c38-4b08-ab0b-e333cfd7bc6a", + "6d3d59b4-571c-4dbb-9737-205fb34a1ffa", + "e9dffefc-e896-46e4-b158-1b401b015764", + "88adef78-2a19-45fb-9c95-988e82c056f1", + "48afc44d-cf8a-44ba-9436-663a6979c908", + "c5c8e251-bb30-4e9e-b146-74ed96c7048f", + "ae320bab-bb37-42a5-86a1-df283ada49c0" + ] + }, + "Context": { + "DisguiseEquipped": [] + }, + "ContextListeners": { + "DisguiseEquipped": { + "count": "($.DisguiseEquipped).Count", + "total": "($.EligibleDisguises).Count", + "type": "challengecounter" + } + }, + "States": { + "Start": { + "Disguise": [ + { + "Condition": { + "$any": { + "in": "$.EligibleDisguises", + "?": { + "$eq": ["$.#", "$Value"] + } + } + }, + "Actions": { + "$pushunique": [ + "DisguiseEquipped", + "$Value" + ] + } + }, + { + "Condition": { + "$eq": [ + "($.EligibleDisguises).Count", + "($.DisguiseEquipped).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + }, + "Tags": ["ammonia-pack", "story", "live", "medium"], + "InclusionData": { + "Locations": ["LOCATION_MUMBAI"] + } + } + ] } ] } From f644c70e56adbd90234d341dd61283aa905f705d Mon Sep 17 00:00:00 2001 From: suanjiansalt <127009844+suanjiansalt@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:29:28 +0800 Subject: [PATCH 02/12] add locale --- contractdata/GLOBAL/_AMMONIA_CHALLENGES.json | 86 ---------- resources/locale.json | 156 +++++++++++++++++-- 2 files changed, 144 insertions(+), 98 deletions(-) diff --git a/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json b/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json index 8eb191f28..6aa97416f 100644 --- a/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json +++ b/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json @@ -11,92 +11,6 @@ "CategoryId": "ammonia-pack", "Description": "", "Challenges": [ - { - "Id": "4989d836-569a-4997-9755-95bd2e831d2a", - "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME", - "ImageName": "images/challenges/Categories/PackAmmonia/tile.jpg", - "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC", - "Rewards": { - "MasteryXP": 4000 - }, - "Drops": ["PROP_DEVICE_ICA_RUBBERDUCK_REMOTE_EXPLOSIVE_T"], - "IsPlayable": false, - "IsLocked": false, - "HideProgression": false, - "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", - "Icon": "challenge_category_feats", - "LocationId": "", - "ParentLocationId": "", - "Type": "global", - "DifficultyLevels": [], - "OrderIndex": 100000, - "XpModifier": {}, - "RuntimeType": "Hit", - "Definition": { - "Scope": "profile", - "Constants": { - "RequiredChallenges": [ - "09eb54ac-6037-4f3f-9c9d-a2ae00a0273c", - "0a43e29e-07da-495c-ba41-1904851526fd", - "744b8c17-ac05-48a8-8eab-84af4aa0f5f0", - "31fd53b9-8acc-46b8-95be-53a6474cff88" - ] - }, - "Context": { - "CompletedChallenges": [] - }, - "ContextListeners": { - "CompletedChallenges": { - "comparand": "$.RequiredChallenges", - "type": "challengetree" - } - }, - "States": { - "Start": { - "ChallengeCompleted": [ - { - "Condition": { - "$any": { - "?": { - "$eq": [ - "$.#", - "$Value.ChallengeId" - ] - }, - "in": "$.RequiredChallenges" - } - }, - "$pushunique": [ - "CompletedChallenges", - "$Value.ChallengeId" - ] - }, - { - "Condition": { - "$eq": [ - "($.CompletedChallenges).Count", - "($.RequiredChallenges).Count" - ] - }, - "Transition": "Success" - } - ] - } - } - }, - "Tags": ["ammonia-pack", "story", "hard"], - "InclusionData": { - "ContractIds": null, - "ContractTypes": null, - "Locations": [ - "LOCATION_HOKKAIDO_MAMUSHI", - "LOCATION_MIAMI", - "LOCATION_MUMBAI", - "LOCATION_WET" - ], - "GameModes": null - } - }, { "Id": "4989d836-569a-4997-9755-95bd2e831d2a", "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME", diff --git a/resources/locale.json b/resources/locale.json index fe850e6bc..96b05abd4 100644 --- a/resources/locale.json +++ b/resources/locale.json @@ -270,7 +270,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "Dinner's Ready!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • Rearrange the meeting and lockdown the meeting room in Dubai.
  • Pacify Carl Ingram and Marcus Stuyvesant with a Frying Pan.
  • Complete the mission.
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "Head Attack Only", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons." + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons.", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " }, "french": { "UI_DRP_001": "UI_DRP_001", @@ -544,7 +555,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "Dinner's Ready!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • Rearrange the meeting and lockdown the meeting room in Dubai.
  • Pacify Carl Ingram and Marcus Stuyvesant with a Frying Pan.
  • Complete the mission.
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "Head Attack Only", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons." + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons.", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " }, "italian": { "UI_DRP_001": "UI_DRP_001", @@ -817,7 +839,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "Dinner's Ready!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • Rearrange the meeting and lockdown the meeting room in Dubai.
  • Pacify Carl Ingram and Marcus Stuyvesant with a Frying Pan.
  • Complete the mission.
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "Head Attack Only", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons." + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons.", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " }, "german": { "UI_DRP_001": "", @@ -1096,7 +1129,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "Dinner's Ready!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • Rearrange the meeting and lockdown the meeting room in Dubai.
  • Pacify Carl Ingram and Marcus Stuyvesant with a Frying Pan.
  • Complete the mission.
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "Head Attack Only", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons." + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons.", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " }, "spanish": { "UI_DRP_001": "UI_DRP_001", @@ -1370,7 +1414,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "Dinner's Ready!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • Rearrange the meeting and lockdown the meeting room in Dubai.
  • Pacify Carl Ingram and Marcus Stuyvesant with a Frying Pan.
  • Complete the mission.
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "Head Attack Only", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons." + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons.", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " }, "russian": { "UI_DRP_001": "UI_DRP_001", @@ -1643,7 +1698,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "Кушать подано!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • Перенести встречу и вызвать тревогу в комнате для встреч, в Дубаях.
  • Нейтрализовать Карла Инграма и Маркуса Стейвесанта с помощью Сковороды.
  • Выполнить задание.
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "Head Attack Only", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons." + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons.", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " }, "chineseSimplified": { "UI_DRP_001": "UI_DRP_001", @@ -1916,7 +1982,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "晚餐就绪!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • 在迪拜重新安排会议并封锁会议室。
  • 用平底锅制伏卡尔·英格拉姆和马库斯·斯图维森特。
  • 完成任务。
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "仅限头部攻击", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "必须使用爆头或投掷致命近战武器消灭所有目标。" + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "必须使用爆头或投掷致命近战武器消灭所有目标。", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "成长的烦恼", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "成长的烦恼", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "完成全部成长的烦恼挑战。
  • 饱尝艰辛
  • 不是好时节
  • 再见,然后逆转
  • 天鹅漫游世界
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "饱尝艰辛", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • 在一局游戏中装备以下伪装:
  • 瓦妮娅仆人、金属工人、食品小贩、洗衣工人、裁缝、圣人、理发师、宝莱坞职员、舞者。
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "不是好时节", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [已屏蔽]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "再见,然后逆转", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • 从太平间或山道开始任务。
  • 取下自己脸上的绷带。
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "天鹅漫游世界", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • 用推落事故消灭斯万特工。
  • 把小鸭子带上天空。
  • " }, "chineseTraditional": { "UI_DRP_001": "UI_DRP_001", @@ -2189,7 +2266,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "晚餐準備好了!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • 重新安排會議並封鎖杜拜的會議室。
  • 用煎鍋擊暈卡爾·英格倫和馬克斯·史岱文森。
  • 完成任務。
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "僅頭部攻擊", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "所有目標都必須透過爆頭或投擲致命的近戰武器的方式來消滅。" + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "所有目標都必須透過爆頭或投擲致命的近戰武器的方式來消滅。", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "成長之痛", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "成長之痛", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "完成所有「成長之痛」挑戰。
  • 在她的鹽下
  • 對於禿頭來說不是一個好日子
  • 重逢與轉折
  • 奇蹟世界
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "在她的鹽下", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • 一次性裝備以下偽裝:
  • 瓦妮婭侍從、金屬工人、食品小販、洗衣工人、裁縫師、聖人、理髮師、寶萊塢團隊、舞者。
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "對於禿頭來說不是一個好日子", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [已屏蔽]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "重逢與轉折", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • 從太平間或山路開始。
  • 取下你臉上的繃帶。
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "奇蹟世界", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • 透過一次推倒事故消滅特務斯灣。
  • 把小鴨子帶上天空。
  • " }, "japanese": { "UI_DRP_001": "UI_DRP_001", @@ -2462,7 +2550,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "Dinner's Ready!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • Rearrange the meeting and lockdown the meeting room in Dubai.
  • Pacify Carl Ingram and Marcus Stuyvesant with a Frying Pan.
  • Complete the mission.
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "Head Attack Only", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons." + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons.", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " }, "spanishMexican": { "UI_DRP_001": "UI_DRP_001", @@ -2736,7 +2835,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "Dinner's Ready!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • Rearrange the meeting and lockdown the meeting room in Dubai.
  • Pacify Carl Ingram and Marcus Stuyvesant with a Frying Pan.
  • Complete the mission.
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "Head Attack Only", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons." + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons.", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " }, "portugueseBrazil": { "UI_DRP_001": "UI_DRP_001", @@ -2968,7 +3078,18 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "Dinner's Ready!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • Rearrange the meeting and lockdown the meeting room in Dubai.
  • Pacify Carl Ingram and Marcus Stuyvesant with a Frying Pan.
  • Complete the mission.
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "Head Attack Only", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons." + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons.", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " }, "polish": { "UI_DRP_001": "UI_DRP_001", @@ -3239,6 +3360,17 @@ "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_NAME": "Dinner's Ready!", "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_DUBAIPANPACIFY_DESC": "
  • Rearrange the meeting and lockdown the meeting room in Dubai.
  • Pacify Carl Ingram and Marcus Stuyvesant with a Frying Pan.
  • Complete the mission.
  • ", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "Head Attack Only", - "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons." + "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "All targets must be eliminated by using headshots or throwing lethal melee weapons.", + "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " } } From 7b1e59228b094bea05db8f0d5525741994aa13ed Mon Sep 17 00:00:00 2001 From: AnthonyFuller Date: Tue, 13 Aug 2024 04:47:29 +0100 Subject: [PATCH 03/12] fix(ammonia/abandoned): allow for starting suits --- contractdata/MUMBAI/_MUMBAI_CHALLENGES.json | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json index 2310e6a54..3cf35e872 100644 --- a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json +++ b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json @@ -6702,6 +6702,33 @@ }, "Transition": "Success" } + ], + "StartingSuit": [ + { + "Condition": { + "$any": { + "in": "$.EligibleDisguises", + "?": { + "$eq": ["$.#", "$Value"] + } + } + }, + "Actions": { + "$pushunique": [ + "DisguiseEquipped", + "$Value" + ] + } + }, + { + "Condition": { + "$eq": [ + "($.EligibleDisguises).Count", + "($.DisguiseEquipped).Count" + ] + }, + "Transition": "Success" + } ] } } From 77db51ce6c69a33ac8e7dd5e77db733868d2eff0 Mon Sep 17 00:00:00 2001 From: suanjiansalt <127009844+suanjiansalt@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:01:25 +0800 Subject: [PATCH 04/12] take cheesecake pack way behind from official ones --- contractdata/AMBROSE/_AMBROSE_CHALLENGES.json | 2 +- contractdata/CHONGQING/_CHONGQING_CHALLENGES.json | 2 +- contractdata/DUBAI/_DUBAI_CHALLENGES.json | 2 +- contractdata/SANTAFORTUNA/_SANTAFORTUNA_CHALLENGES.json | 2 +- contractdata/SAPIENZA/_SAPIENZA_CHALLENGES.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contractdata/AMBROSE/_AMBROSE_CHALLENGES.json b/contractdata/AMBROSE/_AMBROSE_CHALLENGES.json index fa97a7f0a..59a0a8ff1 100644 --- a/contractdata/AMBROSE/_AMBROSE_CHALLENGES.json +++ b/contractdata/AMBROSE/_AMBROSE_CHALLENGES.json @@ -3181,7 +3181,7 @@ "Icon": "challenge_category_feats", "CategoryId": "cheesecake-pack", "Description": "", - "OrderIndex": 6.1, + "OrderIndex": 6.991, "Challenges": [ { "Id": "0e08ee97-8f70-c82e-f04a-9d2cd60ae5b5", diff --git a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json index 040889947..64794d7eb 100644 --- a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json +++ b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json @@ -4490,7 +4490,7 @@ "Icon": "challenge_category_feats", "CategoryId": "cheesecake-pack", "Description": "", - "OrderIndex": 6.1, + "OrderIndex": 6.991, "Challenges": [ { "Id": "0e08ee97-8f70-c82e-f04a-9d2cd60ae5b5", diff --git a/contractdata/DUBAI/_DUBAI_CHALLENGES.json b/contractdata/DUBAI/_DUBAI_CHALLENGES.json index 7e7895de8..89bad30c3 100644 --- a/contractdata/DUBAI/_DUBAI_CHALLENGES.json +++ b/contractdata/DUBAI/_DUBAI_CHALLENGES.json @@ -4214,7 +4214,7 @@ "Icon": "challenge_category_feats", "CategoryId": "cheesecake-pack", "Description": "", - "OrderIndex": 6.1, + "OrderIndex": 6.991, "Challenges": [ { "Id": "0e08ee97-8f70-c82e-f04a-9d2cd60ae5b5", diff --git a/contractdata/SANTAFORTUNA/_SANTAFORTUNA_CHALLENGES.json b/contractdata/SANTAFORTUNA/_SANTAFORTUNA_CHALLENGES.json index 0bb1ee185..2ffc9497b 100644 --- a/contractdata/SANTAFORTUNA/_SANTAFORTUNA_CHALLENGES.json +++ b/contractdata/SANTAFORTUNA/_SANTAFORTUNA_CHALLENGES.json @@ -6187,7 +6187,7 @@ "Icon": "challenge_category_feats", "CategoryId": "cheesecake-pack", "Description": "", - "OrderIndex": 10000, + "OrderIndex": 6.991, "Challenges": [ { "Id": "0e08ee97-8f70-c82e-f04a-9d2cd60ae5b5", diff --git a/contractdata/SAPIENZA/_SAPIENZA_CHALLENGES.json b/contractdata/SAPIENZA/_SAPIENZA_CHALLENGES.json index 4fb61454c..6a1869834 100644 --- a/contractdata/SAPIENZA/_SAPIENZA_CHALLENGES.json +++ b/contractdata/SAPIENZA/_SAPIENZA_CHALLENGES.json @@ -11560,7 +11560,7 @@ "Icon": "challenge_category_feats", "CategoryId": "cheesecake-pack", "Description": "", - "OrderIndex": 6.1, + "OrderIndex": 6.991, "Challenges": [ { "Id": "0e08ee97-8f70-c82e-f04a-9d2cd60ae5b5", From c80b9bbee8b2bc2f5158ed7f86a53fff9b0eadfc Mon Sep 17 00:00:00 2001 From: AnthonyFuller Date: Tue, 13 Aug 2024 05:04:26 +0100 Subject: [PATCH 05/12] chore: update locale --- resources/locale.json | 60 +++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/resources/locale.json b/resources/locale.json index 96b05abd4..f68668b02 100644 --- a/resources/locale.json +++ b/resources/locale.json @@ -275,13 +275,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " }, "french": { "UI_DRP_001": "UI_DRP_001", @@ -560,13 +560,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " }, "italian": { "UI_DRP_001": "UI_DRP_001", @@ -844,13 +844,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " }, "german": { "UI_DRP_001": "", @@ -1134,13 +1134,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " }, "spanish": { "UI_DRP_001": "UI_DRP_001", @@ -1419,13 +1419,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " }, "russian": { "UI_DRP_001": "UI_DRP_001", @@ -1703,13 +1703,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " }, "chineseSimplified": { "UI_DRP_001": "UI_DRP_001", @@ -2555,13 +2555,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " }, "spanishMexican": { "UI_DRP_001": "UI_DRP_001", @@ -2840,13 +2840,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " }, "portugueseBrazil": { "UI_DRP_001": "UI_DRP_001", @@ -3083,13 +3083,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " }, "polish": { "UI_DRP_001": "UI_DRP_001", @@ -3365,12 +3365,12 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one go:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove the bandages from your own face.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan with a push down accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " } } From 451d1a6f2dcc37e91c32cd8964b61381bc256ba5 Mon Sep 17 00:00:00 2001 From: suanjiansalt <127009844+suanjiansalt@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:06:53 +0800 Subject: [PATCH 06/12] add location into descriptions --- resources/locale.json | 72 +++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/resources/locale.json b/resources/locale.json index f68668b02..f15005039 100644 --- a/resources/locale.json +++ b/resources/locale.json @@ -275,13 +275,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • " }, "french": { "UI_DRP_001": "UI_DRP_001", @@ -560,13 +560,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • " }, "italian": { "UI_DRP_001": "UI_DRP_001", @@ -844,13 +844,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • " }, "german": { "UI_DRP_001": "", @@ -1134,13 +1134,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • " }, "spanish": { "UI_DRP_001": "UI_DRP_001", @@ -1419,13 +1419,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • " }, "russian": { "UI_DRP_001": "UI_DRP_001", @@ -1703,13 +1703,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • " }, "chineseSimplified": { "UI_DRP_001": "UI_DRP_001", @@ -1987,13 +1987,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "成长的烦恼", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "完成全部成长的烦恼挑战。
  • 饱尝艰辛
  • 不是好时节
  • 再见,然后逆转
  • 天鹅漫游世界
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "饱尝艰辛", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • 在一局游戏中装备以下伪装:
  • 瓦妮娅仆人、金属工人、食品小贩、洗衣工人、裁缝、圣人、理发师、宝莱坞职员、舞者。
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • 在孟买的一局游戏中装备以下伪装:
  • 瓦妮娅仆人、金属工人、食品小贩、洗衣工人、裁缝、圣人、理发师、宝莱坞职员、舞者。
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "不是好时节", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [已屏蔽]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "再见,然后逆转", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • 从太平间或山道开始任务。
  • 取下自己脸上的绷带。
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • 在北海道从太平间或山道开始北海道雪节任务。
  • 取下脸上的绷带。
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "天鹅漫游世界", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • 用推落事故消灭斯万特工。
  • 把小鸭子带上天空。
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • 在柏林用推落事故消灭斯万特工。
  • 把小鸭子带上天空。
  • " }, "chineseTraditional": { "UI_DRP_001": "UI_DRP_001", @@ -2271,13 +2271,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "成長之痛", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "完成所有「成長之痛」挑戰。
  • 在她的鹽下
  • 對於禿頭來說不是一個好日子
  • 重逢與轉折
  • 奇蹟世界
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "在她的鹽下", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • 一次性裝備以下偽裝:
  • 瓦妮婭侍從、金屬工人、食品小販、洗衣工人、裁縫師、聖人、理髮師、寶萊塢團隊、舞者。
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • 在孟買一次性裝備以下偽裝:
  • 瓦妮婭侍從、金屬工人、食品小販、洗衣工人、裁縫師、聖人、理髮師、寶萊塢團隊、舞者。
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "對於禿頭來說不是一個好日子", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [已屏蔽]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "重逢與轉折", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • 從太平間或山路開始。
  • 取下你臉上的繃帶。
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • 在北海道從太平間或山路開始北海道雪祭。
  • 取下你臉上的繃帶。
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "奇蹟世界", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • 透過一次推倒事故消滅特務斯灣。
  • 把小鴨子帶上天空。
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • 在柏林透過一次推倒事故消滅特務斯灣。
  • 把小鴨子帶上天空。
  • " }, "japanese": { "UI_DRP_001": "UI_DRP_001", @@ -2555,13 +2555,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • " }, "spanishMexican": { "UI_DRP_001": "UI_DRP_001", @@ -2840,13 +2840,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • " }, "portugueseBrazil": { "UI_DRP_001": "UI_DRP_001", @@ -3083,13 +3083,13 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • " }, "polish": { "UI_DRP_001": "UI_DRP_001", @@ -3365,12 +3365,12 @@ "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident.
  • Carry the duckling into the sky.
  • " + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • " } } From ceb2c7b0d5080b8fb292d68a204051d5c3a95ae7 Mon Sep 17 00:00:00 2001 From: suanjiansalt <127009844+suanjiansalt@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:42:48 +0800 Subject: [PATCH 07/12] fix xp rewards --- contractdata/BERLIN/_BERLIN_CHALLENGES.json | 2 +- contractdata/CHONGQING/_CHONGQING_CHALLENGES.json | 2 +- contractdata/MUMBAI/_MUMBAI_CHALLENGES.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contractdata/BERLIN/_BERLIN_CHALLENGES.json b/contractdata/BERLIN/_BERLIN_CHALLENGES.json index 36bf3caae..74f4cab3a 100644 --- a/contractdata/BERLIN/_BERLIN_CHALLENGES.json +++ b/contractdata/BERLIN/_BERLIN_CHALLENGES.json @@ -4406,7 +4406,7 @@ "ImageName": "images/challenges/categories/packammonia/flyingswan.jpg", "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC", "Rewards": { - "MasteryXP": 2000 + "MasteryXP": 4000 }, "Drops": [], "IsPlayable": true, diff --git a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json index 64794d7eb..444fa9e82 100644 --- a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json +++ b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json @@ -4589,7 +4589,7 @@ "ImageName": "images/challenges/categories/packcheesecake/cheesecake_chongqingmarinate.jpg", "Description": "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_CHONGQINGMARINATE_DESC", "Rewards": { - "MasteryXP": 2000 + "MasteryXP": 1000 }, "Drops": [], "IsPlayable": true, diff --git a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json index 3cf35e872..a2b704d45 100644 --- a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json +++ b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json @@ -6634,7 +6634,7 @@ "ImageName": "images/challenges/categories/packammonia/abandoned.jpg", "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC", "Rewards": { - "MasteryXP": 2000 + "MasteryXP": 4000 }, "Drops": [], "IsPlayable": true, From b382c759c7162171ed4043d834c8ecd1938694cd Mon Sep 17 00:00:00 2001 From: suanjiansalt <127009844+suanjiansalt@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:40:09 +0800 Subject: [PATCH 08/12] change wrapper challenge locations --- contractdata/BERLIN/_BERLIN_CHALLENGES.json | 12 +++++------- contractdata/CHONGQING/_CHONGQING_CHALLENGES.json | 12 +++++------- contractdata/GLOBAL/_AMMONIA_CHALLENGES.json | 12 +++++------- contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json | 12 +++++------- contractdata/MUMBAI/_MUMBAI_CHALLENGES.json | 12 +++++------- 5 files changed, 25 insertions(+), 35 deletions(-) diff --git a/contractdata/BERLIN/_BERLIN_CHALLENGES.json b/contractdata/BERLIN/_BERLIN_CHALLENGES.json index 74f4cab3a..2eca9f8cf 100644 --- a/contractdata/BERLIN/_BERLIN_CHALLENGES.json +++ b/contractdata/BERLIN/_BERLIN_CHALLENGES.json @@ -4389,14 +4389,12 @@ }, "Tags": ["ammonia-pack", "story", "hard"], "InclusionData": { - "ContractIds": null, - "ContractTypes": null, - "Locations": [ - "LOCATION_HOKKAIDO_MAMUSHI", - "LOCATION_MIAMI", - "LOCATION_MUMBAI", - "LOCATION_WET" + "ContractIds": [ + "ebcd14b2-0786-4ceb-a2a4-e771f60d0125", + "c414a084-a7b9-43ce-b6ca-590620acd87e" ], + "ContractTypes": null, + "Locations": ["LOCATION_MUMBAI", "LOCATION_WET"], "GameModes": null } }, diff --git a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json index 444fa9e82..6910e0f49 100644 --- a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json +++ b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json @@ -4743,14 +4743,12 @@ }, "Tags": ["ammonia-pack", "story", "hard"], "InclusionData": { - "ContractIds": null, - "ContractTypes": null, - "Locations": [ - "LOCATION_HOKKAIDO_MAMUSHI", - "LOCATION_MIAMI", - "LOCATION_MUMBAI", - "LOCATION_WET" + "ContractIds": [ + "ebcd14b2-0786-4ceb-a2a4-e771f60d0125", + "c414a084-a7b9-43ce-b6ca-590620acd87e" ], + "ContractTypes": null, + "Locations": ["LOCATION_MUMBAI", "LOCATION_WET"], "GameModes": null } }, diff --git a/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json b/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json index 6aa97416f..8ffcf170d 100644 --- a/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json +++ b/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json @@ -86,14 +86,12 @@ }, "Tags": ["ammonia-pack", "story", "hard"], "InclusionData": { - "ContractIds": null, - "ContractTypes": null, - "Locations": [ - "LOCATION_HOKKAIDO_MAMUSHI", - "LOCATION_MIAMI", - "LOCATION_MUMBAI", - "LOCATION_WET" + "ContractIds": [ + "ebcd14b2-0786-4ceb-a2a4-e771f60d0125", + "c414a084-a7b9-43ce-b6ca-590620acd87e" ], + "ContractTypes": null, + "Locations": ["LOCATION_MUMBAI", "LOCATION_WET"], "GameModes": null } } diff --git a/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json b/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json index 00918a9a4..029e39a4e 100644 --- a/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json +++ b/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json @@ -7057,14 +7057,12 @@ }, "Tags": ["ammonia-pack", "story", "hard"], "InclusionData": { - "ContractIds": null, - "ContractTypes": null, - "Locations": [ - "LOCATION_HOKKAIDO_MAMUSHI", - "LOCATION_MIAMI", - "LOCATION_MUMBAI", - "LOCATION_WET" + "ContractIds": [ + "ebcd14b2-0786-4ceb-a2a4-e771f60d0125", + "c414a084-a7b9-43ce-b6ca-590620acd87e" ], + "ContractTypes": null, + "Locations": ["LOCATION_MUMBAI", "LOCATION_WET"], "GameModes": null } }, diff --git a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json index a2b704d45..f49c188bc 100644 --- a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json +++ b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json @@ -6617,14 +6617,12 @@ }, "Tags": ["ammonia-pack", "story", "hard"], "InclusionData": { - "ContractIds": null, - "ContractTypes": null, - "Locations": [ - "LOCATION_HOKKAIDO_MAMUSHI", - "LOCATION_MIAMI", - "LOCATION_MUMBAI", - "LOCATION_WET" + "ContractIds": [ + "ebcd14b2-0786-4ceb-a2a4-e771f60d0125", + "c414a084-a7b9-43ce-b6ca-590620acd87e" ], + "ContractTypes": null, + "Locations": ["LOCATION_MUMBAI", "LOCATION_WET"], "GameModes": null } }, From 55c0eb3090d42b6e6cbb511dba35a04c6d1ccc11 Mon Sep 17 00:00:00 2001 From: suanjiansalt <127009844+suanjiansalt@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:56:59 +0800 Subject: [PATCH 09/12] oops, not intended for cheesecake --- contractdata/CHONGQING/_CHONGQING_CHALLENGES.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json index 6910e0f49..fe3f7fe6e 100644 --- a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json +++ b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json @@ -4589,7 +4589,7 @@ "ImageName": "images/challenges/categories/packcheesecake/cheesecake_chongqingmarinate.jpg", "Description": "UI_PEACOCK_CHALLENGEPACK_CHEESECAKE_CHONGQINGMARINATE_DESC", "Rewards": { - "MasteryXP": 1000 + "MasteryXP": 2000 }, "Drops": [], "IsPlayable": true, @@ -4758,7 +4758,7 @@ "ImageName": "images/challenges/categories/packammonia/homeless.jpg", "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC", "Rewards": { - "MasteryXP": 2000 + "MasteryXP": 1000 }, "Drops": [], "IsPlayable": true, From 3ea1e8a7a87de309a05761f817dee515b89d8322 Mon Sep 17 00:00:00 2001 From: suanjiansalt <127009844+suanjiansalt@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:51:07 +0800 Subject: [PATCH 10/12] fix more orders --- components/candle/challengeService.ts | 24 +++++++++---------- contractdata/GLOBAL/_AMMONIA_CHALLENGES.json | 1 + .../GLOBAL/_CHEESECAKE_CHALLENGES.json | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/components/candle/challengeService.ts b/components/candle/challengeService.ts index d2023b587..b3474ca6a 100644 --- a/components/candle/challengeService.ts +++ b/components/candle/challengeService.ts @@ -187,42 +187,42 @@ export abstract class ChallengeRegistry { public challengePacks: Map = new Map([ [ - "cheesecake-pack", + "argentum-pack", { - Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_CHEESECAKE", + Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_ARGENTUM", Description: "", GameVersions: ["h3"], - Image: "images/challenges/categories/packcheesecake/tile.jpg", + Image: "images/challenges/categories/packargentum/tile.jpg", Icon: "challenge_category_feats", }, ], [ - "ammonia-pack", + "argon-pack", { - Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", + Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_ARGON", Description: "", GameVersions: ["h3"], - Image: "images/challenges/categories/packammonia/tile.jpg", + Image: "images/challenges/categories/packargon/tile.jpg", Icon: "challenge_category_feats", }, ], [ - "argentum-pack", + "cheesecake-pack", { - Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_ARGENTUM", + Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_CHEESECAKE", Description: "", GameVersions: ["h3"], - Image: "images/challenges/categories/packargentum/tile.jpg", + Image: "images/challenges/categories/packcheesecake/tile.jpg", Icon: "challenge_category_feats", }, ], [ - "argon-pack", + "ammonia-pack", { - Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_ARGON", + Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA", Description: "", GameVersions: ["h3"], - Image: "images/challenges/categories/packargon/tile.jpg", + Image: "images/challenges/categories/packammonia/tile.jpg", Icon: "challenge_category_feats", }, ], diff --git a/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json b/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json index 8ffcf170d..6356011ef 100644 --- a/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json +++ b/contractdata/GLOBAL/_AMMONIA_CHALLENGES.json @@ -10,6 +10,7 @@ "Icon": "challenge_category_feats", "CategoryId": "ammonia-pack", "Description": "", + "OrderIndex": 6.992, "Challenges": [ { "Id": "4989d836-569a-4997-9755-95bd2e831d2a", diff --git a/contractdata/GLOBAL/_CHEESECAKE_CHALLENGES.json b/contractdata/GLOBAL/_CHEESECAKE_CHALLENGES.json index a1081c3e1..b2e06abd8 100644 --- a/contractdata/GLOBAL/_CHEESECAKE_CHALLENGES.json +++ b/contractdata/GLOBAL/_CHEESECAKE_CHALLENGES.json @@ -10,7 +10,7 @@ "Icon": "challenge_category_feats", "CategoryId": "cheesecake-pack", "Description": "", - "OrderIndex": 6.1, + "OrderIndex": 6.991, "Challenges": [ { "Id": "0e08ee97-8f70-c82e-f04a-9d2cd60ae5b5", From 3243cab738a32563ca63a28391a5fc51dfd8dc07 Mon Sep 17 00:00:00 2001 From: suanjiansalt <127009844+suanjiansalt@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:28:11 +0800 Subject: [PATCH 11/12] image paths --- contractdata/BERLIN/_BERLIN_CHALLENGES.json | 2 +- contractdata/CHONGQING/_CHONGQING_CHALLENGES.json | 2 +- contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json | 2 +- contractdata/MUMBAI/_MUMBAI_CHALLENGES.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contractdata/BERLIN/_BERLIN_CHALLENGES.json b/contractdata/BERLIN/_BERLIN_CHALLENGES.json index 2eca9f8cf..bb21e776b 100644 --- a/contractdata/BERLIN/_BERLIN_CHALLENGES.json +++ b/contractdata/BERLIN/_BERLIN_CHALLENGES.json @@ -4401,7 +4401,7 @@ { "Id": "31fd53b9-8acc-46b8-95be-53a6474cff88", "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME", - "ImageName": "images/challenges/categories/packammonia/flyingswan.jpg", + "ImageName": "images/challenges/categories/packammonia/ammonia_flyingswan.jpg", "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC", "Rewards": { "MasteryXP": 4000 diff --git a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json index fe3f7fe6e..52a3c3913 100644 --- a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json +++ b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json @@ -4755,7 +4755,7 @@ { "Id": "0a43e29e-07da-495c-ba41-1904851526fd", "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME", - "ImageName": "images/challenges/categories/packammonia/homeless.jpg", + "ImageName": "images/challenges/categories/packammonia/ammonia_homeless.jpg", "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC", "Rewards": { "MasteryXP": 1000 diff --git a/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json b/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json index 029e39a4e..2720e5932 100644 --- a/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json +++ b/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json @@ -7069,7 +7069,7 @@ { "Id": "744b8c17-ac05-48a8-8eab-84af4aa0f5f0", "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME", - "ImageName": "images/challenges/categories/packammonia/cosmetic.jpg", + "ImageName": "images/challenges/categories/packammonia/ammonia_cosmetic.jpg", "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC", "Rewards": { "MasteryXP": 2000 diff --git a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json index f49c188bc..ed0af7894 100644 --- a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json +++ b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json @@ -6629,7 +6629,7 @@ { "Id": "09eb54ac-6037-4f3f-9c9d-a2ae00a0273c", "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME", - "ImageName": "images/challenges/categories/packammonia/abandoned.jpg", + "ImageName": "images/challenges/categories/packammonia/ammonia_abandoned.jpg", "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC", "Rewards": { "MasteryXP": 4000 From 9503a8815a9546d001636df85062a3e40e9c272a Mon Sep 17 00:00:00 2001 From: suanjiansalt <127009844+suanjiansalt@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:29:49 +0800 Subject: [PATCH 12/12] standardize --- contractdata/BERLIN/_BERLIN_CHALLENGES.json | 6 +++--- .../CHONGQING/_CHONGQING_CHALLENGES.json | 6 +++--- contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json | 6 +++--- contractdata/MUMBAI/_MUMBAI_CHALLENGES.json | 6 +++--- resources/locale.json | 16 ++++++++-------- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/contractdata/BERLIN/_BERLIN_CHALLENGES.json b/contractdata/BERLIN/_BERLIN_CHALLENGES.json index bb21e776b..eebe1dfef 100644 --- a/contractdata/BERLIN/_BERLIN_CHALLENGES.json +++ b/contractdata/BERLIN/_BERLIN_CHALLENGES.json @@ -4400,9 +4400,9 @@ }, { "Id": "31fd53b9-8acc-46b8-95be-53a6474cff88", - "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME", - "ImageName": "images/challenges/categories/packammonia/ammonia_flyingswan.jpg", - "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_BERLINFLYINGSWAN_NAME", + "ImageName": "images/challenges/categories/packammonia/ammonia_berlinflyingswan.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_BERLINFLYINGSWAN_DESC", "Rewards": { "MasteryXP": 4000 }, diff --git a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json index 52a3c3913..3386c0f2b 100644 --- a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json +++ b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json @@ -4754,9 +4754,9 @@ }, { "Id": "0a43e29e-07da-495c-ba41-1904851526fd", - "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME", - "ImageName": "images/challenges/categories/packammonia/ammonia_homeless.jpg", - "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_CHONGQINGHOMELESS_NAME", + "ImageName": "images/challenges/categories/packammonia/ammonia_chongqinghomeless.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_CHONGQINGHOMELESS_DESC", "Rewards": { "MasteryXP": 1000 }, diff --git a/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json b/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json index 2720e5932..ab561171a 100644 --- a/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json +++ b/contractdata/HOKKAIDO/_HOKKAIDO_CHALLENGES.json @@ -7068,9 +7068,9 @@ }, { "Id": "744b8c17-ac05-48a8-8eab-84af4aa0f5f0", - "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME", - "ImageName": "images/challenges/categories/packammonia/ammonia_cosmetic.jpg", - "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOKKAIDOCOSMETIC_NAME", + "ImageName": "images/challenges/categories/packammonia/ammonia_hokkaidocosmetic.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOKKAIDOCOSMETIC_DESC", "Rewards": { "MasteryXP": 2000 }, diff --git a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json index ed0af7894..6a108c07b 100644 --- a/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json +++ b/contractdata/MUMBAI/_MUMBAI_CHALLENGES.json @@ -6628,9 +6628,9 @@ }, { "Id": "09eb54ac-6037-4f3f-9c9d-a2ae00a0273c", - "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME", - "ImageName": "images/challenges/categories/packammonia/ammonia_abandoned.jpg", - "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC", + "Name": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_MUMBAIABANDONED_NAME", + "ImageName": "images/challenges/categories/packammonia/ammonia_mumbaiabandoned.jpg", + "Description": "UI_PEACOCK_CHALLENGEPACK_AMMONIA_MUMBAIABANDONED_DESC", "Rewards": { "MasteryXP": 4000 }, diff --git a/resources/locale.json b/resources/locale.json index 62bfef45f..31d5bc700 100644 --- a/resources/locale.json +++ b/resources/locale.json @@ -1426,14 +1426,14 @@ "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_NAME": "Growing Pains", "UI_PEACOCK_CHALLENGEPACK_AMMONIA_WRAPPER_DESC": "Complete all of the Growing Pains challenges.
  • Beneath Her Salt
  • Not a Fine Day for Balds
  • Reunion, and Turnabout
  • World of Swan-der
  • ", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_NAME": "Beneath Her Salt", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_ABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_NAME": "Not a Fine Day for Balds", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOMELESS_DESC": "
  • [REDACTED]
  • ", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_NAME": "Reunion, and Turnabout", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_COSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_NAME": "World of Swan-der", - "UI_PEACOCK_CHALLENGEPACK_AMMONIA_FLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_MUMBAIABANDONED_NAME": "Beneath Her Salt", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_MUMBAIABANDONED_DESC": "
  • Equip the following disguises in one session in Mumbai:
  • Vanya Servant, Metal Worker, Food Vendor, Laundry Worker, Tailor, Holy Man, Barber, Bollywood Crew, Dancer.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_CHONGQINGHOMELESS_NAME": "Not a Fine Day for Balds", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_CHONGQINGHOMELESS_DESC": "
  • [REDACTED]
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOKKAIDOCOSMETIC_NAME": "Reunion, and Turnabout", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_HOKKAIDOCOSMETIC_DESC": "
  • Start from the morgue or the mountain path during Hokkaido Snow Festival in Hokkaido.
  • Remove your bandages.
  • ", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_BERLINFLYINGSWAN_NAME": "World of Swan-der", + "UI_PEACOCK_CHALLENGEPACK_AMMONIA_BERLINFLYINGSWAN_DESC": "
  • Eliminate Agent Swan by pushing him into an accident in Berlin.
  • Carry the duckling into the sky.
  • ", "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_09_TITLE": "All According to Plan", "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise" },