diff --git a/components/contracts/missionsInLocation.ts b/components/contracts/missionsInLocation.ts index fe9780e1a..875294f2a 100644 --- a/components/contracts/missionsInLocation.ts +++ b/components/contracts/missionsInLocation.ts @@ -550,6 +550,7 @@ export const missionsInLocation = { "5bb29a6b-7384-4641-944c-3540fa5cd8aa", ], LOCATION_WET_RAT: [ + "5d0668b9-665f-48a7-a72c-6f5614b350a2", "07ffa72a-bbac-45ca-8c9f-b9c1b526153a", "5121acde-313d-4517-ae70-6a54ca5d775a", "494d97a6-9e31-45e0-9dae-f3793c731336", diff --git a/contractdata/CHONGQING/ESCALATION/NIAN/NIAN.json b/contractdata/CHONGQING/ESCALATION/NIAN/NIAN.json new file mode 100644 index 000000000..225d948dd --- /dev/null +++ b/contractdata/CHONGQING/ESCALATION/NIAN/NIAN.json @@ -0,0 +1,54 @@ +{ + "Data": { + "EnableSaving": false, + "Objectives": [], + "Bricks": [], + "VR": [ + { + "Quality": "base", + "Bricks": [ + "assembly:/_pro/Scenes/Bricks/vr_setup.brick", + "assembly:/_pro/scenes/missions/wet/vr_overrides_rat.brick", + "assembly:/_pro/scenes/missions/Wet/vr_overrides_ps4perf.brick" + ] + }, + { + "Quality": "better", + "Bricks": [ + "assembly:/_pro/Scenes/Bricks/vr_setup.brick", + "assembly:/_pro/scenes/missions/wet/vr_overrides_rat.brick" + ] + } + ], + "GameChangers": [], + "GameChangerReferences": [] + }, + "Metadata": { + "Id": "5d0668b9-665f-48a7-a72c-6f5614b350a2", + "IsPublished": true, + "CreationTimestamp": "2021-01-12T12:24:16.194497Z", + "CreatorUserId": "fadb923c-e6bb-4283-a537-eb4d1150262e", + "TileImage": "images/contracts/escalation/ContractEscalation_Wet_Nian.jpg", + "Title": "UI_PEACOCK_NIAN", + "Description": "UI_PEACOCK_ESCALATION_CHONGQING_DESC", + "CodeName_Hint": "Nian - Group", + "Location": "LOCATION_WET_RAT", + "RequiredUnlockable": "ACCESS_HIT_RAT", + "ScenePath": "assembly:/_pro/scenes/missions/wet/scene_rat_basic.entity", + "Type": "escalation", + "GroupDefinition": { + "Type": "escalation", + "Order": [ + "466c0886-0ec6-4867-9077-5fdd2d1e40f0", + "4730bae6-39db-470f-b3b8-094efe982746", + "67359030-6871-4c71-85a6-c04b45419265" + ] + }, + "Entitlements": ["LOCATION_WET"], + "LastUpdate": "2023-03-30T11:20:23.763366Z", + "PublicId": "030245785347", + "Season": 0, + "OriginalSeason": 3 + }, + "UserData": {} +} diff --git a/contractdata/CHONGQING/ESCALATION/NIAN/NIAN1.json b/contractdata/CHONGQING/ESCALATION/NIAN/NIAN1.json new file mode 100644 index 000000000..104971895 --- /dev/null +++ b/contractdata/CHONGQING/ESCALATION/NIAN/NIAN1.json @@ -0,0 +1,160 @@ +{ + "Data": { + "EnableSaving": false, + "Objectives": [ + { + "_comment": "serve dishes", + "Id": "6dcbf0c6-7d39-4265-9b2b-ecc115fb85d0", + "Type": "statemachine", + "ObjectiveType": "custom", + "Category": "Primary", + "Image": "images/contracts/escalation/contractescalation_wet_nian_obj_familymeal.jpg", + "BriefingName": "$loc UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME", + "BriefingText": "$loc UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC", + "HUDTemplate": { + "display": "$loc UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC", + "iconType": 17 + }, + "ForceShowOnLoadingScreen": true, + "ShowInHud": true, + "Definition": { + "Scope": "hit", + "Context": {}, + "States": { + "Start": { + "setpieces": { + "Condition": { + "$eq": [ + "$Value.RepositoryId", + "bf6c5c71-86b8-4abb-aed9-63dbbf320c52" + ] + }, + "Transition": "MealMake" + } + }, + "MealMake": { + "setpieces": { + "Condition": { + "$eq": [ + "$Value.RepositoryId", + "3a2722a3-0458-4db7-aa4b-0440728e4db6" + ] + }, + "Transition": "Success" + } + } + } + } + }, + { + "_comment": "visit neighbors", + "Id": "acecde5b-7fd9-4103-978a-5a89c1e251ef", + "Type": "statemachine", + "ObjectiveType": "custom", + "Category": "Primary", + "Image": "images/stashpoints/wet_agencypickup_apartment.jpg", + "BriefingName": "$loc UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME", + "BriefingText": "$loc UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC", + "HUDTemplate": { + "display": "$loc UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD" + }, + "IsHidden": true, + "ForceShowOnLoadingScreen": true, + "ShowInHud": true, + "Definition": { + "Scope": "hit", + "Context": { + "Targets": [ + "fc776f90-eda8-4aaf-83d9-bb069c3827ab", + "18324739-f01e-47f4-8c8b-c7f880805491" + ], + "TargetsKilled": [] + }, + "States": { + "Start": { + "Kill": [ + { + "Condition": { + "$any": { + "in": "$.Targets", + "?": { + "$eq": [ + "$.#", + "$Value.RepositoryId" + ] + } + } + }, + "Actions": { + "$pushunique": [ + "TargetsKilled", + "$Value.RepositoryId" + ] + } + }, + { + "Condition": { + "$eq": [ + "($.Targets).Count", + "($.TargetsKilled).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + } + } + ], + "Bricks": [], + "VR": [ + { + "Quality": "base", + "Bricks": [ + "assembly:/_pro/Scenes/Bricks/vr_setup.brick", + "assembly:/_pro/scenes/missions/wet/vr_overrides_rat.brick", + "assembly:/_pro/scenes/missions/Wet/vr_overrides_ps4perf.brick" + ] + }, + { + "Quality": "better", + "Bricks": [ + "assembly:/_pro/Scenes/Bricks/vr_setup.brick", + "assembly:/_pro/scenes/missions/wet/vr_overrides_rat.brick" + ] + } + ], + "GameChangers": [], + "GameChangerReferences": [] + }, + "Metadata": { + "Id": "466c0886-0ec6-4867-9077-5fdd2d1e40f0", + "IsPublished": true, + "CreationTimestamp": "2021-01-12T12:24:16.194497Z", + "CreatorUserId": "fadb923c-e6bb-4283-a537-eb4d1150262e", + "TileImage": "images/contracts/escalation/ContractEscalation_Wet_Nian.jpg", + "Title": "UI_PEACOCK_NIAN1", + "Description": "UI_PEACOCK_ESCALATION_CHONGQING_DESC", + "CodeName_Hint": "Nian Level 1", + "Location": "LOCATION_WET_RAT", + "RequiredUnlockable": "ACCESS_HIT_RAT", + "ScenePath": "assembly:/_pro/scenes/missions/wet/scene_rat_basic.entity", + "Type": "escalation", + "GroupObjectiveDisplayOrder": [ + { + "Id": "6dcbf0c6-7d39-4265-9b2b-ecc115fb85d0" + }, + { + "Id": "acecde5b-7fd9-4103-978a-5a89c1e251ef" + } + ], + "InGroup": "5d0668b9-665f-48a7-a72c-6f5614b350a2", + "Entitlements": ["LOCATION_WET"], + "LastUpdate": "2023-03-30T11:20:23.763366Z", + "PublicId": "030245785347", + "Season": 0, + "OriginalSeason": 3 + }, + "UserData": {} +} diff --git a/contractdata/CHONGQING/ESCALATION/NIAN/NIAN2.json b/contractdata/CHONGQING/ESCALATION/NIAN/NIAN2.json new file mode 100644 index 000000000..e66be1ae7 --- /dev/null +++ b/contractdata/CHONGQING/ESCALATION/NIAN/NIAN2.json @@ -0,0 +1,207 @@ +{ + "Data": { + "EnableSaving": false, + "Entrances": [ + "f9c65d0b-e5ce-454e-8f20-08a8083a9b9d", + "d497ce5a-011e-4b40-9d69-341cc8141120", + "c235f578-f55b-4c9d-b568-db6cad909c8c", + "f3944deb-0747-4d67-b26a-99af5f979705" + ], + "Objectives": [ + { + "_comment": "serve dishes", + "Id": "6dcbf0c6-7d39-4265-9b2b-ecc115fb85d0", + "Type": "statemachine", + "ObjectiveType": "custom", + "Category": "Primary", + "Image": "images/contracts/escalation/contractescalation_wet_nian_obj_familymeal.jpg", + "BriefingName": "$loc UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME", + "BriefingText": "$loc UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC", + "HUDTemplate": { + "display": "$loc UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC", + "iconType": 17 + }, + "ForceShowOnLoadingScreen": true, + "ShowInHud": true, + "Definition": { + "Scope": "hit", + "Context": {}, + "States": { + "Start": { + "setpieces": { + "Condition": { + "$eq": [ + "$Value.RepositoryId", + "bf6c5c71-86b8-4abb-aed9-63dbbf320c52" + ] + }, + "Transition": "MealMake" + } + }, + "MealMake": { + "setpieces": { + "Condition": { + "$eq": [ + "$Value.RepositoryId", + "3a2722a3-0458-4db7-aa4b-0440728e4db6" + ] + }, + "Transition": "Success" + } + } + } + } + }, + { + "_comment": "visit neighbors with fire crackers", + "Id": "ff195884-816c-4259-b5f5-555511bebc1b", + "Type": "statemachine", + "ObjectiveType": "custom", + "Category": "Primary", + "Image": "images/stashpoints/wet_agencypickup_apartment.jpg", + "BriefingName": "$loc UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME", + "BriefingText": "$loc UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC", + "HUDTemplate": { + "display": "$loc UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD" + }, + "IsHidden": true, + "ForceShowOnLoadingScreen": true, + "ShowInHud": true, + "Definition": { + "Scope": "hit", + "Context": { + "Targets": [ + "fc776f90-eda8-4aaf-83d9-bb069c3827ab", + "18324739-f01e-47f4-8c8b-c7f880805491" + ], + "TargetsKilled": [] + }, + "States": { + "Start": { + "Kill": [ + { + "Condition": { + "$and": [ + { + "$any": { + "in": "$.Targets", + "?": { + "$eq": [ + "$.#", + "$Value.RepositoryId" + ] + } + } + }, + { + "$eq": [ + "$Value.KillMethodBroad", + "explosive" + ] + } + ] + }, + "Actions": { + "$pushunique": [ + "TargetsKilled", + "$Value.RepositoryId" + ] + } + }, + { + "Condition": { + "$and": [ + { + "$any": { + "in": "$.Targets", + "?": { + "$eq": [ + "$.#", + "$Value.RepositoryId" + ] + } + } + }, + { + "$not": { + "$eq": [ + "$Value.KillMethodBroad", + "explosive" + ] + } + } + ] + }, + "Transition": "Failure" + }, + { + "Condition": { + "$eq": [ + "($.Targets).Count", + "($.TargetsKilled).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + } + } + ], + "Bricks": [], + "VR": [ + { + "Quality": "base", + "Bricks": [ + "assembly:/_pro/Scenes/Bricks/vr_setup.brick", + "assembly:/_pro/scenes/missions/wet/vr_overrides_rat.brick", + "assembly:/_pro/scenes/missions/Wet/vr_overrides_ps4perf.brick" + ] + }, + { + "Quality": "better", + "Bricks": [ + "assembly:/_pro/Scenes/Bricks/vr_setup.brick", + "assembly:/_pro/scenes/missions/wet/vr_overrides_rat.brick" + ] + } + ], + "GameChangers": ["2873db55-1bab-427c-9db5-72ede3a13aa6"], + "GameChangerReferences": [] + }, + "Metadata": { + "Id": "4730bae6-39db-470f-b3b8-094efe982746", + "IsPublished": true, + "CreationTimestamp": "2021-01-12T12:24:16.194497Z", + "CreatorUserId": "fadb923c-e6bb-4283-a537-eb4d1150262e", + "TileImage": "images/contracts/escalation/ContractEscalation_Wet_Nian.jpg", + "Title": "UI_PEACOCK_NIAN2", + "Description": "UI_PEACOCK_ESCALATION_CHONGQING_DESC", + "CodeName_Hint": "Nian Level 2", + "Location": "LOCATION_WET_RAT", + "RequiredUnlockable": "ACCESS_HIT_RAT", + "ScenePath": "assembly:/_pro/scenes/missions/wet/scene_rat_basic.entity", + "Type": "escalation", + "GroupObjectiveDisplayOrder": [ + { + "Id": "ff195884-816c-4259-b5f5-555511bebc1b", + "IsNew": true + }, + { + "Id": "2873db55-1bab-427c-9db5-72ede3a13aa6", + "IsNew": true + }, + { + "Id": "6dcbf0c6-7d39-4265-9b2b-ecc115fb85d0" + } + ], + "InGroup": "5d0668b9-665f-48a7-a72c-6f5614b350a2", + "Entitlements": ["LOCATION_WET"], + "LastUpdate": "2023-03-30T11:20:23.763366Z", + "PublicId": "030245785347", + "Season": 0, + "OriginalSeason": 3 + }, + "UserData": {} +} diff --git a/contractdata/CHONGQING/ESCALATION/NIAN/NIAN3.json b/contractdata/CHONGQING/ESCALATION/NIAN/NIAN3.json new file mode 100644 index 000000000..04e084b41 --- /dev/null +++ b/contractdata/CHONGQING/ESCALATION/NIAN/NIAN3.json @@ -0,0 +1,301 @@ +{ + "Data": { + "EnableSaving": false, + "Entrances": [ + "f9c65d0b-e5ce-454e-8f20-08a8083a9b9d", + "d497ce5a-011e-4b40-9d69-341cc8141120", + "c235f578-f55b-4c9d-b568-db6cad909c8c", + "f3944deb-0747-4d67-b26a-99af5f979705" + ], + "Objectives": [ + { + "_comment": "serve dishes", + "Id": "6dcbf0c6-7d39-4265-9b2b-ecc115fb85d0", + "Type": "statemachine", + "ObjectiveType": "custom", + "Category": "Primary", + "Image": "images/contracts/escalation/contractescalation_wet_nian_obj_familymeal.jpg", + "BriefingName": "$loc UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME", + "BriefingText": "$loc UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC", + "HUDTemplate": { + "display": "$loc UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC", + "iconType": 17 + }, + "ForceShowOnLoadingScreen": true, + "ShowInHud": true, + "Definition": { + "Scope": "hit", + "Context": {}, + "States": { + "Start": { + "setpieces": { + "Condition": { + "$eq": [ + "$Value.RepositoryId", + "bf6c5c71-86b8-4abb-aed9-63dbbf320c52" + ] + }, + "Transition": "MealMake" + } + }, + "MealMake": { + "setpieces": { + "Condition": { + "$eq": [ + "$Value.RepositoryId", + "3a2722a3-0458-4db7-aa4b-0440728e4db6" + ] + }, + "Transition": "Success" + } + } + } + } + }, + { + "_comment": "visit neighbors with fire crackers", + "Id": "ff195884-816c-4259-b5f5-555511bebc1b", + "Type": "statemachine", + "ObjectiveType": "custom", + "Category": "Primary", + "Image": "images/stashpoints/wet_agencypickup_apartment.jpg", + "BriefingName": "$loc UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME", + "BriefingText": "$loc UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC", + "HUDTemplate": { + "display": "$loc UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD" + }, + "IsHidden": true, + "ForceShowOnLoadingScreen": true, + "ShowInHud": true, + "Definition": { + "Scope": "hit", + "Context": { + "Targets": [ + "fc776f90-eda8-4aaf-83d9-bb069c3827ab", + "18324739-f01e-47f4-8c8b-c7f880805491" + ], + "TargetsKilled": [] + }, + "States": { + "Start": { + "Kill": [ + { + "Condition": { + "$and": [ + { + "$any": { + "in": "$.Targets", + "?": { + "$eq": [ + "$.#", + "$Value.RepositoryId" + ] + } + } + }, + { + "$eq": [ + "$Value.KillMethodBroad", + "explosive" + ] + } + ] + }, + "Actions": { + "$pushunique": [ + "TargetsKilled", + "$Value.RepositoryId" + ] + } + }, + { + "Condition": { + "$and": [ + { + "$any": { + "in": "$.Targets", + "?": { + "$eq": [ + "$.#", + "$Value.RepositoryId" + ] + } + } + }, + { + "$not": { + "$eq": [ + "$Value.KillMethodBroad", + "explosive" + ] + } + } + ] + }, + "Transition": "Failure" + }, + { + "Condition": { + "$eq": [ + "($.Targets).Count", + "($.TargetsKilled).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + } + }, + { + "_comment": "one time explosion", + "Id": "5e0ba90d-d126-4c0a-8d2d-9e2c47202a81", + "Type": "statemachine", + "ObjectiveType": "custom", + "Category": "Primary", + "Image": "images/contractconditions/condition_killmethod_explosion.jpg", + "BriefingName": "$loc UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME", + "BriefingText": "$loc UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC", + "HUDTemplate": { + "display": "$loc UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC", + "iconType": 17 + }, + "ForceShowOnLoadingScreen": true, + "Definition": { + "Scope": "hit", + "Context": { + "Targets": [ + "fc776f90-eda8-4aaf-83d9-bb069c3827ab", + "18324739-f01e-47f4-8c8b-c7f880805491" + ], + "TargetsKilled": [] + }, + "States": { + "Start": { + "Kill": { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$.#", + "$Value.RepositoryId" + ] + }, + "in": "$.Targets" + } + }, + "Actions": { + "$pushunique": [ + "TargetsKilled", + "$Value.RepositoryId" + ] + }, + "Transition": "CheckStreakKill" + } + }, + "CheckStreakKill": { + "$timer": { + "Condition": { "$after": 1 }, + "Transition": "Failure" + }, + "Kill": [ + { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$.#", + "$Value.RepositoryId" + ] + }, + "in": "$.Targets" + } + }, + "Actions": { + "$pushunique": [ + "TargetsKilled", + "$Value.RepositoryId" + ] + } + }, + { + "Condition": { + "$eq": [ + "($.Targets).Count", + "($.TargetsKilled).Count" + ] + }, + "Transition": "Success" + } + ] + } + } + } + } + ], + "Bricks": [], + "VR": [ + { + "Quality": "base", + "Bricks": [ + "assembly:/_pro/Scenes/Bricks/vr_setup.brick", + "assembly:/_pro/scenes/missions/wet/vr_overrides_rat.brick", + "assembly:/_pro/scenes/missions/Wet/vr_overrides_ps4perf.brick" + ] + }, + { + "Quality": "better", + "Bricks": [ + "assembly:/_pro/Scenes/Bricks/vr_setup.brick", + "assembly:/_pro/scenes/missions/wet/vr_overrides_rat.brick" + ] + } + ], + "GameChangers": [ + "2873db55-1bab-427c-9db5-72ede3a13aa6", + "562c54f5-8363-4942-ac1e-6dd179ab1597" + ], + "GameChangerReferences": [] + }, + "Metadata": { + "Id": "67359030-6871-4c71-85a6-c04b45419265", + "IsPublished": true, + "CreationTimestamp": "2021-01-12T12:24:16.194497Z", + "CreatorUserId": "fadb923c-e6bb-4283-a537-eb4d1150262e", + "TileImage": "images/contracts/escalation/ContractEscalation_Wet_Nian.jpg", + "Title": "UI_PEACOCK_NIAN3", + "Description": "UI_PEACOCK_ESCALATION_CHONGQING_DESC", + "CodeName_Hint": "Nian Level 3", + "Location": "LOCATION_WET_RAT", + "RequiredUnlockable": "ACCESS_HIT_RAT", + "ScenePath": "assembly:/_pro/scenes/missions/wet/scene_rat_basic.entity", + "Type": "escalation", + "GroupObjectiveDisplayOrder": [ + { + "Id": "5e0ba90d-d126-4c0a-8d2d-9e2c47202a81", + "IsNew": true + }, + { + "Id": "562c54f5-8363-4942-ac1e-6dd179ab1597", + "IsNew": true + }, + { + "Id": "ff195884-816c-4259-b5f5-555511bebc1b" + }, + { + "Id": "2873db55-1bab-427c-9db5-72ede3a13aa6" + }, + { + "Id": "6dcbf0c6-7d39-4265-9b2b-ecc115fb85d0" + } + ], + "InGroup": "5d0668b9-665f-48a7-a72c-6f5614b350a2", + "Entitlements": ["LOCATION_WET"], + "LastUpdate": "2023-03-30T11:20:23.763366Z", + "PublicId": "030245785347", + "Season": 0, + "OriginalSeason": 3 + }, + "UserData": {} +} diff --git a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json index f7bbe0032..9d9dce0c6 100644 --- a/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json +++ b/contractdata/CHONGQING/_CHONGQING_CHALLENGES.json @@ -3373,6 +3373,49 @@ "InclusionData": { "ContractIds": ["07ffa72a-bbac-45ca-8c9f-b9c1b526153a"] } + }, + { + "Id": "d3307d53-bde8-435a-bffd-c2270c66792e", + "Name": "UI_PEACOCK_NIAN", + "ImageName": "images/contracts/escalation/ContractEscalation_Wet_Nian.jpg", + "Description": "UI_CHALLENGES_ESCLATION_COMPLETE_DESC", + "Rewards": { + "MasteryXP": 4000 + }, + "Drops": [], + "IsPlayable": true, + "IsLocked": false, + "HideProgression": false, + "CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY", + "Icon": "challenge_category_feats", + "LocationId": "LOCATION_WET_RAT", + "ParentLocationId": "LOCATION_PARENT_WET", + "Type": "contract", + "DifficultyLevels": [], + "OrderIndex": 10000, + "XpModifier": {}, + "RuntimeType": "Hit", + "Definition": { + "Context": {}, + "Scope": "session", + "States": { + "Start": { + "ContractEnd": { + "Condition": { + "$eq": [ + "$ContractId", + "67359030-6871-4c71-85a6-c04b45419265" + ] + }, + "Transition": "Success" + } + } + } + }, + "Tags": ["feats", "hard"], + "InclusionData": { + "ContractIds": ["5d0668b9-665f-48a7-a72c-6f5614b350a2"] + } } ] }, diff --git a/resources/locale.json b/resources/locale.json index eb577dade..20ac8e7fa 100644 --- a/resources/locale.json +++ b/resources/locale.json @@ -272,7 +272,25 @@ "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_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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "The Luoying Concealment", + "UI_PEACOCK_NIAN1": "The Luoying Concealment - Level 1", + "UI_PEACOCK_NIAN2": "The Luoying Concealment - Level 2", + "UI_PEACOCK_NIAN3": "The Luoying Concealment - Level 3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "Invitation to a Meal", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "Prepare meals by yourself and ring the bell to serve bowl for Angus Pritchard", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "The Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "Eliminate the couple living in apartments. They cannot be seen in the Instinct.", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "Eliminate the Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "The Couple Under Fire", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "Eliminate the Couple with Explosive Device", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "One Blast, Double Barrelled", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "Eliminate both targets with a single explosion", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "Frozen Disguise", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "All ICA disguises are prohibited, as is the associated starting locations. You can never equip these disguises, or you will fail the mission.", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "You equipped one kind of ICA disguises", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "No Overcooking", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "Do not emetic, blind, pacify or eliminate Dumpling Cooks in the restaurant" }, "french": { "UI_PEACOCK_STRINGS_PRESENT": "yes", @@ -548,7 +566,25 @@ "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_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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "The Luoying Concealment", + "UI_PEACOCK_NIAN1": "The Luoying Concealment - Level 1", + "UI_PEACOCK_NIAN2": "The Luoying Concealment - Level 2", + "UI_PEACOCK_NIAN3": "The Luoying Concealment - Level 3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "Invitation to a Meal", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "Prepare meals by yourself and ring the bell to serve bowl for Angus Pritchard", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "The Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "Eliminate the couple living in apartments. They cannot be seen in the Instinct.", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "Eliminate the Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "The Couple Under Fire", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "Eliminate the Couple with Explosive Device", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "One Blast, Double Barrelled", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "Eliminate both targets with a single explosion", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "Frozen Disguise", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "All ICA disguises are prohibited, as is the associated starting locations. You can never equip these disguises, or you will fail the mission.", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "You equipped one kind of ICA disguises", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "No Overcooking", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "Do not emetic, blind, pacify or eliminate Dumpling Cooks in the restaurant" }, "italian": { "UI_PEACOCK_STRINGS_PRESENT": "yes", @@ -823,7 +859,25 @@ "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_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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "The Luoying Concealment", + "UI_PEACOCK_NIAN1": "The Luoying Concealment - Level 1", + "UI_PEACOCK_NIAN2": "The Luoying Concealment - Level 2", + "UI_PEACOCK_NIAN3": "The Luoying Concealment - Level 3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "Invitation to a Meal", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "Prepare meals by yourself and ring the bell to serve bowl for Angus Pritchard", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "The Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "Eliminate the couple living in apartments. They cannot be seen in the Instinct.", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "Eliminate the Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "The Couple Under Fire", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "Eliminate the Couple with Explosive Device", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "One Blast, Double Barrelled", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "Eliminate both targets with a single explosion", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "Frozen Disguise", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "All ICA disguises are prohibited, as is the associated starting locations. You can never equip these disguises, or you will fail the mission.", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "You equipped one kind of ICA disguises", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "No Overcooking", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "Do not emetic, blind, pacify or eliminate Dumpling Cooks in the restaurant" }, "german": { "UI_DRP_001": "", @@ -1104,7 +1158,25 @@ "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_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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "The Luoying Concealment", + "UI_PEACOCK_NIAN1": "The Luoying Concealment - Level 1", + "UI_PEACOCK_NIAN2": "The Luoying Concealment - Level 2", + "UI_PEACOCK_NIAN3": "The Luoying Concealment - Level 3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "Invitation to a Meal", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "Prepare meals by yourself and ring the bell to serve bowl for Angus Pritchard", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "The Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "Eliminate the couple living in apartments. They cannot be seen in the Instinct.", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "Eliminate the Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "The Couple Under Fire", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "Eliminate the Couple with Explosive Device", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "One Blast, Double Barrelled", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "Eliminate both targets with a single explosion", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "Frozen Disguise", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "All ICA disguises are prohibited, as is the associated starting locations. You can never equip these disguises, or you will fail the mission.", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "You equipped one kind of ICA disguises", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "No Overcooking", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "Do not emetic, blind, pacify or eliminate Dumpling Cooks in the restaurant" }, "spanish": { "UI_PEACOCK_STRINGS_PRESENT": "yes", @@ -1380,7 +1452,25 @@ "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_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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "The Luoying Concealment", + "UI_PEACOCK_NIAN1": "The Luoying Concealment - Level 1", + "UI_PEACOCK_NIAN2": "The Luoying Concealment - Level 2", + "UI_PEACOCK_NIAN3": "The Luoying Concealment - Level 3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "Invitation to a Meal", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "Prepare meals by yourself and ring the bell to serve bowl for Angus Pritchard", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "The Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "Eliminate the couple living in apartments. They cannot be seen in the Instinct.", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "Eliminate the Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "The Couple Under Fire", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "Eliminate the Couple with Explosive Device", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "One Blast, Double Barrelled", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "Eliminate both targets with a single explosion", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "Frozen Disguise", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "All ICA disguises are prohibited, as is the associated starting locations. You can never equip these disguises, or you will fail the mission.", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "You equipped one kind of ICA disguises", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "No Overcooking", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "Do not emetic, blind, pacify or eliminate Dumpling Cooks in the restaurant" }, "russian": { "UI_PEACOCK_STRINGS_PRESENT": "yes", @@ -1655,7 +1745,25 @@ "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_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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "The Luoying Concealment", + "UI_PEACOCK_NIAN1": "The Luoying Concealment - Level 1", + "UI_PEACOCK_NIAN2": "The Luoying Concealment - Level 2", + "UI_PEACOCK_NIAN3": "The Luoying Concealment - Level 3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "Invitation to a Meal", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "Prepare meals by yourself and ring the bell to serve bowl for Angus Pritchard", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "The Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "Eliminate the couple living in apartments. They cannot be seen in the Instinct.", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "Eliminate the Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "The Couple Under Fire", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "Eliminate the Couple with Explosive Device", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "One Blast, Double Barrelled", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "Eliminate both targets with a single explosion", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "Frozen Disguise", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "All ICA disguises are prohibited, as is the associated starting locations. You can never equip these disguises, or you will fail the mission.", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "You equipped one kind of ICA disguises", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "No Overcooking", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "Do not emetic, blind, pacify or eliminate Dumpling Cooks in the restaurant" }, "chineseSimplified": { "UI_PEACOCK_STRINGS_PRESENT": "yes", @@ -1930,7 +2038,25 @@ "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "仅限头部攻击", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "必须使用爆头或投掷致命近战武器消灭所有目标。", "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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "落樱隐蔽", + "UI_PEACOCK_NIAN1": "落樱隐蔽 - 第1关", + "UI_PEACOCK_NIAN2": "落樱隐蔽 - 第2关", + "UI_PEACOCK_NIAN3": "落樱隐蔽 - 第3关", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "用餐邀请", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "亲自准备饭菜并给安格斯·普里查德上餐", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "夫妇", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "消灭夫妇", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "消灭住在公寓里的夫妇。他们在本能下不可见。", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "炮火中的夫妇", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "用爆炸装置消灭夫妇", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "一炮双响", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "用一次爆炸消灭所有目标", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "冻结伪装", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "所有ICA伪装和相关的起始地点被禁止。全程不得装备这些伪装,否则任务将失败。", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "你装备了一种ICA伪装", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "烹调过度", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "不要催吐、致盲、制伏或消灭餐厅里的饺子厨师" }, "chineseTraditional": { "UI_PEACOCK_STRINGS_PRESENT": "yes", @@ -2205,7 +2331,25 @@ "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_NAME": "僅頭部攻擊", "UI_PEACOCK_GAMECHANGERS_GLOBAL_HEADKILLONLY_DESC": "所有目標都必須透過爆頭或投擲致命的近戰武器的方式來消滅。", "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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "羅穎隱匿", + "UI_PEACOCK_NIAN1": "羅穎隱匿——關卡1", + "UI_PEACOCK_NIAN2": "羅穎隱匿——關卡2", + "UI_PEACOCK_NIAN3": "羅穎隱匿——關卡3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "邀吃飯", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "自己準備飯菜,並按鈴為安格斯·普里查德上菜", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "夫妻", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "消滅住在公寓裡的夫妻。在本能中無法看到他們。", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "消滅情侶", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "備受指責的夫妻", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "用爆炸裝置消滅夫妻", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "一擊雙管", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "用一次爆炸消滅兩個目標", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "冰凍偽裝", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "禁止所有 ICA 偽裝,以及相關的起始位置。你絕對不能裝備這些偽裝,否則你的任務將會失敗。", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "你裝備了一種 ICA 偽裝", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "勿煮過頭", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "不要催吐或致盲、擊暈或消滅餐廳裡的餃子廚師" }, "japanese": { "UI_PEACOCK_STRINGS_PRESENT": "yes", @@ -2480,7 +2624,25 @@ "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_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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "The Luoying Concealment", + "UI_PEACOCK_NIAN1": "The Luoying Concealment - Level 1", + "UI_PEACOCK_NIAN2": "The Luoying Concealment - Level 2", + "UI_PEACOCK_NIAN3": "The Luoying Concealment - Level 3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "Invitation to a Meal", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "Prepare meals by yourself and ring the bell to serve bowl for Angus Pritchard", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "The Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "Eliminate the couple living in apartments. They cannot be seen in the Instinct.", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "Eliminate the Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "The Couple Under Fire", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "Eliminate the Couple with Explosive Device", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "One Blast, Double Barrelled", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "Eliminate both targets with a single explosion", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "Frozen Disguise", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "All ICA disguises are prohibited, as is the associated starting locations. You can never equip these disguises, or you will fail the mission.", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "You equipped one kind of ICA disguises", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "No Overcooking", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "Do not emetic, blind, pacify or eliminate Dumpling Cooks in the restaurant" }, "spanishMexican": { "UI_PEACOCK_STRINGS_PRESENT": "yes", @@ -2756,7 +2918,25 @@ "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_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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "The Luoying Concealment", + "UI_PEACOCK_NIAN1": "The Luoying Concealment - Level 1", + "UI_PEACOCK_NIAN2": "The Luoying Concealment - Level 2", + "UI_PEACOCK_NIAN3": "The Luoying Concealment - Level 3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "Invitation to a Meal", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "Prepare meals by yourself and ring the bell to serve bowl for Angus Pritchard", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "The Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "Eliminate the couple living in apartments. They cannot be seen in the Instinct.", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "Eliminate the Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "The Couple Under Fire", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "Eliminate the Couple with Explosive Device", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "One Blast, Double Barrelled", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "Eliminate both targets with a single explosion", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "Frozen Disguise", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "All ICA disguises are prohibited, as is the associated starting locations. You can never equip these disguises, or you will fail the mission.", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "You equipped one kind of ICA disguises", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "No Overcooking", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "Do not emetic, blind, pacify or eliminate Dumpling Cooks in the restaurant" }, "portugueseBrazil": { "UI_PEACOCK_STRINGS_PRESENT": "yes", @@ -2990,7 +3170,25 @@ "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_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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "The Luoying Concealment", + "UI_PEACOCK_NIAN1": "The Luoying Concealment - Level 1", + "UI_PEACOCK_NIAN2": "The Luoying Concealment - Level 2", + "UI_PEACOCK_NIAN3": "The Luoying Concealment - Level 3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "Invitation to a Meal", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "Prepare meals by yourself and ring the bell to serve bowl for Angus Pritchard", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "The Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "Eliminate the couple living in apartments. They cannot be seen in the Instinct.", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "Eliminate the Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "The Couple Under Fire", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "Eliminate the Couple with Explosive Device", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "One Blast, Double Barrelled", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "Eliminate both targets with a single explosion", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "Frozen Disguise", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "All ICA disguises are prohibited, as is the associated starting locations. You can never equip these disguises, or you will fail the mission.", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "You equipped one kind of ICA disguises", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "No Overcooking", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "Do not emetic, blind, pacify or eliminate Dumpling Cooks in the restaurant" }, "polish": { "UI_PEACOCK_STRINGS_PRESENT": "yes", @@ -3263,6 +3461,24 @@ "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_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" + "UI_MENU_PAGE_STORY_CUTSCENE_SEASON2_STORY_BLOCK_10_TITLE": "A Trip to Paradise", + "UI_PEACOCK_NIAN": "The Luoying Concealment", + "UI_PEACOCK_NIAN1": "The Luoying Concealment - Level 1", + "UI_PEACOCK_NIAN2": "The Luoying Concealment - Level 2", + "UI_PEACOCK_NIAN3": "The Luoying Concealment - Level 3", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_NAME": "Invitation to a Meal", + "UI_PEACOCK_NIAN_OBJ_FAMILYMEAL_DESC": "Prepare meals by yourself and ring the bell to serve bowl for Angus Pritchard", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_NAME": "The Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_DESC": "Eliminate the couple living in apartments. They cannot be seen in the Instinct.", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_HUD": "Eliminate the Couple", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_NAME": "The Couple Under Fire", + "UI_PEACOCK_NIAN_OBJ_VISITNEIGHBOR_EXPLOSIVE_HUD": "Eliminate the Couple with Explosive Device", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_NAME": "One Blast, Double Barrelled", + "UI_PEACOCK_NIAN_OBJ_FIRECRACKER_DESC": "Eliminate both targets with a single explosion", + "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME": "Frozen Disguise", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC": "All ICA disguises are prohibited, as is the associated starting locations. You can never equip these disguises, or you will fail the mission.", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL": "You equipped one kind of ICA disguises", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME": "No Overcooking", + "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC": "Do not emetic, blind, pacify or eliminate Dumpling Cooks in the restaurant" } } diff --git a/static/EscalationCodenames.json b/static/EscalationCodenames.json index 972f732d5..03164590f 100644 --- a/static/EscalationCodenames.json +++ b/static/EscalationCodenames.json @@ -679,6 +679,12 @@ } ], "Chongqing": [ + { + "codename": "Nian", + "name": "🦚 The Luoying Concealment", + "id": "5d0668b9-665f-48a7-a72c-6f5614b350a2", + "isPeacock": true + }, { "codename": "KOats Conspiracy", "name": "🦚 The KOats Conspiracy", diff --git a/static/PeacockGameChangerProperties.json b/static/PeacockGameChangerProperties.json index e0ca3b999..d10b82e32 100644 --- a/static/PeacockGameChangerProperties.json +++ b/static/PeacockGameChangerProperties.json @@ -270,5 +270,162 @@ ], "ShowBasedOnObjectives": null, "IsPrestigeObjective": null + }, + "2873db55-1bab-427c-9db5-72ede3a13aa6": { + "Name": "UI_PEACOCK_GAMECHANGERS_GLOBAL_FROZEN_DISGUISE_NAME", + "Description": "UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_DESC", + "Icon": null, + "IsHidden": null, + "TileImage": "images/contracts/gamechangers/gamechanger_wet_nian_freeze_facility.jpg", + "ObjectivesCategory": "primary", + "Resource": [], + "Objectives": [ + { + "Id": "86083e73-f98b-4dc0-8f7d-f8c39f67a669", + "Category": "primary", + "BriefingText": "$loc UI_PEACOCK_GAMECHANGERS_WET_NIAN_FREEZE_FACILITY_FAIL", + "Type": "statemachine", + "ObjectiveType": "custom", + "Definition": { + "Scope": "session", + "Context": { + "EligibleDisguises": [ + "4dd90d10-ac5f-404f-9c20-4428653ca7ba", + "f5c73d58-a24f-4957-b80d-5efb6771ad9b", + "e9660960-799e-4787-b163-fb96c192f5b6", + "b3515a1e-4a32-475c-bd61-4fdae243a7e5", + "86bdb741-6810-4610-8e21-799c93c71849", + "fd1d39d8-db06-47b3-8f4b-eb1febf5ccb7", + "553bb399-2ee0-41bb-a76b-b7ec6d49f5a3", + "c5f6dd2a-3600-40be-9a82-bbf5d360c379", + "9c07a86c-2d03-417b-b46f-cb433481080e", + "8fc343f2-6e9a-4e06-9342-705e5b171895" + ] + }, + "States": { + "Start": { + "StartingSuit": { + "Condition": { + "$any": { + "?": { + "$eq": ["$Value", "$.#"] + }, + "in": "$.EligibleDisguises" + } + }, + "Transition": "Failure" + }, + "IntroCutEnd": { "Transition": "Success" } + }, + "Success": { + "Disguise": { + "Condition": { + "$any": { + "?": { + "$eq": ["$Value", "$.#"] + }, + "in": "$.EligibleDisguises" + } + }, + "Transition": "Failure" + } + } + } + } + } + ], + "ShowBasedOnObjectives": null, + "IsPrestigeObjective": null + }, + "562c54f5-8363-4942-ac1e-6dd179ab1597": { + "Name": "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_NAME", + "Description": "UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC", + "Icon": null, + "IsHidden": null, + "TileImage": "images/contracts/gamechangers/gamechanger_wet_nian_donotharmcooks.jpg", + "ObjectivesCategory": "primary", + "Resource": [], + "Objectives": [ + { + "Id": "a4b7e9b8-b288-499c-b3e9-4a98f06a9de0", + "Category": "primary", + "BriefingText": "$loc UI_PEACOCK_GAMECHANGERS_WET_NIAN_DONOTHARMCOOKS_DESC", + "Type": "statemachine", + "Definition": { + "Scope": "session", + "Context": { + "KitchenStaffs": [ + "92532bb0-0f92-4bbe-847f-4c248729cb14", + "845d07f2-7f6d-4fe0-a0ba-d242756c6715", + "8b5d93ba-88d7-4e28-b759-1cb155d91c08", + "9d4c1674-678b-4adc-9496-b82f19582a6d", + "55670310-d927-425b-854e-25e9b81fbb65" + ] + }, + "States": { + "Start": { + "-": { "Transition": "Success" } + }, + "Success": { + "Kill": { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$.#", + "$Value.RepositoryId" + ] + }, + "in": "$.KitchenStaffs" + } + }, + "Transition": "Failure" + }, + "Pacify": { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$.#", + "$Value.RepositoryId" + ] + }, + "in": "$.KitchenStaffs" + } + }, + "Transition": "Failure" + }, + "Actorsick": { + "Condition": { + "$any": { + "?": { + "$eq": ["$Value.actor_R_ID", "$.#"] + }, + "in": "$.KitchenStaffs" + } + }, + "Transition": "Failure" + }, + "NPC_Blinded": { + "Condition": { + "$any": { + "?": { + "$eq": [ + "$Value.RepositoryId", + "$.#" + ] + }, + "in": "$.KitchenStaffs" + } + }, + "Transition": "Failure" + } + } + } + } + } + ], + "ShowBasedOnObjectives": null, + "IsPrestigeObjective": null } }