thepeacockproject / Peacock

The Peacock Project is a HITMAN™ World of Assassination trilogy server replacement.
https://thepeacockproject.org
GNU Affero General Public License v3.0
367 stars 57 forks source link

feat: New challenge pack: Butcher's Delight #411

Closed suanjiansalt closed 6 months ago

suanjiansalt commented 6 months ago

closes #410 .

suanjiansalt commented 6 months ago

Checked your change committed yesterday... Does components/candle/challengeService.ts needs an additional change? Like here:

  public challengePacks: { [key: string]: ChallengePack } = {
      "argentum-pack": {
          Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_ARGENTUM",
          Description: "",
          GameVersions: ["h3"],
          Image: "images/challenges/categories/packargentum/tile.jpg",
          Icon: "challenge_category_feats",
      },
      "argon-pack": {
          Name: "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_PACK_ARGON",
          Description: "",
          GameVersions: ["h3"],
          Image: "images/challenges/categories/packargon/tile.jpg",
          Icon: "challenge_category_feats",
      },
      // add my pack object
  }
AnthonyFuller commented 6 months ago

I meant to flag that, yes. If you want it to show on the Career -> Challenges menu it'll have to be added there. @RDIL changed that to a map in a commit before release.

AnthonyFuller commented 6 months ago

I'll review this after a PR has been made for the images.