1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-02-16 16:34:28 +01:00
Peacock/contractdata/COLORADO/_COLORADO_CHALLENGES.json
moonysolari 5fff1c89ae
Fix challenges for H2 and H2016 (#152)
* Add location templates for older game versions

* Fix challenge data extraction script for h1

* Add challenge location templates

* unfinished game version support

* Fix challenge data extraction script for H2

* Conform function calls to new signature

* Add a game version for all maps

* Improve comments

* Try to add difficulty support

* fix type error

* fix GetActiveChallengesAndProgression difficulty

* Add difficulty for GetChallengeTreeFor

* Fix up difficulty in other places

* Add challenges data jsons for all three games

* Add H2 global TC challenges

* Fix H1 challenge typeheader

* Fix Type fields in SavedChallenge

* Fix imports

* Delete backup file

* Reduce hard-coding of difficulty number

* Support versioned global challenges

* remove H2GlobalChallenges

* Add missing global Challenges

* Make versions a global variable

* run prettier

* Use Drop Ids instead of unlockables

---------

Co-authored-by: Reece Dunham <me@rdil.rocks>
2023-04-05 20:02:25 +01:00

4913 lines
242 KiB
JSON

{
"meta": {
"Location": "LOCATION_PARENT_COLORADO",
"GameVersion": "h3"
},
"groups": [
{
"Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Image": "images/challenges/categories/assassination/tile.jpg",
"Icon": "challenge_category_assassination",
"CategoryId": "assassination",
"Description": "UI_MENU_PAGE_CHALLENGE_CATEGORY_DESCRIPTION_SIGNATUREKILL",
"Challenges": [
{
"Id": "8ade8bd8-f23d-4c7a-b453-231c3c93f8f0",
"Name": "UI_CHALLENGES_RABIES_HEADSHOTS_NAME",
"ImageName": "images/challenges/colorado/rabies_brain_detail.jpg",
"Description": "UI_CHALLENGES_RABIES_HEADSHOTS_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {
"TargetKilled": [],
"Targets": ["a109591e-1225-4043-9a12-c4535dc28764"]
},
"Scope": "session",
"States": {
"Start": {
"InfectedPicked": [
{
"Actions": {
"$pushunique": [
"Targets",
"$Value.RepositoryId"
]
}
}
],
"Kill": [
{
"Actions": {
"$pushunique": [
"TargetKilled",
"$Value.RepositoryId"
]
},
"Condition": {
"$and": [
{
"$eq": [
"$Value.IsHeadshot",
true
]
},
{
"$eq": [
"$Value.IsTarget",
true
]
}
]
}
},
{
"Condition": {
"$and": [
{
"$all": {
"?": {
"$any": {
"?": {
"$eq": [
"$.#",
"$.##"
]
},
"in": "$.TargetKilled"
}
},
"in": "$.Targets"
}
}
]
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "medium", "assassination"],
"InclusionData": {
"ContractIds": ["ada6205e-6ee8-4189-9cdb-4947cccd84f4"]
}
},
{
"Id": "bedfc099-0ce7-4733-bcce-80f91523ce89",
"Name": "UI_CHALLENGES_RABIES_HIDDEN_NAME",
"ImageName": "images/challenges/colorado/rabies_no_body.jpg",
"Description": "UI_CHALLENGES_RABIES_HIDDEN_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"Goal": 5
},
"Context": {
"Count": 0,
"Targets": ["a109591e-1225-4043-9a12-c4535dc28764"]
},
"ContextListeners": {
"Count": {
"count": "$.Count",
"total": "$.Goal",
"type": "challengecounter"
}
},
"Scope": "session",
"States": {
"Start": {
"BodyHidden": [
{
"Actions": {
"$inc": "Count"
},
"Condition": {
"$any": {
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
},
"in": "$.Targets"
}
}
},
{
"Condition": {
"$eq": ["$.Count", "$.Goal"]
},
"Transition": "Success"
}
],
"InfectedPicked": [
{
"Actions": {
"$pushunique": [
"Targets",
"$Value.RepositoryId"
]
}
}
]
}
}
},
"Tags": ["story", "medium", "assassination"],
"InclusionData": {
"ContractIds": ["ada6205e-6ee8-4189-9cdb-4947cccd84f4"]
}
},
{
"Id": "d81be48a-8590-41e9-a9cc-bf2f94b7e137",
"Name": "UI_CHALLENGES_RABIES_ACCIDENTS_NAME",
"ImageName": "images/challenges/colorado/rabies_accidents.jpg",
"Description": "UI_CHALLENGES_RABIES_ACCIDENTS_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {
"TargetKilled": [],
"Targets": ["a109591e-1225-4043-9a12-c4535dc28764"]
},
"Scope": "session",
"States": {
"Start": {
"InfectedPicked": [
{
"Actions": {
"$pushunique": [
"Targets",
"$Value.RepositoryId"
]
}
}
],
"Kill": [
{
"Actions": {
"$pushunique": [
"TargetKilled",
"$Value.RepositoryId"
]
},
"Condition": {
"$and": [
{
"$eq": [
"$Value.Accident",
true
]
},
{
"$eq": [
"$Value.IsTarget",
true
]
}
]
}
},
{
"Condition": {
"$all": {
"?": {
"$any": {
"?": {
"$eq": [
"$.#",
"$.##"
]
},
"in": "$.TargetKilled"
}
},
"in": "$.Targets"
}
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["ada6205e-6ee8-4189-9cdb-4947cccd84f4"]
}
},
{
"Id": "e441fcb9-1c72-4bda-91b8-2ded0de07e11",
"Name": "UI_CHALLENGES_RABIES_BULLETS_NAME",
"ImageName": "images/challenges/colorado/rabies_save_bullets.jpg",
"Description": "UI_CHALLENGES_RABIES_BULLETS_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"Goal": 5
},
"Context": {
"Completed": [],
"Count": 0
},
"ContextListeners": {
"Count": {
"count": "$.Count",
"total": "$.Goal",
"type": "challengecounter"
}
},
"Scope": "session",
"States": {
"Start": {
"FirstMissedShot": {
"Transition": "Failure"
},
"Kill": [
{
"Condition": {
"$eq": ["$Value.IsTarget", false]
},
"Transition": "Failure"
},
{
"Actions": {
"$inc": "Count",
"$pushunique": [
"Completed",
"$Value.RepositoryId"
]
},
"Condition": {
"$and": [
{
"$eq": [
"$Value.KillClass",
"ballistic"
]
},
{
"$eq": [
"$Value.IsTarget",
true
]
}
]
}
},
{
"Condition": {
"$eq": ["$.Count", "$.Goal"]
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["ada6205e-6ee8-4189-9cdb-4947cccd84f4"]
}
},
{
"Id": "eb6492cd-7408-4e40-8af3-1aafd51e622b",
"Name": "UI_CHALLENGES_RABIES_ESCAPING_NAME",
"ImageName": "images/challenges/colorado/rabies_almostgotaway.jpg",
"Description": "UI_CHALLENGES_RABIES_ESCAPING_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"Target_Escaping_Dead"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "assassination"],
"InclusionData": {
"ContractIds": ["ada6205e-6ee8-4189-9cdb-4947cccd84f4"]
}
},
{
"Id": "f03dfa89-f5bf-43fe-b19a-69b7ec29d3cf",
"Name": "UI_CHALLENGES_RABIES_HINTS_NAME",
"ImageName": "images/challenges/colorado/rabies_quiker_eye.jpg",
"Description": "UI_CHALLENGES_RABIES_HINTS_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"Goal": 4
},
"Context": {
"Count": 0,
"TargetKilled": [],
"Targets": []
},
"ContextListeners": {
"Count": {
"count": "$.Count",
"total": "$.Goal",
"type": "challengecounter"
}
},
"Scope": "session",
"States": {
"Start": {
"InfectedPicked": [
{
"Actions": {
"$pushunique": [
"Targets",
"$Value.RepositoryId"
]
}
}
],
"Kill": [
{
"Actions": {
"$inc": "Count",
"$pushunique": [
"TargetKilled",
"$Value.RepositoryId"
]
},
"Condition": {
"$and": [
{
"$eq": [
"$Value.IsTarget",
true
]
},
{
"$not": {
"$eq": [
"$Value.RepositoryId",
"a109591e-1225-4043-9a12-c4535dc28764"
]
}
}
]
}
},
{
"Condition": {
"$eq": ["$.Count", "$.Goal"]
},
"Transition": "Success"
}
],
"LiveHintGiven": {
"Transition": "Failure"
}
}
}
},
"Tags": ["story", "medium", "assassination"],
"InclusionData": {
"ContractIds": ["ada6205e-6ee8-4189-9cdb-4947cccd84f4"]
}
},
{
"Id": "0ff30d7d-7e69-4826-b609-2dd85cf5e37d",
"Name": "UI_CHALLENGES_BULL_SIGN_PARVATI_RAM_NAME",
"ImageName": "images/challenges/colorado/bull_sign_parvati_ram.jpg",
"Description": "UI_CHALLENGES_BULL_SIGN_PARVATI_RAM_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"d94f3e83-36e3-453c-8d4b-28c93229826a"
]
},
{
"$eq": [
"$Value.SetPieceId",
"7e65da7a-9dfc-46e3-80c8-a8a79f95dba7"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "18c1c8c2-767a-42fc-bd69-08b7a1b3db49",
"Name": "UI_CHALLENGES_BULL_EXP_PARVATI_FUELTANK_NAME",
"ImageName": "images/challenges/colorado/bull_exp_parvati_fueltank.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_PARVATI_FUELTANK_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"d94f3e83-36e3-453c-8d4b-28c93229826a"
]
},
{
"$eq": [
"$Value.SetPieceId",
"b9f4ee15-62d0-40d1-8f25-f8d0bb09031e"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "24e57206-1b31-4dcd-a34e-574c9b4bed47",
"Name": "UI_CHALLENGES_BULL_SIGN_ROSE_BLOWUP_NAME",
"ImageName": "images/challenges/colorado/bull_sign_rose_blowup.jpg",
"Description": "UI_CHALLENGES_BULL_SIGN_ROSE_BLOWUP_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"5b54d9fb-fa85-4302-a8d5-c5c5e97344c4"
]
},
{
"$eq": [
"$Value.SetPieceId",
"f22c3477-996d-4cfd-88cd-50301bdcb3fb"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "300ada05-b50d-4253-9ced-58a03bfef909",
"Name": "UI_CHALLENGES_BULL_EXP_BERG_LAWNMOWER_NAME",
"ImageName": "images/challenges/colorado/bull_exp_berg_lawnmower.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_BERG_LAWNMOWER_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"1a8a827f-932e-49c0-a1b3-e3201795ae19"
]
},
{
"$eq": [
"$Value.SetPieceId",
"a82e5beb-ab03-460d-9171-6b0bc3e0754b"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "446719d4-f43a-4028-a8d2-0513cfabcbf1",
"Name": "UI_CHALLENGES_BULL_EXP_POISON_ALL_NAME",
"ImageName": "images/challenges/colorado/bull_exp_poison_all.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_POISON_ALL_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"TargetGoal": 4
},
"Context": {
"Count": 0,
"TargetKilled": []
},
"ContextListeners": {
"Count": {
"count": "$.Count",
"total": "$.TargetGoal",
"type": "challengecounter"
}
},
"Scope": "session",
"States": {
"Start": {
"Kill": [
{
"Actions": {
"$inc": "Count",
"$pushunique": [
"TargetKilled",
"$Value.RepositoryId"
]
},
"Condition": {
"$and": [
{
"$any": {
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
},
"in": [
"5b54d9fb-fa85-4302-a8d5-c5c5e97344c4",
"1a8a827f-932e-49c0-a1b3-e3201795ae19",
"963c2774-cb9a-4b0c-ab69-210b2405383b",
"d94f3e83-36e3-453c-8d4b-28c93229826a"
]
}
},
{
"$eq": [
"$Value.KillClass",
"poison"
]
},
{
"$not": {
"$any": {
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
},
"in": "$.TargetKilled"
}
}
}
]
}
},
{
"Condition": {
"$eq": ["$.Count", "$.TargetGoal"]
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "49fb82df-1bc5-4937-8d2a-cdddbacba842",
"Name": "UI_CHALLENGES_BULL_EXP_GRAVES_CHANDELIER_NAME",
"ImageName": "images/challenges/colorado/bull_exp_graves_chandelier.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_GRAVES_CHANDELIER_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"963c2774-cb9a-4b0c-ab69-210b2405383b"
]
},
{
"$eq": [
"$Value.SetPieceId",
"de28fae2-68c7-4f31-8690-8fe4f90995f9"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "4c4ac7c4-7eea-4610-b96b-72719b702a0d",
"Name": "UI_CHALLENGES_BULL_SIGN_ROSE_DROWN_NAME",
"ImageName": "images/challenges/colorado/bull_sign_rose_drown.jpg",
"Description": "UI_CHALLENGES_BULL_SIGN_ROSE_DROWN_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"5b54d9fb-fa85-4302-a8d5-c5c5e97344c4"
]
},
{
"$eq": [
"$Value.SetPieceId",
"3641e539-635e-471b-b58c-4f640a4d4af3"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "50a778d3-7b20-4444-acc8-ee132b444fc9",
"Name": "UI_CHALLENGES_BULL_SIGN_ROSE_WATCH_NAME",
"ImageName": "images/challenges/colorado/bull_sign_rose_watch.jpg",
"Description": "UI_CHALLENGES_BULL_SIGN_ROSE_WATCH_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"5b54d9fb-fa85-4302-a8d5-c5c5e97344c4"
]
},
{
"$eq": [
"$Value.SetPieceId",
"66d7a0d3-7ee8-4065-9475-8765fca06faa"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "59a84351-24b6-493a-8d9a-5b390d5144fa",
"Name": "UI_CHALLENGES_BULL_EXP_PARVATI_CARLIFT_NAME",
"ImageName": "images/challenges/colorado/bull_exp_parvati_carlift.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_PARVATI_CARLIFT_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"d94f3e83-36e3-453c-8d4b-28c93229826a"
]
},
{
"$eq": [
"$Value.SetPieceId",
"ed4ef3fe-4cd2-414d-993a-8c98e47cfc7a"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "76954688-3a13-4a55-8d75-a12596c926fe",
"Name": "UI_CHALLENGES_BULL_EXP_FIBERWIRE_ALL_NAME",
"ImageName": "images/challenges/colorado/bull_exp_fiberwire_all.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_FIBERWIRE_ALL_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"TargetGoal": 4
},
"Context": {
"Count": 0,
"TargetKilled": []
},
"ContextListeners": {
"Count": {
"count": "$.Count",
"total": "$.TargetGoal",
"type": "challengecounter"
}
},
"Scope": "session",
"States": {
"Start": {
"Kill": [
{
"Actions": {
"$inc": "Count",
"$pushunique": [
"TargetKilled",
"$Value.RepositoryId"
]
},
"Condition": {
"$and": [
{
"$any": {
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
},
"in": [
"5b54d9fb-fa85-4302-a8d5-c5c5e97344c4",
"1a8a827f-932e-49c0-a1b3-e3201795ae19",
"963c2774-cb9a-4b0c-ab69-210b2405383b",
"d94f3e83-36e3-453c-8d4b-28c93229826a"
]
}
},
{
"$eq": [
"$Value.KillItemCategory",
"fiberwire"
]
},
{
"$not": {
"$any": {
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
},
"in": "$.TargetKilled"
}
}
}
]
}
},
{
"Condition": {
"$eq": ["$.Count", "$.TargetGoal"]
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "a5cbdf86-2a80-4b40-a6db-166d915c4fbf",
"Name": "UI_CHALLENGES_BULL_EXP_DOUBLE_KILL_NAME",
"ImageName": "images/challenges/colorado/bull_exp_double_kill.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_DOUBLE_KILL_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Is_DoubleKill": {
"Kill": {
"Condition": {
"$or": [
{
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"d94f3e83-36e3-453c-8d4b-28c93229826a"
]
},
{
"$eq": [
"$Value.SetPieceId",
"7e65da7a-9dfc-46e3-80c8-a8a79f95dba7"
]
}
]
},
{
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"5b54d9fb-fa85-4302-a8d5-c5c5e97344c4"
]
},
{
"$eq": [
"$Value.SetPieceId",
"7e65da7a-9dfc-46e3-80c8-a8a79f95dba7"
]
}
]
}
]
},
"Transition": "Success"
}
},
"Start": {
"Kill": {
"Condition": {
"$or": [
{
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"d94f3e83-36e3-453c-8d4b-28c93229826a"
]
},
{
"$eq": [
"$Value.SetPieceId",
"7e65da7a-9dfc-46e3-80c8-a8a79f95dba7"
]
}
]
},
{
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"5b54d9fb-fa85-4302-a8d5-c5c5e97344c4"
]
},
{
"$eq": [
"$Value.SetPieceId",
"7e65da7a-9dfc-46e3-80c8-a8a79f95dba7"
]
}
]
}
]
},
"Transition": "Is_DoubleKill"
}
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "b84eec34-2b04-4f4e-b468-9bc63518eb0f",
"Name": "UI_CHALLENGES_BULL_EXP_ALL_ACCIDENT_KILL_NAME",
"ImageName": "images/challenges/colorado/bull_exp_all_accident_kill.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_ALL_ACCIDENT_KILL_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"TargetGoal": 4
},
"Context": {
"Count": 0,
"TargetKilled": []
},
"ContextListeners": {
"Count": {
"count": "$.Count",
"total": "$.TargetGoal",
"type": "challengecounter"
}
},
"Scope": "session",
"States": {
"Start": {
"Kill": [
{
"Actions": {
"$inc": "Count",
"$pushunique": [
"TargetKilled",
"$Value.RepositoryId"
]
},
"Condition": {
"$and": [
{
"$any": {
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
},
"in": [
"5b54d9fb-fa85-4302-a8d5-c5c5e97344c4",
"1a8a827f-932e-49c0-a1b3-e3201795ae19",
"963c2774-cb9a-4b0c-ab69-210b2405383b",
"d94f3e83-36e3-453c-8d4b-28c93229826a"
]
}
},
{
"$eq": [
"$Value.Accident",
true
]
},
{
"$not": {
"$any": {
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
},
"in": "$.TargetKilled"
}
}
}
]
}
},
{
"Condition": {
"$eq": ["$.Count", "$.TargetGoal"]
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "bacdbda4-7262-431d-b618-238a03850ea0",
"Name": "UI_CHALLENGES_BULL_SIGN_BEGR_BLOWUP_NAME",
"ImageName": "images/challenges/colorado/bull_sign_berg_blowup.jpg",
"Description": "UI_CHALLENGES_BULL_SIGN_BEGR_BLOWUP_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"1a8a827f-932e-49c0-a1b3-e3201795ae19"
]
},
{
"$eq": [
"$Value.SetPieceId",
"7ac0cece-f9cf-4942-baa1-ed30469160a3"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "cf633157-8221-4bc0-bf21-433beb3ce74b",
"Name": "UI_CHALLENGES_BULL_SIGN_GRAVES_DROWN_NAME",
"ImageName": "images/challenges/colorado/bull_sign_graves_drown.jpg",
"Description": "UI_CHALLENGES_BULL_SIGN_GRAVES_DROWN_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Kill_Position": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"963c2774-cb9a-4b0c-ab69-210b2405383b"
]
},
{
"$any": {
"?": {
"$eq": [
"$.#",
"PushOver"
]
},
"in": "$Value.DamageEvents"
}
}
]
},
"Transition": "Success"
},
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"Graves_Not_At_Pit"
]
},
"Transition": "Start"
}
},
"Start": {
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"Graves_At_Pit"
]
},
"Transition": "Kill_Position"
}
}
}
},
"Tags": ["story", "hard", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "fd6f4ae1-281e-429d-8d33-0bb0ee73341e",
"Name": "UI_CHALLENGES_BULL_EXP_GRAVES_GAS_CANISTER_NAME",
"ImageName": "images/challenges/colorado/bull_exp_graves_gas_canister.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_GRAVES_GAS_CANISTER_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$or": [
{
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"963c2774-cb9a-4b0c-ab69-210b2405383b"
]
},
{
"$eq": [
"$Value.SetPieceType",
"1464cb31-e00b-4adc-8430-b8592d29f701"
]
}
]
},
{
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"963c2774-cb9a-4b0c-ab69-210b2405383b"
]
},
{
"$eq": [
"$Value.SetPieceType",
"fab9eacb-dcc6-41e5-894b-4b14acc34b78"
]
}
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "assassination"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "2f1ef5b2-2df9-428f-ad62-9df951864152",
"Name": "UI_CHALLENGES_COLORADO_SCARE_AXE_KILL_NAME",
"ImageName": "images/challenges/colorado/scare_axe_kill.jpg",
"Description": "UI_CHALLENGES_COLORADO_SCARE_AXE_KILL_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {
"Count": 0,
"Goal": 1,
"TargetKilled": []
},
"Scope": "session",
"States": {
"Check_IsDisguiseBlown": {
"$timer": {
"Condition": {
"$after": 5
},
"Transition": "Start"
},
"Disguise": {
"Transition": "Failure"
},
"DisguiseBlown": {
"Condition": {
"$eq": [
"$Value",
"fd5d2b9d-dcef-4596-a98a-5266a148c40c"
]
},
"Transition": "ContainSituation"
}
},
"ContainSituation": {
"BrokenDisguiseCleared": [
{
"Actions": {
"$inc": "Count"
}
},
{
"Condition": {
"$eq": ["$.Count", "$.Goal"]
},
"Transition": "Success"
}
],
"Disguise": {
"Transition": "Failure"
}
},
"Scare_Kill": {
"Disguise": {
"Transition": "Failure"
},
"Kill": [
{
"Actions": {
"$pushunique": [
"TargetKilled",
"$Value.RepositoryId"
]
},
"Condition": {
"$and": [
{
"$not": {
"$any": {
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
},
"in": "$.TargetKilled"
}
}
},
{
"$eq": [
"$Value.IsTarget",
true
]
},
{
"$eq": [
"$Value.OutfitRepositoryId",
"fd5d2b9d-dcef-4596-a98a-5266a148c40c"
]
},
{
"$any": {
"?": {
"$eq": [
"$.#",
"DeadlyThrow"
]
},
"in": "$Value.DamageEvents"
}
},
{
"$eq": [
"$Value.KillItemRepositoryId",
"369c68f7-cbef-4e45-83c7-8acd0dc2d237"
]
}
]
},
"Transition": "ContainSituation"
}
]
},
"Start": {
"DisguiseBlown": {
"Condition": {
"$eq": [
"$Value",
"fd5d2b9d-dcef-4596-a98a-5266a148c40c"
]
},
"Transition": "Scare_Kill"
},
"Kill": [
{
"Actions": {
"$pushunique": [
"TargetKilled",
"$Value.RepositoryId"
]
},
"Condition": {
"$and": [
{
"$not": {
"$any": {
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
},
"in": "$.TargetKilled"
}
}
},
{
"$eq": [
"$Value.IsTarget",
true
]
},
{
"$eq": [
"$Value.OutfitRepositoryId",
"fd5d2b9d-dcef-4596-a98a-5266a148c40c"
]
},
{
"$any": {
"?": {
"$eq": [
"$.#",
"DeadlyThrow"
]
},
"in": "$Value.DamageEvents"
}
},
{
"$eq": [
"$Value.KillItemRepositoryId",
"369c68f7-cbef-4e45-83c7-8acd0dc2d237"
]
}
]
},
"Transition": "Check_IsDisguiseBlown"
}
]
}
}
},
"Tags": ["story", "medium", "live", "assassination"]
},
{
"Id": "4c0b89bc-1a5b-4bd8-9e76-f2fd066d7462",
"Name": "UI_CHALLENGES_COLORADO_47_ASSASINATION_HEADSHOT_NAME",
"ImageName": "images/challenges/profile_challenges/generic_location_47_headshot.jpg",
"Description": "UI_CHALLENGES_COLORADO_47_ASSASINATION_HEADSHOT_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": ["$Value.IsTarget", true]
},
{
"$eq": [
"$Value.IsHeadshot",
true
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "assassination"]
},
{
"Id": "7c2a071a-86b8-4fa1-b0e1-e4e649bdd097",
"Name": "UI_CHALLENGES_COLORADO_47_MASTER_OF_TRADE_NAME",
"ImageName": "images/challenges/profile_challenges/generic_location_47_versatile.jpg",
"Description": "UI_CHALLENGES_COLORADO_47_MASTER_OF_TRADE_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"RequiredChallenges": [
"da0ae6e2-4ddc-4b8c-a2e1-c54cc980f021",
"c15fb744-3d05-4696-a7c1-217872ed9115",
"8c453f88-420d-4723-8b7d-43501fd3d80e",
"4c0b89bc-1a5b-4bd8-9e76-f2fd066d7462",
"fc35d8a8-451d-4002-b246-8ab7cc5d5b1e"
]
},
"Context": {
"CompletedChallenges": []
},
"ContextListeners": {
"CompletedChallenges": {
"comparand": "$.RequiredChallenges",
"type": "challengetree"
}
},
"Scope": "hit",
"States": {
"Start": {
"ChallengeCompleted": [
{
"$pushunique": [
"CompletedChallenges",
"$Value.ChallengeId"
]
},
{
"Condition": {
"$all": {
"?": {
"$any": {
"?": {
"$eq": [
"$.#",
"$.##"
]
},
"in": "$.CompletedChallenges"
}
},
"in": "$.RequiredChallenges"
}
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "hard", "assassination"]
},
{
"Id": "8c453f88-420d-4723-8b7d-43501fd3d80e",
"Name": "UI_CHALLENGES_COLORADO_47_ASSASINATION_FIBER_NAME",
"ImageName": "images/challenges/profile_challenges/generic_location_47_fiberwire.jpg",
"Description": "UI_CHALLENGES_COLORADO_47_ASSASINATION_FIBER_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": ["$Value.IsTarget", true]
},
{
"$eq": [
"$Value.KillItemCategory",
"fiberwire"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "assassination"]
},
{
"Id": "c15fb744-3d05-4696-a7c1-217872ed9115",
"Name": "UI_CHALLENGES_COLORADO_47_ASSASINATION_DROWN_NAME",
"ImageName": "images/challenges/profile_challenges/generic_location_47_drown.jpg",
"Description": "UI_CHALLENGES_COLORADO_47_ASSASINATION_DROWN_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$or": [
{
"$and": [
{
"$eq": [
"$Value.IsTarget",
true
]
},
{
"$eq": [
"$Value.SetPieceType",
"7b28519a-3c66-4498-a61b-ae6926a85594"
]
}
]
},
{
"$and": [
{
"$eq": [
"$Value.IsTarget",
true
]
},
{
"$eq": [
"$Value.SetPieceType",
"30b9a565-e60d-4825-99af-fdfabffc7aac"
]
}
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "assassination"]
},
{
"Id": "da0ae6e2-4ddc-4b8c-a2e1-c54cc980f021",
"Name": "UI_CHALLENGES_COLORADO_47_ASSASINATION_ACCIDENT_NAME",
"ImageName": "images/challenges/profile_challenges/generic_location_47_accident.jpg",
"Description": "UI_CHALLENGES_COLORADO_47_ASSASINATION_ACCIDENT_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": ["$Value.IsTarget", true]
},
{
"$eq": ["$Value.Accident", true]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "assassination"]
},
{
"Id": "f7bd43b2-d57b-48af-96d6-85c891129377",
"Name": "UI_CHALLENGES_BULL_EXP_KILL_SCARECROW_NAME",
"ImageName": "images/challenges/colorado/bull_exp_kill_scarecrow.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_KILL_SCARECROW_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": ["$Value.IsTarget", true]
},
{
"$eq": [
"$Value.SetPieceId",
"eef0bc57-1055-438b-b3da-4076810ee5ee"
]
},
{
"$eq": [
"$Value.OutfitRepositoryId",
"fd5d2b9d-dcef-4596-a98a-5266a148c40c"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "assassination"]
},
{
"Id": "fc35d8a8-451d-4002-b246-8ab7cc5d5b1e",
"Name": "UI_CHALLENGES_COLORADO_47_ASSASINATION_POISON_NAME",
"ImageName": "images/challenges/profile_challenges/generic_location_47_poison.jpg",
"Description": "UI_CHALLENGES_COLORADO_47_ASSASINATION_POISON_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$and": [
{
"$eq": ["$Value.IsTarget", true]
},
{
"$eq": [
"$Value.KillClass",
"poison"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "assassination"]
}
]
},
{
"Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Image": "images/challenges/categories/discovery/tile.jpg",
"Icon": "challenge_category_discovery",
"CategoryId": "discovery",
"Description": "UI_MENU_PAGE_CHALLENGE_CATEGORY_DESCRIPTION_EXPLORATION",
"Challenges": [
{
"Id": "12790e00-2e8f-4fb4-a492-074520fbae13",
"Name": "UI_CHALLENGES_BULL_OPP_GET_EXPLOSIVE_NAME",
"ImageName": "images/challenges/colorado/bull_opp_get_explosive.jpg",
"Description": "UI_CHALLENGES_BULL_OPP_GET_EXPLOSIVE_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"ItemPickedUp": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"af8a7b6c-692c-4a76-b9bc-2b91ce32bcbc"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "discovery"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "47b2298d-d772-4926-ac60-05085eaa17a1",
"Name": "UI_CHALLENGES_BULL_OPP_GET_BATTERY_NAME",
"ImageName": "images/challenges/colorado/bull_opp_get_battery.jpg",
"Description": "UI_CHALLENGES_BULL_OPP_GET_BATTERY_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"ItemPickedUp": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"ee25fc91-e42e-4044-99b4-b3c4206d250d"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "discovery"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "4f172440-7e95-4135-a9eb-a40d2402c70f",
"Name": "UI_CHALLENGES_BULL_OPP_GET_BADGE_NAME",
"ImageName": "images/challenges/colorado/bull_opp_get_badge.jpg",
"Description": "UI_CHALLENGES_BULL_OPP_GET_BADGE_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"ItemPickedUp": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"52c08c7e-6a63-414d-b747-39b4fbe8fa06"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "discovery"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "53d9d8d0-bd07-432c-850e-3971d3eb80d9",
"Name": "UI_CHALLENGES_BULL_EXP_GET_FACE_NAME",
"ImageName": "images/challenges/colorado/bull_exp_get_face.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_GET_FACE_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"ItemPickedUp": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"d1175a69-f053-4a9c-9553-c84206739c51"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "discovery"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "5b09c49c-c0ac-46d9-9ae2-c6f7e01a73bd",
"Name": "UI_CHALLENGES_BULL_OPP_DISGUISE_TECNITION_NAME",
"ImageName": "images/challenges/colorado/bull_opp_disguise_technition.jpg",
"Description": "UI_CHALLENGES_BULL_OPP_DISGUISE_TECNITION_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Disguise": {
"Condition": {
"$eq": [
"$Value",
"143c62fc-4bf6-474a-9542-1e81bf93a044"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "discovery", "easy"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "ac79b3da-8af9-4ec2-9176-22a3968f465d",
"Name": "UI_CHALLENGES_BULL_OPP_DISGUISE_ELITE_NAME",
"ImageName": "images/challenges/colorado/bull_opp_disguise_elite.jpg",
"Description": "UI_CHALLENGES_BULL_OPP_DISGUISE_ELITE_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Disguise": {
"Condition": {
"$eq": [
"$Value",
"d878b5ee-90cd-4222-8503-1e9ae193d556"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "discovery"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "edbfa989-207d-4902-bc40-f2daa27d6932",
"Name": "UI_CHALLENGES_BULL_OPP_DISGUISE_STRIKE_LEADER_NAME",
"ImageName": "images/challenges/colorado/bull_opp_disguise_strike_leader.jpg",
"Description": "UI_CHALLENGES_BULL_OPP_DISGUISE_STRIKE_LEADER_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Disguise": {
"Condition": {
"$eq": [
"$Value",
"338021a8-0c61-4732-a991-559e25e49efe"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "discovery"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "ff6e23da-d9eb-4bb1-8ebf-e29151b3b069",
"Name": "UI_CHALLENGES_BULL_OPP_GET_DRUGS_NAME",
"ImageName": "images/challenges/colorado/bull_opp_get_drugs.jpg",
"Description": "UI_CHALLENGES_BULL_OPP_GET_DRUGS_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"ItemPickedUp": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"49c5edfa-bd1c-4914-8368-bac3b65becf1"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "discovery"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "37cf9898-1c40-442b-b111-cd7917b022e3",
"Name": "UI_CHALLENGES_COLORADO_EXIT_SECRETROOM_NAME",
"ImageName": "images/challenges/colorado/colorado_exit_secretroom.jpg",
"Description": "UI_CHALLENGES_COLORADO_EXIT_SECRETROOM_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"exit_gate": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"ce3f1351-2dda-4d49-9b78-f26eb61986d4"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "discovery"]
},
{
"Id": "42391aaf-ebcf-46b0-8d48-110cc307c1be",
"Name": "UI_CHALLENGES_COLORADO_47_MASTER_OF_DISGUISE_NAME",
"ImageName": "images/challenges/profile_challenges/generic_location_47_chameleon.jpg",
"Description": "UI_CHALLENGES_COLORADO_47_MASTER_OF_DISGUISE_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"EligibleDisguises": [
"3dd1467a-72d2-4590-93d8-10807c9f1645",
"dac13714-a012-47cf-b76a-150cfc4cece5",
"59c4f7db-f065-4fac-bc6c-5c7ac3758eed",
"d878b5ee-90cd-4222-8503-1e9ae193d556",
"ed1a4bf9-0641-4e70-9af1-d6e68cbb84d6",
"143c62fc-4bf6-474a-9542-1e81bf93a044",
"fd5d2b9d-dcef-4596-a98a-5266a148c40c",
"338021a8-0c61-4732-a991-559e25e49efe",
"aab7f28d-84d9-47d1-be52-d142f5970086"
]
},
"Context": {
"DisguiseEquipped": []
},
"ContextListeners": {
"DisguiseEquipped": {
"count": "($.DisguiseEquipped).Count",
"total": "($.EligibleDisguises).Count",
"type": "challengecounter"
}
},
"Scope": "hit",
"States": {
"Start": {
"Disguise": [
{
"Condition": {
"$any": {
"?": {
"$eq": ["$.#", "$Value"]
},
"in": "$.EligibleDisguises"
}
},
"Actions": {
"$pushunique": [
"DisguiseEquipped",
"$Value"
]
}
},
{
"Condition": {
"$all": {
"?": {
"$any": {
"?": {
"$eq": [
"$.#",
"$.##"
]
},
"in": "$.DisguiseEquipped"
}
},
"in": "$.EligibleDisguises"
}
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "hard", "discovery"]
},
{
"Id": "663a39a8-0611-4216-9f24-ea62ed530f51",
"Name": "UI_CHALLENGES_BULL_AREA_DISCOVERED_NAME",
"ImageName": "images/challenges/colorado/area_discovered_bull.jpg",
"Description": "UI_CHALLENGES_BULL_AREA_DISCOVERED_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"Goal": 21
},
"Context": {
"AreaIDs": []
},
"ContextListeners": {
"AreaIDs": {
"type": "challengecounter",
"count": "($.AreaIDs).Count",
"total": "$.Goal",
"text": "UI_CHALLENGES_BULL_AREA_DISCOVERED_NAME"
}
},
"Scope": "profile",
"States": {
"Start": {
"AreaDiscovered": [
{
"Actions": {
"$pushunique": [
"AreaIDs",
"$Value.RepositoryId"
]
}
},
{
"Condition": {
"$eq": [
"($.AreaIDs).Count",
"$.Goal"
]
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "easy", "discovery"]
},
{
"Id": "75b7d86e-9a90-45f8-9721-3b7091caa81a",
"Name": "UI_CHALLENGES_COLORADO_EXIT_BIKE_NAME",
"ImageName": "images/challenges/colorado/colorado_exit_bike.jpg",
"Description": "UI_CHALLENGES_COLORADO_EXIT_BIKE_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"exit_gate": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"da5938ab-3fdf-48b0-a9c9-fa9dc630c877"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "discovery"]
},
{
"Id": "926b2a47-ccbc-419b-a910-f67d7d1e5edb",
"Name": "UI_CHALLENGES_COLORADO_EXP_PLAY_GAME_NAME",
"ImageName": "images/challenges/colorado/colorado_exp_play_game.jpg",
"Description": "UI_CHALLENGES_COLORADO_EXP_PLAY_GAME_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_EXPLORATION",
"Icon": "challenge_category_discovery",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"setpieces": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.name_metricvalue",
"HIPS"
]
},
{
"$eq": [
"$Value.RepositoryId",
"20da7ed0-29ad-4c5b-8aba-19885aab6dd2"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "discovery"]
}
]
},
{
"Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Image": "images/challenges/categories/feats/tile.jpg",
"Icon": "challenge_category_feats",
"CategoryId": "feats",
"Description": "UI_MENU_PAGE_CHALLENGE_CATEGORY_DESCRIPTION_COMMUNITY",
"Challenges": [
{
"Id": "0324a4ae-6e73-4736-8c67-09be6263f847",
"Name": "UI_CHALLENGES_BULL_EXP_TRUE_AGENDA_NAME",
"ImageName": "images/challenges/colorado/bull_exp_true_agenda.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_TRUE_AGENDA_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"True_Agenda_Discovered"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "feats"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "147e6d9b-a862-41f7-a99b-6e61fda8d52e",
"Name": "UI_CHALLENGES_BULL_STORY_CHALLENGE_SAFE_NAME",
"ImageName": "images/challenges/colorado/Story_Safe_Bull.jpg",
"Description": "UI_CHALLENGES_BULL_STORY_CHALLENGE_SAFE_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"Story_Safe"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "feats", "medium"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "777faca3-292f-4465-a8dd-d595e27e1d90",
"Name": "UI_CHALLENGES_COLORADO_EXP_HIDE_BODIES_PIT_NAME",
"ImageName": "images/challenges/colorado/colorado_exp_hide_bodies_pit.jpg",
"Description": "UI_CHALLENGES_COLORADO_EXP_HIDE_BODIES_PIT_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"Target_In_Pit"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "feats"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "98fd701b-9c9a-442c-b4ff-e91efd5e2bb8",
"Name": "UI_CHALLENGES_BULL_OPP_SWAP_BATTERY_NAME",
"ImageName": "images/challenges/colorado/bull_opp_swap_battery.jpg",
"Description": "UI_CHALLENGES_BULL_OPP_SWAP_BATTERY_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"setpieces": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"a12f5e41-299f-4f46-a5da-50a6cf3b7950"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "feats"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "ad2dc00f-8b7c-4075-bf56-c17a42eb3a92",
"Name": "UI_CHALLENGES_BULL_STORY_CHALLENGE_AUDITION_NAME",
"ImageName": "images/challenges/colorado/Story_Audition_Bull.jpg",
"Description": "UI_CHALLENGES_BULL_STORY_CHALLENGE_AUDITION_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"Story_Audition"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "feats", "medium"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "c239a847-6d55-4816-9702-8976f14289e3",
"Name": "UI_CHALLENGES_BULL_STORY_CHALLENGE_LIMO_NAME",
"ImageName": "images/challenges/colorado/Story_Limo_Bull.jpg",
"Description": "UI_CHALLENGES_BULL_STORY_CHALLENGE_LIMO_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"Story_Limo"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "feats", "medium"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "c2a84456-ee16-4026-8eb0-941fdd399ba1",
"Name": "UI_CHALLENGES_BULL_TONGUE_MS_RETROFIT_NAME",
"ImageName": "images/opportunities/colorado/colorado_tongue_tied.jpg",
"Description": "UI_CHALLENGES_BULL_TONGUE_MS_RETROFIT_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"Target": "e1f64d61-0152-4c17-8ffb-e26d683cd412"
},
"Scope": "session",
"States": {
"Start": {
"OpportunityEvents": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"$.Target"
]
},
{
"$eq": [
"$Value.Event",
"Completed"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "feats"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "d16a3782-f5c6-4f3a-a1d8-0d5b75cfdeaf",
"Name": "UI_CHALLENGES_BULL_EXP_USE_BODY_NAME",
"ImageName": "images/challenges/colorado/bull_exp_use_body.jpg",
"Description": "UI_CHALLENGES_BULL_EXP_USE_BODY_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"setpieces": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"65c9506e-521e-4e37-9e0b-3e817b97ed0c"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "feats"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "d7dc12b0-2225-4825-bb5d-53123f60cf0a",
"Name": "UI_CHALLENGES_BULL_OPP_MESS_DESK_NAME",
"ImageName": "images/challenges/colorado/bull_opp_mess_desk.jpg",
"Description": "UI_CHALLENGES_BULL_OPP_MESS_DESK_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"OpportunityEvents": {
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"476124df-11c1-4369-ad51-ded30e34e337"
]
},
{
"$eq": [
"$Value.Event",
"Completed"
]
}
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "feats"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "fcc77b82-76f4-4acc-bcfd-14dbe7fa4542",
"Name": "UI_CONTRACT_DAISY_GROUP_TITLE",
"ImageName": "images/contracts/escalation/ContractEscalation_Colorado_Daisy.jpg",
"Description": "UI_CHALLENGES_ESCLATION_COMPLETE_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"ContractEnd": {
"Condition": {
"$eq": [
"$ContractId",
"0a6f7d38-4bc3-49c2-ab06-7fd99b2bc6b3"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["feats", "hard"],
"InclusionData": {
"ContractIds": ["c5d88e8c-437b-476b-afe2-d94aa4293502"]
}
},
{
"Id": "1696f67c-20db-4cb7-94a2-abcbdc0216b9",
"Name": "UI_CHALLENGES_COLORADO_EXP_SHOOT_BOTTLES_NAME",
"ImageName": "images/challenges/colorado/colorado_exp_shoot_bottles.jpg",
"Description": "UI_CHALLENGES_COLORADO_EXP_SHOOT_BOTTLES_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"All_Bottles_Shot"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "feats"]
},
{
"Id": "48a0a38f-0996-4eb1-90fb-d1dd952e3916",
"Name": "UI_CHALLENGES_COLORADO_EXP_PACIFY_ARM_NAME",
"ImageName": "images/challenges/colorado/colorado_exp_pacify_arm.jpg",
"Description": "UI_CHALLENGES_COLORADO_EXP_PACIFY_ARM_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"Goal": 10
},
"Context": {
"Count": 0
},
"ContextListeners": {
"Count": {
"count": "$.Count",
"total": "$.Goal",
"type": "challengecounter"
}
},
"Scope": "session",
"States": {
"Start": {
"Pacify": [
{
"Actions": {
"$inc": "Count"
},
"Condition": {
"$eq": [
"$Value.KillItemRepositoryId",
"8d937ed4-dc85-476b-8048-e96a8900e7bf"
]
}
},
{
"Condition": {
"$eq": ["$.Count", "$.Goal"]
},
"Transition": "Success"
},
{
"Transition": "Start"
}
]
}
}
},
"Tags": ["story", "medium", "feats"]
},
{
"Id": "5795e3fc-aa5c-455d-b435-512d1c4c178a",
"Name": "UI_CHALLENGES_COLORADO_EASTER_EGG_EXIT_NAME",
"ImageName": "images/challenges/colorado/colorado_easter_egg_exit.jpg",
"Description": "UI_CHALLENGES_COLORADO_EASTER_EGG_EXIT_DESC",
"Rewards": {
"MasteryXP": 1000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"exit_gate": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"5b7e1d0b-8fc9-4fde-a9d1-337fe2b1c9a8"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "easy", "feats"]
},
{
"Id": "80a554e5-a018-401c-9d88-f678f5313a0d",
"Name": "UI_CHALLENGES_COLORADO_EASTER_EGG_WICKERMAN_NAME",
"ImageName": "images/challenges/colorado/colorado_easter_egg_wickerman.jpg",
"Description": "UI_CHALLENGES_COLORADO_EASTER_EGG_WICKERMAN_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"Easter_Egg_Wickerman"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "feats"]
},
{
"Id": "80efcae9-1c42-4e8e-9c3d-efa2bca75bef",
"Name": "UI_CHALLENGES_COLORADO_EASTER_EGG_SCARECROW_NAME",
"ImageName": "images/challenges/colorado/colorado_easter_egg_scarecrow.jpg",
"Description": "UI_CHALLENGES_COLORADO_EASTER_EGG_SCARECROW_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {
"HIPS": []
},
"Scope": "hit",
"States": {
"Start": {
"setpieces": [
{
"$pushunique": [
"HIPS",
"$Value.RepositoryId"
]
},
{
"Condition": {
"$all": {
"?": {
"$any": {
"?": {
"$eq": [
"$.#",
"$.##"
]
},
"in": "$.HIPS"
}
},
"in": [
"14fd8399-e1ca-4263-bf4b-8f09959943da",
"11c35b79-46a7-4e96-a8f9-66ca5eb021f6",
"0fe03e93-8608-4e9d-82ba-385a74200590",
"dbaab7af-6844-4d4d-80ea-d5e29288ca46",
"a74a6aee-8d5f-4505-a2a3-936cb596aca5",
"a1a8bc83-f1e8-4ab8-af43-8f5284e97780"
]
}
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "medium", "feats"]
},
{
"Id": "b527824b-e5e0-4474-b4ed-821ddf85289a",
"Name": "UI_CHALLENGES_COLORADO_EXP_HAY_BALER_NAME",
"ImageName": "images/challenges/colorado/colorado_exp_hay_baler.jpg",
"Description": "UI_CHALLENGES_COLORADO_EXP_HAY_BALER_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"Goal": 4
},
"Context": {
"Count": 0
},
"ContextListeners": {
"Count": {
"count": "$.Count",
"total": "$.Goal",
"type": "challengecounter"
}
},
"Scope": "session",
"States": {
"Start": {
"setpieces": [
{
"Actions": {
"$inc": "Count"
},
"Condition": {
"$and": [
{
"$eq": [
"$Value.name_metricvalue",
"BodyFlushed"
]
},
{
"$eq": [
"$Value.RepositoryId",
"87a23707-0a5b-4eb1-a0df-31e7f1a06c3b"
]
}
]
}
},
{
"Condition": {
"$eq": ["$.Count", "$.Goal"]
},
"Transition": "Success"
},
{
"Transition": "Start"
}
]
}
}
},
"Tags": ["story", "medium", "feats"]
},
{
"Id": "fe2e9d21-a58c-4ad5-9102-fd99b26750ec",
"Name": "UI_CHALLENGES_COLORADO_EASTER_EGG_DANCING_NAME",
"ImageName": "images/challenges/colorado/colorado_easter_egg_dancing.jpg",
"Description": "UI_CHALLENGES_COLORADO_EASTER_EGG_DANCING_DESC",
"Rewards": {
"MasteryXP": 2000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
"Icon": "challenge_category_feats",
"LocationId": "LOCATION_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "location",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"States": {
"Start": {
"Level_Setup_Events": {
"Condition": {
"$eq": [
"$Value.Event_metricvalue",
"Easter_Egg_Dance"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "medium", "feats"]
}
]
},
{
"Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PROFESSIONAL",
"Image": "images/challenges/categories/targets/tile.jpg",
"Icon": "challenge_category_targets",
"CategoryId": "targets",
"Description": "UI_MENU_PAGE_CHALLENGE_CATEGORY_DESCRIPTION_PROFESSIONAL",
"Challenges": [
{
"Id": "22709cab-3fb9-423e-a297-1bde39485aad",
"Name": "UI_CHALLENGES_BULL_ROSE_COMANDER_NAME",
"ImageName": "images/challenges/colorado/bull_rose_comander.jpg",
"Description": "UI_CHALLENGES_BULL_ROSE_COMANDER_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PROFESSIONAL",
"Icon": "challenge_category_targets",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"5b54d9fb-fa85-4302-a8d5-c5c5e97344c4"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "targets"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "3f237cfb-9927-46c6-a626-fae060263cfb",
"Name": "UI_CHALLENGES_BULL_PARVATI_INSTRUCTOR_NAME",
"ImageName": "images/challenges/colorado/bull_parvati_instructor.jpg",
"Description": "UI_CHALLENGES_BULL_PARVATI_INSTRUCTOR_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PROFESSIONAL",
"Icon": "challenge_category_targets",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"d94f3e83-36e3-453c-8d4b-28c93229826a"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "targets"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "609aa927-c3c3-40af-bf76-27e182d617d6",
"Name": "UI_CHALLENGES_BULL_BERG_INTEROGATOR_NAME",
"ImageName": "images/challenges/colorado/bull_berg_interogator.jpg",
"Description": "UI_CHALLENGES_BULL_BERG_INTEROGATOR_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PROFESSIONAL",
"Icon": "challenge_category_targets",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"1a8a827f-932e-49c0-a1b3-e3201795ae19"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "targets"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "8ebe4974-9bc3-452e-8cf9-ff9eff7faf35",
"Name": "UI_CHALLENGES_BULL_GRAVES_ANALYST_NAME",
"ImageName": "images/challenges/colorado/bull_graves_analyst.jpg",
"Description": "UI_CHALLENGES_BULL_GRAVES_ANALYST_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PROFESSIONAL",
"Icon": "challenge_category_targets",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"Kill": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"963c2774-cb9a-4b0c-ab69-210b2405383b"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "targets"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
}
]
},
{
"Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_CLASSIC",
"Image": "images/challenges/categories/classic/tile.jpg",
"Icon": "profile",
"CategoryId": "classic",
"Description": "",
"Challenges": [
{
"Id": "5146dec1-9b6e-4037-9462-134348b1722d",
"Name": "UI_CHALLENGES_RABIES_SILENT_ASSASSIN_NAME",
"ImageName": "images/challenges/profile_challenges/classics_normal_47_silent_assassin.jpg",
"Description": "UI_CHALLENGES_RABIES_SILENT_ASSASSIN_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_CLASSIC",
"Icon": "profile",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {
"Witnesses": [],
"KilledTargets": [],
"RecordingDestroyed": true,
"LastAccidentTime": 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"
]
}
]
}
}
]
}
}
},
"Tags": ["story", "hard", "classic"],
"InclusionData": {
"ContractIds": ["ada6205e-6ee8-4189-9cdb-4947cccd84f4"]
}
},
{
"Id": "11f14b4d-f86f-4545-ac32-27d95d484729",
"Name": "UI_CHALLENGES_BULL_47_SILENT_ASSASSIN_SUIT_DIFFICULTY_EASY_NAME",
"ImageName": "images/challenges/profile_challenges/classics_normal_47_sa_suit.jpg",
"Description": "UI_CHALLENGES_BULL_47_SILENT_ASSASSIN_SUIT_DIFFICULTY_EASY_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_CLASSIC",
"Icon": "profile",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": ["easy"],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {
"Witnesses": [],
"Targets": [],
"RecordingDestroyed": true,
"LastAccidentTime": 0
},
"Scope": "session",
"States": {
"Start": {
"ContractEnd": {
"Condition": {
"$and": [
{
"$eq": [
true,
"$.RecordingDestroyed"
]
},
{
"$all": {
"in": "$.Witnesses",
"?": {
"$any": {
"in": "$.Targets",
"?": {
"$eq": [
"$.#",
"$.##"
]
}
}
}
}
}
]
},
"Transition": "Success"
},
"AccidentBodyFound": {
"$set": ["LastAccidentTime", "$Timestamp"]
},
"Witnesses": {
"Condition": {
"$any": {
"in": "$Value",
"?": {
"$pushunique": [
"Witnesses",
"$.#"
]
}
}
}
},
"Spotted": {
"Condition": {
"$any": {
"in": "$Value",
"?": {
"$pushunique": [
"Witnesses",
"$.#"
]
}
}
}
},
"ContractStart": [
{
"Condition": {
"$eq": [
"$Value.IsHitmanSuit",
false
]
},
"Transition": "Failure"
}
],
"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"
]
}
}
],
"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"
]
}
]
}
}
],
"Disguise": {
"Transition": "Failure"
}
}
}
},
"Tags": ["hard", "classic", "suitonly", "difficulty_easy"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "415fe342-2a3e-45a7-9629-1d9d073878d3",
"Name": "UI_CHALLENGES_BULL_47_SILENT_ASSASSIN_DIFFICULTY_EASY_NAME",
"ImageName": "images/challenges/profile_challenges/classics_normal_47_silent_assassin.jpg",
"Description": "UI_CHALLENGES_BULL_47_SILENT_ASSASSIN_DIFFICULTY_EASY_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_CLASSIC",
"Icon": "profile",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": ["easy"],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {
"Witnesses": [],
"KilledTargets": [],
"RecordingDestroyed": true,
"LastAccidentTime": 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"
]
}
]
}
}
]
}
}
},
"Tags": ["story", "hard", "classic", "difficulty_easy"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "990c2b85-e6ed-46e7-913f-7bd0ba54cb92",
"Name": "UI_CHALLENGES_BULL_47_SNIPER_ASSASSIN_DIFFICULTY_EASY_NAME",
"ImageName": "images/challenges/profile_challenges/classics_normal_47_sniper_assassin.jpg",
"Description": "UI_CHALLENGES_BULL_47_SNIPER_ASSASSIN_DIFFICULTY_EASY_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_CLASSIC",
"Icon": "profile",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": ["easy"],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {
"Witnesses": [],
"Targets": [],
"RecordingDestroyed": true,
"SniperKillSierraCar": false
},
"Scope": "session",
"States": {
"Start": {
"ContractEnd": {
"Condition": {
"$and": [
{
"$eq": [
true,
"$.RecordingDestroyed"
]
},
{
"$all": {
"in": "$.Witnesses",
"?": {
"$any": {
"in": "$.Targets",
"?": {
"$eq": [
"$.#",
"$.##"
]
}
}
}
}
}
]
},
"Transition": "Success"
},
"Witnesses": {
"Condition": {
"$any": {
"in": "$Value",
"?": {
"$pushunique": [
"Witnesses",
"$.#"
]
}
}
}
},
"Spotted": {
"Condition": {
"$any": {
"in": "$Value",
"?": {
"$pushunique": [
"Witnesses",
"$.#"
]
}
}
}
},
"SniperKillSierraCar": {
"$set": ["SniperKillSierraCar", true]
},
"Kill": [
{
"Condition": {
"$or": [
{
"$and": [
{
"$not": {
"$contains": [
"$Value.KillItemCategory",
"sniperrifle"
]
}
},
{
"$eq": [
"$Value.IsTarget",
true
]
},
{
"$or": [
{
"$not": {
"$eq": [
"$Value.RepositoryId",
"c0ab162c-1502-40d5-801f-c5471289d6b7"
]
}
},
{
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"c0ab162c-1502-40d5-801f-c5471289d6b7"
]
},
{
"$eq": [
"$.SniperKillSierraCar",
false
]
}
]
}
]
}
]
},
{
"$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"
]
}
}
],
"CrowdNPC_Died": {
"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"
]
}
]
}
}
]
}
}
},
"Tags": ["hard", "classic", "sniper", "difficulty_easy"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "b3f587ab-2041-4172-a255-926087566e1d",
"Name": "UI_CHALLENGES_BULL_BIG5_EASY_NAME",
"ImageName": "Images/Challenges/profile_challenges/classics_location_normal.jpg",
"Description": "UI_CHALLENGES_BULL_BIG5_EASY_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_CLASSIC",
"Icon": "profile",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": ["easy"],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"RequiredChallenges": [
"c4bc835d-0064-44ca-80da-780b3a99bbb9",
"990c2b85-e6ed-46e7-913f-7bd0ba54cb92",
"11f14b4d-f86f-4545-ac32-27d95d484729",
"415fe342-2a3e-45a7-9629-1d9d073878d3"
]
},
"Context": {
"CompletedChallenges": []
},
"ContextListeners": {
"CompletedChallenges": {
"comparand": "$.RequiredChallenges",
"type": "challengetree"
}
},
"Scope": "hit",
"States": {
"Start": {
"ChallengeCompleted": [
{
"$pushunique": [
"CompletedChallenges",
"$Value.ChallengeId"
]
},
{
"Condition": {
"$all": {
"?": {
"$any": {
"?": {
"$eq": [
"$.#",
"$.##"
]
},
"in": "$.CompletedChallenges"
}
},
"in": "$.RequiredChallenges"
}
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "hard", "difficulty_easy", "classic"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
},
{
"Id": "c4bc835d-0064-44ca-80da-780b3a99bbb9",
"Name": "UI_CHALLENGES_BULL_47_SUIT_ONLY_DIFFICULTY_EASY_NAME",
"ImageName": "images/challenges/profile_challenges/classics_normal_47_suit_only.jpg",
"Description": "UI_CHALLENGES_BULL_47_SUIT_ONLY_DIFFICULTY_EASY_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_CLASSIC",
"Icon": "profile",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": ["easy"],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Scope": "session",
"Context": {},
"States": {
"Start": {
"ContractStart": [
{
"Condition": {
"$eq": [
"$Value.IsHitmanSuit",
false
]
},
"Transition": "Failure"
}
],
"Disguise": {
"Transition": "Failure"
},
"ContractEnd": {
"Transition": "Success"
}
}
}
},
"Tags": ["story", "hard", "classic", "difficulty_easy"],
"InclusionData": {
"ContractIds": ["42bac555-bbb9-429d-a8ce-f1ffdf94211c"]
}
}
]
},
{
"Name": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_ARCADE",
"Image": "images/challenges/categories/feats/tile.jpg",
"Icon": "arcademode",
"CategoryId": "arcade",
"Description": "UI_MENU_PAGE_CHALLENGE_CATEGORY_DESCRIPTION_ARCADE",
"Challenges": [
{
"Id": "a5a2dfca-9c78-4720-9bdb-173bb441e1da",
"Name": "UI_HONEYDEW_COMPLETION_CHALLENGE_NAME",
"ImageName": "images/contracts/arcade/Arcade_Honeydew_Group.jpg",
"Description": "UI_HONEYDEW_COMPLETION_CHALLENGE_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_ARCADE",
"Icon": "arcademode",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"InclusionData": {
"ContractIds": ["ff5b4e53-49ea-4d85-b94e-d3c8b3fc7ab3"]
}
},
{
"Id": "873cb734-e1f5-43b5-ac5c-0fbf406fe5bc",
"Name": "UI_PEAR_COMPLETION_CHALLENGE_NAME",
"ImageName": "images/contracts/arcade/Arcade_Pear_Group.jpg",
"Description": "UI_PEAR_COMPLETION_CHALLENGE_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": [],
"IsPlayable": true,
"IsLocked": false,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_ARCADE",
"Icon": "arcademode",
"LocationId": "LOCATION_PARENT_COLORADO",
"ParentLocationId": "LOCATION_PARENT_COLORADO",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"InclusionData": {
"ContractIds": ["b4d555eb-e2c9-40c2-b155-328a7019fd28"]
}
}
]
}
]
}