@wayward/types 2.15.0-beta.dev.20251005.1 → 2.15.0-beta.dev.20251007.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/definitions/game/game/ILoot.d.ts +3 -1
  2. package/definitions/game/game/curse/Curse.d.ts +13 -8
  3. package/definitions/game/game/curse/CurseEvent.d.ts +38 -5
  4. package/definitions/game/game/curse/ICurse.d.ts +8 -0
  5. package/definitions/game/game/curse/event/CurseEventCraftingInspiration.d.ts +13 -0
  6. package/definitions/game/game/curse/event/CurseEventLucky.d.ts +13 -0
  7. package/definitions/game/game/curse/event/CurseEventShadows.d.ts +13 -0
  8. package/definitions/game/game/curse/event/CurseEventUnlucky.d.ts +13 -0
  9. package/definitions/game/game/doodad/IDoodad.d.ts +5 -0
  10. package/definitions/game/game/entity/Human.d.ts +1 -0
  11. package/definitions/game/game/entity/action/actions/Invoke.d.ts +4 -0
  12. package/definitions/game/game/entity/action/actions/SetTitle.d.ts +1 -1
  13. package/definitions/game/game/entity/status/IStatus.d.ts +13 -2
  14. package/definitions/game/game/entity/status/IStatusContext.d.ts +1 -1
  15. package/definitions/game/game/entity/status/Status.d.ts +1 -1
  16. package/definitions/game/game/item/Items.d.ts +9 -1
  17. package/definitions/game/game/milestones/IMilestone.d.ts +3 -1
  18. package/definitions/game/game/milestones/MilestoneDefinition.d.ts +4 -3
  19. package/definitions/game/game/options/IGameOptions.d.ts +10 -0
  20. package/definitions/game/game/options/modifiers/milestone/IMilestoneModifier.d.ts +2 -1
  21. package/definitions/game/game/options/modifiers/milestone/MilestoneModifiersManager.d.ts +4 -0
  22. package/definitions/game/game/options/modifiers/milestone/modifiers/Cursebreaker.d.ts +17 -0
  23. package/definitions/game/game/options/modifiers/milestone/modifiers/Cursed.d.ts +17 -0
  24. package/definitions/game/language/dictionary/Message.d.ts +796 -795
  25. package/definitions/game/language/dictionary/UiTranslation.d.ts +692 -691
  26. package/definitions/game/renderer/RenderersNotifiers.d.ts +1 -1
  27. package/definitions/game/renderer/notifier/INotifier.d.ts +2 -2
  28. package/definitions/game/renderer/notifier/Notifier.d.ts +1 -1
  29. package/definitions/utilities/math/Range.d.ts +8 -0
  30. package/definitions/utilities/random/Random.d.ts +8 -1
  31. package/package.json +1 -1
