Skip to content

Commit

Permalink
feat(challanges): add sky corridor to collection
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Aug 16, 2023
1 parent 81c4410 commit e7319fb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions MHFZ_Overlay/Models/Collections/Challenges.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,22 @@ public static class Challenges
This merciless gauntlet demands more than mere strength; it calls for tactical finesse and the will to triumph against insurmountable odds. Only those who can surmount this grueling challenge shall earn the title of Unstoppable, showcasing their prowess to the world.",
}
},
{
5, new Challenge()
{
UnlockDate = DateTime.UnixEpoch,
BannerImageLink = @"pack://application:,,,/MHFZ_Overlay;component/Assets/Icons/achievement/unknown_black.jpg",
Name = "Sky Corridor",
AchievementIDRequired = 223, // Chilling Monster Count
AchievementNameRequired = Achievements.IDAchievement[223].Title,
AchievementsBronzeRequired = 0,
AchievementsSilverRequired = 0,
AchievementsGoldRequired = 0,
AchievementsPlatinumRequired = 0,
ChallengeDataTemplateKey = null,
Description =
@"CURRENTLY UNAVAILABLE. You are tasked with progressing through the Sky Corridor, where puzzles and many dangers are present. There are rumors of there being a guardian in certain floors of the Tower, but no one knows what awaits at the top...",
}
},
});
}

0 comments on commit e7319fb

Please sign in to comment.