@wayward/types 2.15.0-beta.dev.20251007.1 → 2.15.0-beta.dev.20251009.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 (162) hide show
  1. package/definitions/game/audio/IAudio.d.ts +2 -1
  2. package/definitions/game/game/curse/Curse.d.ts +31 -12
  3. package/definitions/game/game/curse/ICurse.d.ts +5 -6
  4. package/definitions/game/game/doodad/Doodad.d.ts +5 -0
  5. package/definitions/game/game/entity/Entity.d.ts +7 -1
  6. package/definitions/game/game/entity/Human.d.ts +7 -7
  7. package/definitions/game/game/entity/IHuman.d.ts +3 -0
  8. package/definitions/game/game/entity/action/actions/Absorb.d.ts +1 -1
  9. package/definitions/game/game/entity/action/actions/AddFuel.d.ts +1 -1
  10. package/definitions/game/game/entity/action/actions/AddItemDiscovered.d.ts +1 -1
  11. package/definitions/game/game/entity/action/actions/Alter.d.ts +1 -1
  12. package/definitions/game/game/entity/action/actions/Apply.d.ts +1 -1
  13. package/definitions/game/game/entity/action/actions/AscendDescend.d.ts +1 -1
  14. package/definitions/game/game/entity/action/actions/AttachContainer.d.ts +1 -1
  15. package/definitions/game/game/entity/action/actions/Attack.d.ts +1 -1
  16. package/definitions/game/game/entity/action/actions/Build.d.ts +1 -1
  17. package/definitions/game/game/entity/action/actions/Butcher.d.ts +1 -1
  18. package/definitions/game/game/entity/action/actions/CageCreature.d.ts +1 -1
  19. package/definitions/game/game/entity/action/actions/Cast.d.ts +1 -1
  20. package/definitions/game/game/entity/action/actions/Chop.d.ts +1 -1
  21. package/definitions/game/game/entity/action/actions/CloseContainer.d.ts +1 -1
  22. package/definitions/game/game/entity/action/actions/CloseDoor.d.ts +1 -1
  23. package/definitions/game/game/entity/action/actions/ConsumeItem.d.ts +1 -1
  24. package/definitions/game/game/entity/action/actions/CopyMap.d.ts +1 -1
  25. package/definitions/game/game/entity/action/actions/Craft.d.ts +1 -1
  26. package/definitions/game/game/entity/action/actions/CraftNew.d.ts +1 -1
  27. package/definitions/game/game/entity/action/actions/CreateControllableNPC.d.ts +1 -1
  28. package/definitions/game/game/entity/action/actions/Cure.d.ts +1 -1
  29. package/definitions/game/game/entity/action/actions/DamageMap.d.ts +1 -1
  30. package/definitions/game/game/entity/action/actions/DetachContainer.d.ts +1 -1
  31. package/definitions/game/game/entity/action/actions/Dig.d.ts +1 -1
  32. package/definitions/game/game/entity/action/actions/Disassemble.d.ts +1 -1
  33. package/definitions/game/game/entity/action/actions/DiscoverRecipe.d.ts +1 -1
  34. package/definitions/game/game/entity/action/actions/Dismantle.d.ts +1 -1
  35. package/definitions/game/game/entity/action/actions/Dismount.d.ts +1 -1
  36. package/definitions/game/game/entity/action/actions/DisplayItem.d.ts +1 -1
  37. package/definitions/game/game/entity/action/actions/DrawMap.d.ts +1 -1
  38. package/definitions/game/game/entity/action/actions/DrinkInFront.d.ts +1 -1
  39. package/definitions/game/game/entity/action/actions/DrinkItem.d.ts +1 -1
  40. package/definitions/game/game/entity/action/actions/Drop.d.ts +1 -1
  41. package/definitions/game/game/entity/action/actions/DumpItems.d.ts +1 -1
  42. package/definitions/game/game/entity/action/actions/Eat.d.ts +1 -1
  43. package/definitions/game/game/entity/action/actions/Enchant.d.ts +1 -1
  44. package/definitions/game/game/entity/action/actions/Enhance.d.ts +1 -1
  45. package/definitions/game/game/entity/action/actions/Equip.d.ts +1 -1
  46. package/definitions/game/game/entity/action/actions/EquipFromArmorStand.d.ts +1 -1
  47. package/definitions/game/game/entity/action/actions/ExcavateCollapse.d.ts +1 -1
  48. package/definitions/game/game/entity/action/actions/Extinguish.d.ts +1 -1
  49. package/definitions/game/game/entity/action/actions/Exude.d.ts +1 -1
  50. package/definitions/game/game/entity/action/actions/Fire.d.ts +1 -1
  51. package/definitions/game/game/entity/action/actions/Gather.d.ts +1 -1
  52. package/definitions/game/game/entity/action/actions/GatherLiquid.d.ts +1 -1
  53. package/definitions/game/game/entity/action/actions/Grasp.d.ts +1 -1
  54. package/definitions/game/game/entity/action/actions/Harvest.d.ts +1 -1
  55. package/definitions/game/game/entity/action/actions/Heal.d.ts +1 -1
  56. package/definitions/game/game/entity/action/actions/HealOther.d.ts +1 -1
  57. package/definitions/game/game/entity/action/actions/Hitch.d.ts +1 -1
  58. package/definitions/game/game/entity/action/actions/Idle.d.ts +1 -1
  59. package/definitions/game/game/entity/action/actions/Ignite.d.ts +1 -1
  60. package/definitions/game/game/entity/action/actions/Jump.d.ts +1 -1
  61. package/definitions/game/game/entity/action/actions/Kneel.d.ts +1 -1
  62. package/definitions/game/game/entity/action/actions/Learn.d.ts +1 -1
  63. package/definitions/game/game/entity/action/actions/Lockpick.d.ts +1 -1
  64. package/definitions/game/game/entity/action/actions/Melee.d.ts +1 -1
  65. package/definitions/game/game/entity/action/actions/Mine.d.ts +1 -1
  66. package/definitions/game/game/entity/action/actions/Move.d.ts +1 -1
  67. package/definitions/game/game/entity/action/actions/MoveItem.d.ts +1 -1
  68. package/definitions/game/game/entity/action/actions/MoveTo.d.ts +1 -1
  69. package/definitions/game/game/entity/action/actions/NPCInteract.d.ts +1 -1
  70. package/definitions/game/game/entity/action/actions/Navigate.d.ts +1 -1
  71. package/definitions/game/game/entity/action/actions/Noclip.d.ts +1 -1
  72. package/definitions/game/game/entity/action/actions/Offer.d.ts +1 -1
  73. package/definitions/game/game/entity/action/actions/OpenBottle.d.ts +1 -1
  74. package/definitions/game/game/entity/action/actions/OpenContainer.d.ts +1 -1
  75. package/definitions/game/game/entity/action/actions/OpenDoor.d.ts +1 -1
  76. package/definitions/game/game/entity/action/actions/PackGround.d.ts +1 -1
  77. package/definitions/game/game/entity/action/actions/Pet.d.ts +1 -1
  78. package/definitions/game/game/entity/action/actions/PickUp.d.ts +1 -1
  79. package/definitions/game/game/entity/action/actions/PickUpAllItems.d.ts +1 -1
  80. package/definitions/game/game/entity/action/actions/PickUpExcrement.d.ts +1 -1
  81. package/definitions/game/game/entity/action/actions/PickUpItem.d.ts +1 -1
  82. package/definitions/game/game/entity/action/actions/PlaceDown.d.ts +1 -1
  83. package/definitions/game/game/entity/action/actions/Plant.d.ts +1 -1
  84. package/definitions/game/game/entity/action/actions/Pour.d.ts +1 -1
  85. package/definitions/game/game/entity/action/actions/PourOnYourself.d.ts +1 -1
  86. package/definitions/game/game/entity/action/actions/Preserve.d.ts +1 -1
  87. package/definitions/game/game/entity/action/actions/PropOpenDoor.d.ts +1 -1
  88. package/definitions/game/game/entity/action/actions/ProtectItem.d.ts +1 -1
  89. package/definitions/game/game/entity/action/actions/Read.d.ts +1 -1
  90. package/definitions/game/game/entity/action/actions/ReadMap.d.ts +1 -1
  91. package/definitions/game/game/entity/action/actions/Refine.d.ts +1 -1
  92. package/definitions/game/game/entity/action/actions/Reinforce.d.ts +1 -1
  93. package/definitions/game/game/entity/action/actions/Release.d.ts +1 -1
  94. package/definitions/game/game/entity/action/actions/RemoveControllableNPC.d.ts +1 -1
  95. package/definitions/game/game/entity/action/actions/Rename.d.ts +1 -1
  96. package/definitions/game/game/entity/action/actions/RenameIsland.d.ts +1 -1
  97. package/definitions/game/game/entity/action/actions/Repair.d.ts +1 -1
  98. package/definitions/game/game/entity/action/actions/ResetItemDiscovered.d.ts +1 -1
  99. package/definitions/game/game/entity/action/actions/Reshape.d.ts +1 -1
  100. package/definitions/game/game/entity/action/actions/Rest.d.ts +1 -1
  101. package/definitions/game/game/entity/action/actions/RestCancel.d.ts +1 -1
  102. package/definitions/game/game/entity/action/actions/Ride.d.ts +1 -1
  103. package/definitions/game/game/entity/action/actions/Rotate.d.ts +1 -1
  104. package/definitions/game/game/entity/action/actions/SailToIsland.d.ts +1 -1
  105. package/definitions/game/game/entity/action/actions/SetCreatureAi.d.ts +1 -1
  106. package/definitions/game/game/entity/action/actions/SetCreatureAiAll.d.ts +1 -1
  107. package/definitions/game/game/entity/action/actions/SetDown.d.ts +1 -1
  108. package/definitions/game/game/entity/action/actions/ShipToIsland.d.ts +1 -1
  109. package/definitions/game/game/entity/action/actions/Shoot.d.ts +1 -1
  110. package/definitions/game/game/entity/action/actions/Sleep.d.ts +1 -1
  111. package/definitions/game/game/entity/action/actions/SmotherFire.d.ts +1 -1
  112. package/definitions/game/game/entity/action/actions/Squeeze.d.ts +1 -1
  113. package/definitions/game/game/entity/action/actions/Squish.d.ts +1 -1
  114. package/definitions/game/game/entity/action/actions/StartFire.d.ts +1 -1
  115. package/definitions/game/game/entity/action/actions/StokeFire.d.ts +1 -1
  116. package/definitions/game/game/entity/action/actions/Summon.d.ts +1 -1
  117. package/definitions/game/game/entity/action/actions/SwapWithArmorStand.d.ts +1 -1
  118. package/definitions/game/game/entity/action/actions/TakeFromArmorStand.d.ts +1 -1
  119. package/definitions/game/game/entity/action/actions/Tame.d.ts +1 -1
  120. package/definitions/game/game/entity/action/actions/Teleport.d.ts +1 -1
  121. package/definitions/game/game/entity/action/actions/TellTime.d.ts +1 -1
  122. package/definitions/game/game/entity/action/actions/TestDepth.d.ts +1 -1
  123. package/definitions/game/game/entity/action/actions/Throw.d.ts +1 -1
  124. package/definitions/game/game/entity/action/actions/Till.d.ts +1 -1
  125. package/definitions/game/game/entity/action/actions/ToggleContainer.d.ts +1 -1
  126. package/definitions/game/game/entity/action/actions/ToggleDoor.d.ts +1 -1
  127. package/definitions/game/game/entity/action/actions/ToggleHitch.d.ts +1 -1
  128. package/definitions/game/game/entity/action/actions/ToggleProtectItem.d.ts +1 -1
  129. package/definitions/game/game/entity/action/actions/ToggleTilled.d.ts +1 -1
  130. package/definitions/game/game/entity/action/actions/ToggleVehicle.d.ts +1 -1
  131. package/definitions/game/game/entity/action/actions/Trade.d.ts +1 -1
  132. package/definitions/game/game/entity/action/actions/Transmogrify.d.ts +1 -1
  133. package/definitions/game/game/entity/action/actions/Uncage.d.ts +1 -1
  134. package/definitions/game/game/entity/action/actions/Unequip.d.ts +1 -1
  135. package/definitions/game/game/entity/action/actions/Unhitch.d.ts +1 -1
  136. package/definitions/game/game/entity/action/actions/UnprotectItem.d.ts +1 -1
  137. package/definitions/game/game/entity/action/actions/UpdateDirection.d.ts +1 -1
  138. package/definitions/game/game/entity/action/actions/UpdateGameOption.d.ts +1 -1
  139. package/definitions/game/game/entity/action/actions/UpdateItemOrder.d.ts +1 -1
  140. package/definitions/game/game/entity/action/actions/UpdateOption.d.ts +1 -1
  141. package/definitions/game/game/entity/action/actions/UpdateWalkTo.d.ts +1 -1
  142. package/definitions/game/game/entity/action/actions/Upgrade.d.ts +1 -1
  143. package/definitions/game/game/entity/action/actions/ViewItems.d.ts +1 -1
  144. package/definitions/game/game/entity/creature/Creature.d.ts +2 -1
  145. package/definitions/game/game/entity/creature/ICreature.d.ts +5 -0
  146. package/definitions/game/game/entity/creature/corpse/Corpse.d.ts +2 -2
  147. package/definitions/game/game/entity/creature/corpse/ICorpse.d.ts +3 -0
  148. package/definitions/game/game/entity/data/DataComponent.d.ts +38 -0
  149. package/definitions/game/game/entity/npc/INPC.d.ts +3 -0
  150. package/definitions/game/game/entity/npc/NPC.d.ts +2 -2
  151. package/definitions/game/game/entity/player/IPlayer.d.ts +3 -0
  152. package/definitions/game/game/entity/player/Player.d.ts +2 -2
  153. package/definitions/game/game/inspection/infoProviders/doodad/StillWater.d.ts +1 -0
  154. package/definitions/game/game/island/Island.d.ts +2 -2
  155. package/definitions/game/game/options/modifiers/milestone/MilestoneModifiersManager.d.ts +2 -2
  156. package/definitions/game/game/tile/ITileEvent.d.ts +3 -0
  157. package/definitions/game/game/tile/Tile.d.ts +2 -1
  158. package/definitions/game/game/tile/TileEvent.d.ts +2 -2
  159. package/definitions/game/language/dictionary/Message.d.ts +190 -189
  160. package/definitions/game/language/dictionary/UiTranslation.d.ts +666 -664
  161. package/definitions/game/renderer/fieldOfView/IFieldOfView.d.ts +4 -1
  162. package/package.json +1 -1
