|
| 1 | +namespace WowPacketParser.Enums; |
| 2 | + |
| 3 | +public enum GameRule |
| 4 | +{ |
| 5 | + NoDebuffLimit = 1, |
| 6 | + CharNameReservationEnabled = 2, |
| 7 | + MaxCharReservationsPerRealm = 3, |
| 8 | + MaxAccountCharReservationsPerContentset = 4, |
| 9 | + EtaRealmLaunchTime = 5, |
| 10 | + TrivialGroupXPPercent = 7, |
| 11 | + CharReservationsPerRealmReopenThreshold = 8, |
| 12 | + DisablePct = 9, |
| 13 | + HardcoreRuleset = 10, |
| 14 | + ReplaceAbsentGmSeconds = 11, |
| 15 | + ReplaceGmRankLastOnlineSeconds = 12, |
| 16 | + GameMode = 13, |
| 17 | + CharacterlessLogin = 14, |
| 18 | + NoMultiboxing = 15, |
| 19 | + VanillaNpcKnockback = 16, |
| 20 | + Runecarving = 17, |
| 21 | + TalentRespecCostMin = 18, |
| 22 | + TalentRespecCostMax = 19, |
| 23 | + TalentRespecCostStep = 20, |
| 24 | + VanillaRageGenerationModifier = 21, |
| 25 | + SelfFoundAllowed = 22, |
| 26 | + DisableHonorDecay = 23, |
| 27 | + MaxLootDropLevel = 25, |
| 28 | + MicrobarScale = 26, |
| 29 | + MaxUnitNameDistance = 27, |
| 30 | + MaxNameplateDistance = 28, |
| 31 | + UserAddonsDisabled = 29, |
| 32 | + UserScriptsDisabled = 30, |
| 33 | + NonPlayerNameplateScale = 31, |
| 34 | + ForcedPartyFrameScale = 32, |
| 35 | + CustomActionbarOverlayHeightOffset = 33, |
| 36 | + ForcedChatLanguage = 34, |
| 37 | + LandingPageFactionID = 35, |
| 38 | + CollectionsPanelDisabled = 36, |
| 39 | + CharacterPanelDisabled = 37, |
| 40 | + SpellbookPanelDisabled = 38, |
| 41 | + TalentsPanelDisabled = 39, |
| 42 | + AchievementsPanelDisabled = 40, |
| 43 | + CommunitiesPanelDisabled = 41, |
| 44 | + EncounterJournalDisabled = 42, |
| 45 | + FinderPanelDisabled = 43, |
| 46 | + StoreDisabled = 44, |
| 47 | + HelpPanelDisabled = 45, |
| 48 | + GuildsDisabled = 46, |
| 49 | + QuestLogMicrobuttonDisabled = 47, |
| 50 | + MapPlunderstormCircle = 48, |
| 51 | + AfterDeathSpectatingUI = 49, |
| 52 | + FrontEndChat = 50, |
| 53 | + UniversalNameplateOcclusion = 51, |
| 54 | + FastAreaTriggerTick = 52, |
| 55 | + AllPlayersAreFastMovers = 53, |
| 56 | + IgnoreChrclassDisabledFlag = 54, |
| 57 | + CharacterCreateUseFixedBackgroundModel = 55, |
| 58 | + ForceAlteredFormsOn = 56, |
| 59 | + PlayerNameplateDifficultyIcon = 57, |
| 60 | + PlayerNameplateAlternateHealthColor = 58, |
| 61 | + AlwaysAllowAlliedRaces = 59, |
| 62 | + ActionbarIconIntroDisabled = 60, |
| 63 | + ReleaseSpiritGhostDisabled = 61, |
| 64 | + DeleteItemConfirmationDisabled = 62, |
| 65 | + ChatLinkLevelToastsDisabled = 63, |
| 66 | + BagsUIDisabled = 64, |
| 67 | + PetBattlesDisabled = 65, |
| 68 | + PerksProgramActivityTrackingDisabled = 66, |
| 69 | + MaximizeWorldMapDisabled = 67, |
| 70 | + WorldMapTrackingOptionsDisabled = 68, |
| 71 | + WorldMapTrackingPinDisabled = 69, |
| 72 | + WorldMapHelpPlateDisabled = 70, |
| 73 | + QuestLogPanelDisabled = 71, |
| 74 | + QuestLogSuperTrackingDisabled = 72, |
| 75 | + TutorialFrameDisabled = 73, |
| 76 | + IngameMailNotificationDisabled = 74, |
| 77 | + IngameCalendarDisabled = 75, |
| 78 | + IngameTrackingDisabled = 76, |
| 79 | + IngameWhoListDisabled = 77, |
| 80 | + RaceAlteredFormsDisabled = 78, |
| 81 | + IngameFriendsListDisabled = 79, |
| 82 | + MacrosDisabled = 80, |
| 83 | + CompactRaidFrameManagerDisabled = 81, |
| 84 | + EditModeDisabled = 82, |
| 85 | + InstanceDifficultyBannerDisabled = 83, |
| 86 | + FullCharacterCreateDisabled = 84, |
| 87 | + TargetFrameBuffsDisabled = 85, |
| 88 | + UnitFramePvPContextualDisabled = 86, |
| 89 | + BlockWhileSheathedAllowed = 88, |
| 90 | + VanillaAccountMailInstant = 91, |
| 91 | + ClearMailOnRealmTransfer = 92, |
| 92 | + PremadeGroupFinderStyle = 93, |
| 93 | + PlunderstormAreaSelection = 94, |
| 94 | + GroupFinderCapabilities = 98, |
| 95 | + WorldMapLegendDisabled = 99, |
| 96 | + WorldMapFrameStrata = 100, |
| 97 | + MerchantFilterDisabled = 101, |
| 98 | + SummoningStones = 108, |
| 99 | + TransmogEnabled = 109, |
| 100 | + MailGameRule = 132, |
| 101 | + LootMethodStyle = 157, |
| 102 | +} |
0 commit comments