mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
Update Evergreen contracts and gamechangers
This commit is contained in:
parent
f70879632c
commit
c849bec0cf
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "47d10233-0008-4f34-abd2-a84ca2bb7530",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Bingo",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.4298568Z",
|
||||
"PublicId": "099825088647",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099825088647"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "a3aab02b-be9a-4f97-8ddb-80843dceb3c4",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Blackjack",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["LOCATION_GREEDY"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.5248128Z",
|
||||
"PublicId": "099102043547",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099102043547"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "dec0ed42-41bf-4ff0-bc0a-08d73b3e7430",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Bridge",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["LOCATION_ANCESTRAL"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.4130046Z",
|
||||
"PublicId": "099741988147",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099741988147"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "cd1c3479-e3e4-42c3-a9a4-bfedd2ea31f9",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Chess",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["LOCATION_GOLDEN"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.5443899Z",
|
||||
"PublicId": "099677980447",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099677980447"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "c945b720-12c4-4f62-8026-4b4011a67dff",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Craps",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.4641228Z",
|
||||
"PublicId": "099736647347",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099736647347"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -236,10 +213,7 @@
|
||||
"assembly/_pro/scenes/missions/opulent/mission_stingray/difficulty_easy_stingray.brick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -355,8 +329,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "d2419fe4-ea72-4e61-b91b-bb39706f551d",
|
||||
@ -371,12 +347,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -385,10 +356,7 @@
|
||||
"EvergreenMissionName": "Hilo",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H2_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.5969782Z",
|
||||
"PublicId": "099926210747",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099926210747"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -228,14 +205,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -351,8 +322,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "0d2a243a-f140-4be5-bfe7-e151878ec88e",
|
||||
@ -367,12 +340,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -381,10 +349,7 @@
|
||||
"EvergreenMissionName": "Ludo",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H2_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.3940218Z",
|
||||
"PublicId": "099586473447",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099586473447"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "5162c4a1-4b07-43b1-82ad-37c9e350764c",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Mahjong",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["LOCATION_WET"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.5638479Z",
|
||||
"PublicId": "099004062747",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099004062747"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -236,10 +213,7 @@
|
||||
"assembly:/_pro/scenes/missions/marrakesh/difficulty_easy_marrakesh_spider.brick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -355,8 +329,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "2f5db1a8-dfcb-4b2a-9c5a-bd80fec93026",
|
||||
@ -371,12 +347,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -385,10 +356,7 @@
|
||||
"EvergreenMissionName": "Mancala",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.7013982Z",
|
||||
"PublicId": "099908753947",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099908753947"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "c147e93f-2fa6-4618-a84e-d929c5d3d391",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Meyer",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["LOCATION_EDGY"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.4472574Z",
|
||||
"PublicId": "099439122847",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099439122847"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "ee67660e-4bd6-4743-9163-40331056f690",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Pinochle",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H2_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.5802821Z",
|
||||
"PublicId": "099721737647",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099721737647"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "3e72588a-46ea-4cb8-a10f-e2242ca8cc99",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Poker",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["LOCATION_ROCKY"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.6157951Z",
|
||||
"PublicId": "099444598647",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099444598647"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "8caa8f0e-ac39-4088-95c1-42075afe8213",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Sapo",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["LOCATION_ELEGANT"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.5051291Z",
|
||||
"PublicId": "099131141547",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099131141547"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "65659b19-fb1a-4a14-b074-65227ffac128",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Shogi",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.6664016Z",
|
||||
"PublicId": "099316059747",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099316059747"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -236,10 +213,7 @@
|
||||
"assembly:/_pro/scenes/missions/bangkok/difficulty_easy_bangkok_tiger.brick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -355,8 +329,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "2f562dba-2b14-42f3-b9fb-eb72e79450ba",
|
||||
@ -371,12 +347,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -385,10 +356,7 @@
|
||||
"EvergreenMissionName": "Sicbo",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.6841721Z",
|
||||
"PublicId": "099407594347",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099407594347"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "6efd360a-5f78-44ac-9823-df077018c2b3",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Solitaire",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H2_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.6504576Z",
|
||||
"PublicId": "099124904747",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099124904747"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -236,10 +213,7 @@
|
||||
"assembly:/_pro/scenes/missions/colorado_2/difficulty_easy_colorado_bull.brick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -356,7 +330,8 @@
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "4a95baa5-6ad6-43c8-ae3e-be8449d578ec",
|
||||
@ -371,12 +346,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -385,10 +355,7 @@
|
||||
"EvergreenMissionName": "Spades",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.7183648Z",
|
||||
"PublicId": "099718901647",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099718901647"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "aab7a569-cead-40b8-81b5-c1605070b366",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Trompo",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.4818087Z",
|
||||
"PublicId": "099122249147",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099122249147"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_hot.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_HOT_BRIEFINGNAME",
|
||||
@ -68,11 +64,7 @@
|
||||
"Suspects": []
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
},
|
||||
"Start": { "-": { "Transition": "Success" } },
|
||||
"Success": {
|
||||
"SetupTarget": {
|
||||
"Actions": {
|
||||
@ -148,14 +140,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"LeaderEscaped_Event": {
|
||||
"Transition": "Failure"
|
||||
},
|
||||
"LeaderEscaped_Event": { "Transition": "Failure" },
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Suspects", []]
|
||||
}
|
||||
"Actions": { "$set": ["Suspects", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -169,29 +157,18 @@
|
||||
"IsHidden": true,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
},
|
||||
"IfFailed": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": false },
|
||||
"IfCompleted": { "Visible": false },
|
||||
"IfFailed": { "Visible": false }
|
||||
},
|
||||
"Image": "",
|
||||
"BriefingName": "",
|
||||
"BriefingText": "",
|
||||
"LongBriefingText": "",
|
||||
"HUDTemplate": {
|
||||
"display": "",
|
||||
"iconType": 1
|
||||
},
|
||||
"HUDTemplate": { "display": "", "iconType": 1 },
|
||||
"Type": "statemachine",
|
||||
"Definition": {
|
||||
"Context": {
|
||||
"Targets": []
|
||||
},
|
||||
"Context": { "Targets": [] },
|
||||
"States": {
|
||||
"Start": {
|
||||
"SetupTarget": {
|
||||
@ -230,14 +207,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -353,8 +324,10 @@
|
||||
"b08d9153-8470-4161-a5a3-023a63b45550",
|
||||
"9f7bc307-2a30-4dd8-84aa-0a0099c0c871",
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
]
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "aa6447f6-7566-4e54-b1c9-15fa3d4acb39",
|
||||
@ -369,12 +342,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -383,10 +351,7 @@
|
||||
"EvergreenMissionName": "Whist",
|
||||
"EvergreenMissionType": "Hot",
|
||||
"Entitlements": ["H2_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.6334576Z",
|
||||
"PublicId": "099862956147",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099862956147"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "d4719601-83ce-4ca9-83cd-5164331d643f",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Bingo",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.7879445Z",
|
||||
"PublicId": "099362248947",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099362248947"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "be4714d4-c7a5-4c21-a63a-89c5643965e7",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Blackjack",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["LOCATION_GREEDY"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.874235Z",
|
||||
"PublicId": "099417541647",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099417541647"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "d84fb174-2cbb-4337-8a66-f13f9fb170cd",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Bridge",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["LOCATION_ANCESTRAL"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.7523796Z",
|
||||
"PublicId": "099899880747",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099899880747"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "84727ec8-7f13-4c00-94c1-b5c60a8a181f",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Chess",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["LOCATION_GOLDEN"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.8916775Z",
|
||||
"PublicId": "099371298247",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099371298247"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "ebb8cdab-e521-4ba8-9288-d697b1aaaba7",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Craps",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.8228485Z",
|
||||
"PublicId": "099415146347",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099415146347"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -140,10 +134,7 @@
|
||||
"assembly/_pro/scenes/missions/opulent/mission_stingray/difficulty_easy_stingray.brick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -250,8 +241,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "f075fbc3-79ef-4e42-9326-9572f712a298",
|
||||
@ -266,12 +259,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -280,10 +268,7 @@
|
||||
"EvergreenMissionName": "Hilo",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H2_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.9254892Z",
|
||||
"PublicId": "099196197547",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099196197547"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "59c15d1e-c65e-4394-9906-46cdeb944c64",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Ludo",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H2_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.7344973Z",
|
||||
"PublicId": "099072763047",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099072763047"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "4d9b38ab-5ea8-4bc3-8fbe-273a36c72731",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Mahjong",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["LOCATION_WET"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.7705008Z",
|
||||
"PublicId": "099005671347",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099005671347"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -140,10 +134,7 @@
|
||||
"assembly:/_pro/scenes/missions/marrakesh/difficulty_easy_marrakesh_spider.brick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -250,8 +241,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "ff0264f0-c9b8-476f-b8f2-a5762d077a09",
|
||||
@ -266,12 +259,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -280,10 +268,7 @@
|
||||
"EvergreenMissionName": "Mancala",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:33.0333022Z",
|
||||
"PublicId": "099869506747",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099869506747"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "0ffe44ea-d241-49ec-835c-74d5714db343",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Meyer",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["LOCATION_EDGY"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.8048208Z",
|
||||
"PublicId": "099904189647",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099904189647"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "4a34f12a-ab98-4dc5-9262-c600193b2629",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Pinochle",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H2_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.9083225Z",
|
||||
"PublicId": "099571935847",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099571935847"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "060a48f0-117b-4b22-a165-111fd4a5b745",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Poker",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["LOCATION_ROCKY"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.9414834Z",
|
||||
"PublicId": "099115819547",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099115819547"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "89500fa3-2466-4c52-8b90-9890cc5039ee",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Sapo",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["LOCATION_ELEGANT"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.8572635Z",
|
||||
"PublicId": "099486223647",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099486223647"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "76fd7c40-83a0-48c9-be49-cef107583eae",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Shogi",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.9953881Z",
|
||||
"PublicId": "099635946547",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099635946547"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -140,10 +134,7 @@
|
||||
"assembly:/_pro/scenes/missions/bangkok/difficulty_easy_bangkok_tiger.brick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -250,8 +241,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "d40076af-74d1-484e-8936-1367d5b107ce",
|
||||
@ -266,12 +259,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -280,10 +268,7 @@
|
||||
"EvergreenMissionName": "Sicbo",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:33.0128845Z",
|
||||
"PublicId": "099490384147",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099490384147"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "dac2d6fd-4f25-4a63-b338-aef458c05a7f",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Solitaire",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H2_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.9770823Z",
|
||||
"PublicId": "099426008547",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099426008547"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -140,10 +134,7 @@
|
||||
"assembly:/_pro/scenes/missions/colorado_2/difficulty_easy_colorado_bull.brick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -250,8 +241,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "1a98c48e-d618-4d4d-b17b-90ca3b180d2a",
|
||||
@ -266,12 +259,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -280,10 +268,7 @@
|
||||
"EvergreenMissionName": "Spades",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:33.0540944Z",
|
||||
"PublicId": "099998235547",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099998235547"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "107100ca-f910-49a9-ac13-59d0bb5691a4",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Trompo",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H1_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.8408547Z",
|
||||
"PublicId": "099933523947",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099933523947"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -29,12 +29,8 @@
|
||||
"ForceShowOnLoadingScreen": false,
|
||||
"ExcludeFromScoring": true,
|
||||
"OnActive": {
|
||||
"IfInProgress": {
|
||||
"Visible": true
|
||||
},
|
||||
"IfCompleted": {
|
||||
"Visible": false
|
||||
}
|
||||
"IfInProgress": { "Visible": true },
|
||||
"IfCompleted": { "Visible": false }
|
||||
},
|
||||
"Image": "images/evergreen/objective/evergreen_objective_primary_mild.jpg",
|
||||
"BriefingName": "$loc UI_CONTRACT_EVERGREEN_MILD_BRIEFINGNAME",
|
||||
@ -116,9 +112,7 @@
|
||||
],
|
||||
"PrestigeObjFailedHC_Event": {
|
||||
"Transition": "Failure",
|
||||
"Actions": {
|
||||
"$set": ["Targets", []]
|
||||
}
|
||||
"Actions": { "$set": ["Targets", []] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -134,14 +128,8 @@
|
||||
"GameModesBricks": null,
|
||||
"EngineModesBricks": null,
|
||||
"GameDifficulties": [
|
||||
{
|
||||
"Difficulty": "easy",
|
||||
"Bricks": []
|
||||
},
|
||||
{
|
||||
"Difficulty": "normal",
|
||||
"Bricks": []
|
||||
},
|
||||
{ "Difficulty": "easy", "Bricks": [] },
|
||||
{ "Difficulty": "normal", "Bricks": [] },
|
||||
{
|
||||
"Difficulty": "hard",
|
||||
"Bricks": [
|
||||
@ -248,8 +236,10 @@
|
||||
"a29a186f-38d4-4559-84cf-296e5d92d7e0",
|
||||
"33809fbf-c91b-4252-8b3e-602282c22799",
|
||||
"439d8f99-6283-4f33-962e-cf3fad89073c",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3"
|
||||
]
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": []
|
||||
},
|
||||
"Metadata": {
|
||||
"Id": "37be638c-4265-4622-9326-8835b8535180",
|
||||
@ -264,12 +254,7 @@
|
||||
"TileImage": "images/test/placeholder.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "specialassignment",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -278,10 +263,7 @@
|
||||
"EvergreenMissionName": "Whist",
|
||||
"EvergreenMissionType": "Mild",
|
||||
"Entitlements": ["H2_LEGACY_STANDARD"],
|
||||
"LastUpdate": "2023-01-27T15:19:32.95903Z",
|
||||
"PublicId": "099512449447",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "099512449447"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
@ -44,11 +44,7 @@
|
||||
},
|
||||
"States": {
|
||||
"Start": {
|
||||
"-": {
|
||||
"Actions": {
|
||||
"$dec": "update_counter"
|
||||
}
|
||||
},
|
||||
"-": { "Actions": { "$dec": "update_counter" } },
|
||||
"CheckAnsweringMachine": [
|
||||
{
|
||||
"Actions": {
|
||||
@ -59,9 +55,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"Actions": {
|
||||
"$set": ["Second", ""]
|
||||
},
|
||||
"Actions": { "$set": ["Second", ""] },
|
||||
"Transition": "SetText"
|
||||
}
|
||||
],
|
||||
@ -75,9 +69,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"Actions": {
|
||||
"$set": ["Second", ""]
|
||||
},
|
||||
"Actions": { "$set": ["Second", ""] },
|
||||
"Transition": "SetText"
|
||||
}
|
||||
],
|
||||
@ -91,9 +83,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"Actions": {
|
||||
"$set": ["Second", ""]
|
||||
},
|
||||
"Actions": { "$set": ["Second", ""] },
|
||||
"Transition": "SetText"
|
||||
}
|
||||
],
|
||||
@ -132,15 +122,9 @@
|
||||
"Transition": "SetText"
|
||||
}
|
||||
],
|
||||
"Prepare_HQ_Finished": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
"Prepare_HQ_Finished": { "Transition": "Success" }
|
||||
},
|
||||
"SetText": {
|
||||
"-": {
|
||||
"Transition": "Start"
|
||||
}
|
||||
}
|
||||
"SetText": { "-": { "Transition": "Start" } }
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -156,9 +140,7 @@
|
||||
"Definition": {
|
||||
"States": {
|
||||
"Start": {
|
||||
"GearSlotsTutorialised": {
|
||||
"Transition": "Success"
|
||||
}
|
||||
"GearSlotsTutorialised": { "Transition": "Success" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -196,21 +178,14 @@
|
||||
}
|
||||
},
|
||||
"Scope": "session",
|
||||
"Context": {
|
||||
"Total": 0,
|
||||
"Used": 0
|
||||
},
|
||||
"Context": { "Total": 0, "Used": 0 },
|
||||
"States": {
|
||||
"Start": {
|
||||
"GearSlotsTotal": {
|
||||
"Actions": {
|
||||
"$set": ["Total", "$Value"]
|
||||
}
|
||||
"Actions": { "$set": ["Total", "$Value"] }
|
||||
},
|
||||
"GearSlotsUsed": {
|
||||
"Actions": {
|
||||
"$set": ["Used", "$Value"]
|
||||
}
|
||||
"Actions": { "$set": ["Used", "$Value"] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -338,8 +313,10 @@
|
||||
"cd8e4727-8776-4d83-9ba3-0b6732f7b6af",
|
||||
"fb940ea3-32f5-4e59-bf75-3d89eae810a6",
|
||||
"4e706470-0415-4ef6-8f1e-fbdec8ad98f3",
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8"
|
||||
"0ab0a960-a496-47f5-a0b6-9ab3e6d07ad8",
|
||||
"c11bade2-c438-47da-91a5-67901172db42"
|
||||
],
|
||||
"GameChangerReferences": [],
|
||||
"MandatoryLoadout": [],
|
||||
"MandatoryLoadoutClearDisguiseIfMissing": false
|
||||
},
|
||||
@ -356,12 +333,7 @@
|
||||
"TileImage": "images/locations/location_snug/snug_tile.jpg",
|
||||
"Type": "evergreen",
|
||||
"Subtype": "base",
|
||||
"Release": {
|
||||
"Major": 3,
|
||||
"Minor": 130,
|
||||
"Build": -1,
|
||||
"Revision": -1
|
||||
},
|
||||
"Release": { "Major": 3, "Minor": 130, "Build": -1, "Revision": -1 },
|
||||
"GameModes": null,
|
||||
"EngineModes": null,
|
||||
"IsVersus": false,
|
||||
@ -370,10 +342,7 @@
|
||||
"BriefingVideo": "intro_evergreen",
|
||||
"IsEvergreenSafehouse": true,
|
||||
"Entitlements": ["LOCATION_GOLDEN"],
|
||||
"LastUpdate": "2023-01-27T15:19:33.0756225Z",
|
||||
"PublicId": "035616025847",
|
||||
"IsFeatured": false,
|
||||
"OpportunityData": []
|
||||
"PublicId": "035616025847"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user