@@ -287,669 +287,671 @@ declare enum UiTranslation {
287
287
  GameTooltipSharedUndiscovered = 272,
288
288
  GameTooltipStatCurseFactors = 273,
289
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
290
+ GameTooltipStatCurseTotalValues = 275,
291
+ GameTooltipStatCurseTotalLabel = 276,
292
+ GameStatsStatAttack = 277,
293
+ GameStatsStatGeneric = 278,
294
+ GameStatsStatGenericWithMax = 279,
295
+ GameStatsStatbar = 280,
296
+ GameStatsMoreToDiscover = 281,
297
+ GameMenuBarButtonTooltipBindable = 282,
298
+ GameMenuBarButtonTooltipSaveSize = 283,
299
+ GameMenuBarButtonTooltipSaveTurnsAgo = 284,
300
+ GameMenuBarButtonTooltipSaveLastTime = 285,
301
+ GameMenuBarButtonTooltipNotesUnread = 286,
302
+ GameMenuBarButtonTooltipMilestonesDisabled = 287,
303
+ GameMenuBarButtonTooltipQuestsDisabled = 288,
304
+ GameMenuBarContextMenuActionRemoveItem = 289,
305
+ GameMenuBarContextMenuActionInsertItem = 290,
306
+ GameMenuBarContextMenuActionReset = 291,
307
+ GameActionBarContextMenuDisplayBindings = 292,
308
+ GameActionBarContextMenuAutoSelectPrimaryUse = 293,
309
+ GameActionBarContextMenuBringSlotsIntoNewSaves = 294,
310
+ GameActionBarContextMenuConfigure = 295,
311
+ GameActionBarContextMenuSelectModifierOrder = 296,
312
+ GameActionBarContextMenuSelectModifierOrderNoModifier = 297,
313
+ GameActionBarContextMenuAutoSwitchToBestItemOnInaccessible = 298,
314
+ GameActionBarConfigurationDrawerTitle = 299,
315
+ GameActionBarConfigurationDrawerFooterDiscoveryHint = 300,
316
+ GameActionBarConfigurationDrawerFooterDiscoveryHintProgress = 301,
317
+ GameActionBarConfigurationDrawerSlotHintUse = 302,
318
+ GameActionBarConfigurationDrawerSlotHintToggle = 303,
319
+ GameActionBarConfigurationDrawerSlotHintToggleUseOnMove = 304,
320
+ GameActionBarConfigurationDrawerColumnTitleActions = 305,
321
+ GameActionBarConfigurationDrawerColumnTitleItemActions = 306,
322
+ GameActionBarConfigurationDrawerColumnTitleConfiguration = 307,
323
+ GameActionBarConfigurationDrawerButtonEditBindings = 308,
324
+ GameActionBarConfigurationDrawerButtonClearSlot = 309,
325
+ GameActionBarConfigurationDrawerColumnTitleInapplicable = 310,
326
+ GameActionBarConfigurationDrawerButtonUseOnMove = 311,
327
+ GameActionBarConfigurationDrawerButtonUseOnMoveDescription = 312,
328
+ GameActionBarConfigurationDrawerButtonUseOnHoveredTile = 313,
329
+ GameActionBarConfigurationDrawerButtonUseOnHoveredTileDescription = 314,
330
+ GameActionBarConfigurationDrawerModeUseExact = 315,
331
+ GameActionBarConfigurationDrawerModeUseExactNoItemSelected = 316,
332
+ GameActionBarConfigurationDrawerModeUseBest = 317,
333
+ GameActionBarConfigurationDrawerModeUseNone = 318,
334
+ GameActionBarConfigurationDrawerModeUseHovered = 319,
335
+ GameActionBarConfigurationDrawerItemDropdownAny = 320,
336
+ GameActionBarConfigurationDrawerItemDropdownNoTypeSelected = 321,
337
+ GameActionBarConfigurationDrawerButtonDone = 322,
338
+ GameActionBarConfigurationDrawerButtonCraftType = 323,
339
+ GameActionBarSlotTooltipHintUse = 324,
340
+ GameActionBarSlotTooltipHintConfigure = 325,
341
+ GameActionBarSlotTooltipHintUseOnMove = 326,
342
+ GameActionBarSlotTooltipHintUseSlottedItem = 327,
343
+ GameActionBarSlotTooltipHintClear = 328,
344
+ GameActionBarButtonToggleUseWhenMovingTooltip = 329,
345
+ GameActionBarButtonRemoveActionBarRowTooltip = 330,
346
+ GameActionBarButtonAddActionBarRowTooltip = 331,
347
+ GameActionBarButtonConfigureOptions = 332,
348
+ GameMessagesButtonSend = 333,
349
+ GameMessagesContextMenuShowAsDialog = 334,
350
+ GameMessagesContextMenuClear = 335,
351
+ GameMessagesContextMenuCopy = 336,
352
+ GameMessagesContextMenuExport = 337,
353
+ GameMessagesFilter = 338,
354
+ GameMessagesFiltersEdit = 339,
355
+ GameMessagesNewNote = 340,
356
+ GameMessagesTurn = 341,
357
+ GameMessagesDedicatedServerBackup = 342,
358
+ GameMessagesDedicatedServerBackupLimitReached = 343,
359
+ GameMessagesPlaceholderChat = 344,
360
+ GameMessagesButtonShowNewest = 345,
361
+ GameTileInspectionCannotSeeTile = 346,
362
+ MenuAboutTitle = 347,
363
+ MenuAboutDescription = 348,
364
+ MenuAboutGameDescription = 349,
365
+ MenuAboutSectionTeam = 350,
366
+ MenuAboutTeamMemberName = 351,
367
+ MenuAboutTeamMemberNickname = 352,
368
+ MenuAboutSectionContributors = 353,
369
+ MenuAboutSectionSpecialThanks = 354,
370
+ MenuAboutTextSpecialThanksTestorsAndDonators = 355,
371
+ MenuAboutSectionLibraries = 356,
372
+ MenuAboutSectionLibrariesDescription = 357,
373
+ MenuAboutLabelVersion = 358,
374
+ MenuAboutLabelVersionBuild = 359,
375
+ MenuAboutLabelVersionBuildTime = 360,
376
+ MenuBindings = 361,
377
+ MenuBindingsDescription = 362,
378
+ MenuBindingsTooltipBindConflicts = 363,
379
+ MenuBindingsManagedBindableGameActionBarUseSlot = 364,
380
+ MenuBindingsManagedBindableGameActionBarAssignSlot = 365,
381
+ MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 366,
382
+ MenuChangelogTitle = 367,
383
+ MenuChangelogDescription = 368,
384
+ MenuChangelogHeadingUnchartedWaters = 369,
385
+ MenuChangelogFailedToLoadTitle = 370,
386
+ MenuChangelogFailedToLoadDescription = 371,
387
+ MenuChangelogHeadingChangeCount = 372,
388
+ MenuChangelogButtonCopyChangelog = 373,
389
+ MenuCharacterCreationButtonRandomizeName = 374,
390
+ MenuCharacterCreationButtonExportTooltip = 375,
391
+ MenuCharacterCreationButtonImportTooltip = 376,
392
+ MenuCharacterCreationButtonStartGame = 377,
393
+ MenuCharacterCreationButtonJoinGame = 378,
394
+ MenuCharacterCreationDescription = 379,
395
+ MenuCharacterCreationHeadingHairColor = 380,
396
+ MenuCharacterCreationHeadingHairStyle = 381,
397
+ MenuCharacterCreationHeadingSkinTone = 382,
398
+ MenuCharacterCreationLabelName = 383,
399
+ MenuCharacterCreationTitle = 384,
400
+ MenuCharacterCreationButtonRotateLeftTooltip = 385,
401
+ MenuCharacterCreationButtonRotateRightTooltip = 386,
402
+ MenuCharacterCreationButtonRandomizeTooltip = 387,
403
+ MenuCharacterSelectionButtonNewCharacter = 388,
404
+ MenuCharacterSelectionDescription = 389,
405
+ MenuCharacterSelectionHeadingNoCharacters = 390,
406
+ MenuCharacterSelectionTitle = 391,
407
+ MenuCharacterSelectionLabelLastUse = 392,
408
+ MenuCharacterSelectionLabelUseCount = 393,
409
+ MenuCharacterSelectionCharacterButtonDeleteTooltip = 394,
410
+ MenuCharacterSelectionCharacterButtonCustomizeTooltip = 395,
411
+ MenuDevelopmentBranchTitle = 396,
412
+ MenuDevelopmentBranchSuperTitle = 397,
413
+ MenuDevelopmentBranchWarning = 398,
414
+ MenuDevelopmentBranchStatus = 399,
415
+ MenuDevelopmentBranchStatusUnavailable = 400,
416
+ MenuErrorReportingTitle = 401,
417
+ MenuErrorReportingDescription = 402,
418
+ MenuErrorReportingContentsTitle = 403,
419
+ MenuErrorReportingContentsDescription = 404,
420
+ MenuMultiplayerDescription = 405,
421
+ MenuMultiplayerTitle = 406,
422
+ MenuMultiplayerButtonJoinById = 407,
423
+ MenuMultiplayerServerLabelDays = 408,
424
+ MenuMultiplayerServerLabelIsland = 409,
425
+ MenuMultiplayerButtonNewGame = 410,
426
+ MenuMultiplayerButtonLoadGame = 411,
427
+ MenuMultiplayerServerTooltipPVP = 412,
428
+ MenuMultiplayerServerTooltipModsLabel = 413,
429
+ MenuMultiplayerServerTooltipFriendsLabel = 414,
430
+ MenuMultiplayerServerPlayers = 415,
431
+ MenuMultiplayerServerLobbyType = 416,
432
+ MenuMultiplayerServerRegion = 417,
433
+ MenuMultiplayerServerHost = 418,
434
+ MenuMultiplayerServerVersion = 419,
435
+ MenuMultiplayerServerVersionUnknown = 420,
436
+ MenuMultiplayerServerDedicated = 421,
437
+ MenuMultiplayerHeadingPlayersOnline = 422,
438
+ MenuMultiplayerServerModInfo = 423,
439
+ MenuMultiplayerServerModUnableToLoad = 424,
440
+ MenuMultiplayerServerLabelTerritoryTier = 425,
441
+ MenuGameEndTitleDead = 426,
442
+ MenuGameEndTitleWon = 427,
443
+ MenuGameEndShareFacebook = 428,
444
+ MenuGameEndShareTwitter = 429,
445
+ MenuGameEndContinueAsGhost = 430,
446
+ MenuGameEndRespawnInCasualMode = 431,
447
+ MenuGameEndRespawnAsNewCharacter = 432,
448
+ MenuGameEndReturnToIsland = 433,
449
+ MenuGameEndExitToMenu = 434,
450
+ MenuHelpTitle = 435,
451
+ MenuHelpDescription = 436,
452
+ MenuHelpLabelSearch = 437,
453
+ MenuHighscoresTitle = 438,
454
+ MenuHighscoresDescription = 439,
455
+ MenuHighscoresDifficultyFilterAll = 440,
456
+ MenuHighscoresHighscoreLabelDifficulty = 441,
457
+ MenuHighscoresHighscoreLabelTurns = 442,
458
+ MenuHighscoresHighscoreLabelScore = 443,
459
+ MenuHighscoresHighscoreLabelPlace = 444,
460
+ MenuHighscoresHighscoreLabelDate = 445,
461
+ MenuHighscoresHighscoreLabelDeathBy = 446,
462
+ MenuHighscoresHighscoreTitle = 447,
463
+ MenuHighscoresCharacterNameUnknown = 448,
464
+ MenuHighscoresHighscoreReplayWithSettings = 449,
465
+ MenuLoadGameButtonSaveSlot = 450,
466
+ MenuLoadGameButtonNewGame = 451,
467
+ MenuLoadGameButtonNewGameButtonImportTooltip = 452,
468
+ MenuLoadGameDescription = 453,
469
+ MenuLoadGameSaveButtonDeleteTooltip = 454,
470
+ MenuLoadGameSaveButtonEditNameTooltip = 455,
471
+ MenuLoadGameSaveButtonExportTooltip = 456,
472
+ MenuLoadGameSaveTooltipLabelCreatedTime = 457,
473
+ MenuLoadGameSaveTooltipLabelSaveTime = 458,
474
+ MenuLoadGameSaveTooltipLabelGameMode = 459,
475
+ MenuLoadGameSaveTooltipLabelScore = 460,
476
+ MenuLoadGameSaveTooltipLabelSeed = 461,
477
+ MenuLoadGameSaveTooltipLabelTurns = 462,
478
+ MenuLoadGameSaveTooltipLabelMods = 463,
479
+ MenuLoadGameSaveTooltipLabelOriginalVersion = 464,
480
+ MenuLoadGameSaveTooltipMod = 465,
481
+ MenuLoadGameSaveTooltipNew = 466,
482
+ MenuLoadGameSaveTooltipCorrupted = 467,
483
+ MenuLoadGameSaveGame = 468,
484
+ MenuLoadGameSaveGameDescription = 469,
485
+ MenuLoadGameTitle = 470,
486
+ MenuLoadGameLabelSelected = 471,
487
+ MenuLoadGameButtonDeleteSelectedTooltip = 472,
488
+ MenuLoadGameImportSaveFailure = 473,
489
+ MenuLoadGameSectionSavedGames = 474,
490
+ MenuLoadGameSectionImportFolders = 475,
491
+ MenuLoadGameSectionImportFoldersPlaceholderPathToSaves = 476,
492
+ MenuLoadGameSectionImportFoldersButtonAddFolder = 477,
493
+ MenuLoadGameSectionImportFoldersButtonDeleteFolder = 478,
494
+ MenuMainButtonAbout = 479,
495
+ MenuMainButtonChangelog = 480,
496
+ MenuMainButtonMultiplayer = 481,
497
+ MenuMainButtonHighscores = 482,
498
+ MenuMainButtonLoadGame = 483,
499
+ MenuMainButtonMods = 484,
500
+ MenuMainButtonModsTooltipLabelEnabledMods = 485,
501
+ MenuMainButtonModsTooltipAndXOthers = 486,
502
+ MenuMainButtonModsAllDisabled = 487,
503
+ MenuMainButtonNewGame = 488,
504
+ MenuMainButtonNews = 489,
505
+ MenuMainButtonOptions = 490,
506
+ MenuMainButtonQuitGame = 491,
507
+ MenuModsWarningModsDisabledTitle = 492,
508
+ MenuModsWarningModsDisabledDescription = 493,
509
+ MenuModsButtonModdingGuide = 494,
510
+ MenuModsButtonOpenFolder = 495,
511
+ MenuModsButtonOpenWorkshop = 496,
512
+ MenuModsButtonRefreshMods = 497,
513
+ MenuModsDescription = 498,
514
+ MenuModsTitle = 499,
515
+ MenuModsTooltipLabelAuthor = 500,
516
+ MenuModsTooltipLabelTags = 501,
517
+ MenuModsTooltipLabelDependencies = 502,
518
+ MenuModsTooltipLabelProvides = 503,
519
+ MenuModsTooltipLabelVersion = 504,
520
+ MenuModsTooltipLabelDescription = 505,
521
+ MenuModsTooltipLabelInstallDate = 506,
522
+ MenuModsTooltipLabelCreatedDate = 507,
523
+ MenuModsTooltipLabelLastUpdatedDate = 508,
524
+ MenuModsTooltipPreventsMilestoneUnlocks = 509,
525
+ MenuModsTooltipModOptions = 510,
526
+ MenuModsTooltipPublishMod = 511,
527
+ MenuModsTooltipModMoreInformation = 512,
528
+ MenuModsTooltipUninstallMod = 513,
529
+ MenuModsTooltipViewInSteamWorkshop = 514,
530
+ MenuModsTooltipViewGitHub = 515,
531
+ MenuModsTooltipOpenFolder = 516,
532
+ MenuModsButtonEditInternalMods = 517,
533
+ MenuModsSectionHeading = 518,
534
+ MenuModsSubmenuEditInternalModsTitle = 519,
535
+ MenuModsSubmenuEditInternalModsDescription = 520,
536
+ MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 521,
537
+ MenuModsSubmenuEditInternalModsSectionRootsName = 522,
538
+ MenuModsSubmenuEditInternalModsSectionModsName = 523,
539
+ MenuModsSubmenuEditInternalModsPlaceholderModRootName = 524,
540
+ MenuModsSubmenuEditInternalModsPlaceholderModRootPath = 525,
541
+ MenuNewGameButtonNext = 526,
542
+ MenuNewGameButtonStartServer = 527,
543
+ MenuNewGameDescription = 528,
544
+ MenuNewGameLabelEditName = 529,
545
+ MenuNewGameLabelEditSeed = 530,
546
+ MenuNewGamePlaceholderEditSeed = 531,
547
+ MenuNewGameTitle = 532,
548
+ MenuNewGameChoiceDifficulty = 533,
549
+ MenuNewGameChoiceSingleplayer = 534,
550
+ MenuNewGameChoiceSingleplayerDescription = 535,
551
+ MenuNewGameChoiceMultiplayer = 536,
552
+ MenuNewGameChoiceMultiplayerDescription = 537,
553
+ MenuNewGameChoiceTurnModeManual = 538,
554
+ MenuNewGameChoiceTurnModeManualDescription = 539,
555
+ MenuNewGameChoiceTurnModeRealTime = 540,
556
+ MenuNewGameChoiceTurnModeRealTimeDescription = 541,
557
+ MenuNewGameChoiceTurnModeSimulated = 542,
558
+ MenuNewGameChoiceTurnModeSimulatedDescription = 543,
559
+ MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 544,
560
+ MenuNewGameChoiceDifficultyChallengeDaily = 545,
561
+ MenuNewGameChoiceDifficultyChallengeDailyTooltip = 546,
562
+ MenuNewGameButtonMilestones = 547,
563
+ MenuNewGameButtonMilestonesDescription = 548,
564
+ MenuNewGameTabGameMode = 549,
565
+ MenuNewGameTabMultiplayer = 550,
566
+ MenuNewGameTabGameplayModifiers = 551,
567
+ MenuNewGameHeadingGameMode = 552,
568
+ MenuNewGameHeadingMultiplayer = 553,
569
+ MenuNewGameHeadingGameplayModifiers = 554,
570
+ MenuNewGameMilestoneModifiersUnlockableInMode = 555,
571
+ MenuNewGameChoiceClientsInheritHostModifiers = 556,
572
+ MenuNewGameChoiceClientsInheritHostModifiersDescription = 557,
573
+ MenuNewGameChoiceCustomModifiers = 558,
574
+ MenuNewGameChoiceCustomModifiersDescription = 559,
575
+ MenuMilestoneModifiersTitle = 560,
576
+ MenuMilestoneModifiersDescription = 561,
577
+ MenuCustomGameOptionsTitle = 562,
578
+ MenuCustomGameOptionsDescription = 563,
579
+ MenuCustomGameOptionsRespawnOnDeath = 564,
580
+ MenuCustomGameOptionsRespawnOnDeathDescription = 565,
581
+ MenuCustomGameOptionsUseUnlockedRecipes = 566,
582
+ MenuCustomGameOptionsStartingIslandBiome = 567,
583
+ MenuCustomGameOptionsApplyTravelingEffects = 568,
584
+ MenuCustomGameOptionsApplyTravelingEffectsDescription = 569,
585
+ MenuCustomGameOptionsCreaturesPeaceful = 570,
586
+ MenuCustomGameOptionsCreaturesDisableScared = 571,
587
+ MenuCustomGameOptionsCreaturesDisableScaredDescription = 572,
588
+ MenuCustomGameOptionsCreaturesAberrantSpawns = 573,
589
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 574,
590
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 575,
591
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 576,
592
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 577,
593
+ MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 578,
594
+ MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 579,
595
+ MenuCustomGameOptionsCreaturesAlwaysSpawn = 580,
596
+ MenuCustomGameOptionsCreaturesAllowSpawning = 581,
597
+ MenuCustomGameOptionsCreaturesSpawnLimit = 582,
598
+ MenuCustomGameOptionsCreaturesSpawnLimitDescription = 583,
599
+ MenuCustomGameOptionsCreaturesSpawnRateMultiplier = 584,
600
+ MenuCustomGameOptionsCreaturesSpawnRateMultiplierDescription = 585,
601
+ MenuCustomGameOptionsCreatureNone = 586,
602
+ MenuCustomGameOptionsCreatureConfigure = 587,
603
+ MenuCustomGameOptionsStatMultiplier = 588,
604
+ MenuCustomGameOptionsStatMultiplierTooltip = 589,
605
+ MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 590,
606
+ MenuCustomGameOptionsHeadingGeneral = 591,
607
+ MenuCustomGameOptionsHeadingTravel = 592,
608
+ MenuCustomGameOptionsHeadingTime = 593,
609
+ MenuCustomGameOptionsHeadingStats = 594,
610
+ MenuCustomGameOptionsHeadingItems = 595,
611
+ MenuCustomGameOptionsHeadingCreatures = 596,
612
+ MenuCustomGameOptionsHeadingSkills = 597,
613
+ MenuCustomGameOptionsHeadingStatuses = 598,
614
+ MenuCustomGameOptionsEternalNight = 599,
615
+ MenuCustomGameOptionsEternalNightDescription = 600,
616
+ MenuCustomGameOptionsEternalDay = 601,
617
+ MenuCustomGameOptionsEternalDayDescription = 602,
618
+ MenuCustomGameOptionsTimeFrozen = 603,
619
+ MenuCustomGameOptionsTimeInitial = 604,
620
+ MenuCustomGameOptionsTimeDayLength = 605,
621
+ MenuCustomGameOptionsTimeDayLengthTooltip = 606,
622
+ MenuCustomGameOptionsTimeDayPercent = 607,
623
+ MenuCustomGameOptionsTimeDayPercentTooltip = 608,
624
+ MenuCustomGameOptionsStatStarting = 609,
625
+ MenuCustomGameOptionsStatMax = 610,
626
+ MenuCustomGameOptionsStatStartingDisplay = 611,
627
+ MenuCustomGameOptionsStatMaxDisplay = 612,
628
+ MenuCustomGameOptionsStatNoChange = 613,
629
+ MenuCustomGameOptionsStatBonus = 614,
630
+ MenuCustomGameOptionsStatBonusDisplay = 615,
631
+ MenuCustomGameOptionsStatusPassChanceMultiplier = 616,
632
+ MenuCustomGameOptionsStatusPassChanceMultiplierTooltip = 617,
633
+ MenuCustomGameOptionsStatusStartWith = 618,
634
+ MenuCustomGameOptionsStatusUntreatable = 619,
635
+ MenuCustomGameOptionsStatusUntreatableTooltip = 620,
636
+ MenuCustomGameOptionsSkillInitialRandomCount = 621,
637
+ MenuCustomGameOptionsSkillInitialRandomCountDescription = 622,
638
+ MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 623,
639
+ MenuCustomGameOptionsSkillsGlobal = 624,
640
+ MenuCustomGameOptionsSkillNone = 625,
641
+ MenuCustomGameOptionsSkillConfigure = 626,
642
+ MenuCustomGameOptionsSkillInitial = 627,
643
+ MenuCustomGameOptionsSkillMultiplier = 628,
644
+ MenuCustomGameOptionsSkillMultiplierTooltip = 629,
645
+ MenuCustomGameOptionsRandomItems = 630,
646
+ MenuCustomGameOptionsRandomItemsDescription = 631,
647
+ MenuCustomGameOptionsItemDurability = 632,
648
+ MenuCustomGameOptionsItemDurabilityTooltip = 633,
649
+ MenuCustomGameOptionsItemDecay = 634,
650
+ MenuCustomGameOptionsItemDecayTooltip = 635,
651
+ MenuCustomGameOptionsExport = 636,
652
+ MenuCustomGameOptionsImport = 637,
653
+ MenuCustomGameOptionsViewGroundItemsAsContainer = 638,
654
+ MenuCustomGameOptionsViewGroundItemsAsContainerDescription = 639,
655
+ MenuNewsDescription = 640,
656
+ MenuNewsHeadingSocial = 641,
657
+ MenuNewsTitle = 642,
658
+ MenuNewsHeadingUnableToLoad = 643,
659
+ MenuNewsButtonAllNews = 644,
660
+ MenuNewsButtonViewChangelog = 645,
661
+ MenuOptionsButtonDitherFogOfWar = 646,
662
+ MenuOptionsButtonHealthVignette = 647,
663
+ MenuOptionsButtonHealthVignetteTooltip = 648,
664
+ MenuOptionsButtonDisableCustomCursor = 649,
665
+ MenuOptionsButtonEnableSmoothZooming = 650,
666
+ MenuOptionsButtonDisplayArticleInObjectNames = 651,
667
+ MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 652,
668
+ MenuOptionsButtonFullscreen = 653,
669
+ MenuOptionsButtonCustomTitleBar = 654,
670
+ MenuOptionsButtonDeveloperMode = 655,
671
+ MenuOptionsButtonReloadGame = 656,
672
+ MenuOptionsButtonReloadStylesheets = 657,
673
+ MenuOptionsButtonReloadTextures = 658,
674
+ MenuOptionsButtonPrepackedSprites = 659,
675
+ MenuOptionsButtonDisposeReflection = 660,
676
+ MenuOptionsButtonExportGlobalSaveData = 661,
677
+ MenuOptionsButtonImportGlobalSaveData = 662,
678
+ MenuOptionsButtonSaveDataBackups = 663,
679
+ MenuOptionsButtonSaveDataBackupsTooltip = 664,
680
+ MenuOptionsButtonSaveDataClearAll = 665,
681
+ MenuOptionsButtonSaveDataClearCharacters = 666,
682
+ MenuOptionsButtonSaveDataClearUI = 667,
683
+ MenuOptionsButtonSaveDataClearHighscores = 668,
684
+ MenuOptionsButtonSaveDataClearMilestones = 669,
685
+ MenuOptionsButtonSaveDataClearOptions = 670,
686
+ MenuOptionsButtonSaveDataClearCraftingRecipes = 671,
687
+ MenuOptionsButtonSaveDataClearSaves = 672,
688
+ MenuOptionsButtonSkipSplash = 673,
689
+ MenuOptionsButtonDisableQuitConfirmation = 674,
690
+ MenuOptionsButtonToggleDevTools = 675,
691
+ MenuOptionsButtonOpenBackupsFolder = 676,
692
+ MenuOptionsButtonOpenLogsFolder = 677,
693
+ MenuOptionsButtonDropLocationFacing = 678,
694
+ MenuOptionsButtonDropLocationFeet = 679,
695
+ MenuOptionsButtonStartTraceRecording = 680,
696
+ MenuOptionsButtonStopTraceRecording = 681,
697
+ MenuOptionsButtonTracingRecordingTooltip = 682,
698
+ MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 683,
699
+ MenuOptionsDescription = 684,
700
+ MenuOptionsHeadingAudio = 685,
701
+ MenuOptionsHeadingDeveloper = 686,
702
+ MenuOptionsHeadingGameplayOptions = 687,
703
+ MenuOptionsHeadingGameplayOptionsDescription = 688,
704
+ MenuOptionsHeadingGameplayOptionsButtonOpenDialog = 689,
705
+ MenuOptionsHeadingOtherOptions = 690,
706
+ MenuOptionsHeadingControls = 691,
707
+ MenuOptionsHeadingModOptions = 692,
708
+ MenuOptionsHeadingSaveData = 693,
709
+ MenuOptionsHeadingTooltipsTile = 694,
710
+ MenuOptionsHeadingVideo = 695,
711
+ MenuOptionsLabelInterfaceScale = 696,
712
+ MenuOptionsLabelHudWidth = 697,
713
+ MenuOptionsLabelTooltipDelay = 698,
714
+ MenuOptionsLabelDirectionTurnDelay = 699,
715
+ MenuOptionsLabelMouseTurnDelay = 700,
716
+ MenuOptionsLabelFontStyle = 701,
717
+ MenuOptionsTooltipTurnDelay = 702,
718
+ MenuOptionsTooltipMouseTurnDelay = 703,
719
+ MenuOptionsTooltipControlsFilter = 704,
720
+ MenuOptionsLabelVolumeEffects = 705,
721
+ MenuOptionsLabelVolumeMusic = 706,
722
+ MenuOptionsTabAudio = 707,
723
+ MenuOptionsTabDeveloper = 708,
724
+ MenuOptionsTabGameplay = 709,
725
+ MenuOptionsTabTooltips = 710,
726
+ MenuOptionsTabOther = 711,
727
+ MenuOptionsTabLanguage = 712,
728
+ MenuOptionsTabControls = 713,
729
+ MenuOptionsTabMods = 714,
730
+ MenuOptionsTabSaveData = 715,
731
+ MenuOptionsTabVideo = 716,
732
+ MenuOptionsTabPerformance = 717,
733
+ MenuOptionsHeadingPerformance = 718,
734
+ MenuOptionsTitle = 719,
735
+ MenuOptionsTooltipMusicNextTrack = 720,
736
+ MenuOptionsBindChoose = 721,
737
+ MenuOptionsBindChooseAdd = 722,
738
+ MenuOptionsBindButtonResetTooltip = 723,
739
+ MenuOptionsBindButtonDeleteTooltip = 724,
740
+ MenuOptionsBindButtonAddTooltip = 725,
741
+ MenuOptionsBindButtonAddMacroTooltip = 726,
742
+ MenuOptionsButtonDiscoverEverything = 727,
743
+ MenuOptionsButtonDiscoverEverythingDescription = 728,
744
+ MenuOptionsButtonGrantAllMilestoneModifiers = 729,
745
+ MenuOptionsButtonGrantAllMilestoneModifiersDescription = 730,
746
+ MenuOptionsButtonDisableMilestonesDescription = 731,
747
+ MenuOptionsButtonAlternatingDirectionMovement = 732,
748
+ MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 733,
749
+ MenuOptionsButtonSteamInputKeyboardPosition = 734,
750
+ MenuOptionsButtonAlwaysShowMoreInformationTooltip = 735,
751
+ MenuOptionsButtonEnableLowPowerMode = 736,
752
+ MenuOptionsButtonEnableLowPowerModeTooltip = 737,
753
+ MenuOptionsButtonDisableAcrylicTransparency = 738,
754
+ MenuOptionsButtonDisableAcrylicTransparencyTooltip = 739,
755
+ MenuOptionsButtonDisableOverlaySupport = 740,
756
+ MenuOptionsButtonDisableOverlaySupportTooltip = 741,
757
+ MenuOptionsButtonDisableUIEffects = 742,
758
+ MenuOptionsButtonDisableUIEffectsTooltip = 743,
759
+ MenuOptionsButtonDisableUIOpacity = 744,
760
+ MenuOptionsButtonDisableUIOpacityTooltip = 745,
761
+ MenuOptionsButtonDisableMovementAnimations = 746,
762
+ MenuOptionsButtonDisableMovementAnimationsTooltip = 747,
763
+ MenuOptionsButtonAutoAttack = 748,
764
+ MenuOptionsButtonAutoAttackTooltip = 749,
765
+ MenuOptionsButtonDropOnDismantle = 750,
766
+ MenuOptionsButtonDropOnDismantleTooltip = 751,
767
+ MenuOptionsButtonDropOnDisassemble = 752,
768
+ MenuOptionsButtonDropOnDisassembleTooltip = 753,
769
+ MenuOptionsButtonDisableCraftingProtectedItems = 754,
770
+ MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 755,
771
+ MenuOptionsButtonDropOnGatherHarvest = 756,
772
+ MenuOptionsButtonDropOnGatherHarvestTooltip = 757,
773
+ MenuOptionsButtonUseAdjacentContainers = 758,
774
+ MenuOptionsButtonUseAdjacentContainersTooltip = 759,
775
+ MenuOptionsButtonHideEquippedHeadgear = 760,
776
+ MenuOptionsButtonHideEquippedHeadgearTooltip = 761,
777
+ MenuOptionsButtonDisableItemNotifiers = 762,
778
+ MenuOptionsButtonDisableItemNotifiersTooltip = 763,
779
+ MenuOptionsButtonLeftHanded = 764,
780
+ MenuOptionsButtonLeftHandedTooltip = 765,
781
+ MenuOptionsButtonAutoSave = 766,
782
+ MenuOptionsRangeAutoSaveTimerLabel = 767,
783
+ MenuOptionsRangeAutoSaveTimerTurnsDisplay = 768,
784
+ MenuOptionsRangeAutoSaveTimerTimeDisplay = 769,
785
+ MenuOptionsButtonDropIntoContainers = 770,
786
+ MenuOptionsButtonDropIntoContainersTooltip = 771,
787
+ MenuOptionsButtonWarnOnDangerousActions = 772,
788
+ MenuOptionsButtonWarnOnDangerousActionsTooltip = 773,
789
+ MenuOptionsButtonWarnOnDroppingActions = 774,
790
+ MenuOptionsButtonWarnOnDroppingActionsTooltip = 775,
791
+ MenuOptionsButtonWarnOnDestructiveActions = 776,
792
+ MenuOptionsButtonWarnOnDestructiveActionsTooltip = 777,
793
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 778,
794
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 779,
795
+ MenuOptionsButtonWarnWhenBreakingItemsOnUse = 780,
796
+ MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 781,
797
+ MenuOptionsHeadingWarnWhenBreakingItems = 782,
798
+ MenuOptionsButtonSaveDataClearBindings = 783,
799
+ MenuOptionsButtonDisableMilestones = 784,
800
+ MenuOptionsLabelSaveDataRemoval = 785,
801
+ MenuOptionsTooltipDialogOpacity = 786,
802
+ MenuOptionsLabelDialogOpacity = 787,
803
+ MenuOptionsDeveloperSteamBetas = 788,
804
+ MenuOptionsDeveloperSteamBetaName = 789,
805
+ MenuOptionsDeveloperLogSourceFilterHeading = 790,
806
+ MenuOptionsDeveloperUIExperiments = 791,
807
+ MenuOptionsDeveloperUIExperimentsDescription = 792,
808
+ MenuOptionsDeveloperDebugging = 793,
809
+ MenuOptionsDeveloperDebuggingDescription = 794,
810
+ MenuOptionsDeveloperToggleContainerDesyncDebugging = 795,
811
+ MenuOptionsDeveloperToggleContainerDesyncDebuggingDescription = 796,
812
+ MenuOptionsDeveloperReportErrors = 797,
813
+ MenuOptionsDeveloperReportErrorsDescription = 798,
814
+ MenuOptionsAudioVolumeDisplay = 799,
815
+ MenuOptionsAudioInputSoundOnTyping = 800,
816
+ MenuOptionsAudioPlayAudioInBackground = 801,
817
+ MenuOptionsMusicPlaylist = 802,
818
+ MenuOptionsButtonConfigureBindings = 803,
819
+ MenuOptionsButtonSaveCompression = 804,
820
+ MenuOptionsButtonSaveCompressionTooltip = 805,
821
+ MenuOptionsButtonSaveUIDataGlobally = 806,
822
+ MenuOptionsButtonSaveUIDataGloballyTooltip = 807,
823
+ MenuPauseButtonContinueGame = 808,
824
+ MenuPauseButtonReturnToGame = 809,
825
+ MenuPauseButtonOptions = 810,
826
+ MenuPauseButtonGameSettings = 811,
827
+ MenuPauseButtonPaused = 812,
828
+ MenuPauseButtonMultiplayer = 813,
829
+ MenuPauseButtonHelp = 814,
830
+ MenuPauseButtonTitleScreen = 815,
831
+ MenuPauseButtonStopServer = 816,
832
+ MenuPauseButtonQuitWithoutSaving = 817,
833
+ MenuPauseTooltipNotPaused = 818,
834
+ MenuPauseLabelPaused = 819,
835
+ MenuPauseLabelNotPaused = 820,
836
+ MenuModesTitle = 821,
837
+ MenuModesDescription = 822,
838
+ MenuMultiplayerOptionsTitle = 823,
839
+ MenuMultiplayerOptionsDescription = 824,
840
+ MenuMultiplayerOptionsOpenServer = 825,
841
+ MenuMultiplayerOptionsOpenServerDescription = 826,
842
+ MenuMultiplayerOptionsCopyGameCode = 827,
843
+ MenuMultiplayerOptionsCopyGameCodeTooltip = 828,
844
+ MenuMultiplayerOptionsInviteSteamFriends = 829,
845
+ MenuMultiplayerOptionsCheckConnectionHeading = 830,
846
+ MenuMultiplayerOptionsCheckConnectionParagraph = 831,
847
+ MenuMultiplayerOptionsCheckConnectionButton = 832,
848
+ MenuMultiplayerOptionsCheckConnectionResultUnknown = 833,
849
+ MenuMultiplayerOptionsCheckConnectionResultChecking = 834,
850
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 835,
851
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 836,
852
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 837,
853
+ MenuMultiplayerOptionsCheckConnectionResultWebSocket = 838,
854
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 839,
855
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 840,
856
+ MenuMultiplayerOptionsCheckConnectionResultSuccess = 841,
857
+ MenuJoinServerTitle = 842,
858
+ MenuJoinServerDescription = 843,
859
+ MenuJoinServerInputPlaceholder = 844,
860
+ MenuJoinServerChooseModifiersTitle = 845,
861
+ MenuJoinServerChooseModifiersDescription = 846,
862
+ MenuSharedMultiplayerChoiceLobbyTypeFriends = 847,
863
+ MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 848,
864
+ MenuSharedMultiplayerChoiceLobbyTypePublic = 849,
865
+ MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 850,
866
+ MenuSharedMultiplayerChoiceLobbyTypePrivate = 851,
867
+ MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 852,
868
+ MenuSharedMultiplayerChoicePVP = 853,
869
+ MenuSharedMultiplayerChoicePVPDescription = 854,
870
+ MenuSharedMultiplayerChoiceAllowTraveling = 855,
871
+ MenuSharedMultiplayerChoiceAllowTravelingDescription = 856,
872
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 857,
873
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 858,
874
+ MenuSharedMultiplayerChoicePauseOnDesync = 859,
875
+ MenuSharedMultiplayerChoicePauseOnDesyncDescription = 860,
876
+ MenuSharedMultiplayerDescription = 861,
877
+ MenuSharedMultiplayerMessageOfTheDay = 862,
878
+ MenuSharedMultiplayerMaxPlayers = 863,
879
+ MenuSharedRealTimeTickSpeedTooltip = 864,
880
+ MenuSharedRealTimeTickSpeedLabel = 865,
881
+ MenuSharedButtonDefault = 866,
882
+ MenuSharedValueSeconds = 867,
883
+ MenuSharedValueMilliseconds = 868,
884
+ MenuSharedValuePercentage = 869,
885
+ MenuSharedMilestonesNotUnlockable = 870,
886
+ MenuSharedMilestonesNotUnlockableDescription = 871,
887
+ MenuSharedMilestonesNotUnlockableButtonShowMods = 872,
888
+ MenuSharedButtonDisableAll = 873,
889
+ MenuSharedButtonEnableAll = 874,
890
+ MenuSharedMilestoneModifiersSelected = 875,
891
+ MiscSortBy = 876,
892
+ MiscSortCustom = 877,
893
+ MiscSortDirection = 878,
894
+ MiscFilter = 879,
895
+ MiscNone = 880,
896
+ MiscPlayerNameDefault = 881,
897
+ MiscPlayerNameServer = 882,
898
+ MiscSaveNameDefault = 883,
899
+ MiscSaveNameDailyChallenge = 884,
900
+ MiscSaveNameChallenge = 885,
901
+ MiscSaveVersionUnknown = 886,
902
+ MiscVersion = 887,
903
+ MiscVersionBuildInfoTooltip = 888,
904
+ MiscVersionUpdate = 889,
905
+ MiscTime = 890,
906
+ MiscTimeMeridiem = 891,
907
+ MiscError = 892,
908
+ MiscContextMenuCopyTooltip = 893,
909
+ MiscBindableNoBindings = 894,
910
+ MiscBindingIcon = 895,
911
+ MiscBindingIconThen = 896,
912
+ DifficultyOptionsPeaceful = 897,
913
+ DifficultyOptionsAberrantSpawnsDisabled = 898,
914
+ DifficultyOptionsAberrantSpawnsOnly = 899,
915
+ DifficultyOptionsCreatureSpawningDisabled = 900,
916
+ DifficultyOptionsCreatureAlwaysSpawns = 901,
917
+ DifficultyOptionsCreatureSpawnsDefault = 902,
918
+ DifficultyOptionsCreatureSpawnsAberrantOnly = 903,
919
+ DifficultyOptionsCreatureSpawnsNoAberrants = 904,
920
+ DifficultyOptionsSpawnLimit = 905,
921
+ DifficultyOptionsSpawnRateMultiplier = 906,
922
+ DifficultyOptionsDisableScared = 907,
923
+ DifficultyOptionsRespawn = 908,
924
+ DifficultyOptionsEternalNight = 909,
925
+ DifficultyOptionsEternalDay = 910,
926
+ DifficultyOptionsTimeInitial = 911,
927
+ DifficultyOptionsTimeFrozen = 912,
928
+ DifficultyOptionsTimeDayLength = 913,
929
+ DifficultyOptionsTimeDayPercent = 914,
930
+ DifficultyOptionsNoItems = 915,
931
+ DifficultyOptionsRecipes = 916,
932
+ DifficultyOptionsStartingIsland = 917,
933
+ DifficultyOptionsTravelingEffectsDisabled = 918,
934
+ DifficultyOptionsLuck = 919,
935
+ DifficultyOptionsWeightBonus = 920,
936
+ DifficultyOptionsStatInitial = 921,
937
+ DifficultyOptionsStatMax = 922,
938
+ DifficultyOptionsStatMultiplier = 923,
939
+ DifficultyOptionsStatusStartWith = 924,
940
+ DifficultyOptionsStatusUntreatable = 925,
941
+ DifficultyOptionsStatusPassChanceMultiplier = 926,
942
+ DifficultyOptionsNoRandomSkills = 927,
943
+ DifficultyOptionsSkillStartingCount = 928,
944
+ DifficultyOptionsSkillGainMultiplier = 929,
945
+ DifficultyOptionsSkillInitial = 930,
946
+ DifficultyOptionsStatusPermanent = 931,
947
+ DifficultyOptionsStatusRateMultiplier = 932,
948
+ DifficultyOptionsStatusMultiplier = 933,
949
+ DifficultyOptionsItemDurabilityMultiplier = 934,
950
+ DifficultyOptionsItemDecayMultiplier = 935,
951
+ DifficultyOptionsTileContainersEnabled = 936,
952
+ TabCrafting = 937,
953
+ TabDismantle = 938,
954
+ WindowTitleContainer = 939,
955
+ WindowTitleInventory = 940
954
956
  }
955
957
  export default UiTranslation;