Skip to content

Commit

Permalink
feat: add completion challenge for coconut
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Sep 12, 2024
1 parent ca0f82b commit 8ac3dcf
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions contractdata/ARCADE/_ARCADE_CHALLENGES.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,49 @@
"Description": "UI_MENU_PAGE_CHALLENGE_CATEGORY_DESCRIPTION_ARCADE",
"OrderIndex": 6,
"Challenges": [
{
"Id": "b3212798-0c9e-4239-9c4a-0a669d2818f6",
"Name": "UI_COCONUT_COMPLETION_CHALLENGE_NAME",
"ImageName": "images/contracts/arcade/Arcade_Coconut_Group.jpg",
"Description": "UI_COCONUT_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_EDGY",
"ParentLocationId": "LOCATION_PARENT_EDGY",
"Type": "contract",
"DifficultyLevels": [],
"OrderIndex": 10000,
"XpModifier": {},
"RuntimeType": "Hit",
"Definition": {
"Context": {},
"Scope": "session",
"States": {
"Start": {
"ContractEnd": {
"Condition": {
"$eq": [
"$ContractId",
"a75753dd-d4f4-436c-b70b-788590551118"
]
},
"Transition": "Success"
}
}
}
},
"Tags": ["arcade", "hard"],
"InclusionData": {
"ContractIds": ["f1e3dcdc-2247-4da8-bf8e-856f5fd23888"]
}
},
{
"Id": "da1c6998-52e5-433b-81e8-879d6da87f91",
"Name": "UI_COFFEEFRUIT_COMPLETION_CHALLENGE_NAME",
Expand Down

0 comments on commit 8ac3dcf

Please sign in to comment.