Laxley Grandfather Clock puzzle artwork done.
This commit is contained in:
@@ -8,6 +8,7 @@ namespace BriarQueen.Data.Identifiers
|
||||
None = 0,
|
||||
WorkshopDiary = 1,
|
||||
LaxleyHouseBillOfSale = 2,
|
||||
GranddfatherClockPlaque = 3
|
||||
}
|
||||
|
||||
public enum ClueEntryID
|
||||
@@ -25,20 +26,15 @@ namespace BriarQueen.Data.Identifiers
|
||||
WorkshopFadedPhoto = 1
|
||||
}
|
||||
|
||||
public enum LocationEntryID
|
||||
{
|
||||
None = 0,
|
||||
Village = 1,
|
||||
Workshop = 2
|
||||
}
|
||||
|
||||
public static class CodexEntryIDs
|
||||
{
|
||||
public static readonly IReadOnlyDictionary<BookEntryID, string> Books =
|
||||
new ReadOnlyDictionary<BookEntryID, string>(
|
||||
new Dictionary<BookEntryID, string>
|
||||
{
|
||||
{ BookEntryID.WorkshopDiary, "BOOK_WorkshopDiary" }
|
||||
{ BookEntryID.WorkshopDiary, "BOOK_WorkshopDiary" },
|
||||
{ BookEntryID.LaxleyHouseBillOfSale, "BOOK_LaxleyHouseBillOfSale" },
|
||||
{ BookEntryID.GranddfatherClockPlaque, "BOOK_GranddfatherClockPlaque" },
|
||||
});
|
||||
|
||||
public static readonly IReadOnlyDictionary<ClueEntryID, string> Clues =
|
||||
|
||||
Reference in New Issue
Block a user