mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
feat: add completion challenge for coconut
(cherry picked from commit 8ac3dcfd59
)
This commit is contained in:
parent
f3edd06381
commit
744ec42cf0
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user