diff --git a/Maple2.Model/Enum/GameEventUserValueType.cs b/Maple2.Model/Enum/GameEventUserValueType.cs index 9d74d5eb..7547f647 100644 --- a/Maple2.Model/Enum/GameEventUserValueType.cs +++ b/Maple2.Model/Enum/GameEventUserValueType.cs @@ -6,10 +6,14 @@ public enum GameEventUserValueType { // Attendance Event AttendanceActive = 100, //?? maybe. String is "True" AttendanceCompletedTimestamp = 101, - AttendanceRewardsClaimed = 102, + AttendanceRewardsClaimed = 102, // Also used for Cash Attendance and DT Attendance AttendanceEarlyParticipationRemaining = 103, + AttendanceNear = 105, AttendanceAccumulatedTime = 106, + // ReturnUser + ReturnUser = 320, // IsReturnUser + // DTReward DTRewardStartTime = 700, // start time DTRewardCurrentTime = 701, // current item accumulated time @@ -25,10 +29,22 @@ public enum GameEventUserValueType { GalleryCardFlipCount = 1600, GalleryClaimReward = 1601, + // Snowman Event + SnowflakeCount = 1700, + DailyCompleteCount = 1701, + AccumCompleteCount = 1702, + AccumCompleteRewardReceived = 1703, + // Rock Paper Scissors Event RPSDailyMatches = 1800, RPSRewardsClaimed = 1801, + // Couple Dance + CoupleDanceBannerOpen = 2100, + CoupleDanceRewardState = 2101, // completed/bonus/received flags + + CollectItemGroup = 2200, // Meta Badge event. Serves as a flag for tiers + // Bingo - TODO: These are not the actual confirmed values. Just using it as a way to store this data for now. BingoUid = 4000, BingoRewardsClaimed = 4001,