Skip to content

Commit

Permalink
feat(achievements): expand collection
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Aug 31, 2023
1 parent 26c071b commit 9ab8271
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MHFZ_Overlay/Models/Collections/Achievements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5793,5 +5793,18 @@ [] [U] [] [] []
Hint = "Hopefully we don't have any more dimensional shenanigans.",
}
},
{
440, new Achievement()
{
CompletionDate = DateTime.UnixEpoch,
Title = "Unlimited Power",
Description = string.Empty,
Rank = AchievementRank.Platinum,
Image = @"pack://application:,,,/MHFZ_Overlay;component/Assets/Icons/achievement/unknown_blue.jpg",
Objective = "Have the power to beat 100 Unlimited monsters.",
IsSecret = true,
Hint = "POWER!",
}
},
});
}
1 change: 1 addition & 0 deletions MHFZ_Overlay/Services/AchievementService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2583,6 +2583,7 @@ join playerGear in databaseManagerInstance.AllPlayerGear on quest.RunID equals p
case 437:
case 438:
case 439:
case 440:
return false;
}
}
Expand Down

0 comments on commit 9ab8271

Please sign in to comment.