Skip to content

Commit

Permalink
feat(bingo): expand monster collection
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Aug 18, 2023
1 parent 97b603b commit b4edf7c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion MHFZ_Overlay/Models/Collections/BingoMonsters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,13 @@ public static class BingoMonsters
Name = "Zenith★2 Harudomerugu",
QuestIDs = new List<int> { 55930, },
BaseScore = 12,
},
},
new BingoMonster {
Image = @"pack://application:,,,/MHFZ_Overlay;component/Assets/Icons/png/monster/duremudira.png",
Name = "1st District Duremudira",
QuestIDs = new List<int> { Numbers.QuestIDFirstDistrictDuremudira, },
BaseScore = 15,
},
}
},
{
Expand Down

0 comments on commit b4edf7c

Please sign in to comment.