@@ -259,696 +259,697 @@ declare enum UiTranslation {
259
259
  GameTooltipStatSharedCoreStatSkillsListUndiscoveredSkills = 244,
260
260
  GameTooltipStatusMoreInformationRevealedAtSkillThreshold = 245,
261
261
  GameTooltipStatusLabelCures = 246,
262
- GameTooltipCreatureSubtitle = 247,
263
- GameTooltipCreatureColorContext = 248,
264
- GameTooltipCreatureLabelTamed = 249,
265
- GameTooltipCreatureLabelMood = 250,
266
- GameTooltipCreatureLabelCommand = 251,
267
- GameTooltipCreatureLabelCanPetIn = 252,
268
- GameTooltipCreatureCanPet = 253,
269
- GameTooltipCreatureLabelCanMilkIn = 254,
270
- GameTooltipCreatureLabelAberrant = 255,
271
- GameTooltipCreatureLabelStatuses = 256,
272
- GameTooltipCreatureAberrantDescriptionShort = 257,
273
- GameTooltipCreatureAberrantDescriptionExtra = 258,
274
- GameTooltipCreatureAberrantDescriptionVerbose = 259,
275
- GameTooltipCreatureProducingMilk = 260,
276
- GameTooltipCreatureExactHealth = 261,
277
- GameTooltipDeityLabelDomains = 262,
278
- GameTooltipStatFerocityScore = 263,
279
- GameTooltipStatFerocityCivilizationScore = 264,
280
- GameTooltipStatFerocityCivilizationScoreTerritory = 265,
281
- GameTooltipStatTerritoryTier = 266,
282
- GameTooltipStatFerocityTurn = 267,
283
- GameTooltipStatFerocityTicks = 268,
284
- GameTooltipStatFerocityNights = 269,
285
- GameTooltipStatFerocityDays = 270,
286
- GameTooltipSharedUndiscovered = 271,
287
- GameTooltipStatCurseFactors = 272,
288
- GameTooltipStatCurseFactor = 273,
289
- GameStatsStatAttack = 274,
290
- GameStatsStatGeneric = 275,
291
- GameStatsStatGenericWithMax = 276,
292
- GameStatsStatbar = 277,
293
- GameStatsMoreToDiscover = 278,
294
- GameMenuBarButtonTooltipBindable = 279,
295
- GameMenuBarButtonTooltipSaveSize = 280,
296
- GameMenuBarButtonTooltipSaveTurnsAgo = 281,
297
- GameMenuBarButtonTooltipSaveLastTime = 282,
298
- GameMenuBarButtonTooltipNotesUnread = 283,
299
- GameMenuBarButtonTooltipMilestonesDisabled = 284,
300
- GameMenuBarButtonTooltipQuestsDisabled = 285,
301
- GameMenuBarContextMenuActionRemoveItem = 286,
302
- GameMenuBarContextMenuActionInsertItem = 287,
303
- GameMenuBarContextMenuActionReset = 288,
304
- GameActionBarContextMenuDisplayBindings = 289,
305
- GameActionBarContextMenuAutoSelectPrimaryUse = 290,
306
- GameActionBarContextMenuBringSlotsIntoNewSaves = 291,
307
- GameActionBarContextMenuConfigure = 292,
308
- GameActionBarContextMenuSelectModifierOrder = 293,
309
- GameActionBarContextMenuSelectModifierOrderNoModifier = 294,
310
- GameActionBarContextMenuAutoSwitchToBestItemOnInaccessible = 295,
311
- GameActionBarConfigurationDrawerTitle = 296,
312
- GameActionBarConfigurationDrawerFooterDiscoveryHint = 297,
313
- GameActionBarConfigurationDrawerFooterDiscoveryHintProgress = 298,
314
- GameActionBarConfigurationDrawerSlotHintUse = 299,
315
- GameActionBarConfigurationDrawerSlotHintToggle = 300,
316
- GameActionBarConfigurationDrawerSlotHintToggleUseOnMove = 301,
317
- GameActionBarConfigurationDrawerColumnTitleActions = 302,
318
- GameActionBarConfigurationDrawerColumnTitleItemActions = 303,
319
- GameActionBarConfigurationDrawerColumnTitleConfiguration = 304,
320
- GameActionBarConfigurationDrawerButtonEditBindings = 305,
321
- GameActionBarConfigurationDrawerButtonClearSlot = 306,
322
- GameActionBarConfigurationDrawerColumnTitleInapplicable = 307,
323
- GameActionBarConfigurationDrawerButtonUseOnMove = 308,
324
- GameActionBarConfigurationDrawerButtonUseOnMoveDescription = 309,
325
- GameActionBarConfigurationDrawerButtonUseOnHoveredTile = 310,
326
- GameActionBarConfigurationDrawerButtonUseOnHoveredTileDescription = 311,
327
- GameActionBarConfigurationDrawerModeUseExact = 312,
328
- GameActionBarConfigurationDrawerModeUseExactNoItemSelected = 313,
329
- GameActionBarConfigurationDrawerModeUseBest = 314,
330
- GameActionBarConfigurationDrawerModeUseNone = 315,
331
- GameActionBarConfigurationDrawerModeUseHovered = 316,
332
- GameActionBarConfigurationDrawerItemDropdownAny = 317,
333
- GameActionBarConfigurationDrawerItemDropdownNoTypeSelected = 318,
334
- GameActionBarConfigurationDrawerButtonDone = 319,
335
- GameActionBarConfigurationDrawerButtonCraftType = 320,
336
- GameActionBarSlotTooltipHintUse = 321,
337
- GameActionBarSlotTooltipHintConfigure = 322,
338
- GameActionBarSlotTooltipHintUseOnMove = 323,
339
- GameActionBarSlotTooltipHintUseSlottedItem = 324,
340
- GameActionBarSlotTooltipHintClear = 325,
341
- GameActionBarButtonToggleUseWhenMovingTooltip = 326,
342
- GameActionBarButtonRemoveActionBarRowTooltip = 327,
343
- GameActionBarButtonAddActionBarRowTooltip = 328,
344
- GameActionBarButtonConfigureOptions = 329,
345
- GameMessagesButtonSend = 330,
346
- GameMessagesContextMenuShowAsDialog = 331,
347
- GameMessagesContextMenuClear = 332,
348
- GameMessagesContextMenuCopy = 333,
349
- GameMessagesContextMenuExport = 334,
350
- GameMessagesFilter = 335,
351
- GameMessagesFiltersEdit = 336,
352
- GameMessagesNewNote = 337,
353
- GameMessagesTurn = 338,
354
- GameMessagesDedicatedServerBackup = 339,
355
- GameMessagesDedicatedServerBackupLimitReached = 340,
356
- GameMessagesPlaceholderChat = 341,
357
- GameMessagesButtonShowNewest = 342,
358
- GameTileInspectionCannotSeeTile = 343,
359
- MenuAboutTitle = 344,
360
- MenuAboutDescription = 345,
361
- MenuAboutGameDescription = 346,
362
- MenuAboutSectionTeam = 347,
363
- MenuAboutTeamMemberName = 348,
364
- MenuAboutTeamMemberNickname = 349,
365
- MenuAboutSectionContributors = 350,
366
- MenuAboutSectionSpecialThanks = 351,
367
- MenuAboutTextSpecialThanksTestorsAndDonators = 352,
368
- MenuAboutSectionLibraries = 353,
369
- MenuAboutSectionLibrariesDescription = 354,
370
- MenuAboutLabelVersion = 355,
371
- MenuAboutLabelVersionBuild = 356,
372
- MenuAboutLabelVersionBuildTime = 357,
373
- MenuBindings = 358,
374
- MenuBindingsDescription = 359,
375
- MenuBindingsTooltipBindConflicts = 360,
376
- MenuBindingsManagedBindableGameActionBarUseSlot = 361,
377
- MenuBindingsManagedBindableGameActionBarAssignSlot = 362,
378
- MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 363,
379
- MenuChangelogTitle = 364,
380
- MenuChangelogDescription = 365,
381
- MenuChangelogHeadingUnchartedWaters = 366,
382
- MenuChangelogFailedToLoadTitle = 367,
383
- MenuChangelogFailedToLoadDescription = 368,
384
- MenuChangelogHeadingChangeCount = 369,
385
- MenuChangelogButtonCopyChangelog = 370,
386
- MenuCharacterCreationButtonRandomizeName = 371,
387
- MenuCharacterCreationButtonExportTooltip = 372,
388
- MenuCharacterCreationButtonImportTooltip = 373,
389
- MenuCharacterCreationButtonStartGame = 374,
390
- MenuCharacterCreationButtonJoinGame = 375,
391
- MenuCharacterCreationDescription = 376,
392
- MenuCharacterCreationHeadingHairColor = 377,
393
- MenuCharacterCreationHeadingHairStyle = 378,
394
- MenuCharacterCreationHeadingSkinTone = 379,
395
- MenuCharacterCreationLabelName = 380,
396
- MenuCharacterCreationTitle = 381,
397
- MenuCharacterCreationButtonRotateLeftTooltip = 382,
398
- MenuCharacterCreationButtonRotateRightTooltip = 383,
399
- MenuCharacterCreationButtonRandomizeTooltip = 384,
400
- MenuCharacterSelectionButtonNewCharacter = 385,
401
- MenuCharacterSelectionDescription = 386,
402
- MenuCharacterSelectionHeadingNoCharacters = 387,
403
- MenuCharacterSelectionTitle = 388,
404
- MenuCharacterSelectionLabelLastUse = 389,
405
- MenuCharacterSelectionLabelUseCount = 390,
406
- MenuCharacterSelectionCharacterButtonDeleteTooltip = 391,
407
- MenuCharacterSelectionCharacterButtonCustomizeTooltip = 392,
408
- MenuDevelopmentBranchTitle = 393,
409
- MenuDevelopmentBranchSuperTitle = 394,
410
- MenuDevelopmentBranchWarning = 395,
411
- MenuDevelopmentBranchStatus = 396,
412
- MenuDevelopmentBranchStatusUnavailable = 397,
413
- MenuErrorReportingTitle = 398,
414
- MenuErrorReportingDescription = 399,
415
- MenuErrorReportingContentsTitle = 400,
416
- MenuErrorReportingContentsDescription = 401,
417
- MenuMultiplayerDescription = 402,
418
- MenuMultiplayerTitle = 403,
419
- MenuMultiplayerButtonJoinById = 404,
420
- MenuMultiplayerServerLabelDays = 405,
421
- MenuMultiplayerServerLabelIsland = 406,
422
- MenuMultiplayerButtonNewGame = 407,
423
- MenuMultiplayerButtonLoadGame = 408,
424
- MenuMultiplayerServerTooltipPVP = 409,
425
- MenuMultiplayerServerTooltipModsLabel = 410,
426
- MenuMultiplayerServerTooltipFriendsLabel = 411,
427
- MenuMultiplayerServerPlayers = 412,
428
- MenuMultiplayerServerLobbyType = 413,
429
- MenuMultiplayerServerRegion = 414,
430
- MenuMultiplayerServerHost = 415,
431
- MenuMultiplayerServerVersion = 416,
432
- MenuMultiplayerServerVersionUnknown = 417,
433
- MenuMultiplayerServerDedicated = 418,
434
- MenuMultiplayerHeadingPlayersOnline = 419,
435
- MenuMultiplayerServerModInfo = 420,
436
- MenuMultiplayerServerModUnableToLoad = 421,
437
- MenuMultiplayerServerLabelTerritoryTier = 422,
438
- MenuGameEndTitleDead = 423,
439
- MenuGameEndTitleWon = 424,
440
- MenuGameEndShareFacebook = 425,
441
- MenuGameEndShareTwitter = 426,
442
- MenuGameEndContinueAsGhost = 427,
443
- MenuGameEndRespawnInCasualMode = 428,
444
- MenuGameEndRespawnAsNewCharacter = 429,
445
- MenuGameEndReturnToIsland = 430,
446
- MenuGameEndExitToMenu = 431,
447
- MenuHelpTitle = 432,
448
- MenuHelpDescription = 433,
449
- MenuHelpLabelSearch = 434,
450
- MenuHighscoresTitle = 435,
451
- MenuHighscoresDescription = 436,
452
- MenuHighscoresDifficultyFilterAll = 437,
453
- MenuHighscoresHighscoreLabelDifficulty = 438,
454
- MenuHighscoresHighscoreLabelTurns = 439,
455
- MenuHighscoresHighscoreLabelScore = 440,
456
- MenuHighscoresHighscoreLabelPlace = 441,
457
- MenuHighscoresHighscoreLabelDate = 442,
458
- MenuHighscoresHighscoreLabelDeathBy = 443,
459
- MenuHighscoresHighscoreTitle = 444,
460
- MenuHighscoresCharacterNameUnknown = 445,
461
- MenuHighscoresHighscoreReplayWithSettings = 446,
462
- MenuLoadGameButtonSaveSlot = 447,
463
- MenuLoadGameButtonNewGame = 448,
464
- MenuLoadGameButtonNewGameButtonImportTooltip = 449,
465
- MenuLoadGameDescription = 450,
466
- MenuLoadGameSaveButtonDeleteTooltip = 451,
467
- MenuLoadGameSaveButtonEditNameTooltip = 452,
468
- MenuLoadGameSaveButtonExportTooltip = 453,
469
- MenuLoadGameSaveTooltipLabelCreatedTime = 454,
470
- MenuLoadGameSaveTooltipLabelSaveTime = 455,
471
- MenuLoadGameSaveTooltipLabelGameMode = 456,
472
- MenuLoadGameSaveTooltipLabelScore = 457,
473
- MenuLoadGameSaveTooltipLabelSeed = 458,
474
- MenuLoadGameSaveTooltipLabelTurns = 459,
475
- MenuLoadGameSaveTooltipLabelMods = 460,
476
- MenuLoadGameSaveTooltipLabelOriginalVersion = 461,
477
- MenuLoadGameSaveTooltipMod = 462,
478
- MenuLoadGameSaveTooltipNew = 463,
479
- MenuLoadGameSaveTooltipCorrupted = 464,
480
- MenuLoadGameSaveGame = 465,
481
- MenuLoadGameSaveGameDescription = 466,
482
- MenuLoadGameTitle = 467,
483
- MenuLoadGameLabelSelected = 468,
484
- MenuLoadGameButtonDeleteSelectedTooltip = 469,
485
- MenuLoadGameImportSaveFailure = 470,
486
- MenuLoadGameSectionSavedGames = 471,
487
- MenuLoadGameSectionImportFolders = 472,
488
- MenuLoadGameSectionImportFoldersPlaceholderPathToSaves = 473,
489
- MenuLoadGameSectionImportFoldersButtonAddFolder = 474,
490
- MenuLoadGameSectionImportFoldersButtonDeleteFolder = 475,
491
- MenuMainButtonAbout = 476,
492
- MenuMainButtonChangelog = 477,
493
- MenuMainButtonMultiplayer = 478,
494
- MenuMainButtonHighscores = 479,
495
- MenuMainButtonLoadGame = 480,
496
- MenuMainButtonMods = 481,
497
- MenuMainButtonModsTooltipLabelEnabledMods = 482,
498
- MenuMainButtonModsTooltipAndXOthers = 483,
499
- MenuMainButtonModsAllDisabled = 484,
500
- MenuMainButtonNewGame = 485,
501
- MenuMainButtonNews = 486,
502
- MenuMainButtonOptions = 487,
503
- MenuMainButtonQuitGame = 488,
504
- MenuModsWarningModsDisabledTitle = 489,
505
- MenuModsWarningModsDisabledDescription = 490,
506
- MenuModsButtonModdingGuide = 491,
507
- MenuModsButtonOpenFolder = 492,
508
- MenuModsButtonOpenWorkshop = 493,
509
- MenuModsButtonRefreshMods = 494,
510
- MenuModsDescription = 495,
511
- MenuModsTitle = 496,
512
- MenuModsTooltipLabelAuthor = 497,
513
- MenuModsTooltipLabelTags = 498,
514
- MenuModsTooltipLabelDependencies = 499,
515
- MenuModsTooltipLabelProvides = 500,
516
- MenuModsTooltipLabelVersion = 501,
517
- MenuModsTooltipLabelDescription = 502,
518
- MenuModsTooltipLabelInstallDate = 503,
519
- MenuModsTooltipLabelCreatedDate = 504,
520
- MenuModsTooltipLabelLastUpdatedDate = 505,
521
- MenuModsTooltipPreventsMilestoneUnlocks = 506,
522
- MenuModsTooltipModOptions = 507,
523
- MenuModsTooltipPublishMod = 508,
524
- MenuModsTooltipModMoreInformation = 509,
525
- MenuModsTooltipUninstallMod = 510,
526
- MenuModsTooltipViewInSteamWorkshop = 511,
527
- MenuModsTooltipViewGitHub = 512,
528
- MenuModsTooltipOpenFolder = 513,
529
- MenuModsButtonEditInternalMods = 514,
530
- MenuModsSectionHeading = 515,
531
- MenuModsSubmenuEditInternalModsTitle = 516,
532
- MenuModsSubmenuEditInternalModsDescription = 517,
533
- MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 518,
534
- MenuModsSubmenuEditInternalModsSectionRootsName = 519,
535
- MenuModsSubmenuEditInternalModsSectionModsName = 520,
536
- MenuModsSubmenuEditInternalModsPlaceholderModRootName = 521,
537
- MenuModsSubmenuEditInternalModsPlaceholderModRootPath = 522,
538
- MenuNewGameButtonNext = 523,
539
- MenuNewGameButtonStartServer = 524,
540
- MenuNewGameDescription = 525,
541
- MenuNewGameLabelEditName = 526,
542
- MenuNewGameLabelEditSeed = 527,
543
- MenuNewGamePlaceholderEditSeed = 528,
544
- MenuNewGameTitle = 529,
545
- MenuNewGameChoiceDifficulty = 530,
546
- MenuNewGameChoiceSingleplayer = 531,
547
- MenuNewGameChoiceSingleplayerDescription = 532,
548
- MenuNewGameChoiceMultiplayer = 533,
549
- MenuNewGameChoiceMultiplayerDescription = 534,
550
- MenuNewGameChoiceTurnModeManual = 535,
551
- MenuNewGameChoiceTurnModeManualDescription = 536,
552
- MenuNewGameChoiceTurnModeRealTime = 537,
553
- MenuNewGameChoiceTurnModeRealTimeDescription = 538,
554
- MenuNewGameChoiceTurnModeSimulated = 539,
555
- MenuNewGameChoiceTurnModeSimulatedDescription = 540,
556
- MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 541,
557
- MenuNewGameChoiceDifficultyChallengeDaily = 542,
558
- MenuNewGameChoiceDifficultyChallengeDailyTooltip = 543,
559
- MenuNewGameButtonMilestones = 544,
560
- MenuNewGameButtonMilestonesDescription = 545,
561
- MenuNewGameTabGameMode = 546,
562
- MenuNewGameTabMultiplayer = 547,
563
- MenuNewGameTabGameplayModifiers = 548,
564
- MenuNewGameHeadingGameMode = 549,
565
- MenuNewGameHeadingMultiplayer = 550,
566
- MenuNewGameHeadingGameplayModifiers = 551,
567
- MenuNewGameMilestoneModifiersUnlockableInMode = 552,
568
- MenuNewGameChoiceClientsInheritHostModifiers = 553,
569
- MenuNewGameChoiceClientsInheritHostModifiersDescription = 554,
570
- MenuNewGameChoiceCustomModifiers = 555,
571
- MenuNewGameChoiceCustomModifiersDescription = 556,
572
- MenuMilestoneModifiersTitle = 557,
573
- MenuMilestoneModifiersDescription = 558,
574
- MenuCustomGameOptionsTitle = 559,
575
- MenuCustomGameOptionsDescription = 560,
576
- MenuCustomGameOptionsRespawnOnDeath = 561,
577
- MenuCustomGameOptionsRespawnOnDeathDescription = 562,
578
- MenuCustomGameOptionsUseUnlockedRecipes = 563,
579
- MenuCustomGameOptionsStartingIslandBiome = 564,
580
- MenuCustomGameOptionsApplyTravelingEffects = 565,
581
- MenuCustomGameOptionsApplyTravelingEffectsDescription = 566,
582
- MenuCustomGameOptionsCreaturesPeaceful = 567,
583
- MenuCustomGameOptionsCreaturesDisableScared = 568,
584
- MenuCustomGameOptionsCreaturesDisableScaredDescription = 569,
585
- MenuCustomGameOptionsCreaturesAberrantSpawns = 570,
586
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 571,
587
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 572,
588
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 573,
589
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 574,
590
- MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 575,
591
- MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 576,
592
- MenuCustomGameOptionsCreaturesAlwaysSpawn = 577,
593
- MenuCustomGameOptionsCreaturesAllowSpawning = 578,
594
- MenuCustomGameOptionsCreaturesSpawnLimit = 579,
595
- MenuCustomGameOptionsCreaturesSpawnLimitDescription = 580,
596
- MenuCustomGameOptionsCreaturesSpawnRateMultiplier = 581,
597
- MenuCustomGameOptionsCreaturesSpawnRateMultiplierDescription = 582,
598
- MenuCustomGameOptionsCreatureNone = 583,
599
- MenuCustomGameOptionsCreatureConfigure = 584,
600
- MenuCustomGameOptionsStatMultiplier = 585,
601
- MenuCustomGameOptionsStatMultiplierTooltip = 586,
602
- MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 587,
603
- MenuCustomGameOptionsHeadingGeneral = 588,
604
- MenuCustomGameOptionsHeadingTravel = 589,
605
- MenuCustomGameOptionsHeadingTime = 590,
606
- MenuCustomGameOptionsHeadingStats = 591,
607
- MenuCustomGameOptionsHeadingItems = 592,
608
- MenuCustomGameOptionsHeadingCreatures = 593,
609
- MenuCustomGameOptionsHeadingSkills = 594,
610
- MenuCustomGameOptionsHeadingStatuses = 595,
611
- MenuCustomGameOptionsEternalNight = 596,
612
- MenuCustomGameOptionsEternalNightDescription = 597,
613
- MenuCustomGameOptionsEternalDay = 598,
614
- MenuCustomGameOptionsEternalDayDescription = 599,
615
- MenuCustomGameOptionsTimeFrozen = 600,
616
- MenuCustomGameOptionsTimeInitial = 601,
617
- MenuCustomGameOptionsTimeDayLength = 602,
618
- MenuCustomGameOptionsTimeDayLengthTooltip = 603,
619
- MenuCustomGameOptionsTimeDayPercent = 604,
620
- MenuCustomGameOptionsTimeDayPercentTooltip = 605,
621
- MenuCustomGameOptionsStatStarting = 606,
622
- MenuCustomGameOptionsStatMax = 607,
623
- MenuCustomGameOptionsStatStartingDisplay = 608,
624
- MenuCustomGameOptionsStatMaxDisplay = 609,
625
- MenuCustomGameOptionsStatNoChange = 610,
626
- MenuCustomGameOptionsStatBonus = 611,
627
- MenuCustomGameOptionsStatBonusDisplay = 612,
628
- MenuCustomGameOptionsStatusPassChanceMultiplier = 613,
629
- MenuCustomGameOptionsStatusPassChanceMultiplierTooltip = 614,
630
- MenuCustomGameOptionsStatusStartWith = 615,
631
- MenuCustomGameOptionsStatusUntreatable = 616,
632
- MenuCustomGameOptionsStatusUntreatableTooltip = 617,
633
- MenuCustomGameOptionsSkillInitialRandomCount = 618,
634
- MenuCustomGameOptionsSkillInitialRandomCountDescription = 619,
635
- MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 620,
636
- MenuCustomGameOptionsSkillsGlobal = 621,
637
- MenuCustomGameOptionsSkillNone = 622,
638
- MenuCustomGameOptionsSkillConfigure = 623,
639
- MenuCustomGameOptionsSkillInitial = 624,
640
- MenuCustomGameOptionsSkillMultiplier = 625,
641
- MenuCustomGameOptionsSkillMultiplierTooltip = 626,
642
- MenuCustomGameOptionsRandomItems = 627,
643
- MenuCustomGameOptionsRandomItemsDescription = 628,
644
- MenuCustomGameOptionsItemDurability = 629,
645
- MenuCustomGameOptionsItemDurabilityTooltip = 630,
646
- MenuCustomGameOptionsItemDecay = 631,
647
- MenuCustomGameOptionsItemDecayTooltip = 632,
648
- MenuCustomGameOptionsExport = 633,
649
- MenuCustomGameOptionsImport = 634,
650
- MenuCustomGameOptionsViewGroundItemsAsContainer = 635,
651
- MenuCustomGameOptionsViewGroundItemsAsContainerDescription = 636,
652
- MenuNewsDescription = 637,
653
- MenuNewsHeadingSocial = 638,
654
- MenuNewsTitle = 639,
655
- MenuNewsHeadingUnableToLoad = 640,
656
- MenuNewsButtonAllNews = 641,
657
- MenuNewsButtonViewChangelog = 642,
658
- MenuOptionsButtonDitherFogOfWar = 643,
659
- MenuOptionsButtonHealthVignette = 644,
660
- MenuOptionsButtonHealthVignetteTooltip = 645,
661
- MenuOptionsButtonDisableCustomCursor = 646,
662
- MenuOptionsButtonEnableSmoothZooming = 647,
663
- MenuOptionsButtonDisplayArticleInObjectNames = 648,
664
- MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 649,
665
- MenuOptionsButtonFullscreen = 650,
666
- MenuOptionsButtonCustomTitleBar = 651,
667
- MenuOptionsButtonDeveloperMode = 652,
668
- MenuOptionsButtonReloadGame = 653,
669
- MenuOptionsButtonReloadStylesheets = 654,
670
- MenuOptionsButtonReloadTextures = 655,
671
- MenuOptionsButtonPrepackedSprites = 656,
672
- MenuOptionsButtonDisposeReflection = 657,
673
- MenuOptionsButtonExportGlobalSaveData = 658,
674
- MenuOptionsButtonImportGlobalSaveData = 659,
675
- MenuOptionsButtonSaveDataBackups = 660,
676
- MenuOptionsButtonSaveDataBackupsTooltip = 661,
677
- MenuOptionsButtonSaveDataClearAll = 662,
678
- MenuOptionsButtonSaveDataClearCharacters = 663,
679
- MenuOptionsButtonSaveDataClearUI = 664,
680
- MenuOptionsButtonSaveDataClearHighscores = 665,
681
- MenuOptionsButtonSaveDataClearMilestones = 666,
682
- MenuOptionsButtonSaveDataClearOptions = 667,
683
- MenuOptionsButtonSaveDataClearCraftingRecipes = 668,
684
- MenuOptionsButtonSaveDataClearSaves = 669,
685
- MenuOptionsButtonSkipSplash = 670,
686
- MenuOptionsButtonDisableQuitConfirmation = 671,
687
- MenuOptionsButtonToggleDevTools = 672,
688
- MenuOptionsButtonOpenBackupsFolder = 673,
689
- MenuOptionsButtonOpenLogsFolder = 674,
690
- MenuOptionsButtonDropLocationFacing = 675,
691
- MenuOptionsButtonDropLocationFeet = 676,
692
- MenuOptionsButtonStartTraceRecording = 677,
693
- MenuOptionsButtonStopTraceRecording = 678,
694
- MenuOptionsButtonTracingRecordingTooltip = 679,
695
- MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 680,
696
- MenuOptionsDescription = 681,
697
- MenuOptionsHeadingAudio = 682,
698
- MenuOptionsHeadingDeveloper = 683,
699
- MenuOptionsHeadingGameplayOptions = 684,
700
- MenuOptionsHeadingGameplayOptionsDescription = 685,
701
- MenuOptionsHeadingGameplayOptionsButtonOpenDialog = 686,
702
- MenuOptionsHeadingOtherOptions = 687,
703
- MenuOptionsHeadingControls = 688,
704
- MenuOptionsHeadingModOptions = 689,
705
- MenuOptionsHeadingSaveData = 690,
706
- MenuOptionsHeadingTooltipsTile = 691,
707
- MenuOptionsHeadingVideo = 692,
708
- MenuOptionsLabelInterfaceScale = 693,
709
- MenuOptionsLabelHudWidth = 694,
710
- MenuOptionsLabelTooltipDelay = 695,
711
- MenuOptionsLabelDirectionTurnDelay = 696,
712
- MenuOptionsLabelMouseTurnDelay = 697,
713
- MenuOptionsLabelFontStyle = 698,
714
- MenuOptionsTooltipTurnDelay = 699,
715
- MenuOptionsTooltipMouseTurnDelay = 700,
716
- MenuOptionsTooltipControlsFilter = 701,
717
- MenuOptionsLabelVolumeEffects = 702,
718
- MenuOptionsLabelVolumeMusic = 703,
719
- MenuOptionsTabAudio = 704,
720
- MenuOptionsTabDeveloper = 705,
721
- MenuOptionsTabGameplay = 706,
722
- MenuOptionsTabTooltips = 707,
723
- MenuOptionsTabOther = 708,
724
- MenuOptionsTabLanguage = 709,
725
- MenuOptionsTabControls = 710,
726
- MenuOptionsTabMods = 711,
727
- MenuOptionsTabSaveData = 712,
728
- MenuOptionsTabVideo = 713,
729
- MenuOptionsTabPerformance = 714,
730
- MenuOptionsHeadingPerformance = 715,
731
- MenuOptionsTitle = 716,
732
- MenuOptionsTooltipMusicNextTrack = 717,
733
- MenuOptionsBindChoose = 718,
734
- MenuOptionsBindChooseAdd = 719,
735
- MenuOptionsBindButtonResetTooltip = 720,
736
- MenuOptionsBindButtonDeleteTooltip = 721,
737
- MenuOptionsBindButtonAddTooltip = 722,
738
- MenuOptionsBindButtonAddMacroTooltip = 723,
739
- MenuOptionsButtonDiscoverEverything = 724,
740
- MenuOptionsButtonDiscoverEverythingDescription = 725,
741
- MenuOptionsButtonGrantAllMilestoneModifiers = 726,
742
- MenuOptionsButtonGrantAllMilestoneModifiersDescription = 727,
743
- MenuOptionsButtonDisableMilestonesDescription = 728,
744
- MenuOptionsButtonAlternatingDirectionMovement = 729,
745
- MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 730,
746
- MenuOptionsButtonSteamInputKeyboardPosition = 731,
747
- MenuOptionsButtonAlwaysShowMoreInformationTooltip = 732,
748
- MenuOptionsButtonEnableLowPowerMode = 733,
749
- MenuOptionsButtonEnableLowPowerModeTooltip = 734,
750
- MenuOptionsButtonDisableAcrylicTransparency = 735,
751
- MenuOptionsButtonDisableAcrylicTransparencyTooltip = 736,
752
- MenuOptionsButtonDisableOverlaySupport = 737,
753
- MenuOptionsButtonDisableOverlaySupportTooltip = 738,
754
- MenuOptionsButtonDisableUIEffects = 739,
755
- MenuOptionsButtonDisableUIEffectsTooltip = 740,
756
- MenuOptionsButtonDisableUIOpacity = 741,
757
- MenuOptionsButtonDisableUIOpacityTooltip = 742,
758
- MenuOptionsButtonDisableMovementAnimations = 743,
759
- MenuOptionsButtonDisableMovementAnimationsTooltip = 744,
760
- MenuOptionsButtonAutoAttack = 745,
761
- MenuOptionsButtonAutoAttackTooltip = 746,
762
- MenuOptionsButtonDropOnDismantle = 747,
763
- MenuOptionsButtonDropOnDismantleTooltip = 748,
764
- MenuOptionsButtonDropOnDisassemble = 749,
765
- MenuOptionsButtonDropOnDisassembleTooltip = 750,
766
- MenuOptionsButtonDisableCraftingProtectedItems = 751,
767
- MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 752,
768
- MenuOptionsButtonDropOnGatherHarvest = 753,
769
- MenuOptionsButtonDropOnGatherHarvestTooltip = 754,
770
- MenuOptionsButtonUseAdjacentContainers = 755,
771
- MenuOptionsButtonUseAdjacentContainersTooltip = 756,
772
- MenuOptionsButtonHideEquippedHeadgear = 757,
773
- MenuOptionsButtonHideEquippedHeadgearTooltip = 758,
774
- MenuOptionsButtonDisableItemNotifiers = 759,
775
- MenuOptionsButtonDisableItemNotifiersTooltip = 760,
776
- MenuOptionsButtonLeftHanded = 761,
777
- MenuOptionsButtonLeftHandedTooltip = 762,
778
- MenuOptionsButtonAutoSave = 763,
779
- MenuOptionsRangeAutoSaveTimerLabel = 764,
780
- MenuOptionsRangeAutoSaveTimerTurnsDisplay = 765,
781
- MenuOptionsRangeAutoSaveTimerTimeDisplay = 766,
782
- MenuOptionsButtonDropIntoContainers = 767,
783
- MenuOptionsButtonDropIntoContainersTooltip = 768,
784
- MenuOptionsButtonWarnOnDangerousActions = 769,
785
- MenuOptionsButtonWarnOnDangerousActionsTooltip = 770,
786
- MenuOptionsButtonWarnOnDroppingActions = 771,
787
- MenuOptionsButtonWarnOnDroppingActionsTooltip = 772,
788
- MenuOptionsButtonWarnOnDestructiveActions = 773,
789
- MenuOptionsButtonWarnOnDestructiveActionsTooltip = 774,
790
- MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 775,
791
- MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 776,
792
- MenuOptionsButtonWarnWhenBreakingItemsOnUse = 777,
793
- MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 778,
794
- MenuOptionsHeadingWarnWhenBreakingItems = 779,
795
- MenuOptionsButtonSaveDataClearBindings = 780,
796
- MenuOptionsButtonDisableMilestones = 781,
797
- MenuOptionsLabelSaveDataRemoval = 782,
798
- MenuOptionsTooltipDialogOpacity = 783,
799
- MenuOptionsLabelDialogOpacity = 784,
800
- MenuOptionsDeveloperSteamBetas = 785,
801
- MenuOptionsDeveloperSteamBetaName = 786,
802
- MenuOptionsDeveloperLogSourceFilterHeading = 787,
803
- MenuOptionsDeveloperUIExperiments = 788,
804
- MenuOptionsDeveloperUIExperimentsDescription = 789,
805
- MenuOptionsDeveloperDebugging = 790,
806
- MenuOptionsDeveloperDebuggingDescription = 791,
807
- MenuOptionsDeveloperToggleContainerDesyncDebugging = 792,
808
- MenuOptionsDeveloperToggleContainerDesyncDebuggingDescription = 793,
809
- MenuOptionsDeveloperReportErrors = 794,
810
- MenuOptionsDeveloperReportErrorsDescription = 795,
811
- MenuOptionsAudioVolumeDisplay = 796,
812
- MenuOptionsAudioInputSoundOnTyping = 797,
813
- MenuOptionsAudioPlayAudioInBackground = 798,
814
- MenuOptionsMusicPlaylist = 799,
815
- MenuOptionsButtonConfigureBindings = 800,
816
- MenuOptionsButtonSaveCompression = 801,
817
- MenuOptionsButtonSaveCompressionTooltip = 802,
818
- MenuOptionsButtonSaveUIDataGlobally = 803,
819
- MenuOptionsButtonSaveUIDataGloballyTooltip = 804,
820
- MenuPauseButtonContinueGame = 805,
821
- MenuPauseButtonReturnToGame = 806,
822
- MenuPauseButtonOptions = 807,
823
- MenuPauseButtonGameSettings = 808,
824
- MenuPauseButtonPaused = 809,
825
- MenuPauseButtonMultiplayer = 810,
826
- MenuPauseButtonHelp = 811,
827
- MenuPauseButtonTitleScreen = 812,
828
- MenuPauseButtonStopServer = 813,
829
- MenuPauseButtonQuitWithoutSaving = 814,
830
- MenuPauseTooltipNotPaused = 815,
831
- MenuPauseLabelPaused = 816,
832
- MenuPauseLabelNotPaused = 817,
833
- MenuModesTitle = 818,
834
- MenuModesDescription = 819,
835
- MenuMultiplayerOptionsTitle = 820,
836
- MenuMultiplayerOptionsDescription = 821,
837
- MenuMultiplayerOptionsOpenServer = 822,
838
- MenuMultiplayerOptionsOpenServerDescription = 823,
839
- MenuMultiplayerOptionsCopyGameCode = 824,
840
- MenuMultiplayerOptionsCopyGameCodeTooltip = 825,
841
- MenuMultiplayerOptionsInviteSteamFriends = 826,
842
- MenuMultiplayerOptionsCheckConnectionHeading = 827,
843
- MenuMultiplayerOptionsCheckConnectionParagraph = 828,
844
- MenuMultiplayerOptionsCheckConnectionButton = 829,
845
- MenuMultiplayerOptionsCheckConnectionResultUnknown = 830,
846
- MenuMultiplayerOptionsCheckConnectionResultChecking = 831,
847
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 832,
848
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 833,
849
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 834,
850
- MenuMultiplayerOptionsCheckConnectionResultWebSocket = 835,
851
- MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 836,
852
- MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 837,
853
- MenuMultiplayerOptionsCheckConnectionResultSuccess = 838,
854
- MenuJoinServerTitle = 839,
855
- MenuJoinServerDescription = 840,
856
- MenuJoinServerInputPlaceholder = 841,
857
- MenuJoinServerChooseModifiersTitle = 842,
858
- MenuJoinServerChooseModifiersDescription = 843,
859
- MenuSharedMultiplayerChoiceLobbyTypeFriends = 844,
860
- MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 845,
861
- MenuSharedMultiplayerChoiceLobbyTypePublic = 846,
862
- MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 847,
863
- MenuSharedMultiplayerChoiceLobbyTypePrivate = 848,
864
- MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 849,
865
- MenuSharedMultiplayerChoicePVP = 850,
866
- MenuSharedMultiplayerChoicePVPDescription = 851,
867
- MenuSharedMultiplayerChoiceAllowTraveling = 852,
868
- MenuSharedMultiplayerChoiceAllowTravelingDescription = 853,
869
- MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 854,
870
- MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 855,
871
- MenuSharedMultiplayerChoicePauseOnDesync = 856,
872
- MenuSharedMultiplayerChoicePauseOnDesyncDescription = 857,
873
- MenuSharedMultiplayerDescription = 858,
874
- MenuSharedMultiplayerMessageOfTheDay = 859,
875
- MenuSharedMultiplayerMaxPlayers = 860,
876
- MenuSharedRealTimeTickSpeedTooltip = 861,
877
- MenuSharedRealTimeTickSpeedLabel = 862,
878
- MenuSharedButtonDefault = 863,
879
- MenuSharedValueSeconds = 864,
880
- MenuSharedValueMilliseconds = 865,
881
- MenuSharedValuePercentage = 866,
882
- MenuSharedMilestonesNotUnlockable = 867,
883
- MenuSharedMilestonesNotUnlockableDescription = 868,
884
- MenuSharedMilestonesNotUnlockableButtonShowMods = 869,
885
- MenuSharedButtonDisableAll = 870,
886
- MenuSharedButtonEnableAll = 871,
887
- MenuSharedMilestoneModifiersSelected = 872,
888
- MiscSortBy = 873,
889
- MiscSortCustom = 874,
890
- MiscSortDirection = 875,
891
- MiscFilter = 876,
892
- MiscNone = 877,
893
- MiscPlayerNameDefault = 878,
894
- MiscPlayerNameServer = 879,
895
- MiscSaveNameDefault = 880,
896
- MiscSaveNameDailyChallenge = 881,
897
- MiscSaveNameChallenge = 882,
898
- MiscSaveVersionUnknown = 883,
899
- MiscVersion = 884,
900
- MiscVersionBuildInfoTooltip = 885,
901
- MiscVersionUpdate = 886,
902
- MiscTime = 887,
903
- MiscTimeMeridiem = 888,
904
- MiscError = 889,
905
- MiscContextMenuCopyTooltip = 890,
906
- MiscBindableNoBindings = 891,
907
- MiscBindingIcon = 892,
908
- MiscBindingIconThen = 893,
909
- DifficultyOptionsPeaceful = 894,
910
- DifficultyOptionsAberrantSpawnsDisabled = 895,
911
- DifficultyOptionsAberrantSpawnsOnly = 896,
912
- DifficultyOptionsCreatureSpawningDisabled = 897,
913
- DifficultyOptionsCreatureAlwaysSpawns = 898,
914
- DifficultyOptionsCreatureSpawnsDefault = 899,
915
- DifficultyOptionsCreatureSpawnsAberrantOnly = 900,
916
- DifficultyOptionsCreatureSpawnsNoAberrants = 901,
917
- DifficultyOptionsSpawnLimit = 902,
918
- DifficultyOptionsSpawnRateMultiplier = 903,
919
- DifficultyOptionsDisableScared = 904,
920
- DifficultyOptionsRespawn = 905,
921
- DifficultyOptionsEternalNight = 906,
922
- DifficultyOptionsEternalDay = 907,
923
- DifficultyOptionsTimeInitial = 908,
924
- DifficultyOptionsTimeFrozen = 909,
925
- DifficultyOptionsTimeDayLength = 910,
926
- DifficultyOptionsTimeDayPercent = 911,
927
- DifficultyOptionsNoItems = 912,
928
- DifficultyOptionsRecipes = 913,
929
- DifficultyOptionsStartingIsland = 914,
930
- DifficultyOptionsTravelingEffectsDisabled = 915,
931
- DifficultyOptionsLuck = 916,
932
- DifficultyOptionsWeightBonus = 917,
933
- DifficultyOptionsStatInitial = 918,
934
- DifficultyOptionsStatMax = 919,
935
- DifficultyOptionsStatMultiplier = 920,
936
- DifficultyOptionsStatusStartWith = 921,
937
- DifficultyOptionsStatusUntreatable = 922,
938
- DifficultyOptionsStatusPassChanceMultiplier = 923,
939
- DifficultyOptionsNoRandomSkills = 924,
940
- DifficultyOptionsSkillStartingCount = 925,
941
- DifficultyOptionsSkillGainMultiplier = 926,
942
- DifficultyOptionsSkillInitial = 927,
943
- DifficultyOptionsStatusPermanent = 928,
944
- DifficultyOptionsStatusRateMultiplier = 929,
945
- DifficultyOptionsStatusMultiplier = 930,
946
- DifficultyOptionsItemDurabilityMultiplier = 931,
947
- DifficultyOptionsItemDecayMultiplier = 932,
948
- DifficultyOptionsTileContainersEnabled = 933,
949
- TabCrafting = 934,
950
- TabDismantle = 935,
951
- WindowTitleContainer = 936,
952
- WindowTitleInventory = 937
262
+ GameTooltipCurseEventCursebearer = 247,
263
+ GameTooltipCreatureSubtitle = 248,
264
+ GameTooltipCreatureColorContext = 249,
265
+ GameTooltipCreatureLabelTamed = 250,
266
+ GameTooltipCreatureLabelMood = 251,
267
+ GameTooltipCreatureLabelCommand = 252,
268
+ GameTooltipCreatureLabelCanPetIn = 253,
269
+ GameTooltipCreatureCanPet = 254,
270
+ GameTooltipCreatureLabelCanMilkIn = 255,
271
+ GameTooltipCreatureLabelAberrant = 256,
272
+ GameTooltipCreatureLabelStatuses = 257,
273
+ GameTooltipCreatureAberrantDescriptionShort = 258,
274
+ GameTooltipCreatureAberrantDescriptionExtra = 259,
275
+ GameTooltipCreatureAberrantDescriptionVerbose = 260,
276
+ GameTooltipCreatureProducingMilk = 261,
277
+ GameTooltipCreatureExactHealth = 262,
278
+ GameTooltipDeityLabelDomains = 263,
279
+ GameTooltipStatFerocityScore = 264,
280
+ GameTooltipStatFerocityCivilizationScore = 265,
281
+ GameTooltipStatFerocityCivilizationScoreTerritory = 266,
282
+ GameTooltipStatTerritoryTier = 267,
283
+ GameTooltipStatFerocityTurn = 268,
284
+ GameTooltipStatFerocityTicks = 269,
285
+ GameTooltipStatFerocityNights = 270,
286
+ GameTooltipStatFerocityDays = 271,
287
+ GameTooltipSharedUndiscovered = 272,
288
+ GameTooltipStatCurseFactors = 273,
289
+ GameTooltipStatCurseFactor = 274,
290
+ GameStatsStatAttack = 275,
291
+ GameStatsStatGeneric = 276,
292
+ GameStatsStatGenericWithMax = 277,
293
+ GameStatsStatbar = 278,
294
+ GameStatsMoreToDiscover = 279,
295
+ GameMenuBarButtonTooltipBindable = 280,
296
+ GameMenuBarButtonTooltipSaveSize = 281,
297
+ GameMenuBarButtonTooltipSaveTurnsAgo = 282,
298
+ GameMenuBarButtonTooltipSaveLastTime = 283,
299
+ GameMenuBarButtonTooltipNotesUnread = 284,
300
+ GameMenuBarButtonTooltipMilestonesDisabled = 285,
301
+ GameMenuBarButtonTooltipQuestsDisabled = 286,
302
+ GameMenuBarContextMenuActionRemoveItem = 287,
303
+ GameMenuBarContextMenuActionInsertItem = 288,
304
+ GameMenuBarContextMenuActionReset = 289,
305
+ GameActionBarContextMenuDisplayBindings = 290,
306
+ GameActionBarContextMenuAutoSelectPrimaryUse = 291,
307
+ GameActionBarContextMenuBringSlotsIntoNewSaves = 292,
308
+ GameActionBarContextMenuConfigure = 293,
309
+ GameActionBarContextMenuSelectModifierOrder = 294,
310
+ GameActionBarContextMenuSelectModifierOrderNoModifier = 295,
311
+ GameActionBarContextMenuAutoSwitchToBestItemOnInaccessible = 296,
312
+ GameActionBarConfigurationDrawerTitle = 297,
313
+ GameActionBarConfigurationDrawerFooterDiscoveryHint = 298,
314
+ GameActionBarConfigurationDrawerFooterDiscoveryHintProgress = 299,
315
+ GameActionBarConfigurationDrawerSlotHintUse = 300,
316
+ GameActionBarConfigurationDrawerSlotHintToggle = 301,
317
+ GameActionBarConfigurationDrawerSlotHintToggleUseOnMove = 302,
318
+ GameActionBarConfigurationDrawerColumnTitleActions = 303,
319
+ GameActionBarConfigurationDrawerColumnTitleItemActions = 304,
320
+ GameActionBarConfigurationDrawerColumnTitleConfiguration = 305,
321
+ GameActionBarConfigurationDrawerButtonEditBindings = 306,
322
+ GameActionBarConfigurationDrawerButtonClearSlot = 307,
323
+ GameActionBarConfigurationDrawerColumnTitleInapplicable = 308,
324
+ GameActionBarConfigurationDrawerButtonUseOnMove = 309,
325
+ GameActionBarConfigurationDrawerButtonUseOnMoveDescription = 310,
326
+ GameActionBarConfigurationDrawerButtonUseOnHoveredTile = 311,
327
+ GameActionBarConfigurationDrawerButtonUseOnHoveredTileDescription = 312,
328
+ GameActionBarConfigurationDrawerModeUseExact = 313,
329
+ GameActionBarConfigurationDrawerModeUseExactNoItemSelected = 314,
330
+ GameActionBarConfigurationDrawerModeUseBest = 315,
331
+ GameActionBarConfigurationDrawerModeUseNone = 316,
332
+ GameActionBarConfigurationDrawerModeUseHovered = 317,
333
+ GameActionBarConfigurationDrawerItemDropdownAny = 318,
334
+ GameActionBarConfigurationDrawerItemDropdownNoTypeSelected = 319,
335
+ GameActionBarConfigurationDrawerButtonDone = 320,
336
+ GameActionBarConfigurationDrawerButtonCraftType = 321,
337
+ GameActionBarSlotTooltipHintUse = 322,
338
+ GameActionBarSlotTooltipHintConfigure = 323,
339
+ GameActionBarSlotTooltipHintUseOnMove = 324,
340
+ GameActionBarSlotTooltipHintUseSlottedItem = 325,
341
+ GameActionBarSlotTooltipHintClear = 326,
342
+ GameActionBarButtonToggleUseWhenMovingTooltip = 327,
343
+ GameActionBarButtonRemoveActionBarRowTooltip = 328,
344
+ GameActionBarButtonAddActionBarRowTooltip = 329,
345
+ GameActionBarButtonConfigureOptions = 330,
346
+ GameMessagesButtonSend = 331,
347
+ GameMessagesContextMenuShowAsDialog = 332,
348
+ GameMessagesContextMenuClear = 333,
349
+ GameMessagesContextMenuCopy = 334,
350
+ GameMessagesContextMenuExport = 335,
351
+ GameMessagesFilter = 336,
352
+ GameMessagesFiltersEdit = 337,
353
+ GameMessagesNewNote = 338,
354
+ GameMessagesTurn = 339,
355
+ GameMessagesDedicatedServerBackup = 340,
356
+ GameMessagesDedicatedServerBackupLimitReached = 341,
357
+ GameMessagesPlaceholderChat = 342,
358
+ GameMessagesButtonShowNewest = 343,
359
+ GameTileInspectionCannotSeeTile = 344,
360
+ MenuAboutTitle = 345,
361
+ MenuAboutDescription = 346,
362
+ MenuAboutGameDescription = 347,
363
+ MenuAboutSectionTeam = 348,
364
+ MenuAboutTeamMemberName = 349,
365
+ MenuAboutTeamMemberNickname = 350,
366
+ MenuAboutSectionContributors = 351,
367
+ MenuAboutSectionSpecialThanks = 352,
368
+ MenuAboutTextSpecialThanksTestorsAndDonators = 353,
369
+ MenuAboutSectionLibraries = 354,
370
+ MenuAboutSectionLibrariesDescription = 355,
371
+ MenuAboutLabelVersion = 356,
372
+ MenuAboutLabelVersionBuild = 357,
373
+ MenuAboutLabelVersionBuildTime = 358,
374
+ MenuBindings = 359,
375
+ MenuBindingsDescription = 360,
376
+ MenuBindingsTooltipBindConflicts = 361,
377
+ MenuBindingsManagedBindableGameActionBarUseSlot = 362,
378
+ MenuBindingsManagedBindableGameActionBarAssignSlot = 363,
379
+ MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 364,
380
+ MenuChangelogTitle = 365,
381
+ MenuChangelogDescription = 366,
382
+ MenuChangelogHeadingUnchartedWaters = 367,
383
+ MenuChangelogFailedToLoadTitle = 368,
384
+ MenuChangelogFailedToLoadDescription = 369,
385
+ MenuChangelogHeadingChangeCount = 370,
386
+ MenuChangelogButtonCopyChangelog = 371,
387
+ MenuCharacterCreationButtonRandomizeName = 372,
388
+ MenuCharacterCreationButtonExportTooltip = 373,
389
+ MenuCharacterCreationButtonImportTooltip = 374,
390
+ MenuCharacterCreationButtonStartGame = 375,
391
+ MenuCharacterCreationButtonJoinGame = 376,
392
+ MenuCharacterCreationDescription = 377,
393
+ MenuCharacterCreationHeadingHairColor = 378,
394
+ MenuCharacterCreationHeadingHairStyle = 379,
395
+ MenuCharacterCreationHeadingSkinTone = 380,
396
+ MenuCharacterCreationLabelName = 381,
397
+ MenuCharacterCreationTitle = 382,
398
+ MenuCharacterCreationButtonRotateLeftTooltip = 383,
399
+ MenuCharacterCreationButtonRotateRightTooltip = 384,
400
+ MenuCharacterCreationButtonRandomizeTooltip = 385,
401
+ MenuCharacterSelectionButtonNewCharacter = 386,
402
+ MenuCharacterSelectionDescription = 387,
403
+ MenuCharacterSelectionHeadingNoCharacters = 388,
404
+ MenuCharacterSelectionTitle = 389,
405
+ MenuCharacterSelectionLabelLastUse = 390,
406
+ MenuCharacterSelectionLabelUseCount = 391,
407
+ MenuCharacterSelectionCharacterButtonDeleteTooltip = 392,
408
+ MenuCharacterSelectionCharacterButtonCustomizeTooltip = 393,
409
+ MenuDevelopmentBranchTitle = 394,
410
+ MenuDevelopmentBranchSuperTitle = 395,
411
+ MenuDevelopmentBranchWarning = 396,
412
+ MenuDevelopmentBranchStatus = 397,
413
+ MenuDevelopmentBranchStatusUnavailable = 398,
414
+ MenuErrorReportingTitle = 399,
415
+ MenuErrorReportingDescription = 400,
416
+ MenuErrorReportingContentsTitle = 401,
417
+ MenuErrorReportingContentsDescription = 402,
418
+ MenuMultiplayerDescription = 403,
419
+ MenuMultiplayerTitle = 404,
420
+ MenuMultiplayerButtonJoinById = 405,
421
+ MenuMultiplayerServerLabelDays = 406,
422
+ MenuMultiplayerServerLabelIsland = 407,
423
+ MenuMultiplayerButtonNewGame = 408,
424
+ MenuMultiplayerButtonLoadGame = 409,
425
+ MenuMultiplayerServerTooltipPVP = 410,
426
+ MenuMultiplayerServerTooltipModsLabel = 411,
427
+ MenuMultiplayerServerTooltipFriendsLabel = 412,
428
+ MenuMultiplayerServerPlayers = 413,
429
+ MenuMultiplayerServerLobbyType = 414,
430
+ MenuMultiplayerServerRegion = 415,
431
+ MenuMultiplayerServerHost = 416,
432
+ MenuMultiplayerServerVersion = 417,
433
+ MenuMultiplayerServerVersionUnknown = 418,
434
+ MenuMultiplayerServerDedicated = 419,
435
+ MenuMultiplayerHeadingPlayersOnline = 420,
436
+ MenuMultiplayerServerModInfo = 421,
437
+ MenuMultiplayerServerModUnableToLoad = 422,
438
+ MenuMultiplayerServerLabelTerritoryTier = 423,
439
+ MenuGameEndTitleDead = 424,
440
+ MenuGameEndTitleWon = 425,
441
+ MenuGameEndShareFacebook = 426,
442
+ MenuGameEndShareTwitter = 427,
443
+ MenuGameEndContinueAsGhost = 428,
444
+ MenuGameEndRespawnInCasualMode = 429,
445
+ MenuGameEndRespawnAsNewCharacter = 430,
446
+ MenuGameEndReturnToIsland = 431,
447
+ MenuGameEndExitToMenu = 432,
448
+ MenuHelpTitle = 433,
449
+ MenuHelpDescription = 434,
450
+ MenuHelpLabelSearch = 435,
451
+ MenuHighscoresTitle = 436,
452
+ MenuHighscoresDescription = 437,
453
+ MenuHighscoresDifficultyFilterAll = 438,
454
+ MenuHighscoresHighscoreLabelDifficulty = 439,
455
+ MenuHighscoresHighscoreLabelTurns = 440,
456
+ MenuHighscoresHighscoreLabelScore = 441,
457
+ MenuHighscoresHighscoreLabelPlace = 442,
458
+ MenuHighscoresHighscoreLabelDate = 443,
459
+ MenuHighscoresHighscoreLabelDeathBy = 444,
460
+ MenuHighscoresHighscoreTitle = 445,
461
+ MenuHighscoresCharacterNameUnknown = 446,
462
+ MenuHighscoresHighscoreReplayWithSettings = 447,
463
+ MenuLoadGameButtonSaveSlot = 448,
464
+ MenuLoadGameButtonNewGame = 449,
465
+ MenuLoadGameButtonNewGameButtonImportTooltip = 450,
466
+ MenuLoadGameDescription = 451,
467
+ MenuLoadGameSaveButtonDeleteTooltip = 452,
468
+ MenuLoadGameSaveButtonEditNameTooltip = 453,
469
+ MenuLoadGameSaveButtonExportTooltip = 454,
470
+ MenuLoadGameSaveTooltipLabelCreatedTime = 455,
471
+ MenuLoadGameSaveTooltipLabelSaveTime = 456,
472
+ MenuLoadGameSaveTooltipLabelGameMode = 457,
473
+ MenuLoadGameSaveTooltipLabelScore = 458,
474
+ MenuLoadGameSaveTooltipLabelSeed = 459,
475
+ MenuLoadGameSaveTooltipLabelTurns = 460,
476
+ MenuLoadGameSaveTooltipLabelMods = 461,
477
+ MenuLoadGameSaveTooltipLabelOriginalVersion = 462,
478
+ MenuLoadGameSaveTooltipMod = 463,
479
+ MenuLoadGameSaveTooltipNew = 464,
480
+ MenuLoadGameSaveTooltipCorrupted = 465,
481
+ MenuLoadGameSaveGame = 466,
482
+ MenuLoadGameSaveGameDescription = 467,
483
+ MenuLoadGameTitle = 468,
484
+ MenuLoadGameLabelSelected = 469,
485
+ MenuLoadGameButtonDeleteSelectedTooltip = 470,
486
+ MenuLoadGameImportSaveFailure = 471,
487
+ MenuLoadGameSectionSavedGames = 472,
488
+ MenuLoadGameSectionImportFolders = 473,
489
+ MenuLoadGameSectionImportFoldersPlaceholderPathToSaves = 474,
490
+ MenuLoadGameSectionImportFoldersButtonAddFolder = 475,
491
+ MenuLoadGameSectionImportFoldersButtonDeleteFolder = 476,
492
+ MenuMainButtonAbout = 477,
493
+ MenuMainButtonChangelog = 478,
494
+ MenuMainButtonMultiplayer = 479,
495
+ MenuMainButtonHighscores = 480,
496
+ MenuMainButtonLoadGame = 481,
497
+ MenuMainButtonMods = 482,
498
+ MenuMainButtonModsTooltipLabelEnabledMods = 483,
499
+ MenuMainButtonModsTooltipAndXOthers = 484,
500
+ MenuMainButtonModsAllDisabled = 485,
501
+ MenuMainButtonNewGame = 486,
502
+ MenuMainButtonNews = 487,
503
+ MenuMainButtonOptions = 488,
504
+ MenuMainButtonQuitGame = 489,
505
+ MenuModsWarningModsDisabledTitle = 490,
506
+ MenuModsWarningModsDisabledDescription = 491,
507
+ MenuModsButtonModdingGuide = 492,
508
+ MenuModsButtonOpenFolder = 493,
509
+ MenuModsButtonOpenWorkshop = 494,
510
+ MenuModsButtonRefreshMods = 495,
511
+ MenuModsDescription = 496,
512
+ MenuModsTitle = 497,
513
+ MenuModsTooltipLabelAuthor = 498,
514
+ MenuModsTooltipLabelTags = 499,
515
+ MenuModsTooltipLabelDependencies = 500,
516
+ MenuModsTooltipLabelProvides = 501,
517
+ MenuModsTooltipLabelVersion = 502,
518
+ MenuModsTooltipLabelDescription = 503,
519
+ MenuModsTooltipLabelInstallDate = 504,
520
+ MenuModsTooltipLabelCreatedDate = 505,
521
+ MenuModsTooltipLabelLastUpdatedDate = 506,
522
+ MenuModsTooltipPreventsMilestoneUnlocks = 507,
523
+ MenuModsTooltipModOptions = 508,
524
+ MenuModsTooltipPublishMod = 509,
525
+ MenuModsTooltipModMoreInformation = 510,
526
+ MenuModsTooltipUninstallMod = 511,
527
+ MenuModsTooltipViewInSteamWorkshop = 512,
528
+ MenuModsTooltipViewGitHub = 513,
529
+ MenuModsTooltipOpenFolder = 514,
530
+ MenuModsButtonEditInternalMods = 515,
531
+ MenuModsSectionHeading = 516,
532
+ MenuModsSubmenuEditInternalModsTitle = 517,
533
+ MenuModsSubmenuEditInternalModsDescription = 518,
534
+ MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 519,
535
+ MenuModsSubmenuEditInternalModsSectionRootsName = 520,
536
+ MenuModsSubmenuEditInternalModsSectionModsName = 521,
537
+ MenuModsSubmenuEditInternalModsPlaceholderModRootName = 522,
538
+ MenuModsSubmenuEditInternalModsPlaceholderModRootPath = 523,
539
+ MenuNewGameButtonNext = 524,
540
+ MenuNewGameButtonStartServer = 525,
541
+ MenuNewGameDescription = 526,
542
+ MenuNewGameLabelEditName = 527,
543
+ MenuNewGameLabelEditSeed = 528,
544
+ MenuNewGamePlaceholderEditSeed = 529,
545
+ MenuNewGameTitle = 530,
546
+ MenuNewGameChoiceDifficulty = 531,
547
+ MenuNewGameChoiceSingleplayer = 532,
548
+ MenuNewGameChoiceSingleplayerDescription = 533,
549
+ MenuNewGameChoiceMultiplayer = 534,
550
+ MenuNewGameChoiceMultiplayerDescription = 535,
551
+ MenuNewGameChoiceTurnModeManual = 536,
552
+ MenuNewGameChoiceTurnModeManualDescription = 537,
553
+ MenuNewGameChoiceTurnModeRealTime = 538,
554
+ MenuNewGameChoiceTurnModeRealTimeDescription = 539,
555
+ MenuNewGameChoiceTurnModeSimulated = 540,
556
+ MenuNewGameChoiceTurnModeSimulatedDescription = 541,
557
+ MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 542,
558
+ MenuNewGameChoiceDifficultyChallengeDaily = 543,
559
+ MenuNewGameChoiceDifficultyChallengeDailyTooltip = 544,
560
+ MenuNewGameButtonMilestones = 545,
561
+ MenuNewGameButtonMilestonesDescription = 546,
562
+ MenuNewGameTabGameMode = 547,
563
+ MenuNewGameTabMultiplayer = 548,
564
+ MenuNewGameTabGameplayModifiers = 549,
565
+ MenuNewGameHeadingGameMode = 550,
566
+ MenuNewGameHeadingMultiplayer = 551,
567
+ MenuNewGameHeadingGameplayModifiers = 552,
568
+ MenuNewGameMilestoneModifiersUnlockableInMode = 553,
569
+ MenuNewGameChoiceClientsInheritHostModifiers = 554,
570
+ MenuNewGameChoiceClientsInheritHostModifiersDescription = 555,
571
+ MenuNewGameChoiceCustomModifiers = 556,
572
+ MenuNewGameChoiceCustomModifiersDescription = 557,
573
+ MenuMilestoneModifiersTitle = 558,
574
+ MenuMilestoneModifiersDescription = 559,
575
+ MenuCustomGameOptionsTitle = 560,
576
+ MenuCustomGameOptionsDescription = 561,
577
+ MenuCustomGameOptionsRespawnOnDeath = 562,
578
+ MenuCustomGameOptionsRespawnOnDeathDescription = 563,
579
+ MenuCustomGameOptionsUseUnlockedRecipes = 564,
580
+ MenuCustomGameOptionsStartingIslandBiome = 565,
581
+ MenuCustomGameOptionsApplyTravelingEffects = 566,
582
+ MenuCustomGameOptionsApplyTravelingEffectsDescription = 567,
583
+ MenuCustomGameOptionsCreaturesPeaceful = 568,
584
+ MenuCustomGameOptionsCreaturesDisableScared = 569,
585
+ MenuCustomGameOptionsCreaturesDisableScaredDescription = 570,
586
+ MenuCustomGameOptionsCreaturesAberrantSpawns = 571,
587
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 572,
588
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 573,
589
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 574,
590
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 575,
591
+ MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 576,
592
+ MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 577,
593
+ MenuCustomGameOptionsCreaturesAlwaysSpawn = 578,
594
+ MenuCustomGameOptionsCreaturesAllowSpawning = 579,
595
+ MenuCustomGameOptionsCreaturesSpawnLimit = 580,
596
+ MenuCustomGameOptionsCreaturesSpawnLimitDescription = 581,
597
+ MenuCustomGameOptionsCreaturesSpawnRateMultiplier = 582,
598
+ MenuCustomGameOptionsCreaturesSpawnRateMultiplierDescription = 583,
599
+ MenuCustomGameOptionsCreatureNone = 584,
600
+ MenuCustomGameOptionsCreatureConfigure = 585,
601
+ MenuCustomGameOptionsStatMultiplier = 586,
602
+ MenuCustomGameOptionsStatMultiplierTooltip = 587,
603
+ MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 588,
604
+ MenuCustomGameOptionsHeadingGeneral = 589,
605
+ MenuCustomGameOptionsHeadingTravel = 590,
606
+ MenuCustomGameOptionsHeadingTime = 591,
607
+ MenuCustomGameOptionsHeadingStats = 592,
608
+ MenuCustomGameOptionsHeadingItems = 593,
609
+ MenuCustomGameOptionsHeadingCreatures = 594,
610
+ MenuCustomGameOptionsHeadingSkills = 595,
611
+ MenuCustomGameOptionsHeadingStatuses = 596,
612
+ MenuCustomGameOptionsEternalNight = 597,
613
+ MenuCustomGameOptionsEternalNightDescription = 598,
614
+ MenuCustomGameOptionsEternalDay = 599,
615
+ MenuCustomGameOptionsEternalDayDescription = 600,
616
+ MenuCustomGameOptionsTimeFrozen = 601,
617
+ MenuCustomGameOptionsTimeInitial = 602,
618
+ MenuCustomGameOptionsTimeDayLength = 603,
619
+ MenuCustomGameOptionsTimeDayLengthTooltip = 604,
620
+ MenuCustomGameOptionsTimeDayPercent = 605,
621
+ MenuCustomGameOptionsTimeDayPercentTooltip = 606,
622
+ MenuCustomGameOptionsStatStarting = 607,
623
+ MenuCustomGameOptionsStatMax = 608,
624
+ MenuCustomGameOptionsStatStartingDisplay = 609,
625
+ MenuCustomGameOptionsStatMaxDisplay = 610,
626
+ MenuCustomGameOptionsStatNoChange = 611,
627
+ MenuCustomGameOptionsStatBonus = 612,
628
+ MenuCustomGameOptionsStatBonusDisplay = 613,
629
+ MenuCustomGameOptionsStatusPassChanceMultiplier = 614,
630
+ MenuCustomGameOptionsStatusPassChanceMultiplierTooltip = 615,
631
+ MenuCustomGameOptionsStatusStartWith = 616,
632
+ MenuCustomGameOptionsStatusUntreatable = 617,
633
+ MenuCustomGameOptionsStatusUntreatableTooltip = 618,
634
+ MenuCustomGameOptionsSkillInitialRandomCount = 619,
635
+ MenuCustomGameOptionsSkillInitialRandomCountDescription = 620,
636
+ MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 621,
637
+ MenuCustomGameOptionsSkillsGlobal = 622,
638
+ MenuCustomGameOptionsSkillNone = 623,
639
+ MenuCustomGameOptionsSkillConfigure = 624,
640
+ MenuCustomGameOptionsSkillInitial = 625,
641
+ MenuCustomGameOptionsSkillMultiplier = 626,
642
+ MenuCustomGameOptionsSkillMultiplierTooltip = 627,
643
+ MenuCustomGameOptionsRandomItems = 628,
644
+ MenuCustomGameOptionsRandomItemsDescription = 629,
645
+ MenuCustomGameOptionsItemDurability = 630,
646
+ MenuCustomGameOptionsItemDurabilityTooltip = 631,
647
+ MenuCustomGameOptionsItemDecay = 632,
648
+ MenuCustomGameOptionsItemDecayTooltip = 633,
649
+ MenuCustomGameOptionsExport = 634,
650
+ MenuCustomGameOptionsImport = 635,
651
+ MenuCustomGameOptionsViewGroundItemsAsContainer = 636,
652
+ MenuCustomGameOptionsViewGroundItemsAsContainerDescription = 637,
653
+ MenuNewsDescription = 638,
654
+ MenuNewsHeadingSocial = 639,
655
+ MenuNewsTitle = 640,
656
+ MenuNewsHeadingUnableToLoad = 641,
657
+ MenuNewsButtonAllNews = 642,
658
+ MenuNewsButtonViewChangelog = 643,
659
+ MenuOptionsButtonDitherFogOfWar = 644,
660
+ MenuOptionsButtonHealthVignette = 645,
661
+ MenuOptionsButtonHealthVignetteTooltip = 646,
662
+ MenuOptionsButtonDisableCustomCursor = 647,
663
+ MenuOptionsButtonEnableSmoothZooming = 648,
664
+ MenuOptionsButtonDisplayArticleInObjectNames = 649,
665
+ MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 650,
666
+ MenuOptionsButtonFullscreen = 651,
667
+ MenuOptionsButtonCustomTitleBar = 652,
668
+ MenuOptionsButtonDeveloperMode = 653,
669
+ MenuOptionsButtonReloadGame = 654,
670
+ MenuOptionsButtonReloadStylesheets = 655,
671
+ MenuOptionsButtonReloadTextures = 656,
672
+ MenuOptionsButtonPrepackedSprites = 657,
673
+ MenuOptionsButtonDisposeReflection = 658,
674
+ MenuOptionsButtonExportGlobalSaveData = 659,
675
+ MenuOptionsButtonImportGlobalSaveData = 660,
676
+ MenuOptionsButtonSaveDataBackups = 661,
677
+ MenuOptionsButtonSaveDataBackupsTooltip = 662,
678
+ MenuOptionsButtonSaveDataClearAll = 663,
679
+ MenuOptionsButtonSaveDataClearCharacters = 664,
680
+ MenuOptionsButtonSaveDataClearUI = 665,
681
+ MenuOptionsButtonSaveDataClearHighscores = 666,
682
+ MenuOptionsButtonSaveDataClearMilestones = 667,
683
+ MenuOptionsButtonSaveDataClearOptions = 668,
684
+ MenuOptionsButtonSaveDataClearCraftingRecipes = 669,
685
+ MenuOptionsButtonSaveDataClearSaves = 670,
686
+ MenuOptionsButtonSkipSplash = 671,
687
+ MenuOptionsButtonDisableQuitConfirmation = 672,
688
+ MenuOptionsButtonToggleDevTools = 673,
689
+ MenuOptionsButtonOpenBackupsFolder = 674,
690
+ MenuOptionsButtonOpenLogsFolder = 675,
691
+ MenuOptionsButtonDropLocationFacing = 676,
692
+ MenuOptionsButtonDropLocationFeet = 677,
693
+ MenuOptionsButtonStartTraceRecording = 678,
694
+ MenuOptionsButtonStopTraceRecording = 679,
695
+ MenuOptionsButtonTracingRecordingTooltip = 680,
696
+ MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 681,
697
+ MenuOptionsDescription = 682,
698
+ MenuOptionsHeadingAudio = 683,
699
+ MenuOptionsHeadingDeveloper = 684,
700
+ MenuOptionsHeadingGameplayOptions = 685,
701
+ MenuOptionsHeadingGameplayOptionsDescription = 686,
702
+ MenuOptionsHeadingGameplayOptionsButtonOpenDialog = 687,
703
+ MenuOptionsHeadingOtherOptions = 688,
704
+ MenuOptionsHeadingControls = 689,
705
+ MenuOptionsHeadingModOptions = 690,
706
+ MenuOptionsHeadingSaveData = 691,
707
+ MenuOptionsHeadingTooltipsTile = 692,
708
+ MenuOptionsHeadingVideo = 693,
709
+ MenuOptionsLabelInterfaceScale = 694,
710
+ MenuOptionsLabelHudWidth = 695,
711
+ MenuOptionsLabelTooltipDelay = 696,
712
+ MenuOptionsLabelDirectionTurnDelay = 697,
713
+ MenuOptionsLabelMouseTurnDelay = 698,
714
+ MenuOptionsLabelFontStyle = 699,
715
+ MenuOptionsTooltipTurnDelay = 700,
716
+ MenuOptionsTooltipMouseTurnDelay = 701,
717
+ MenuOptionsTooltipControlsFilter = 702,
718
+ MenuOptionsLabelVolumeEffects = 703,
719
+ MenuOptionsLabelVolumeMusic = 704,
720
+ MenuOptionsTabAudio = 705,
721
+ MenuOptionsTabDeveloper = 706,
722
+ MenuOptionsTabGameplay = 707,
723
+ MenuOptionsTabTooltips = 708,
724
+ MenuOptionsTabOther = 709,
725
+ MenuOptionsTabLanguage = 710,
726
+ MenuOptionsTabControls = 711,
727
+ MenuOptionsTabMods = 712,
728
+ MenuOptionsTabSaveData = 713,
729
+ MenuOptionsTabVideo = 714,
730
+ MenuOptionsTabPerformance = 715,
731
+ MenuOptionsHeadingPerformance = 716,
732
+ MenuOptionsTitle = 717,
733
+ MenuOptionsTooltipMusicNextTrack = 718,
734
+ MenuOptionsBindChoose = 719,
735
+ MenuOptionsBindChooseAdd = 720,
736
+ MenuOptionsBindButtonResetTooltip = 721,
737
+ MenuOptionsBindButtonDeleteTooltip = 722,
738
+ MenuOptionsBindButtonAddTooltip = 723,
739
+ MenuOptionsBindButtonAddMacroTooltip = 724,
740
+ MenuOptionsButtonDiscoverEverything = 725,
741
+ MenuOptionsButtonDiscoverEverythingDescription = 726,
742
+ MenuOptionsButtonGrantAllMilestoneModifiers = 727,
743
+ MenuOptionsButtonGrantAllMilestoneModifiersDescription = 728,
744
+ MenuOptionsButtonDisableMilestonesDescription = 729,
745
+ MenuOptionsButtonAlternatingDirectionMovement = 730,
746
+ MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 731,
747
+ MenuOptionsButtonSteamInputKeyboardPosition = 732,
748
+ MenuOptionsButtonAlwaysShowMoreInformationTooltip = 733,
749
+ MenuOptionsButtonEnableLowPowerMode = 734,
750
+ MenuOptionsButtonEnableLowPowerModeTooltip = 735,
751
+ MenuOptionsButtonDisableAcrylicTransparency = 736,
752
+ MenuOptionsButtonDisableAcrylicTransparencyTooltip = 737,
753
+ MenuOptionsButtonDisableOverlaySupport = 738,
754
+ MenuOptionsButtonDisableOverlaySupportTooltip = 739,
755
+ MenuOptionsButtonDisableUIEffects = 740,
756
+ MenuOptionsButtonDisableUIEffectsTooltip = 741,
757
+ MenuOptionsButtonDisableUIOpacity = 742,
758
+ MenuOptionsButtonDisableUIOpacityTooltip = 743,
759
+ MenuOptionsButtonDisableMovementAnimations = 744,
760
+ MenuOptionsButtonDisableMovementAnimationsTooltip = 745,
761
+ MenuOptionsButtonAutoAttack = 746,
762
+ MenuOptionsButtonAutoAttackTooltip = 747,
763
+ MenuOptionsButtonDropOnDismantle = 748,
764
+ MenuOptionsButtonDropOnDismantleTooltip = 749,
765
+ MenuOptionsButtonDropOnDisassemble = 750,
766
+ MenuOptionsButtonDropOnDisassembleTooltip = 751,
767
+ MenuOptionsButtonDisableCraftingProtectedItems = 752,
768
+ MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 753,
769
+ MenuOptionsButtonDropOnGatherHarvest = 754,
770
+ MenuOptionsButtonDropOnGatherHarvestTooltip = 755,
771
+ MenuOptionsButtonUseAdjacentContainers = 756,
772
+ MenuOptionsButtonUseAdjacentContainersTooltip = 757,
773
+ MenuOptionsButtonHideEquippedHeadgear = 758,
774
+ MenuOptionsButtonHideEquippedHeadgearTooltip = 759,
775
+ MenuOptionsButtonDisableItemNotifiers = 760,
776
+ MenuOptionsButtonDisableItemNotifiersTooltip = 761,
777
+ MenuOptionsButtonLeftHanded = 762,
778
+ MenuOptionsButtonLeftHandedTooltip = 763,
779
+ MenuOptionsButtonAutoSave = 764,
780
+ MenuOptionsRangeAutoSaveTimerLabel = 765,
781
+ MenuOptionsRangeAutoSaveTimerTurnsDisplay = 766,
782
+ MenuOptionsRangeAutoSaveTimerTimeDisplay = 767,
783
+ MenuOptionsButtonDropIntoContainers = 768,
784
+ MenuOptionsButtonDropIntoContainersTooltip = 769,
785
+ MenuOptionsButtonWarnOnDangerousActions = 770,
786
+ MenuOptionsButtonWarnOnDangerousActionsTooltip = 771,
787
+ MenuOptionsButtonWarnOnDroppingActions = 772,
788
+ MenuOptionsButtonWarnOnDroppingActionsTooltip = 773,
789
+ MenuOptionsButtonWarnOnDestructiveActions = 774,
790
+ MenuOptionsButtonWarnOnDestructiveActionsTooltip = 775,
791
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 776,
792
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 777,
793
+ MenuOptionsButtonWarnWhenBreakingItemsOnUse = 778,
794
+ MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 779,
795
+ MenuOptionsHeadingWarnWhenBreakingItems = 780,
796
+ MenuOptionsButtonSaveDataClearBindings = 781,
797
+ MenuOptionsButtonDisableMilestones = 782,
798
+ MenuOptionsLabelSaveDataRemoval = 783,
799
+ MenuOptionsTooltipDialogOpacity = 784,
800
+ MenuOptionsLabelDialogOpacity = 785,
801
+ MenuOptionsDeveloperSteamBetas = 786,
802
+ MenuOptionsDeveloperSteamBetaName = 787,
803
+ MenuOptionsDeveloperLogSourceFilterHeading = 788,
804
+ MenuOptionsDeveloperUIExperiments = 789,
805
+ MenuOptionsDeveloperUIExperimentsDescription = 790,
806
+ MenuOptionsDeveloperDebugging = 791,
807
+ MenuOptionsDeveloperDebuggingDescription = 792,
808
+ MenuOptionsDeveloperToggleContainerDesyncDebugging = 793,
809
+ MenuOptionsDeveloperToggleContainerDesyncDebuggingDescription = 794,
810
+ MenuOptionsDeveloperReportErrors = 795,
811
+ MenuOptionsDeveloperReportErrorsDescription = 796,
812
+ MenuOptionsAudioVolumeDisplay = 797,
813
+ MenuOptionsAudioInputSoundOnTyping = 798,
814
+ MenuOptionsAudioPlayAudioInBackground = 799,
815
+ MenuOptionsMusicPlaylist = 800,
816
+ MenuOptionsButtonConfigureBindings = 801,
817
+ MenuOptionsButtonSaveCompression = 802,
818
+ MenuOptionsButtonSaveCompressionTooltip = 803,
819
+ MenuOptionsButtonSaveUIDataGlobally = 804,
820
+ MenuOptionsButtonSaveUIDataGloballyTooltip = 805,
821
+ MenuPauseButtonContinueGame = 806,
822
+ MenuPauseButtonReturnToGame = 807,
823
+ MenuPauseButtonOptions = 808,
824
+ MenuPauseButtonGameSettings = 809,
825
+ MenuPauseButtonPaused = 810,
826
+ MenuPauseButtonMultiplayer = 811,
827
+ MenuPauseButtonHelp = 812,
828
+ MenuPauseButtonTitleScreen = 813,
829
+ MenuPauseButtonStopServer = 814,
830
+ MenuPauseButtonQuitWithoutSaving = 815,
831
+ MenuPauseTooltipNotPaused = 816,
832
+ MenuPauseLabelPaused = 817,
833
+ MenuPauseLabelNotPaused = 818,
834
+ MenuModesTitle = 819,
835
+ MenuModesDescription = 820,
836
+ MenuMultiplayerOptionsTitle = 821,
837
+ MenuMultiplayerOptionsDescription = 822,
838
+ MenuMultiplayerOptionsOpenServer = 823,
839
+ MenuMultiplayerOptionsOpenServerDescription = 824,
840
+ MenuMultiplayerOptionsCopyGameCode = 825,
841
+ MenuMultiplayerOptionsCopyGameCodeTooltip = 826,
842
+ MenuMultiplayerOptionsInviteSteamFriends = 827,
843
+ MenuMultiplayerOptionsCheckConnectionHeading = 828,
844
+ MenuMultiplayerOptionsCheckConnectionParagraph = 829,
845
+ MenuMultiplayerOptionsCheckConnectionButton = 830,
846
+ MenuMultiplayerOptionsCheckConnectionResultUnknown = 831,
847
+ MenuMultiplayerOptionsCheckConnectionResultChecking = 832,
848
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 833,
849
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 834,
850
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 835,
851
+ MenuMultiplayerOptionsCheckConnectionResultWebSocket = 836,
852
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 837,
853
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 838,
854
+ MenuMultiplayerOptionsCheckConnectionResultSuccess = 839,
855
+ MenuJoinServerTitle = 840,
856
+ MenuJoinServerDescription = 841,
857
+ MenuJoinServerInputPlaceholder = 842,
858
+ MenuJoinServerChooseModifiersTitle = 843,
859
+ MenuJoinServerChooseModifiersDescription = 844,
860
+ MenuSharedMultiplayerChoiceLobbyTypeFriends = 845,
861
+ MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 846,
862
+ MenuSharedMultiplayerChoiceLobbyTypePublic = 847,
863
+ MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 848,
864
+ MenuSharedMultiplayerChoiceLobbyTypePrivate = 849,
865
+ MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 850,
866
+ MenuSharedMultiplayerChoicePVP = 851,
867
+ MenuSharedMultiplayerChoicePVPDescription = 852,
868
+ MenuSharedMultiplayerChoiceAllowTraveling = 853,
869
+ MenuSharedMultiplayerChoiceAllowTravelingDescription = 854,
870
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 855,
871
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 856,
872
+ MenuSharedMultiplayerChoicePauseOnDesync = 857,
873
+ MenuSharedMultiplayerChoicePauseOnDesyncDescription = 858,
874
+ MenuSharedMultiplayerDescription = 859,
875
+ MenuSharedMultiplayerMessageOfTheDay = 860,
876
+ MenuSharedMultiplayerMaxPlayers = 861,
877
+ MenuSharedRealTimeTickSpeedTooltip = 862,
878
+ MenuSharedRealTimeTickSpeedLabel = 863,
879
+ MenuSharedButtonDefault = 864,
880
+ MenuSharedValueSeconds = 865,
881
+ MenuSharedValueMilliseconds = 866,
882
+ MenuSharedValuePercentage = 867,
883
+ MenuSharedMilestonesNotUnlockable = 868,
884
+ MenuSharedMilestonesNotUnlockableDescription = 869,
885
+ MenuSharedMilestonesNotUnlockableButtonShowMods = 870,
886
+ MenuSharedButtonDisableAll = 871,
887
+ MenuSharedButtonEnableAll = 872,
888
+ MenuSharedMilestoneModifiersSelected = 873,
889
+ MiscSortBy = 874,
890
+ MiscSortCustom = 875,
891
+ MiscSortDirection = 876,
892
+ MiscFilter = 877,
893
+ MiscNone = 878,
894
+ MiscPlayerNameDefault = 879,
895
+ MiscPlayerNameServer = 880,
896
+ MiscSaveNameDefault = 881,
897
+ MiscSaveNameDailyChallenge = 882,
898
+ MiscSaveNameChallenge = 883,
899
+ MiscSaveVersionUnknown = 884,
900
+ MiscVersion = 885,
901
+ MiscVersionBuildInfoTooltip = 886,
902
+ MiscVersionUpdate = 887,
903
+ MiscTime = 888,
904
+ MiscTimeMeridiem = 889,
905
+ MiscError = 890,
906
+ MiscContextMenuCopyTooltip = 891,
907
+ MiscBindableNoBindings = 892,
908
+ MiscBindingIcon = 893,
909
+ MiscBindingIconThen = 894,
910
+ DifficultyOptionsPeaceful = 895,
911
+ DifficultyOptionsAberrantSpawnsDisabled = 896,
912
+ DifficultyOptionsAberrantSpawnsOnly = 897,
913
+ DifficultyOptionsCreatureSpawningDisabled = 898,
914
+ DifficultyOptionsCreatureAlwaysSpawns = 899,
915
+ DifficultyOptionsCreatureSpawnsDefault = 900,
916
+ DifficultyOptionsCreatureSpawnsAberrantOnly = 901,
917
+ DifficultyOptionsCreatureSpawnsNoAberrants = 902,
918
+ DifficultyOptionsSpawnLimit = 903,
919
+ DifficultyOptionsSpawnRateMultiplier = 904,
920
+ DifficultyOptionsDisableScared = 905,
921
+ DifficultyOptionsRespawn = 906,
922
+ DifficultyOptionsEternalNight = 907,
923
+ DifficultyOptionsEternalDay = 908,
924
+ DifficultyOptionsTimeInitial = 909,
925
+ DifficultyOptionsTimeFrozen = 910,
926
+ DifficultyOptionsTimeDayLength = 911,
927
+ DifficultyOptionsTimeDayPercent = 912,
928
+ DifficultyOptionsNoItems = 913,
929
+ DifficultyOptionsRecipes = 914,
930
+ DifficultyOptionsStartingIsland = 915,
931
+ DifficultyOptionsTravelingEffectsDisabled = 916,
932
+ DifficultyOptionsLuck = 917,
933
+ DifficultyOptionsWeightBonus = 918,
934
+ DifficultyOptionsStatInitial = 919,
935
+ DifficultyOptionsStatMax = 920,
936
+ DifficultyOptionsStatMultiplier = 921,
937
+ DifficultyOptionsStatusStartWith = 922,
938
+ DifficultyOptionsStatusUntreatable = 923,
939
+ DifficultyOptionsStatusPassChanceMultiplier = 924,
940
+ DifficultyOptionsNoRandomSkills = 925,
941
+ DifficultyOptionsSkillStartingCount = 926,
942
+ DifficultyOptionsSkillGainMultiplier = 927,
943
+ DifficultyOptionsSkillInitial = 928,
944
+ DifficultyOptionsStatusPermanent = 929,
945
+ DifficultyOptionsStatusRateMultiplier = 930,
946
+ DifficultyOptionsStatusMultiplier = 931,
947
+ DifficultyOptionsItemDurabilityMultiplier = 932,
948
+ DifficultyOptionsItemDecayMultiplier = 933,
949
+ DifficultyOptionsTileContainersEnabled = 934,
950
+ TabCrafting = 935,
951
+ TabDismantle = 936,
952
+ WindowTitleContainer = 937,
953
+ WindowTitleInventory = 938
953
954
  }
954
955
  export default UiTranslation;