Skip to content

Commit 5eba8f4

Browse files
committed
feat: add "Initiate's First Speedrun" challenge
1 parent c2b46e9 commit 5eba8f4

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

contractdata/FACILITY/_FACILITY_CHALLENGES.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,58 @@
15091509
"ContractIds": ["b573932d-7a34-44f1-bcf4-ea8f79f75710"]
15101510
}
15111511
},
1512+
{
1513+
"Id": "9de8a576-4647-4afa-b999-c8ce251f7cc7",
1514+
"Name": "UI_CHALLENGES_PROLOGUE_FIRST_SPEEDRUN_NAME",
1515+
"ImageName": "images/challenges/lat73/prologue_initiatesfirstspeedrun.jpg",
1516+
"Description": "UI_CHALLENGES_PROLOGUE_FIRST_SPEEDRUN_DESC",
1517+
"Rewards": {
1518+
"MasteryXP": 2000
1519+
},
1520+
"Drops": [
1521+
"TOKEN_OUTFIT_REWARD_GREENLAND_HERO_TRAININGSUITWITHGLOVES"
1522+
],
1523+
"IsPlayable": true,
1524+
"IsLocked": false,
1525+
"HideProgression": true,
1526+
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_COMMUNITY",
1527+
"Icon": "challenge_category_feats",
1528+
"LocationId": "LOCATION_PARENT_ICA_FACILITY",
1529+
"ParentLocationId": "LOCATION_PARENT_ICA_FACILITY",
1530+
"Type": "contract",
1531+
"DifficultyLevels": [],
1532+
"OrderIndex": 10000,
1533+
"XpModifier": {},
1534+
"RuntimeType": "Hit",
1535+
"Definition": {
1536+
"Scope": "session",
1537+
"States": {
1538+
"Start": {
1539+
"IntroCutEnd": {
1540+
"Transition": "TimerStart"
1541+
}
1542+
},
1543+
"TimerStart": {
1544+
"$timer": {
1545+
"Condition": {
1546+
"$after": 120
1547+
},
1548+
"Transition": "Failure"
1549+
},
1550+
"ContractEnd": {
1551+
"Transition": "Success"
1552+
},
1553+
"Disguise": {
1554+
"Transition": "Failure"
1555+
}
1556+
}
1557+
}
1558+
},
1559+
"Tags": ["story", "medium", "feats"],
1560+
"InclusionData": {
1561+
"ContractIds": ["b573932d-7a34-44f1-bcf4-ea8f79f75710"]
1562+
}
1563+
},
15121564
{
15131565
"Id": "df35b620-ca4d-40f1-ae50-9297585ede5d",
15141566
"Name": "UI_CHALLENGES_PROLOGUE_NORFOLK_MEETING_NAME",

0 commit comments

Comments
 (0)