Skip to content

Commit

Permalink
feat: add weapon specific achievements
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Jun 11, 2024
1 parent 84c01e0 commit d40acdd
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 17 deletions.
67 changes: 66 additions & 1 deletion MHFZ_Overlay/Models/Collections/Achievements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6117,7 +6117,7 @@ [] [U] [] [] []
Description = string.Empty,
Rank = AchievementRank.Platinum,
Image = @"pack://application:,,,/MHFZ_Overlay;component/Assets/Icons/png/weapon/Dual_Blades_Icon_White.png",
Objective = "Defeat Burning Freezing Elzelion solo with Dual Swords without dropping the combo (maximum sharpening buff, Speedrun mode).",
Objective = "Defeat Blinking Nargacuga solo with Dual Swords without dropping the combo (maximum sharpening buff, Speedrun mode).",
IsSecret = false,
Hint = string.Empty,
}
Expand Down Expand Up @@ -6226,5 +6226,70 @@ [] [U] [] [] []
Hint = string.Empty,
}
},
{
466, new Achievement()
{
CompletionDate = DateTime.UnixEpoch,
Title = "The King in Black",
Description = string.Empty,
Rank = AchievementRank.Platinum,
Image = @"pack://application:,,,/MHFZ_Overlay;component/Assets/Icons/png/weapon/Dual_Blades_Icon_White.png",
Objective = "Defeat Lv9999 Conquest Fatalis solo with Dual Swords without dropping the combo (maximum sharpening buff, Speedrun mode).",
IsSecret = false,
Hint = string.Empty,
}
},
{
467, new Achievement()
{
CompletionDate = DateTime.UnixEpoch,
Title = "Dragon Slayer",
Description = string.Empty,
Rank = AchievementRank.Platinum,
Image = @"pack://application:,,,/MHFZ_Overlay;component/Assets/Icons/png/weapon/Dual_Blades_Icon_White.png",
Objective = "Defeat Lv9999 Conquest Crimson Fatalis solo with Dual Swords without dropping the combo (maximum sharpening buff, Speedrun mode).",
IsSecret = false,
Hint = string.Empty,
}
},
{
468, new Achievement()
{
CompletionDate = DateTime.UnixEpoch,
Title = "Blazing Majesty",
Description = string.Empty,
Rank = AchievementRank.Platinum,
Image = @"pack://application:,,,/MHFZ_Overlay;component/Assets/Icons/png/weapon/Dual_Blades_Icon_White.png",
Objective = "Defeat Lv9999 Conquest Shantien solo with Dual Swords without dropping the combo (maximum sharpening buff, Speedrun mode).",
IsSecret = false,
Hint = string.Empty,
}
},
{
469, new Achievement()
{
CompletionDate = DateTime.UnixEpoch,
Title = "Incognito",
Description = string.Empty,
Rank = AchievementRank.Platinum,
Image = @"pack://application:,,,/MHFZ_Overlay;component/Assets/Icons/png/weapon/Dual_Blades_Icon_White.png",
Objective = "Defeat Upper Shiten Unknown solo with Dual Swords without dropping the combo (maximum sharpening buff, Speedrun mode).",
IsSecret = false,
Hint = string.Empty,
}
},
{
470, new Achievement()
{
CompletionDate = DateTime.UnixEpoch,
Title = "Exsanguination",
Description = string.Empty,
Rank = AchievementRank.Platinum,
Image = @"pack://application:,,,/MHFZ_Overlay;component/Assets/Icons/png/weapon/Dual_Blades_Icon_White.png",
Objective = "Defeat Upper Shiten Disufiroa solo with Dual Swords without dropping the combo (maximum sharpening buff, Speedrun mode).",
IsSecret = false,
Hint = string.Empty,
}
},
});
}
Loading

0 comments on commit d40acdd

Please sign in to comment.