Skip to content

Commit

Permalink
feat: add electric trilogy challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Sep 12, 2024
1 parent 943a346 commit ca0f82b
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions contractdata/HAVEN/_HAVEN_CHALLENGES.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,108 @@
"ContractIds": ["095261b5-e15b-4ca1-9bb7-001fb85c5aaa"]
}
},
{
"Id": "6c3f0267-5d67-4a70-ac12-fcf4ea2202eb",
"Name": "UI_CHALLENGES_STINGRAY_ELECTRICITYKILLALL_NAME",
"ImageName": "images/challenges/Opulent/electricitykillall.jpg",
"Description": "UI_CHALLENGES_STINGRAY_ELECTRICITYKILLALL_DESC",
"Rewards": {
"MasteryXP": 4000
},
"Drops": ["PROP_DEVICE_ICA_MODULAR_PROXIMITY_MICRO_TASER"],
"IsPlayable": true,
"IsLocked": true,
"HideProgression": false,
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
"Icon": "challenge_category_assassination",
"LocationId": "LOCATION_PARENT_OPULENT",
"ParentLocationId": "LOCATION_PARENT_OPULENT",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Constants": {
"Goal": 3
},
"Context": {
"Count": 0,
"TargetKilled": []
},
"ContextListeners": {
"Count": {
"type": "challengecounter",
"count": "$.Count",
"total": "$.Goal",
"text": "UI_CHALLENGES_STINGRAY_ELECTRICITYKILLALL_NAME"
}
},
"Scope": "session",
"States": {
"Start": {
"Kill": [
{
"Actions": {
"$inc": "Count",
"$pushunique": [
"TargetKilled",
"$Value.RepositoryId"
]
},
"Condition": {
"$and": [
{
"$not": {
"$any": {
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
},
"in": "$.TargetKilled"
}
}
},
{
"$eq": [
"$Value.IsTarget",
true
]
},
{
"$any": {
"?": {
"$eq": [
"$.#",
"accident_electric"
]
},
"in": [
"$Value.KillMethodBroad",
"$Value.KillMethodStrict"
]
}
}
]
}
},
{
"Condition": {
"$eq": ["$.Count", "$.Goal"]
},
"Transition": "Success"
}
]
}
}
},
"Tags": ["story", "assassination", "hard"],
"InclusionData": {
"ContractIds": ["095261b5-e15b-4ca1-9bb7-001fb85c5aaa"]
}
},
{
"Id": "74ebc46d-c394-4295-8062-b7ce69abef62",
"Name": "UI_CHALLENGES_STINGRAY_GAS_UNDERGROUND_NAME",
Expand Down

0 comments on commit ca0f82b

Please sign in to comment.