mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-16 11:03:30 +01:00
46052c7b0e
* Add multi-version mastery files * Add pro1 unlocks to legacy allunlockables * Add 47's suit to scpc all unlockables * Add and remove various configs * Remove some useless promises * Fix scpc hub * Fix issue with user profile saving * Fix scpc issues for hub * Add singleplayer/multiplayer sniper * A great many things - Add multi-version mastery - Improve sniper mastery support - Improve general H2016 support * Fix some warnings * Fix pro1 mastery on destination screens * Remove entP from createInventory, lock/unlock pro1 accordingly * Remove JSDoc entP parameter from createInventory * Remove difficultyunlocks from safehouse pages * Add versioned user profiles * Prettier run * Remove false point from user profiles docs * Add comment about profile versioning to types * Fix default profile links * Remove remaining lowercase * Fix sniper showing XP as XP * Add game versions to the unlockable map * Update getMasteryForUnlockable call in planning * Fix missing locations when updating profiles * Update versions to v7 * Fix ICA Facility destination mastery * Fix sniper challenge unlockables showing in inventory * Sniper Scoring (#273) * Initial sniper scoring * Fix linting errors * Update require table * Calculate and display final sniper score on end screen * Bump SMP version to v5.7.0 * Update since version for scoring * Fix create inventory call for sniper scoring * Support sniper unlockables in the inventory * Update versions to v7 * Reflect changes to createInventory in scoreHandler * Get unlockable name in completion data * It was not okay. * Thanks webstorm * Add support for /profiles/page/GetMasteryCompletionDataForUnlockable * Support sniper play next * Remove sniper gamemodes template from overrides * Remove debug prints from scoring event handler * Fix challenge multiplier * Exclude sniper unlockables from stashpoint * Start fixing up the missionEnd response for sniper * Update misleading comment * Use existing global challenge to check for SA on sniper contracts * Re-add removed global challenges * Proper support for the mission end screen on sniper contracts * Remove redundant label --------- Signed-off-by: Anthony Fuller <24512050+AnthonyFuller@users.noreply.github.com> Co-authored-by: Govert de Gans <grappigegovert@hotmail.com> * Add co-op sniper scoring defs * Update MasteryUnlockable template * Bump SMP version to v5.9.3 * Re-add deepmerge * Fix SMP checksum * Fix linting errors caused by merge * Fix score handler imports * Move load flags * Remove unnecessary game version arg * Whoopsies Co-authored-by: Reece Dunham <me@rdil.rocks> Signed-off-by: Anthony Fuller <24512050+AnthonyFuller@users.noreply.github.com> --------- Signed-off-by: Anthony Fuller <24512050+AnthonyFuller@users.noreply.github.com> Co-authored-by: Govert de Gans <grappigegovert@hotmail.com> Co-authored-by: Reece Dunham <me@rdil.rocks>
5421 lines
181 KiB
JSON
5421 lines
181 KiB
JSON
[
|
|
{
|
|
"Id": "106f5f94-8ac6-4517-b754-055df40003c9",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_CROWDCHOICE_DROWN_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "PollResult_Drown": { "Transition": "Active" } },
|
|
"Active": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{
|
|
"$eq": [
|
|
"$Value.KillMethodStrict",
|
|
"accident_drown"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "high", "crowdchoice"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.6680525",
|
|
"Xp": 100,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"CrowdChoice": { "Tag": "Drown" },
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "143a590c-a42e-421a-83b0-42ea9e2312a3",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_ITEM_OBTAINED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "IntelItemPickedup": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ItemPickedUp": [
|
|
{
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"IntelItemPickedup",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Condition": {
|
|
"$and": [
|
|
{
|
|
"$eq": [
|
|
"$Value.ActionRewardType",
|
|
"AR_QuestItem"
|
|
]
|
|
},
|
|
{
|
|
"$not": {
|
|
"$any": {
|
|
"?": {
|
|
"$eq": [
|
|
"$.#",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"in": "$.IntelItemPickedup"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4048111",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "19af817d-a942-417e-978e-8864b39e8556",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_UNNOTICED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Spotted": { "Transition": "Failure" },
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5750934",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "1d4b7e46-4d83-4cea-a357-d092eb43cb5d",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_EXPLOSION_KILL_NAME",
|
|
"Type": "Statistic",
|
|
"Description": "UI_CHALLENGES_GLOBAL_EXPLOSION_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {},
|
|
"Repeatable": { "Base": 10, "Delta": 10 },
|
|
"Scope": "profile",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "explosion"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["story", "stats", "hideinhud"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.7446747",
|
|
"Xp": 0,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "1d4bbedf-a349-4d2e-b374-c51b4d94b6b1",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_UNNOTICED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Checkbodyfound": {
|
|
"$timer": {
|
|
"Condition": { "$after": 5 },
|
|
"Transition": "Start"
|
|
},
|
|
"BodyFound": { "Transition": "Failure" },
|
|
"Spotted": { "Transition": "Failure" },
|
|
"Unnoticed_Kill": { "Transition": "Success" }
|
|
},
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Transition": "Checkbodyfound"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4235586",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "20263647-00e8-4a7d-855c-2dc8ba4d6b4b",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_AREA_DISCOVERED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "AreaDiscovered": { "Transition": "Success" } }
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "mediumxp+", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.3883317",
|
|
"Xp": 75,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "25221ea4-3e99-4c1e-9cdd-dd02c2063248",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_SA_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {
|
|
"RecordingDestroyed": true,
|
|
"_SessionRewards": [],
|
|
"Targets": [],
|
|
"Witnesses": [],
|
|
"LastAccidentTime": 0
|
|
},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"CheckNoticedKill": {
|
|
"DeadBodySeen": { "Transition": "Failure" },
|
|
"Unnoticed_Kill": { "Transition": "Start" }
|
|
},
|
|
"Start": {
|
|
"AccidentBodyFound": {
|
|
"$set": ["LastAccidentTime", "$Timestamp"]
|
|
},
|
|
"MurderedBodySeen": [
|
|
{
|
|
"Condition": {
|
|
"$eq": ["$Value.IsWitnessTarget", true]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": ["Witnesses", "$Value.Witness"]
|
|
}
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{
|
|
"$eq": ["$Value.IsWitnessTarget", false]
|
|
},
|
|
{
|
|
"$not": {
|
|
"$eq": [
|
|
"$.LastAccidentTime",
|
|
"$Timestamp"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Failure"
|
|
}
|
|
],
|
|
"ContractEnd": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": [true, "$.RecordingDestroyed"] },
|
|
{
|
|
"$all": {
|
|
"in": "$.Witnesses",
|
|
"?": {
|
|
"$any": {
|
|
"in": "$.Targets",
|
|
"?": { "$eq": ["$.#", "$.##"] }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
},
|
|
"CrowdNPC_Died": { "Transition": "Failure" },
|
|
"Witnesses": {
|
|
"Condition": {
|
|
"$any": {
|
|
"in": "$Value",
|
|
"?": { "$pushunique": ["Witnesses", "$.#"] }
|
|
}
|
|
}
|
|
},
|
|
"Spotted": {
|
|
"Condition": {
|
|
"$any": {
|
|
"in": "$Value",
|
|
"?": { "$pushunique": ["Witnesses", "$.#"] }
|
|
}
|
|
}
|
|
},
|
|
"Kill": [
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", false] },
|
|
{
|
|
"$not": {
|
|
"$eq": ["$Value.KillContext", 1]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Failure"
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", false] },
|
|
{ "$eq": ["$Value.KillContext", 1] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"Targets",
|
|
"$Value.RepositoryId"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"Targets",
|
|
"$Value.RepositoryId"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.Accident", false] }
|
|
]
|
|
},
|
|
"Transition": "CheckNoticedKill"
|
|
}
|
|
],
|
|
"SecuritySystemRecorder": [
|
|
{
|
|
"Actions": {
|
|
"$set": ["RecordingDestroyed", false]
|
|
},
|
|
"Condition": { "$eq": ["$Value.event", "spotted"] }
|
|
},
|
|
{
|
|
"Actions": { "$set": ["RecordingDestroyed", true] },
|
|
"Condition": {
|
|
"$or": [
|
|
{ "$eq": ["$Value.event", "erased"] },
|
|
{ "$eq": ["$Value.event", "destroyed"] }
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5845169",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "2bf91975-0da8-436d-8b4c-ce1c5727bb6e",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MELEE_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_MELEE_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "melee"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4747551",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "2debf12d-726b-4bc4-9ea7-8526c1499988",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MELEE_KILL_NAME",
|
|
"Type": "Statistic",
|
|
"Description": "UI_CHALLENGES_GLOBAL_MELEE_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {},
|
|
"Repeatable": { "Base": 10, "Delta": 10 },
|
|
"Scope": "profile",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "melee"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["story", "stats", "hideinhud"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.7388704",
|
|
"Xp": 0,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "3485dbc5-a088-49b8-aaa4-14b26045e6ae",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "mediumxp", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4106817",
|
|
"Xp": 50,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "3a479ece-ebb2-4327-9d9b-b83291874794",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_COMPLETED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate-", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5481442",
|
|
"Xp": 20,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "3fb19b74-f818-4c65-8018-42dc37ccd298",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_FRESH_DISGUISE_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "DisguiseEquipped": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"StartingSuit": {
|
|
"$pushunique": ["DisguiseEquipped", "$Value"]
|
|
},
|
|
"Disguise": {
|
|
"Condition": {
|
|
"$pushunique": ["DisguiseEquipped", "$Value"]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5452245",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"vsrace",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "47ea98fa-c466-4828-b8a2-456d80e15cfa",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_CROWDCHOICE_HEADSHOT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "PollResult_HeadShot": { "Transition": "Active" } },
|
|
"Active": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.IsHeadshot", true] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "high", "crowdchoice"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.6577538",
|
|
"Xp": 100,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"CrowdChoice": { "Tag": "HeadShot" },
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "4e6c96b0-70f0-4bb4-be36-3b5afbfe533f",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_ACCIDENT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.Accident", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "mediumxp", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.437435",
|
|
"Xp": 50,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "4e75c96a-44a5-4545-a92f-0d486b2191a0",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_POISON_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_POISON_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "poison"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4652644",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "5f9e0e26-e763-4860-b0b2-f0d8cd77d8ff",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_CROWDCHOICE_FIBERWIRE_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "PollResult_FibreWire": { "Transition": "Active" } },
|
|
"Active": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{
|
|
"$eq": [
|
|
"$Value.KillItemCategory",
|
|
"fiberwire"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "high", "crowdchoice"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.6607496",
|
|
"Xp": 100,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"CrowdChoice": { "Tag": "FibreWire" },
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "640e0506-4a32-4bc9-90af-1b78bfd91f0c",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_CAMERA_DESTROYED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"SecuritySystemRecorder": [
|
|
{
|
|
"Condition": {
|
|
"$eq": ["CameraDestroyed", "$Value.event"]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.3772736",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"vsrace",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "643707a0-665e-4f9c-9b14-fd13903d75dc",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_GUARD_HEADSHOT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.ActorType", 1] },
|
|
{ "$eq": ["$Value.IsHeadshot", true] },
|
|
{ "$eq": ["$Value.IsTarget", false] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5123901",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign",
|
|
"usercreated",
|
|
"creation",
|
|
"featured"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "6aab8b21-0483-4baa-abeb-12d943957a44",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_BALLISTIC_KILL_NAME",
|
|
"Type": "Statistic",
|
|
"Description": "UI_CHALLENGES_GLOBAL_BALLISTIC_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {},
|
|
"Repeatable": { "Base": 10, "Delta": 10 },
|
|
"Scope": "profile",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "ballistic"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["story", "stats", "hideinhud"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.7418674",
|
|
"Xp": 0,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "6d09a88f-da32-4368-b8be-d4ab0c66152f",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_TARGETS_ONLY_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", false] },
|
|
"Transition": "Failure"
|
|
},
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5635427",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "7e51959e-685a-4922-bd7f-81478356714a",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_BALLISTIC_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_BALLISTIC_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "ballistic"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4852221",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "8282f89f-26b5-4a30-8eac-0afe7a2850d4",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_HEADSHOT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.IsHeadshot", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4503988",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "89c2ec99-78d2-49f6-982f-2ccdf19ff32c",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_EXPLOSION_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_EXPLOSION_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "explosion"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4991132",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "8fca391e-0ff6-451c-9894-e38cb604ea86",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_UNNOTICED_KILL_NAME",
|
|
"Type": "Statistic",
|
|
"Description": "UI_CHALLENGES_GLOBAL_UNNOTICED_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {},
|
|
"Repeatable": { "Base": 10, "Delta": 10 },
|
|
"Scope": "profile",
|
|
"States": {
|
|
"Checkbodyfound": {
|
|
"$timer": {
|
|
"Condition": { "$after": 5 },
|
|
"Transition": "Start"
|
|
},
|
|
"BodyFound": { "Transition": "Failure" },
|
|
"Spotted": { "Transition": "Failure" },
|
|
"Unnoticed_Kill": { "Transition": "Success" }
|
|
},
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Transition": "Checkbodyfound"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["story", "stats"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.7322238",
|
|
"Xp": 0,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "9bb822a6-a174-4bd8-8d80-116612b75bd2",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_POISON_KILL_NAME",
|
|
"Type": "Statistic",
|
|
"Description": "UI_CHALLENGES_GLOBAL_POISON_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {},
|
|
"Repeatable": { "Base": 10, "Delta": 10 },
|
|
"Scope": "profile",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "poison"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["story", "stats", "hideinhud"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.7356016",
|
|
"Xp": 0,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "9f2c99b0-1f6c-4c95-a8f0-76ac78666e0b",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_SILENT_TAKEDOWN_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"CheckUnnoticed": {
|
|
"$timer": {
|
|
"Condition": { "$after": 5 },
|
|
"Transition": "Start"
|
|
},
|
|
"BodyFound": { "Transition": "Failure" },
|
|
"Spotted": { "Transition": "Failure" },
|
|
"Unnoticed_Pacified": { "Transition": "Success" }
|
|
},
|
|
"Start": { "Pacify": { "Transition": "CheckUnnoticed" } }
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.3836655",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "a25014b3-82c3-45d2-8d28-1c9e80e8808c",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_ACCIDENT_KILL_NAME",
|
|
"Type": "Statistic",
|
|
"Description": "UI_CHALLENGES_GLOBAL_ACCIDENT_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {},
|
|
"Repeatable": { "Base": 10, "Delta": 10 },
|
|
"Scope": "profile",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.Accident", true] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["story", "stats"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.7266038",
|
|
"Xp": 0,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "a4f98af3-2aab-4ada-803c-cffc1b13f4c2",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_BODY_HIDDEN_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": { "Start": { "BodyHidden": { "Transition": "Success" } } }
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.3918938",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"vsrace",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "a7a18db7-4bec-4e18-bb37-d052c35a572d",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CONTRACT_FOX_TARGET_REVEALED",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"FoxTargetIdEvent": { "Transition": "Success" },
|
|
"Level_Setup_Events": {
|
|
"Condition": {
|
|
"$eq": [
|
|
"FoxTargetIdentification",
|
|
"$Value.Contract_Name_metricvalue"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.645071",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"vsrace",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "a84c010f-c7dd-452e-99b3-51c25ada3cab",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_SUIT_ONLY_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ContractStart": [
|
|
{
|
|
"Condition": {
|
|
"$eq": ["$Value.IsHitmanSuit", true]
|
|
},
|
|
"Transition": "CheckDisguise"
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$eq": ["$Value.IsHitmanSuit", false]
|
|
},
|
|
"Transition": "Failure"
|
|
}
|
|
]
|
|
},
|
|
"CheckDisguise": {
|
|
"Disguise": { "Transition": "Failure" },
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.597844",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "b1a85feb-55af-4707-8271-b3522661c0b1",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_SILENT_ASSASSIN_FEEDBACK_NAME",
|
|
"Type": "Statistic",
|
|
"Description": "UI_CHALLENGES_GLOBAL_SILENT_ASSASSIN_FEEDBACK_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {
|
|
"Witnesses": [],
|
|
"KilledTargets": [],
|
|
"RecordingDestroyed": true,
|
|
"LastAccidentTime": 0
|
|
},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ContractEnd": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": [true, "$.RecordingDestroyed"] },
|
|
{
|
|
"$all": {
|
|
"in": "$.Witnesses",
|
|
"?": {
|
|
"$any": {
|
|
"in": "$.KilledTargets",
|
|
"?": { "$eq": ["$.#", "$.##"] }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
},
|
|
"AccidentBodyFound": {
|
|
"$set": ["LastAccidentTime", "$Timestamp"]
|
|
},
|
|
"Witnesses": {
|
|
"Condition": {
|
|
"$any": {
|
|
"in": "$Value",
|
|
"?": { "$pushunique": ["Witnesses", "$.#"] }
|
|
}
|
|
}
|
|
},
|
|
"Spotted": {
|
|
"Condition": {
|
|
"$any": {
|
|
"in": "$Value",
|
|
"?": { "$pushunique": ["Witnesses", "$.#"] }
|
|
}
|
|
}
|
|
},
|
|
"Kill": [
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", false] },
|
|
{
|
|
"$not": {
|
|
"$eq": ["$Value.KillContext", 1]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Failure"
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", false] },
|
|
{ "$eq": ["$Value.KillContext", 1] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"KilledTargets",
|
|
"$Value.RepositoryId"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"KilledTargets",
|
|
"$Value.RepositoryId"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"CrowdNPC_Died": { "Transition": "Failure" },
|
|
"MurderedBodySeen": [
|
|
{
|
|
"Condition": {
|
|
"$eq": ["$Value.IsWitnessTarget", true]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": ["Witnesses", "$Value.Witness"]
|
|
}
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{
|
|
"$eq": ["$Value.IsWitnessTarget", false]
|
|
},
|
|
{
|
|
"$not": {
|
|
"$eq": [
|
|
"$.LastAccidentTime",
|
|
"$Timestamp"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Failure"
|
|
}
|
|
],
|
|
"SecuritySystemRecorder": [
|
|
{
|
|
"Actions": {
|
|
"$set": ["RecordingDestroyed", false]
|
|
},
|
|
"Condition": { "$eq": ["$Value.event", "spotted"] }
|
|
},
|
|
{
|
|
"Actions": { "$set": ["RecordingDestroyed", true] },
|
|
"Condition": {
|
|
"$or": [
|
|
{ "$eq": ["$Value.event", "erased"] },
|
|
{ "$eq": ["$Value.event", "destroyed"] }
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"ContextListeners": {
|
|
"RecordingDestroyed": { "type": "toggle" },
|
|
"KilledTargets": {
|
|
"comparand": "$.Witnesses",
|
|
"type": "matcharrays"
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["story", "stats", "hideinhud", "sa-feedback"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.7520587",
|
|
"Xp": 0,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"vsrace",
|
|
"arcade"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "b3be835a-0fc4-4caa-b5be-dfd9a621ec12",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_KEY_OBTAINED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ItemPickedUp": {
|
|
"Condition": {
|
|
"$eq": ["$Value.ActionRewardType", "AR_Key"]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4012596",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "b55bb4da-bb14-46a4-9975-af79e5a3e088",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_HEADSHOT_NAME",
|
|
"Type": "Statistic",
|
|
"Description": "UI_CHALLENGES_GLOBAL_HEADSHOT_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {},
|
|
"Repeatable": { "Base": 10, "Delta": 10 },
|
|
"Scope": "profile",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsHeadshot", true] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["story", "stats"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.7293855",
|
|
"Xp": 0,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "b6cc96db-9cd4-4d79-93a9-da33e887683b",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_CROWDCHOICE_POISON_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "PollResult_Poison": { "Transition": "Active" } },
|
|
"Active": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.KillClass", "poison"] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "high", "crowdchoice"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.6715121",
|
|
"Xp": 100,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"CrowdChoice": { "Tag": "Poison" },
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "baa81f5b-c1de-44e2-8217-8d96cf2f5f17",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_RECORDING_DELETED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"SecuritySystemRecorder": {
|
|
"Condition": {
|
|
"$or": [
|
|
{ "$eq": ["$Value.event", "erased"] },
|
|
{ "$eq": ["$Value.event", "destroyed"] }
|
|
]
|
|
},
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "mediumxp", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.3806504",
|
|
"Xp": 50,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"vsrace",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "c7bc8ac2-139c-4be6-9ea3-5472e14d5d72",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_GUARD_ACCIDENT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.ActorType", 1] },
|
|
{ "$eq": ["$Value.Accident", true] },
|
|
{ "$eq": ["$Value.IsTarget", false] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.522326",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign",
|
|
"usercreated",
|
|
"creation",
|
|
"featured"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "ce2b58c0-9279-4d1f-af40-413dde35d09d",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_OBJECTIVE_COMPLETED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ObjectiveCompleted": {
|
|
"Condition": {
|
|
"$eq": ["$Value.ExcludeFromScoring", false]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": ["_SessionRewards", "$Value.Id"]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.532715",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"tutorial",
|
|
"orbis",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "db3d7f99-efaa-4f3c-91af-26b4e9c5dac6",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_KEYCARD_OBTAINED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ItemPickedUp": {
|
|
"Condition": {
|
|
"$eq": ["$Value.ActionRewardType", "AR_Keycard"]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.3980977",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "e5507a4d-dae1-4380-b042-9a76f01ec71b",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_FRISK_SUCCESS_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "FriskZone": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"BeingFrisked": {
|
|
"Condition": {
|
|
"$pushunique": ["FriskZone", "$Value.RoomId"]
|
|
},
|
|
"Transition": "WaitForSuccess"
|
|
}
|
|
},
|
|
"WaitForSuccess": {
|
|
"FriskedSuccess": { "Transition": "Success" }
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.3741123",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"vsrace",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "f645022b-70c9-4e5f-984b-1de3a81fe075",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_DOOR_UNLOCKED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "Door_Unlocked": { "Transition": "Success" } }
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4076936",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "f929efad-5d5e-4fcb-9c4e-6eb61a01412c",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_NON_TARGET_KILL_NAME",
|
|
"Type": "Statistic",
|
|
"Description": "UI_CHALLENGES_GLOBAL_NON_TARGET_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "profile",
|
|
"States": {
|
|
"Start": {
|
|
"CrowdNPC_Died": { "Transition": "Success" },
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", false] },
|
|
{ "$not": { "$eq": ["$Value.KillContext", 1] } }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["story", "stats", "hideinhud", "shownotification"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.7485827",
|
|
"Xp": 0,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"vsrace",
|
|
"evergreen"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "fdcd5a63-f0b4-441e-bc3d-f4f02f4f95d3",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_CROWDCHOICE_ACCIDENT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "PollResult_Accident": { "Transition": "Active" } },
|
|
"Active": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.Accident", true] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "high", "crowdchoice"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.6638147",
|
|
"Xp": 100,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"mission",
|
|
"flashback",
|
|
"elusive",
|
|
"arcade",
|
|
"escalation",
|
|
"usercreated",
|
|
"tutorial",
|
|
"creation",
|
|
"orbis",
|
|
"featured",
|
|
"campaign",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"CrowdChoice": { "Tag": "Accident" },
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "00553c51-40ee-462b-90f0-7f93f77606f7",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_DIFFICULTY_BONUS",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ScoringScreenEndState_CampaignCompletedBonusXP_Professional": {
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "hard-", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8989912",
|
|
"Xp": 3000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "092c8fbe-694f-4e05-a7b7-55d6d1627ceb",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_COMPLETE_HOT",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ScoringScreenEndState_HotCompleted": {
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "easy", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.831653",
|
|
"Xp": 1000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "0df2ac61-87af-49dd-96a1-f602cb3d3254",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_DEBUG",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "Evergreen_DebugXP": { "Transition": "Success" } }
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "easy", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.9266289",
|
|
"Xp": 1000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "1453c718-14bc-4070-b2c4-7bb5cf4a9014",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_USE_BURNER_PHONE",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": { "enabled": false },
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Evergreen_Phone_MeetingStarted": {
|
|
"Condition": { "$eq": ["$.enabled", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "mediumxp", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8815746",
|
|
"Xp": 50,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "22f67f0a-b708-43f6-a18e-1e3600bae095",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_HARDCORE_BONUS",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ScoringScreenEndState_CampaignCompletedHardcoreBonusXP_Hard": {
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "hard+", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.9161188",
|
|
"Xp": 6000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "2d4b54cf-f6c5-48d6-a9f2-c2839949ab24",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_GET_MULE_MONEY",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Evergreen_MuleOnPickup": { "Transition": "Success" }
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "high+", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8757576",
|
|
"Xp": 150,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "3d1cdfab-3a2d-40ea-9917-3e31edfec13b",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_FIND_SAFE_CLUES",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "Evergreen_Safe_Open": { "Transition": "Success" } }
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-high", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8709919",
|
|
"Xp": 300,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "41420d93-27f8-4031-826b-2311b080f3cb",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_DIFFICULTY_BONUS",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ScoringScreenEndState_CampaignCompletedBonusXP_Hard": {
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "medium", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8935623",
|
|
"Xp": 2000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "430acd08-9cef-4230-9b52-3730dfe25ddc",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_COMPLETE_MILD",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ScoringScreenEndState_MildCompleted": {
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-high+", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8265603",
|
|
"Xp": 500,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "5987e7fa-5ac2-4740-b62a-f282ca5add22",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_COMPLETE_PRESTIGE_OBJ",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"PrestigeObjective_Completed": { "Transition": "Success" }
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "medium", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8020001",
|
|
"Xp": 2000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "5c328b7a-4e14-4915-b248-8a3e94421cce",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_PERFECT_RUN",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Evergreen_PerfectRunXP": { "Transition": "Success" }
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "medium+", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.9312732",
|
|
"Xp": 2500,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "6cefdef4-c5e9-444b-acde-dcceadcdfb12",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_DIFFICULTY_BONUS",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ScoringScreenEndState_CampaignCompletedBonusXP_Normal": {
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "easy", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8877773",
|
|
"Xp": 1000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "6fe13c33-96c4-4b2d-9318-da7881b478ae",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_COMPLETE_PAYOUT_OBJ",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"PayoutObjective_Completed": { "Transition": "Success" }
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "easy", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.7988894",
|
|
"Xp": 1000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "78721f56-e256-4d01-a34b-3991da0856ca",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_HARDCORE_BONUS",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ScoringScreenEndState_CampaignCompletedHardcoreBonusXP_Pro": {
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-hard", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.9215653",
|
|
"Xp": 8000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "96c5a5f9-a892-4343-87a5-225c4b7f7f5f",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_KILL_MILD_TARGET",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Evergreen_Mission_Data": {
|
|
"Actions": {
|
|
"$set": ["ValidLocation", "$Value.IsMild"]
|
|
}
|
|
},
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$.ValidLocation", true] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "quite-high+", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8402756",
|
|
"Xp": 250,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "b4aeccbb-843f-4806-af69-6a6ac0711fbe",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_OPEN_GEAR_CRATE",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Evergreen_Stash_ItemChosen": { "Transition": "Success" }
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8518103",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "c706ddd0-7c9e-4075-b4b0-4e734c8ccc5e",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_KILL_HOT_LEADER",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Evergreen_Mission_Data": {
|
|
"Condition": { "$eq": ["$Value.IsHot", true] },
|
|
"Transition": "Active"
|
|
}
|
|
},
|
|
"Active": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "easy", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8362802",
|
|
"Xp": 1000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "ced2d5a1-aea7-4128-9e60-36f2993e38f1",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_HARDCORE_BONUS",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ScoringScreenEndState_CampaignCompletedHardcoreBonusXP": {
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "medium", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.9054829",
|
|
"Xp": 2000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "d990455c-1789-4586-b4f0-24698c63890b",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_TAKEOUT_ASSASSIN",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "AssassinDown": { "Transition": "Success" } }
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "quite-high+", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8437537",
|
|
"Xp": 250,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "e43c3cef-7b74-43b7-9439-e2971524914e",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_HARDCORE_BONUS",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ScoringScreenEndState_CampaignCompletedHardcoreBonusXP_Normal": {
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "hard", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.9104858",
|
|
"Xp": 4000,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "ed57a270-b42e-4c37-97c4-052dfb34baf7",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_EVERGREEN_ACTION_XP_TAKEOUT_LOOKOUT",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": { "LookoutDown": { "Transition": "Success" } }
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "quite-high+", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.8481222",
|
|
"Xp": 250,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["evergreen"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "0507cc72-e273-4de1-a749-06aad76ebae6",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_OBJECTIVE_COMPLETED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ObjectiveCompleted": {
|
|
"Condition": {
|
|
"$eq": ["$Value.ExcludeFromScoring", false]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": ["_SessionRewards", "$Value.Id"]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.542183",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "051df2f8-ca01-4309-a304-976a90ed6eaf",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_EXPLOSION_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_EXPLOSION_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "explosion"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5094839",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "0d3c46f7-0384-4f90-8920-5d3d6d82aaaf",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_BALLISTIC_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_BALLISTIC_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "ballistic"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4951158",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "29f6e8f0-cd2d-4c1e-8933-09d66ddc19ac",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_SUIT_ONLY_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ContractStart": [
|
|
{
|
|
"Condition": {
|
|
"$eq": ["$Value.IsHitmanSuit", true]
|
|
},
|
|
"Transition": "CheckDisguise"
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$eq": ["$Value.IsHitmanSuit", false]
|
|
},
|
|
"Transition": "Failure"
|
|
}
|
|
]
|
|
},
|
|
"CheckDisguise": {
|
|
"Disguise": { "Transition": "Failure" },
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.6044884",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["usercreated", "creation", "featured"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "2fd8b009-df4c-4705-bd3e-e22d77f337ab",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_HEADSHOT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.IsHeadshot", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4617023",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "4393aa0d-c9da-4488-bac7-27aa7a7cea15",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_COMPLETED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5574152",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "606ed50b-ff1d-4043-929c-3db968d5a4f8",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_ACCIDENT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.Accident", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4470516",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "7c31dd14-1d11-4567-8926-5f964fa7a2fb",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4204278",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "84f6dcde-3c01-4360-b916-b7000600c8f7",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MELEE_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_MELEE_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "melee"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4816357",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "87e328a6-9a0d-4fc1-ab8f-065f0bcabd40",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_UNNOTICED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Spotted": { "Transition": "Failure" },
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5784733",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "a22b364a-759f-4042-bc85-bc760816ebc4",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_TARGETS_ONLY_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", false] },
|
|
"Transition": "Failure"
|
|
},
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5694812",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "b03c00c0-f853-4155-826e-61cda1dcd57f",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_UNNOTICED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Checkbodyfound": {
|
|
"$timer": {
|
|
"Condition": { "$after": 5 },
|
|
"Transition": "Start"
|
|
},
|
|
"BodyFound": { "Transition": "Failure" },
|
|
"Spotted": { "Transition": "Failure" },
|
|
"Unnoticed_Kill": { "Transition": "Success" }
|
|
},
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Transition": "Checkbodyfound"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4310683",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "c13f0e51-ab18-4a92-91bc-81f213b782f5",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_SA_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {
|
|
"RecordingDestroyed": true,
|
|
"_SessionRewards": [],
|
|
"Targets": [],
|
|
"Witnesses": [],
|
|
"LastAccidentTime": 0
|
|
},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"CheckNoticedKill": {
|
|
"DeadBodySeen": { "Transition": "Failure" },
|
|
"Unnoticed_Kill": { "Transition": "Start" }
|
|
},
|
|
"Start": {
|
|
"AccidentBodyFound": {
|
|
"$set": ["LastAccidentTime", "$Timestamp"]
|
|
},
|
|
"MurderedBodySeen": [
|
|
{
|
|
"Condition": {
|
|
"$eq": ["$Value.IsWitnessTarget", true]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": ["Witnesses", "$Value.Witness"]
|
|
}
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{
|
|
"$eq": ["$Value.IsWitnessTarget", false]
|
|
},
|
|
{
|
|
"$not": {
|
|
"$eq": [
|
|
"$.LastAccidentTime",
|
|
"$Timestamp"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Failure"
|
|
}
|
|
],
|
|
"ContractEnd": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": [true, "$.RecordingDestroyed"] },
|
|
{
|
|
"$all": {
|
|
"in": "$.Witnesses",
|
|
"?": {
|
|
"$any": {
|
|
"in": "$.Targets",
|
|
"?": { "$eq": ["$.#", "$.##"] }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
},
|
|
"CrowdNPC_Died": { "Transition": "Failure" },
|
|
"Witnesses": {
|
|
"Condition": {
|
|
"$any": {
|
|
"in": "$Value",
|
|
"?": { "$pushunique": ["Witnesses", "$.#"] }
|
|
}
|
|
}
|
|
},
|
|
"Spotted": {
|
|
"Condition": {
|
|
"$any": {
|
|
"in": "$Value",
|
|
"?": { "$pushunique": ["Witnesses", "$.#"] }
|
|
}
|
|
}
|
|
},
|
|
"Kill": [
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", false] },
|
|
{
|
|
"$not": {
|
|
"$eq": ["$Value.KillContext", 1]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Failure"
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", false] },
|
|
{ "$eq": ["$Value.KillContext", 1] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"Targets",
|
|
"$Value.RepositoryId"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"Targets",
|
|
"$Value.RepositoryId"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.Accident", false] }
|
|
]
|
|
},
|
|
"Transition": "CheckNoticedKill"
|
|
}
|
|
],
|
|
"SecuritySystemRecorder": [
|
|
{
|
|
"Actions": {
|
|
"$set": ["RecordingDestroyed", false]
|
|
},
|
|
"Condition": { "$eq": ["$Value.event", "spotted"] }
|
|
},
|
|
{
|
|
"Actions": { "$set": ["RecordingDestroyed", true] },
|
|
"Condition": {
|
|
"$or": [
|
|
{ "$eq": ["$Value.event", "erased"] },
|
|
{ "$eq": ["$Value.event", "destroyed"] }
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5884274",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["usercreated", "creation", "featured"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "fc83209e-d6f0-47d6-b9a6-394944d796d3",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_POISON_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_POISON_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "poison"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4714433",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": [
|
|
"usercreated",
|
|
"creation",
|
|
"featured",
|
|
"placeholder"
|
|
],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "008f11f4-8b3a-4744-b61b-8b21cf658536",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_OBJECTIVE_COMPLETED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ObjectiveCompleted": {
|
|
"Condition": {
|
|
"$eq": ["$Value.ExcludeFromScoring", false]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": ["_SessionRewards", "$Value.Id"]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5390246",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "029c4971-0ddd-47ab-a568-17b007eec04e",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_SA_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"AmbientChanged": {
|
|
"Condition": { "$eq": ["$Value.Ambient", "Combat"] },
|
|
"Transition": "Failure"
|
|
},
|
|
"CombatStarted": { "Transition": "Failure" },
|
|
"TargetsEscaping": { "Transition": "Failure" },
|
|
"Main_Hostage_Down": { "Transition": "Failure" },
|
|
"CrowdEvacuation": { "Transition": "Failure" },
|
|
"MurderedBodySeen": {
|
|
"Condition": {
|
|
"$eq": ["$Value.IsWitnessTarget", false]
|
|
},
|
|
"Transition": "Failure"
|
|
},
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", false] },
|
|
"Transition": "Failure"
|
|
},
|
|
"ContractEnd": { "Transition": "Success" }
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5948883",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "0e6c7606-789b-4c86-beb9-8cfad3cc5928",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4167317",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "1c131633-fbc9-41a9-826c-4f1a45475b56",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_TARGETS_ONLY_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", false] },
|
|
"Transition": "Failure"
|
|
},
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5723168",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "1ed823c6-3f15-4e46-874c-5fc8a33c1ff3",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_HEADSHOT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.IsHeadshot", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4569258",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "3b644b79-3f03-4c6c-86c6-a91326a580af",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_UNNOTICED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Unnoticed_Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4341935",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "3f1ca657-6db8-4225-9c06-5db0b32f0d80",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_COMPLETED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5544574",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "4d40c8ab-6df2-4b3b-bd28-5d9b4f642358",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_GUARD_ACCIDENT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.ActorType", 1] },
|
|
{ "$eq": ["$Value.Accident", true] },
|
|
{ "$eq": ["$Value.IsTarget", false] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5293494",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "635e2e81-f886-41da-b0ae-633877863626",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_BODY_HIDDEN_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": { "Start": { "BodyHidden": { "Transition": "Success" } } }
|
|
},
|
|
"Tags": ["actionreward", "very-low", "infiltration"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.394867",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "65dd2a54-cba3-4ca5-be20-40d476c38913",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_EXPLOSION_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_EXPLOSION_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "explosion"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5065344",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "6b469cc2-0ade-4d91-8d32-ea3e9cd8a1f4",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_GUARD_HEADSHOT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.ActorType", 1] },
|
|
{ "$eq": ["$Value.IsHeadshot", true] },
|
|
{ "$eq": ["$Value.IsTarget", false] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5190569",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "d0a568c4-fb07-4063-a865-ea5b38866ade",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_BALLISTIC_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_BALLISTIC_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "ballistic"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4916987",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "ef29c9cd-ace6-4dd2-b3aa-841d1b812299",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_ACCIDENT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.Accident", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4436068",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["sniper"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "076c2bf5-a4e7-4aaf-bc4e-ad46fdd6bd3f",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_COMPLETED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate-", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5513367",
|
|
"Xp": 20,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "1d83d238-73ee-43c8-8fd6-f78bdfbf649a",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_SUIT_ONLY_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ContractStart": [
|
|
{
|
|
"Condition": {
|
|
"$eq": ["$Value.IsHitmanSuit", true]
|
|
},
|
|
"Transition": "CheckDisguise"
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$eq": ["$Value.IsHitmanSuit", false]
|
|
},
|
|
"Transition": "Failure"
|
|
}
|
|
]
|
|
},
|
|
"CheckDisguise": {
|
|
"Disguise": { "Transition": "Failure" },
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.6013888",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "280b2918-938f-4115-9b54-53814f2c91c7",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_ESCALATION_STAGE_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ContractEnd": {
|
|
"Condition": {
|
|
"$eq": ["$Value.ContractType", "escalation"]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "mediumxp", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5603224",
|
|
"Xp": 50,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "386ed9f8-91fe-42b1-b67e-49018c9ba021",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_EXPLOSION_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_EXPLOSION_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "explosion"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5029982",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "3ed3d78f-cd83-4cc4-92f2-081d59375bfc",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_UNNOTICED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Spotted": { "Transition": "Failure" },
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5814602",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "4246c0cc-fa08-436a-b218-2745d7884dab",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_TARGETS_ONLY_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", false] },
|
|
"Transition": "Failure"
|
|
},
|
|
"ContractEnd": {
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5664924",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "5f6edbbf-40e8-436d-a0b8-c74ae1a2ce97",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_ACCIDENT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.Accident", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4406214",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "7c13bb71-276f-4fb5-bee9-5d3ffa6afb3a",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_HEADSHOT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.IsHeadshot", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4538277",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "88f1a47e-ed40-4516-bc8b-7c212dc7973d",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_GUARD_HEADSHOT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.ActorType", 1] },
|
|
{ "$eq": ["$Value.IsHeadshot", true] },
|
|
{ "$eq": ["$Value.IsTarget", false] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5159509",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "89614c12-7d52-4746-9c1f-a0b38637448f",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_UNNOTICED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Checkbodyfound": {
|
|
"$timer": {
|
|
"Condition": { "$after": 5 },
|
|
"Transition": "Start"
|
|
},
|
|
"BodyFound": { "Transition": "Failure" },
|
|
"Spotted": { "Transition": "Failure" },
|
|
"Unnoticed_Kill": { "Transition": "Success" }
|
|
},
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Transition": "Checkbodyfound"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4281471",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "94b3234e-12e4-4f00-b756-9b2284d9375e",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MISSION_SA_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {
|
|
"RecordingDestroyed": true,
|
|
"_SessionRewards": [],
|
|
"Targets": [],
|
|
"Witnesses": [],
|
|
"LastAccidentTime": 0
|
|
},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"CheckNoticedKill": {
|
|
"DeadBodySeen": { "Transition": "Failure" },
|
|
"Unnoticed_Kill": { "Transition": "Start" }
|
|
},
|
|
"Start": {
|
|
"AccidentBodyFound": {
|
|
"$set": ["LastAccidentTime", "$Timestamp"]
|
|
},
|
|
"MurderedBodySeen": [
|
|
{
|
|
"Condition": {
|
|
"$eq": ["$Value.IsWitnessTarget", true]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": ["Witnesses", "$Value.Witness"]
|
|
}
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{
|
|
"$eq": ["$Value.IsWitnessTarget", false]
|
|
},
|
|
{
|
|
"$not": {
|
|
"$eq": [
|
|
"$.LastAccidentTime",
|
|
"$Timestamp"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Failure"
|
|
}
|
|
],
|
|
"ContractEnd": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": [true, "$.RecordingDestroyed"] },
|
|
{
|
|
"$all": {
|
|
"in": "$.Witnesses",
|
|
"?": {
|
|
"$any": {
|
|
"in": "$.Targets",
|
|
"?": { "$eq": ["$.#", "$.##"] }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Actions": { "$pushunique": ["_SessionRewards", true] },
|
|
"Transition": "Success"
|
|
},
|
|
"CrowdNPC_Died": { "Transition": "Failure" },
|
|
"Witnesses": {
|
|
"Condition": {
|
|
"$any": {
|
|
"in": "$Value",
|
|
"?": { "$pushunique": ["Witnesses", "$.#"] }
|
|
}
|
|
}
|
|
},
|
|
"Spotted": {
|
|
"Condition": {
|
|
"$any": {
|
|
"in": "$Value",
|
|
"?": { "$pushunique": ["Witnesses", "$.#"] }
|
|
}
|
|
}
|
|
},
|
|
"Kill": [
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", false] },
|
|
{
|
|
"$not": {
|
|
"$eq": ["$Value.KillContext", 1]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Transition": "Failure"
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", false] },
|
|
{ "$eq": ["$Value.KillContext", 1] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"Targets",
|
|
"$Value.RepositoryId"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"Targets",
|
|
"$Value.RepositoryId"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.IsTarget", true] },
|
|
{ "$eq": ["$Value.Accident", false] }
|
|
]
|
|
},
|
|
"Transition": "CheckNoticedKill"
|
|
}
|
|
],
|
|
"SecuritySystemRecorder": [
|
|
{
|
|
"Actions": {
|
|
"$set": ["RecordingDestroyed", false]
|
|
},
|
|
"Condition": { "$eq": ["$Value.event", "spotted"] }
|
|
},
|
|
{
|
|
"Actions": { "$set": ["RecordingDestroyed", true] },
|
|
"Condition": {
|
|
"$or": [
|
|
{ "$eq": ["$Value.event", "erased"] },
|
|
{ "$eq": ["$Value.event", "destroyed"] }
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5918256",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "96b1ee69-8c57-4f8e-882d-929e28c90e07",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_OBJECTIVE_COMPLETED_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"ObjectiveCompleted": {
|
|
"Condition": {
|
|
"$eq": ["$Value.ExcludeFromScoring", false]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": ["_SessionRewards", "$Value.Id"]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "low", "mission"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5359046",
|
|
"Xp": 10,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "a772228e-65d0-47ad-b070-6540376f8466",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_TARGET_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": { "$eq": ["$Value.IsTarget", true] },
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "mediumxp", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4136744",
|
|
"Xp": 50,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "a87dba37-7fd5-4691-bcaf-96d407b5be02",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_MELEE_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_MELEE_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "melee"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4780951",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "ea8284ea-48ca-4fb1-be50-a42276f02a45",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_BALLISTIC_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_BALLISTIC_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "ballistic"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4884407",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "f5903d9f-472d-433f-9111-b48a74300c0e",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_POISON_KILL_NAME",
|
|
"Type": "Hit",
|
|
"Description": "UI_CHALLENGES_GLOBAL_POISON_KILL_DESC",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": { "_SessionRewards": [] },
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.KillClass", "poison"] },
|
|
{ "$eq": ["$Value.IsTarget", true] }
|
|
]
|
|
},
|
|
"Actions": {
|
|
"$pushunique": [
|
|
"_SessionRewards",
|
|
"$Value.RepositoryId"
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "intermediate", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.4683674",
|
|
"Xp": 25,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
},
|
|
{
|
|
"Id": "ffafde8d-f831-4c32-bacb-3e427567ac48",
|
|
"GroupId": "00000000-0000-0000-0000-000000000000",
|
|
"Name": "UI_CHALLENGES_GLOBAL_GUARD_ACCIDENT_NAME",
|
|
"Type": "Hit",
|
|
"Description": "",
|
|
"ImageName": null,
|
|
"Definition": {
|
|
"ResetOnCycleCompletion": false,
|
|
"Context": {},
|
|
"Repeatable": { "Base": 1, "Delta": 0 },
|
|
"Scope": "session",
|
|
"States": {
|
|
"Start": {
|
|
"Kill": {
|
|
"Condition": {
|
|
"$and": [
|
|
{ "$eq": ["$Value.ActorType", 1] },
|
|
{ "$eq": ["$Value.Accident", true] },
|
|
{ "$eq": ["$Value.IsTarget", false] }
|
|
]
|
|
},
|
|
"Transition": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": ["actionreward", "very-low", "elimination"],
|
|
"Drops": [],
|
|
"LastModified": "2023-01-26T11:26:56.5260108",
|
|
"Xp": 5,
|
|
"XpModifier": {},
|
|
"PlayableSince": null,
|
|
"PlayableUntil": null,
|
|
"InclusionData": {
|
|
"ContractIds": null,
|
|
"ContractTypes": ["escalation", "placeholder"],
|
|
"Locations": null,
|
|
"GameModes": null
|
|
},
|
|
"OrderIndex": 10000
|
|
}
|
|
]
|