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