Skip to content

Commit

Permalink
fix more orders
Browse files Browse the repository at this point in the history
  • Loading branch information
suanjiansalt committed Aug 26, 2024
1 parent d3a47ef commit 3ea1e8a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
24 changes: 12 additions & 12 deletions components/candle/challengeService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,42 +187,42 @@ export abstract class ChallengeRegistry {

public challengePacks: Map<string, ChallengePack> = new Map([
[
"cheesecake-pack",
"argentum-pack",
{
Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_CHEESECAKE",
Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_ARGENTUM",
Description: "",
GameVersions: ["h3"],
Image: "images/challenges/categories/packcheesecake/tile.jpg",
Image: "images/challenges/categories/packargentum/tile.jpg",
Icon: "challenge_category_feats",
},
],
[
"ammonia-pack",
"argon-pack",
{
Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA",
Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_ARGON",
Description: "",
GameVersions: ["h3"],
Image: "images/challenges/categories/packammonia/tile.jpg",
Image: "images/challenges/categories/packargon/tile.jpg",
Icon: "challenge_category_feats",
},
],
[
"argentum-pack",
"cheesecake-pack",
{
Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_ARGENTUM",
Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_CHEESECAKE",
Description: "",
GameVersions: ["h3"],
Image: "images/challenges/categories/packargentum/tile.jpg",
Image: "images/challenges/categories/packcheesecake/tile.jpg",
Icon: "challenge_category_feats",
},
],
[
"argon-pack",
"ammonia-pack",
{
Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_ARGON",
Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_AMMONIA",
Description: "",
GameVersions: ["h3"],
Image: "images/challenges/categories/packargon/tile.jpg",
Image: "images/challenges/categories/packammonia/tile.jpg",
Icon: "challenge_category_feats",
},
],
Expand Down
1 change: 1 addition & 0 deletions contractdata/GLOBAL/_AMMONIA_CHALLENGES.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"Icon": "challenge_category_feats",
"CategoryId": "ammonia-pack",
"Description": "",
"OrderIndex": 6.992,
"Challenges": [
{
"Id": "4989d836-569a-4997-9755-95bd2e831d2a",
Expand Down
2 changes: 1 addition & 1 deletion contractdata/GLOBAL/_CHEESECAKE_CHALLENGES.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Icon": "challenge_category_feats",
"CategoryId": "cheesecake-pack",
"Description": "",
"OrderIndex": 6.1,
"OrderIndex": 6.991,
"Challenges": [
{
"Id": "0e08ee97-8f70-c82e-f04a-9d2cd60ae5b5",
Expand Down

0 comments on commit 3ea1e8a

Please sign in to comment.