@wayward/types 2.12.0-beta.dev.20221003.2 → 2.12.0-beta.dev.20221005.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 (34) hide show
  1. package/definitions/game/game/ObjectManager.d.ts +1 -1
  2. package/definitions/game/game/doodad/DoodadManager.d.ts +1 -1
  3. package/definitions/game/game/entity/Human.d.ts +1 -1
  4. package/definitions/game/game/entity/action/ActionExecutor.d.ts +1 -1
  5. package/definitions/game/game/entity/action/IAction.d.ts +1 -2
  6. package/definitions/game/game/entity/action/actions/CloseContainer.d.ts +1 -1
  7. package/definitions/game/game/entity/action/actions/CloseDoor.d.ts +1 -1
  8. package/definitions/game/game/entity/action/actions/Dismount.d.ts +1 -1
  9. package/definitions/game/game/entity/action/actions/OpenContainer.d.ts +1 -1
  10. package/definitions/game/game/entity/action/actions/PackGround.d.ts +1 -1
  11. package/definitions/game/game/entity/action/actions/PropOpenDoor.d.ts +1 -1
  12. package/definitions/game/game/entity/action/actions/Ride.d.ts +1 -1
  13. package/definitions/game/game/entity/action/actions/Till.d.ts +1 -1
  14. package/definitions/game/game/entity/action/usable/IUsableAction.d.ts +1 -0
  15. package/definitions/game/game/entity/action/usable/UsableAction.d.ts +6 -1
  16. package/definitions/game/game/entity/action/usable/actions/UsableActionsDynamic.d.ts +1 -0
  17. package/definitions/game/game/entity/player/Player.d.ts +1 -1
  18. package/definitions/game/game/inspection/IInspection.d.ts +2 -1
  19. package/definitions/game/game/inspection/inspections/ActionInspection.d.ts +1 -0
  20. package/definitions/game/game/island/IIsland.d.ts +2 -1
  21. package/definitions/game/game/island/Island.d.ts +2 -1
  22. package/definitions/game/game/item/Item.d.ts +1 -1
  23. package/definitions/game/game/item/ItemManager.d.ts +1 -1
  24. package/definitions/game/game/milestones/IMilestone.d.ts +1 -1
  25. package/definitions/game/game/milestones/MilestoneManager.d.ts +3 -3
  26. package/definitions/game/game/reference/ReferenceManager.d.ts +1 -1
  27. package/definitions/game/language/dictionary/UiTranslation.d.ts +677 -675
  28. package/definitions/game/multiplayer/Multiplayer.d.ts +1 -0
  29. package/definitions/game/multiplayer/packets/client/LoadIslandPacket.d.ts +1 -0
  30. package/definitions/game/save/upgrade/UpgradeIsland.d.ts +0 -4
  31. package/definitions/game/ui/component/ContextMenu.d.ts +2 -1
  32. package/definitions/game/ui/screen/screens/game/static/actions/ActionsDrawer.d.ts +13 -7
  33. package/definitions/test/interfaces.d.ts +1 -0
  34. package/package.json +1 -1
@@ -180,680 +180,682 @@ declare enum UiTranslation {
180
180
  GameTooltipIslandCoordinates = 165,
181
181
  GameTooltipIslandCoordinatesLabel = 166,
182
182
  GameTooltipActionNone = 167,
183
- GameTooltipEquipSlotOffHandDisabledTwoHandedOffHand = 168,
184
- GameTooltipEquipSlotOffHandDisabledTwoHandedMainHand = 169,
185
- GameStatsPercentage = 170,
186
- GameStatsStatAttack = 171,
187
- GameStatsStatGeneric = 172,
188
- GameStatsStatGenericWithMax = 173,
189
- GameStatsStatbar = 174,
190
- GameStatsStatHealthTooltip = 175,
191
- GameStatsStatStaminaTooltip = 176,
192
- GameStatsStatHungerTooltip = 177,
193
- GameStatsStatThirstTooltip = 178,
194
- GameStatsStatHealthStatusWarning = 179,
195
- GameStatsStatStaminaStatusWarning = 180,
196
- GameStatsStatHungerStatusWarning = 181,
197
- GameStatsStatThirstStatusWarning = 182,
198
- GameStatsStatWeightStatusWarning = 183,
199
- GameStatsStatStaminaStatusBad = 184,
200
- GameStatsStatHungerStatusBad = 185,
201
- GameStatsStatThirstStatusBad = 186,
202
- GameStatsStatWeightStatusBad = 187,
203
- GameStatsStatReputationTooltipAverageReputation = 188,
204
- GameStatsStatReputationTooltipDifficulty = 189,
205
- GameStatsStatReputationTooltipDifficultyEasy = 190,
206
- GameStatsStatReputationTooltipDifficultyHard = 191,
207
- GameStatsStatReputationTooltipDifficultyInfantile = 192,
208
- GameStatsStatReputationTooltipDifficultyInsane = 193,
209
- GameStatsStatReputationTooltipDifficultyMedium = 194,
210
- GameStatsStatReputationTooltipDifficultyNightmare = 195,
211
- GameStatsStatReputationTooltipDifficultySimple = 196,
212
- GameStatsStatReputationTooltipDifficultyVeryEasy = 197,
213
- GameStatsStatReputationTooltipDifficultyVeryHard = 198,
214
- GameStatsStatReputationTooltipBenignity = 199,
215
- GameStatsStatReputationTooltipMalignity = 200,
216
- GameStatsStatReputationTooltipScore = 201,
217
- GameStatsStatReputationTooltipCivilizationScore = 202,
218
- GameStatsStatReputationTooltipTurn = 203,
219
- GameStatsStatReputationTooltipTicks = 204,
220
- GameStatsStatWeightTooltip = 205,
221
- GameStatsStatAttackTooltipTactics = 206,
222
- GameStatsStatAttackTooltipMainHand = 207,
223
- GameStatsStatAttackTooltipOffHand = 208,
224
- GameStatsStatDefenseTooltipBase = 209,
225
- GameStatsStatDefenseTooltipBlunt = 210,
226
- GameStatsStatDefenseTooltipParrying = 211,
227
- GameStatsStatDefenseTooltipFire = 212,
228
- GameStatsStatDefenseTooltipCold = 213,
229
- GameStatsStatDefenseTooltipPiercing = 214,
230
- GameStatsStatDefenseTooltipSlashing = 215,
231
- GameItemBarterCredit = 216,
232
- GameMenuBarButtonTooltipBindable = 217,
233
- GameMenuBarButtonTooltipSaveSize = 218,
234
- GameMenuBarButtonTooltipSaveTurnsAgo = 219,
235
- GameMenuBarButtonTooltipSaveLastTime = 220,
236
- GameMenuBarButtonTooltipNotesUnread = 221,
237
- GameMenuBarButtonTooltipMilestonesDisabled = 222,
238
- GameMenuBarButtonTooltipQuestsDisabled = 223,
239
- GameMenuBarContextMenuActionRemoveItem = 224,
240
- GameMenuBarContextMenuActionInsertItem = 225,
241
- GameMenuBarContextMenuActionReset = 226,
242
- GameActionBarContextMenuDisplayBindings = 227,
243
- GameActionBarContextMenuAddSlot = 228,
244
- GameActionBarContextMenuRemoveSlot = 229,
245
- GameActionBarContextMenuConfigure = 230,
246
- GameActionBarConfigurationDrawerSlotTitle = 231,
247
- GameActionBarConfigurationDrawerSlotHintUse = 232,
248
- GameActionBarConfigurationDrawerSlotHintToggle = 233,
249
- GameActionBarConfigurationDrawerSlotHintToggleUseOnMove = 234,
250
- GameActionBarConfigurationDrawerColumnTitleActions = 235,
251
- GameActionBarConfigurationDrawerColumnTitleItemActions = 236,
252
- GameActionBarConfigurationDrawerButtonEditBindings = 237,
253
- GameActionBarConfigurationDrawerButtonRemoveSlot = 238,
254
- GameActionBarConfigurationDrawerButtonRemoveSlotDescription = 239,
255
- GameActionBarConfigurationDrawerColumnTitleInapplicable = 240,
256
- GameActionBarConfigurationDrawerButtonUseOnMove = 241,
257
- GameActionBarConfigurationDrawerButtonUseOnMoveDescription = 242,
258
- GameActionBarConfigurationDrawerButtonUseExactItem = 243,
259
- GameActionBarConfigurationDrawerButtonUseByTypeAndQuality = 244,
260
- GameActionBarConfigurationDrawerButtonUseByType = 245,
261
- GameActionBarConfigurationDrawerButtonUseAny = 246,
262
- GameActionBarConfigurationDrawerButtonDone = 247,
263
- GameActionBarSlotTooltipHintUse = 248,
264
- GameActionBarSlotTooltipHintConfigure = 249,
265
- GameActionBarSlotTooltipHintUseOnMove = 250,
266
- GameActionBarSlotTooltipHintClear = 251,
267
- GameMessagesButtonSend = 252,
268
- GameMessagesContextMenuShowAsDialog = 253,
269
- GameMessagesContextMenuClear = 254,
270
- GameMessagesContextMenuCopy = 255,
271
- GameMessagesContextMenuExport = 256,
272
- GameMessagesFilter = 257,
273
- GameMessagesFiltersEdit = 258,
274
- GameMessagesNewNote = 259,
275
- GameMessagesTurn = 260,
276
- GameMessagesDedicatedServerBackup = 261,
277
- GameMessagesDedicatedServerBackupLimitReached = 262,
278
- GameMessagesPlaceholderChat = 263,
279
- GameTileInspectionCannotSeeTile = 264,
280
- GameQuickslotsTooltipUsageHint = 265,
281
- MenuAboutTitle = 266,
282
- MenuAboutDescription = 267,
283
- MenuAboutGameDescription = 268,
284
- MenuAboutSectionTeam = 269,
285
- MenuAboutTeamMemberResponsibilities = 270,
286
- MenuAboutTeamMemberName = 271,
287
- MenuAboutTeamMemberNickname = 272,
288
- MenuAboutSectionContributors = 273,
289
- MenuAboutSectionSpecialThanks = 274,
290
- MenuAboutTextSpecialThanksTestorsAndDonators = 275,
291
- MenuAboutSectionLibraries = 276,
292
- MenuAboutSectionLibrariesDescription = 277,
293
- MenuAboutLabelVersion = 278,
294
- MenuAboutLabelVersionBuild = 279,
295
- MenuAboutLabelVersionBuildTime = 280,
296
- MenuBindings = 281,
297
- MenuBindingsDescription = 282,
298
- MenuBindingsTooltipBindConflicts = 283,
299
- MenuBindingsManagedBindableGameActionBarUseSlot = 284,
300
- MenuBindingsManagedBindableGameActionBarAssignSlot = 285,
301
- MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 286,
302
- MenuChangelogTitle = 287,
303
- MenuChangelogDescription = 288,
304
- MenuChangelogHeadingUnchartedWaters = 289,
305
- MenuChangelogFailedToLoadTitle = 290,
306
- MenuChangelogFailedToLoadDescription = 291,
307
- MenuChangelogHeadingChangeCount = 292,
308
- MenuChangelogButtonCopyChangelog = 293,
309
- MenuCharacterCreationButtonRandomizeName = 294,
310
- MenuCharacterCreationButtonExportTooltip = 295,
311
- MenuCharacterCreationButtonImportTooltip = 296,
312
- MenuCharacterCreationButtonStartGame = 297,
313
- MenuCharacterCreationButtonJoinGame = 298,
314
- MenuCharacterCreationDescription = 299,
315
- MenuCharacterCreationHeadingHairColor = 300,
316
- MenuCharacterCreationHeadingHairStyle = 301,
317
- MenuCharacterCreationHeadingSkinTone = 302,
318
- MenuCharacterCreationLabelName = 303,
319
- MenuCharacterCreationTitle = 304,
320
- MenuCharacterCreationButtonRotateLeftTooltip = 305,
321
- MenuCharacterCreationButtonRotateRightTooltip = 306,
322
- MenuCharacterCreationButtonRandomizeTooltip = 307,
323
- MenuCharacterSelectionButtonNewCharacter = 308,
324
- MenuCharacterSelectionDescription = 309,
325
- MenuCharacterSelectionHeadingNoCharacters = 310,
326
- MenuCharacterSelectionTitle = 311,
327
- MenuCharacterSelectionLabelLastUse = 312,
328
- MenuCharacterSelectionLabelUseCount = 313,
329
- MenuCharacterSelectionCharacterButtonDeleteTooltip = 314,
330
- MenuCharacterSelectionCharacterButtonCustomizeTooltip = 315,
331
- MenuMultiplayerDescription = 316,
332
- MenuMultiplayerTitle = 317,
333
- MenuMultiplayerButtonJoinById = 318,
334
- MenuMultiplayerServerLabelReputation = 319,
335
- MenuMultiplayerServerLabelDays = 320,
336
- MenuMultiplayerServerLabelIsland = 321,
337
- MenuMultiplayerButtonNewGame = 322,
338
- MenuMultiplayerButtonLoadGame = 323,
339
- MenuMultiplayerServerTooltipPVP = 324,
340
- MenuMultiplayerServerTooltipModsLabel = 325,
341
- MenuMultiplayerServerTooltipFriendsLabel = 326,
342
- MenuMultiplayerServerPlayers = 327,
343
- MenuMultiplayerServerLobbyType = 328,
344
- MenuMultiplayerServerRegion = 329,
345
- MenuMultiplayerServerHost = 330,
346
- MenuMultiplayerServerVersion = 331,
347
- MenuMultiplayerServerVersionUnknown = 332,
348
- MenuMultiplayerServerDedicated = 333,
349
- MenuMultiplayerHeadingPlayersOnline = 334,
350
- MenuMultiplayerServerModUnableToLoad = 335,
351
- MenuGameEndTitleDead = 336,
352
- MenuGameEndTitleWon = 337,
353
- MenuGameEndShareFacebook = 338,
354
- MenuGameEndShareTwitter = 339,
355
- MenuGameEndContinueAsGhost = 340,
356
- MenuGameEndRespawnInCasualMode = 341,
357
- MenuGameEndRespawnAsNewCharacter = 342,
358
- MenuGameEndReturnToIsland = 343,
359
- MenuGameEndExitToMenu = 344,
360
- MenuHelpTitle = 345,
361
- MenuHelpDescription = 346,
362
- MenuHelpLabelSearch = 347,
363
- MenuHighscoresTitle = 348,
364
- MenuHighscoresDescription = 349,
365
- MenuHighscoresDifficultyFilterAll = 350,
366
- MenuHighscoresHighscoreLabelDifficulty = 351,
367
- MenuHighscoresHighscoreLabelTurns = 352,
368
- MenuHighscoresHighscoreLabelScore = 353,
369
- MenuHighscoresHighscoreLabelPlace = 354,
370
- MenuHighscoresHighscoreLabelDate = 355,
371
- MenuHighscoresHighscoreLabelDeathBy = 356,
372
- MenuHighscoresHighscoreTitle = 357,
373
- MenuHighscoresCharacterNameUnknown = 358,
374
- MenuHighscoresHighscoreReplayWithSettings = 359,
375
- MenuLoadGameButtonSaveSlot = 360,
376
- MenuLoadGameButtonNewGame = 361,
377
- MenuLoadGameButtonNewGameButtonImportTooltip = 362,
378
- MenuLoadGameDescription = 363,
379
- MenuLoadGameSaveButtonDeleteTooltip = 364,
380
- MenuLoadGameSaveButtonEditNameTooltip = 365,
381
- MenuLoadGameSaveButtonExportTooltip = 366,
382
- MenuLoadGameSaveTooltipLabelCreatedTime = 367,
383
- MenuLoadGameSaveTooltipLabelSaveTime = 368,
384
- MenuLoadGameSaveTooltipLabelGameMode = 369,
385
- MenuLoadGameSaveTooltipLabelScore = 370,
386
- MenuLoadGameSaveTooltipLabelSeed = 371,
387
- MenuLoadGameSaveTooltipLabelTurns = 372,
388
- MenuLoadGameSaveTooltipLabelMods = 373,
389
- MenuLoadGameSaveTooltipLabelOriginalVersion = 374,
390
- MenuLoadGameSaveTooltipMod = 375,
391
- MenuLoadGameSaveTooltipNew = 376,
392
- MenuLoadGameSaveGame = 377,
393
- MenuLoadGameSaveGameDescription = 378,
394
- MenuLoadGameTitle = 379,
395
- MenuLoadGameLabelSelected = 380,
396
- MenuLoadGameButtonDeleteSelectedTooltip = 381,
397
- MenuLoadGameImportSaveFailure = 382,
398
- MenuMainButtonAbout = 383,
399
- MenuMainButtonChangelog = 384,
400
- MenuMainButtonContinueGame = 385,
401
- MenuMainButtonMultiplayer = 386,
402
- MenuMainButtonHighscores = 387,
403
- MenuMainButtonLoadGame = 388,
404
- MenuMainButtonMods = 389,
405
- MenuMainButtonModsAllDisabled = 390,
406
- MenuMainButtonNewGame = 391,
407
- MenuMainButtonNews = 392,
408
- MenuMainButtonOptions = 393,
409
- MenuMainButtonQuitGame = 394,
410
- MenuModsWarningModsDisabledTitle = 395,
411
- MenuModsWarningModsDisabledDescription = 396,
412
- MenuModsButtonModdingGuide = 397,
413
- MenuModsButtonOpenFolder = 398,
414
- MenuModsButtonOpenWorkshop = 399,
415
- MenuModsDescription = 400,
416
- MenuModsTitle = 401,
417
- MenuModsTooltipLabelAuthor = 402,
418
- MenuModsTooltipLabelTags = 403,
419
- MenuModsTooltipLabelDependencies = 404,
420
- MenuModsTooltipLabelProvides = 405,
421
- MenuModsTooltipLabelVersion = 406,
422
- MenuModsTooltipLabelDescription = 407,
423
- MenuModsTooltipLabelInstallDate = 408,
424
- MenuModsTooltipLabelCreatedDate = 409,
425
- MenuModsTooltipLabelLastUpdatedDate = 410,
426
- MenuModsTooltipPreventsMilestoneUnlocks = 411,
427
- MenuModsTooltipModOptions = 412,
428
- MenuModsTooltipPublishMod = 413,
429
- MenuModsTooltipModMoreInformation = 414,
430
- MenuModsTooltipUninstallMod = 415,
431
- MenuModsTooltipViewInSteamWorkshop = 416,
432
- MenuModsTooltipViewGitHub = 417,
433
- MenuModsTooltipOpenFolder = 418,
434
- MenuModsButtonEditInternalMods = 419,
435
- MenuModsSectionHeading = 420,
436
- MenuModsSubmenuEditInternalModsTitle = 421,
437
- MenuModsSubmenuEditInternalModsDescription = 422,
438
- MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 423,
439
- MenuNewGameButtonNext = 424,
440
- MenuNewGameButtonStartServer = 425,
441
- MenuNewGameDescription = 426,
442
- MenuNewGameLabelEditName = 427,
443
- MenuNewGameLabelEditSeed = 428,
444
- MenuNewGamePlaceholderEditSeed = 429,
445
- MenuNewGameTitle = 430,
446
- MenuNewGameChoiceDifficulty = 431,
447
- MenuNewGameChoiceDescription = 432,
448
- MenuNewGameChoiceSingleplayer = 433,
449
- MenuNewGameChoiceSingleplayerDescription = 434,
450
- MenuNewGameChoiceMultiplayer = 435,
451
- MenuNewGameChoiceMultiplayerDescription = 436,
452
- MenuNewGameChoiceTurnModeManual = 437,
453
- MenuNewGameChoiceTurnModeManualDescription = 438,
454
- MenuNewGameChoiceTurnModeRealTime = 439,
455
- MenuNewGameChoiceTurnModeRealTimeDescription = 440,
456
- MenuNewGameChoiceTurnModeSimulated = 441,
457
- MenuNewGameChoiceTurnModeSimulatedDescription = 442,
458
- MenuNewGameChoiceDifficultyTooltipMaxSaves = 443,
459
- MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 444,
460
- MenuNewGameChoiceDifficultyChallengeDaily = 445,
461
- MenuNewGameChoiceDifficultyChallengeDailyTooltip = 446,
462
- MenuNewGameButtonMilestones = 447,
463
- MenuNewGameButtonMilestonesDescription = 448,
464
- MenuNewGameTabGameMode = 449,
465
- MenuNewGameTabMultiplayer = 450,
466
- MenuNewGameTabGameplayModifiers = 451,
467
- MenuNewGameHeadingGameMode = 452,
468
- MenuNewGameHeadingMultiplayer = 453,
469
- MenuNewGameHeadingGameplayModifiers = 454,
470
- MenuNewGameChoiceClientsInheritHostModifiers = 455,
471
- MenuNewGameChoiceClientsInheritHostModifiersDescription = 456,
472
- MenuNewGameChoiceCustomModifiers = 457,
473
- MenuNewGameChoiceCustomModifiersDescription = 458,
474
- MenuMilestoneModifiersTitle = 459,
475
- MenuMilestoneModifiersDescription = 460,
476
- MenuCustomGameOptionsTitle = 461,
477
- MenuCustomGameOptionsDescription = 462,
478
- MenuCustomGameOptionsRespawnOnDeath = 463,
479
- MenuCustomGameOptionsRespawnOnDeathDescription = 464,
480
- MenuCustomGameOptionsUseUnlockedRecipes = 465,
481
- MenuCustomGameOptionsStartingIslandBiome = 466,
482
- MenuCustomGameOptionsApplyTravelingEffects = 467,
483
- MenuCustomGameOptionsApplyTravelingEffectsDescription = 468,
484
- MenuCustomGameOptionsCreaturesPeaceful = 469,
485
- MenuCustomGameOptionsCreaturesPeacefulDescription = 470,
486
- MenuCustomGameOptionsCreaturesAberrantSpawns = 471,
487
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 472,
488
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 473,
489
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 474,
490
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 475,
491
- MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 476,
492
- MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 477,
493
- MenuCustomGameOptionsCreaturesAlwaysSpawn = 478,
494
- MenuCustomGameOptionsCreaturesAllowSpawning = 479,
495
- MenuCustomGameOptionsCreaturesSpawnLimit = 480,
496
- MenuCustomGameOptionsCreaturesSpawnLimitDescription = 481,
497
- MenuCustomGameOptionsCreatureNone = 482,
498
- MenuCustomGameOptionsCreatureConfigure = 483,
499
- MenuCustomGameOptionsBenignityInitial = 484,
500
- MenuCustomGameOptionsBenignityMultiplier = 485,
501
- MenuCustomGameOptionsBenignityMultiplierTooltip = 486,
502
- MenuCustomGameOptionsMalignityInitial = 487,
503
- MenuCustomGameOptionsMalignityMultiplier = 488,
504
- MenuCustomGameOptionsMalignityMultiplierTooltip = 489,
505
- MenuCustomGameOptionsStatMultiplier = 490,
506
- MenuCustomGameOptionsStatMultiplierTooltip = 491,
507
- MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 492,
508
- MenuCustomGameOptionsHeadingGeneral = 493,
509
- MenuCustomGameOptionsHeadingTravel = 494,
510
- MenuCustomGameOptionsHeadingTime = 495,
511
- MenuCustomGameOptionsHeadingStats = 496,
512
- MenuCustomGameOptionsHeadingReputation = 497,
513
- MenuCustomGameOptionsHeadingItems = 498,
514
- MenuCustomGameOptionsHeadingCreatures = 499,
515
- MenuCustomGameOptionsHeadingSkills = 500,
516
- MenuCustomGameOptionsHeadingStatusEffects = 501,
517
- MenuCustomGameOptionsEternalNight = 502,
518
- MenuCustomGameOptionsEternalNightDescription = 503,
519
- MenuCustomGameOptionsEternalDay = 504,
520
- MenuCustomGameOptionsEternalDayDescription = 505,
521
- MenuCustomGameOptionsTimeFrozen = 506,
522
- MenuCustomGameOptionsTimeInitial = 507,
523
- MenuCustomGameOptionsTimeDayLength = 508,
524
- MenuCustomGameOptionsTimeDayLengthTooltip = 509,
525
- MenuCustomGameOptionsTimeDayPercent = 510,
526
- MenuCustomGameOptionsTimeDayPercentTooltip = 511,
527
- MenuCustomGameOptionsStatStarting = 512,
528
- MenuCustomGameOptionsStatMax = 513,
529
- MenuCustomGameOptionsStatStartingDisplay = 514,
530
- MenuCustomGameOptionsStatMaxDisplay = 515,
531
- MenuCustomGameOptionsStatNoChange = 516,
532
- MenuCustomGameOptionsStatBonus = 517,
533
- MenuCustomGameOptionsStatBonusDisplay = 518,
534
- MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 519,
535
- MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 520,
536
- MenuCustomGameOptionsStatusEffectStartWith = 521,
537
- MenuCustomGameOptionsStatusEffectUntreatable = 522,
538
- MenuCustomGameOptionsStatusEffectUntreatableTooltip = 523,
539
- MenuCustomGameOptionsSkillInitialRandomCount = 524,
540
- MenuCustomGameOptionsSkillInitialRandomCountDescription = 525,
541
- MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 526,
542
- MenuCustomGameOptionsSkillsGlobal = 527,
543
- MenuCustomGameOptionsSkillNone = 528,
544
- MenuCustomGameOptionsSkillConfigure = 529,
545
- MenuCustomGameOptionsSkillInitial = 530,
546
- MenuCustomGameOptionsSkillMultiplier = 531,
547
- MenuCustomGameOptionsSkillMultiplierTooltip = 532,
548
- MenuCustomGameOptionsRandomItems = 533,
549
- MenuCustomGameOptionsRandomItemsDescription = 534,
550
- MenuCustomGameOptionsItemDurability = 535,
551
- MenuCustomGameOptionsItemDurabilityTooltip = 536,
552
- MenuCustomGameOptionsItemDecay = 537,
553
- MenuCustomGameOptionsItemDecayTooltip = 538,
554
- MenuCustomGameOptionsExport = 539,
555
- MenuCustomGameOptionsImport = 540,
556
- MenuNewsDescription = 541,
557
- MenuNewsHeadingSocial = 542,
558
- MenuNewsTitle = 543,
559
- MenuNewsHeadingUnableToLoad = 544,
560
- MenuNewsButtonAllNews = 545,
561
- MenuNewsButtonViewChangelog = 546,
562
- MenuOptionsButtonDitherFogOfWar = 547,
563
- MenuOptionsButtonHealthVignette = 548,
564
- MenuOptionsButtonHealthVignetteTooltip = 549,
565
- MenuOptionsButtonDisableCustomCursor = 550,
566
- MenuOptionsButtonDisplayArticleInObjectNames = 551,
567
- MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 552,
568
- MenuOptionsButtonFullscreen = 553,
569
- MenuOptionsButtonCustomTitleBar = 554,
570
- MenuOptionsButtonDeveloperMode = 555,
571
- MenuOptionsButtonDeveloperModeContextMenu = 556,
572
- MenuOptionsButtonPixelFont = 557,
573
- MenuOptionsButtonReloadGame = 558,
574
- MenuOptionsButtonReloadStylesheets = 559,
575
- MenuOptionsButtonReloadVariableUIImages = 560,
576
- MenuOptionsButtonExportGlobalSaveData = 561,
577
- MenuOptionsButtonImportGlobalSaveData = 562,
578
- MenuOptionsButtonSaveDataBackups = 563,
579
- MenuOptionsButtonSaveDataBackupsTooltip = 564,
580
- MenuOptionsButtonSaveDataClearAll = 565,
581
- MenuOptionsButtonSaveDataClearCharacters = 566,
582
- MenuOptionsButtonSaveDataClearHighscores = 567,
583
- MenuOptionsButtonSaveDataClearMilestones = 568,
584
- MenuOptionsButtonSaveDataClearOptions = 569,
585
- MenuOptionsButtonSaveDataClearCraftingRecipes = 570,
586
- MenuOptionsButtonSaveDataClearSaves = 571,
587
- MenuOptionsButtonSkipSplash = 572,
588
- MenuOptionsButtonToggleDevTools = 573,
589
- MenuOptionsButtonTooltipsCreatures = 574,
590
- MenuOptionsButtonOpenBackupsFolder = 575,
591
- MenuOptionsButtonOpenLogsFolder = 576,
592
- MenuOptionsButtonTooltipsDoodads = 577,
593
- MenuOptionsButtonTooltipsItems = 578,
594
- MenuOptionsButtonTooltipsTerrain = 579,
595
- MenuOptionsButtonDropLocationFacing = 580,
596
- MenuOptionsButtonDropLocationFeet = 581,
597
- MenuOptionsButtonStartTraceRecording = 582,
598
- MenuOptionsButtonStopTraceRecording = 583,
599
- MenuOptionsButtonTracingRecordingtTooltip = 584,
600
- MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 585,
601
- MenuOptionsDescription = 586,
602
- MenuOptionsHeadingAudio = 587,
603
- MenuOptionsHeadingDeveloper = 588,
604
- MenuOptionsHeadingGameplayOptions = 589,
605
- MenuOptionsHeadingGameplayOptionsDescription = 590,
606
- MenuOptionsHeadingOtherOptions = 591,
607
- MenuOptionsHeadingControls = 592,
608
- MenuOptionsHeadingLanguage = 593,
609
- MenuOptionsHeadingModOptions = 594,
610
- MenuOptionsHeadingOther = 595,
611
- MenuOptionsHeadingSaveData = 596,
612
- MenuOptionsHeadingTooltipsTile = 597,
613
- MenuOptionsHeadingVideo = 598,
614
- MenuOptionsLabelInterfaceScale = 599,
615
- MenuOptionsLabelHudWidth = 600,
616
- MenuOptionsLabelTooltipDelay = 601,
617
- MenuOptionsLabelDirectionTurnDelay = 602,
618
- MenuOptionsLabelMouseTurnDelay = 603,
619
- MenuOptionsLabelFontStyle = 604,
620
- MenuOptionsTooltipTurnDelay = 605,
621
- MenuOptionsTooltipMouseTurnDelay = 606,
622
- MenuOptionsTooltipUiScaleClamped = 607,
623
- MenuOptionsTooltipControlsFilter = 608,
624
- MenuOptionsLabelVolumeEffects = 609,
625
- MenuOptionsLabelVolumeMusic = 610,
626
- MenuOptionsTabAudio = 611,
627
- MenuOptionsTabDeveloper = 612,
628
- MenuOptionsTabGameplay = 613,
629
- MenuOptionsTabTooltips = 614,
630
- MenuOptionsTabOther = 615,
631
- MenuOptionsTabLanguage = 616,
632
- MenuOptionsTabControls = 617,
633
- MenuOptionsTabMods = 618,
634
- MenuOptionsTabSaveData = 619,
635
- MenuOptionsTabVideo = 620,
636
- MenuOptionsTabPerformance = 621,
637
- MenuOptionsHeadingPerformance = 622,
638
- MenuOptionsTitle = 623,
639
- MenuOptionsTooltipMusicNextTrack = 624,
640
- MenuOptionsBindChoose = 625,
641
- MenuOptionsBindChooseAdd = 626,
642
- MenuOptionsBindLabelModifier = 627,
643
- MenuOptionsBindButtonResetTooltip = 628,
644
- MenuOptionsBindButtonDeleteTooltip = 629,
645
- MenuOptionsBindButtonAddTooltip = 630,
646
- MenuOptionsBindButtonAddMacroTooltip = 631,
647
- MenuOptionsButtonUnlockAllMilestones = 632,
648
- MenuOptionsButtonUnlockAllCraftingRecipes = 633,
649
- MenuOptionsButtonAlternatingDirectionMovement = 634,
650
- MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 635,
651
- MenuOptionsButtonAlwaysShowMoreInformation = 636,
652
- MenuOptionsButtonAlwaysShowMoreInformationTooltip = 637,
653
- MenuOptionsButtonEnableLowPowerMode = 638,
654
- MenuOptionsButtonEnableLowPowerModeTooltip = 639,
655
- MenuOptionsButtonDisableAcrylicTransparency = 640,
656
- MenuOptionsButtonDisableAcrylicTransparencyTooltip = 641,
657
- MenuOptionsButtonDisableOverlaySupport = 642,
658
- MenuOptionsButtonDisableOverlaySupportTooltip = 643,
659
- MenuOptionsButtonDisableUIEffects = 644,
660
- MenuOptionsButtonDisableUIEffectsTooltip = 645,
661
- MenuOptionsButtonDisableUIOpacity = 646,
662
- MenuOptionsButtonDisableUIOpacityTooltip = 647,
663
- MenuOptionsButtonDisableMovementAnimations = 648,
664
- MenuOptionsButtonDisableMovementAnimationsTooltip = 649,
665
- MenuOptionsButtonAutoAttack = 650,
666
- MenuOptionsButtonAutoAttackTooltip = 651,
667
- MenuOptionsButtonAutoPickUp = 652,
668
- MenuOptionsButtonAutoPickUpTooltip = 653,
669
- MenuOptionsButtonAutoPickUpOnIdle = 654,
670
- MenuOptionsButtonAutoPickUpOnIdleTooltip = 655,
671
- MenuOptionsButtonDropOnDismantle = 656,
672
- MenuOptionsButtonDropOnDismantleTooltip = 657,
673
- MenuOptionsButtonDisableCraftingProtectedItems = 658,
674
- MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 659,
675
- MenuOptionsButtonDropOnGatherHarvest = 660,
676
- MenuOptionsButtonDropOnGatherHarvestTooltip = 661,
677
- MenuOptionsButtonKeepSortActive = 662,
678
- MenuOptionsButtonKeepSortActiveTooltip = 663,
679
- MenuOptionsButtonUseAdjacentContainers = 664,
680
- MenuOptionsButtonUseAdjacentContainersTooltip = 665,
681
- MenuOptionsButtonHideEquippedHeadgear = 666,
682
- MenuOptionsButtonHideEquippedHeadgearTooltip = 667,
683
- MenuOptionsButtonAutoSave = 668,
684
- MenuOptionsButtonAutoSaveTooltip = 669,
685
- MenuOptionsRangeAutoSaveTimerLabel = 670,
686
- MenuOptionsRangeAutoSaveTimerTurnsDisplay = 671,
687
- MenuOptionsRangeAutoSaveTimerTimeDisplay = 672,
688
- MenuOptionsButtonDropIntoContainers = 673,
689
- MenuOptionsButtonDropIntoContainersTooltip = 674,
690
- MenuOptionsButtonWarnOnDangerousActions = 675,
691
- MenuOptionsButtonWarnOnDangerousActionsTooltip = 676,
692
- MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 677,
693
- MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 678,
694
- MenuOptionsButtonWarnWhenBreakingItemsOnUse = 679,
695
- MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 680,
696
- MenuOptionsHeadingWarnWhenBreakingItems = 681,
697
- MenuOptionsButtonSaveDataClearBindings = 682,
698
- MenuOptionsTooltipDialogOpacity = 683,
699
- MenuOptionsLabelDialogOpacity = 684,
700
- MenuOptionsDeveloperLogSourceFilterHeading = 685,
701
- MenuOptionsDeveloperUIExperiments = 686,
702
- MenuOptionsDeveloperUIExperimentsDescription = 687,
703
- MenuOptionsAudioVolumeDisplay = 688,
704
- MenuOptionsAudioInputSoundOnTyping = 689,
705
- MenuOptionsMusicPlaylist = 690,
706
- MenuOptionsButtonConfigureBindings = 691,
707
- MenuOptionsButtonSaveCompression = 692,
708
- MenuOptionsButtonSaveCompressionTooltip = 693,
709
- MenuPauseButtonContinueGame = 694,
710
- MenuPauseButtonReturnToGame = 695,
711
- MenuPauseButtonOptions = 696,
712
- MenuPauseButtonGameSettings = 697,
713
- MenuPauseButtonPaused = 698,
714
- MenuPauseButtonMultiplayer = 699,
715
- MenuPauseButtonHelp = 700,
716
- MenuPauseButtonTitleScreen = 701,
717
- MenuPauseButtonStopServer = 702,
718
- MenuPauseHeadingDedicatedServer = 703,
719
- MenuPauseTooltipNotPaused = 704,
720
- MenuPauseParagraphDedicatedServer = 705,
721
- MenuPauseLabelPaused = 706,
722
- MenuPauseLabelNotPaused = 707,
723
- MenuModesTitle = 708,
724
- MenuModesDescription = 709,
725
- MenuMultiplayerOptionsTitle = 710,
726
- MenuMultiplayerOptionsDescription = 711,
727
- MenuMultiplayerOptionsOpenServer = 712,
728
- MenuMultiplayerOptionsOpenServerDescription = 713,
729
- MenuMultiplayerOptionsCopyGameCode = 714,
730
- MenuMultiplayerOptionsCopyGameCodeTooltip = 715,
731
- MenuMultiplayerOptionsInviteSteamFriends = 716,
732
- MenuMultiplayerOptionsCheckConnectionHeading = 717,
733
- MenuMultiplayerOptionsCheckConnectionParagraph = 718,
734
- MenuMultiplayerOptionsCheckConnectionButton = 719,
735
- MenuMultiplayerOptionsCheckConnectionResultUnknown = 720,
736
- MenuMultiplayerOptionsCheckConnectionResultChecking = 721,
737
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 722,
738
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 723,
739
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 724,
740
- MenuMultiplayerOptionsCheckConnectionResultWebRTC = 725,
741
- MenuMultiplayerOptionsCheckConnectionResultWebRTCFail = 726,
742
- MenuMultiplayerOptionsCheckConnectionResultWebSocket = 727,
743
- MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 728,
744
- MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 729,
745
- MenuMultiplayerOptionsCheckConnectionResultSuccess = 730,
746
- MenuJoinServerTitle = 731,
747
- MenuJoinServerDescription = 732,
748
- MenuJoinServerInputPlaceholder = 733,
749
- MenuJoinServerChooseModifiersTitle = 734,
750
- MenuJoinServerChooseModifiersDescription = 735,
751
- MenuSharedMultiplayerChoiceLobbyTypeFriends = 736,
752
- MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 737,
753
- MenuSharedMultiplayerChoiceLobbyTypePublic = 738,
754
- MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 739,
755
- MenuSharedMultiplayerChoiceLobbyTypePrivate = 740,
756
- MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 741,
757
- MenuSharedMultiplayerChoicePVP = 742,
758
- MenuSharedMultiplayerChoicePVPDescription = 743,
759
- MenuSharedMultiplayerChoiceAllowTraveling = 744,
760
- MenuSharedMultiplayerChoiceAllowTravelingDescription = 745,
761
- MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 746,
762
- MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 747,
763
- MenuSharedMultiplayerDescription = 748,
764
- MenuSharedMultiplayerMessageOfTheDay = 749,
765
- MenuSharedMultiplayerMaxPlayers = 750,
766
- MenuSharedRealTimeTickSpeedTooltip = 751,
767
- MenuSharedRealTimeTickSpeedLabel = 752,
768
- MenuSharedMaxTravelTimeLabel = 753,
769
- MenuSharedMaxTravelTimeLabelTooltip = 754,
770
- MenuSharedButtonDefault = 755,
771
- MenuSharedValueMillseconds = 756,
772
- MenuSharedValueTurns = 757,
773
- MenuSharedValuePercentage = 758,
774
- MenuSharedMilestonesNotUnlockable = 759,
775
- MenuSharedMilestonesNotUnlockableDescription = 760,
776
- MenuSharedMilestonesNotUnlockableButtonShowMods = 761,
777
- MenuSharedButtonDisableAll = 762,
778
- MenuSharedButtonEnableAll = 763,
779
- MenuSharedMilestoneModifiersSelected = 764,
780
- MiscSortBy = 765,
781
- MiscSortDirection = 766,
782
- MiscFilter = 767,
783
- MiscPlayerNameDefault = 768,
784
- MiscPlayerNameServer = 769,
785
- MiscSaveNameDefault = 770,
786
- MiscSaveNameDailyChallenge = 771,
787
- MiscSaveNameChallenge = 772,
788
- MiscSaveVersionUnknown = 773,
789
- MiscVersion = 774,
790
- MiscVersionBuildInfoTooltip = 775,
791
- MiscVersionUpdate = 776,
792
- MiscTime = 777,
793
- MiscTimeMeridiem = 778,
794
- MiscError = 779,
795
- MiscContextMenuCopyTooltip = 780,
796
- MiscBindableOr = 781,
797
- MiscBindableNoBindings = 782,
798
- DifficultyOptionsPeaceful = 783,
799
- DifficultyOptionsAberrantSpawnsDisabled = 784,
800
- DifficultyOptionsAberrantSpawnsOnly = 785,
801
- DifficultyOptionsCreatureSpawningDisabled = 786,
802
- DifficultyOptionsCreatureAlwaysSpawns = 787,
803
- DifficultyOptionsCreatureSpawnsDefault = 788,
804
- DifficultyOptionsCreatureSpawnsAberrantOnly = 789,
805
- DifficultyOptionsCreatureSpawnsNoAberrants = 790,
806
- DifficultyOptionsSpawnLimit = 791,
807
- DifficultyOptionsRespawn = 792,
808
- DifficultyOptionsEternalNight = 793,
809
- DifficultyOptionsEternalDay = 794,
810
- DifficultyOptionsTimeInitial = 795,
811
- DifficultyOptionsTimeFrozen = 796,
812
- DifficultyOptionsTimeDayLength = 797,
813
- DifficultyOptionsTimeDayPercent = 798,
814
- DifficultyOptionsNoItems = 799,
815
- DifficultyOptionsRecipes = 800,
816
- DifficultyOptionsStartingIsland = 801,
817
- DifficultyOptionsTravelingEffectsDisabled = 802,
818
- DifficultyOptionsBenignityInitial = 803,
819
- DifficultyOptionsBenignityMultiplier = 804,
820
- DifficultyOptionsMalignityInitial = 805,
821
- DifficultyOptionsMalignityMultiplier = 806,
822
- DifficultyOptionsWeightBonus = 807,
823
- DifficultyOptionsStatInitial = 808,
824
- DifficultyOptionsStatMax = 809,
825
- DifficultyOptionsStatMultiplier = 810,
826
- DifficultyOptionsStatusEffectStartWith = 811,
827
- DifficultyOptionsStatusEffectUntreatable = 812,
828
- DifficultyOptionsStatusEffectPassChanceMultiplier = 813,
829
- DifficultyOptionsNoRandomSkills = 814,
830
- DifficultyOptionsSkillStartingCount = 815,
831
- DifficultyOptionsSkillGainMultiplier = 816,
832
- DifficultyOptionsSkillInitial = 817,
833
- DifficultyOptionsStatusEffectPermanent = 818,
834
- DifficultyOptionsStatusEffectRateMultiplier = 819,
835
- DifficultyOptionsStatusEffectMultiplier = 820,
836
- DifficultyOptionsItemDurabilityMultiplier = 821,
837
- DifficultyOptionsItemDecayMultiplier = 822,
838
- EquipmentBack = 823,
839
- EquipmentChest = 824,
840
- EquipmentFeet = 825,
841
- EquipmentHands = 826,
842
- EquipmentHead = 827,
843
- EquipmentLegs = 828,
844
- EquipmentMainHand = 829,
845
- EquipmentMainHandOption = 830,
846
- EquipmentNeck = 831,
847
- EquipmentOffHand = 832,
848
- EquipmentOffHandOption = 833,
849
- EquipmentUse = 834,
850
- EquipmentWaist = 835,
851
- HudFilter = 836,
852
- TabCrafting = 837,
853
- TabDismantle = 838,
854
- WindowTitleContainer = 839,
855
- WindowTitleCrafting = 840,
856
- WindowTitleEquipment = 841,
857
- WindowTitleInventory = 842
183
+ GameTooltipActionUndiscovered = 168,
184
+ GameTooltipEquipSlotOffHandDisabledTwoHandedOffHand = 169,
185
+ GameTooltipEquipSlotOffHandDisabledTwoHandedMainHand = 170,
186
+ GameStatsPercentage = 171,
187
+ GameStatsStatAttack = 172,
188
+ GameStatsStatGeneric = 173,
189
+ GameStatsStatGenericWithMax = 174,
190
+ GameStatsStatbar = 175,
191
+ GameStatsStatHealthTooltip = 176,
192
+ GameStatsStatStaminaTooltip = 177,
193
+ GameStatsStatHungerTooltip = 178,
194
+ GameStatsStatThirstTooltip = 179,
195
+ GameStatsStatHealthStatusWarning = 180,
196
+ GameStatsStatStaminaStatusWarning = 181,
197
+ GameStatsStatHungerStatusWarning = 182,
198
+ GameStatsStatThirstStatusWarning = 183,
199
+ GameStatsStatWeightStatusWarning = 184,
200
+ GameStatsStatStaminaStatusBad = 185,
201
+ GameStatsStatHungerStatusBad = 186,
202
+ GameStatsStatThirstStatusBad = 187,
203
+ GameStatsStatWeightStatusBad = 188,
204
+ GameStatsStatReputationTooltipAverageReputation = 189,
205
+ GameStatsStatReputationTooltipDifficulty = 190,
206
+ GameStatsStatReputationTooltipDifficultyEasy = 191,
207
+ GameStatsStatReputationTooltipDifficultyHard = 192,
208
+ GameStatsStatReputationTooltipDifficultyInfantile = 193,
209
+ GameStatsStatReputationTooltipDifficultyInsane = 194,
210
+ GameStatsStatReputationTooltipDifficultyMedium = 195,
211
+ GameStatsStatReputationTooltipDifficultyNightmare = 196,
212
+ GameStatsStatReputationTooltipDifficultySimple = 197,
213
+ GameStatsStatReputationTooltipDifficultyVeryEasy = 198,
214
+ GameStatsStatReputationTooltipDifficultyVeryHard = 199,
215
+ GameStatsStatReputationTooltipBenignity = 200,
216
+ GameStatsStatReputationTooltipMalignity = 201,
217
+ GameStatsStatReputationTooltipScore = 202,
218
+ GameStatsStatReputationTooltipCivilizationScore = 203,
219
+ GameStatsStatReputationTooltipTurn = 204,
220
+ GameStatsStatReputationTooltipTicks = 205,
221
+ GameStatsStatWeightTooltip = 206,
222
+ GameStatsStatAttackTooltipTactics = 207,
223
+ GameStatsStatAttackTooltipMainHand = 208,
224
+ GameStatsStatAttackTooltipOffHand = 209,
225
+ GameStatsStatDefenseTooltipBase = 210,
226
+ GameStatsStatDefenseTooltipBlunt = 211,
227
+ GameStatsStatDefenseTooltipParrying = 212,
228
+ GameStatsStatDefenseTooltipFire = 213,
229
+ GameStatsStatDefenseTooltipCold = 214,
230
+ GameStatsStatDefenseTooltipPiercing = 215,
231
+ GameStatsStatDefenseTooltipSlashing = 216,
232
+ GameItemBarterCredit = 217,
233
+ GameMenuBarButtonTooltipBindable = 218,
234
+ GameMenuBarButtonTooltipSaveSize = 219,
235
+ GameMenuBarButtonTooltipSaveTurnsAgo = 220,
236
+ GameMenuBarButtonTooltipSaveLastTime = 221,
237
+ GameMenuBarButtonTooltipNotesUnread = 222,
238
+ GameMenuBarButtonTooltipMilestonesDisabled = 223,
239
+ GameMenuBarButtonTooltipQuestsDisabled = 224,
240
+ GameMenuBarContextMenuActionRemoveItem = 225,
241
+ GameMenuBarContextMenuActionInsertItem = 226,
242
+ GameMenuBarContextMenuActionReset = 227,
243
+ GameActionBarContextMenuDisplayBindings = 228,
244
+ GameActionBarContextMenuAddSlot = 229,
245
+ GameActionBarContextMenuRemoveSlot = 230,
246
+ GameActionBarContextMenuConfigure = 231,
247
+ GameActionBarConfigurationDrawerTitle = 232,
248
+ GameActionBarConfigurationDrawerSlotHintUse = 233,
249
+ GameActionBarConfigurationDrawerSlotHintToggle = 234,
250
+ GameActionBarConfigurationDrawerSlotHintToggleUseOnMove = 235,
251
+ GameActionBarConfigurationDrawerColumnTitleActions = 236,
252
+ GameActionBarConfigurationDrawerColumnTitleItemActions = 237,
253
+ GameActionBarConfigurationDrawerColumnTitleConfiguration = 238,
254
+ GameActionBarConfigurationDrawerButtonEditBindings = 239,
255
+ GameActionBarConfigurationDrawerButtonRemoveSlot = 240,
256
+ GameActionBarConfigurationDrawerButtonRemoveSlotDescription = 241,
257
+ GameActionBarConfigurationDrawerColumnTitleInapplicable = 242,
258
+ GameActionBarConfigurationDrawerButtonUseOnMove = 243,
259
+ GameActionBarConfigurationDrawerButtonUseOnMoveDescription = 244,
260
+ GameActionBarConfigurationDrawerButtonUseExactItem = 245,
261
+ GameActionBarConfigurationDrawerButtonUseByTypeAndQuality = 246,
262
+ GameActionBarConfigurationDrawerButtonUseByType = 247,
263
+ GameActionBarConfigurationDrawerButtonUseAny = 248,
264
+ GameActionBarConfigurationDrawerButtonDone = 249,
265
+ GameActionBarSlotTooltipHintUse = 250,
266
+ GameActionBarSlotTooltipHintConfigure = 251,
267
+ GameActionBarSlotTooltipHintUseOnMove = 252,
268
+ GameActionBarSlotTooltipHintClear = 253,
269
+ GameMessagesButtonSend = 254,
270
+ GameMessagesContextMenuShowAsDialog = 255,
271
+ GameMessagesContextMenuClear = 256,
272
+ GameMessagesContextMenuCopy = 257,
273
+ GameMessagesContextMenuExport = 258,
274
+ GameMessagesFilter = 259,
275
+ GameMessagesFiltersEdit = 260,
276
+ GameMessagesNewNote = 261,
277
+ GameMessagesTurn = 262,
278
+ GameMessagesDedicatedServerBackup = 263,
279
+ GameMessagesDedicatedServerBackupLimitReached = 264,
280
+ GameMessagesPlaceholderChat = 265,
281
+ GameTileInspectionCannotSeeTile = 266,
282
+ GameQuickslotsTooltipUsageHint = 267,
283
+ MenuAboutTitle = 268,
284
+ MenuAboutDescription = 269,
285
+ MenuAboutGameDescription = 270,
286
+ MenuAboutSectionTeam = 271,
287
+ MenuAboutTeamMemberResponsibilities = 272,
288
+ MenuAboutTeamMemberName = 273,
289
+ MenuAboutTeamMemberNickname = 274,
290
+ MenuAboutSectionContributors = 275,
291
+ MenuAboutSectionSpecialThanks = 276,
292
+ MenuAboutTextSpecialThanksTestorsAndDonators = 277,
293
+ MenuAboutSectionLibraries = 278,
294
+ MenuAboutSectionLibrariesDescription = 279,
295
+ MenuAboutLabelVersion = 280,
296
+ MenuAboutLabelVersionBuild = 281,
297
+ MenuAboutLabelVersionBuildTime = 282,
298
+ MenuBindings = 283,
299
+ MenuBindingsDescription = 284,
300
+ MenuBindingsTooltipBindConflicts = 285,
301
+ MenuBindingsManagedBindableGameActionBarUseSlot = 286,
302
+ MenuBindingsManagedBindableGameActionBarAssignSlot = 287,
303
+ MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 288,
304
+ MenuChangelogTitle = 289,
305
+ MenuChangelogDescription = 290,
306
+ MenuChangelogHeadingUnchartedWaters = 291,
307
+ MenuChangelogFailedToLoadTitle = 292,
308
+ MenuChangelogFailedToLoadDescription = 293,
309
+ MenuChangelogHeadingChangeCount = 294,
310
+ MenuChangelogButtonCopyChangelog = 295,
311
+ MenuCharacterCreationButtonRandomizeName = 296,
312
+ MenuCharacterCreationButtonExportTooltip = 297,
313
+ MenuCharacterCreationButtonImportTooltip = 298,
314
+ MenuCharacterCreationButtonStartGame = 299,
315
+ MenuCharacterCreationButtonJoinGame = 300,
316
+ MenuCharacterCreationDescription = 301,
317
+ MenuCharacterCreationHeadingHairColor = 302,
318
+ MenuCharacterCreationHeadingHairStyle = 303,
319
+ MenuCharacterCreationHeadingSkinTone = 304,
320
+ MenuCharacterCreationLabelName = 305,
321
+ MenuCharacterCreationTitle = 306,
322
+ MenuCharacterCreationButtonRotateLeftTooltip = 307,
323
+ MenuCharacterCreationButtonRotateRightTooltip = 308,
324
+ MenuCharacterCreationButtonRandomizeTooltip = 309,
325
+ MenuCharacterSelectionButtonNewCharacter = 310,
326
+ MenuCharacterSelectionDescription = 311,
327
+ MenuCharacterSelectionHeadingNoCharacters = 312,
328
+ MenuCharacterSelectionTitle = 313,
329
+ MenuCharacterSelectionLabelLastUse = 314,
330
+ MenuCharacterSelectionLabelUseCount = 315,
331
+ MenuCharacterSelectionCharacterButtonDeleteTooltip = 316,
332
+ MenuCharacterSelectionCharacterButtonCustomizeTooltip = 317,
333
+ MenuMultiplayerDescription = 318,
334
+ MenuMultiplayerTitle = 319,
335
+ MenuMultiplayerButtonJoinById = 320,
336
+ MenuMultiplayerServerLabelReputation = 321,
337
+ MenuMultiplayerServerLabelDays = 322,
338
+ MenuMultiplayerServerLabelIsland = 323,
339
+ MenuMultiplayerButtonNewGame = 324,
340
+ MenuMultiplayerButtonLoadGame = 325,
341
+ MenuMultiplayerServerTooltipPVP = 326,
342
+ MenuMultiplayerServerTooltipModsLabel = 327,
343
+ MenuMultiplayerServerTooltipFriendsLabel = 328,
344
+ MenuMultiplayerServerPlayers = 329,
345
+ MenuMultiplayerServerLobbyType = 330,
346
+ MenuMultiplayerServerRegion = 331,
347
+ MenuMultiplayerServerHost = 332,
348
+ MenuMultiplayerServerVersion = 333,
349
+ MenuMultiplayerServerVersionUnknown = 334,
350
+ MenuMultiplayerServerDedicated = 335,
351
+ MenuMultiplayerHeadingPlayersOnline = 336,
352
+ MenuMultiplayerServerModUnableToLoad = 337,
353
+ MenuGameEndTitleDead = 338,
354
+ MenuGameEndTitleWon = 339,
355
+ MenuGameEndShareFacebook = 340,
356
+ MenuGameEndShareTwitter = 341,
357
+ MenuGameEndContinueAsGhost = 342,
358
+ MenuGameEndRespawnInCasualMode = 343,
359
+ MenuGameEndRespawnAsNewCharacter = 344,
360
+ MenuGameEndReturnToIsland = 345,
361
+ MenuGameEndExitToMenu = 346,
362
+ MenuHelpTitle = 347,
363
+ MenuHelpDescription = 348,
364
+ MenuHelpLabelSearch = 349,
365
+ MenuHighscoresTitle = 350,
366
+ MenuHighscoresDescription = 351,
367
+ MenuHighscoresDifficultyFilterAll = 352,
368
+ MenuHighscoresHighscoreLabelDifficulty = 353,
369
+ MenuHighscoresHighscoreLabelTurns = 354,
370
+ MenuHighscoresHighscoreLabelScore = 355,
371
+ MenuHighscoresHighscoreLabelPlace = 356,
372
+ MenuHighscoresHighscoreLabelDate = 357,
373
+ MenuHighscoresHighscoreLabelDeathBy = 358,
374
+ MenuHighscoresHighscoreTitle = 359,
375
+ MenuHighscoresCharacterNameUnknown = 360,
376
+ MenuHighscoresHighscoreReplayWithSettings = 361,
377
+ MenuLoadGameButtonSaveSlot = 362,
378
+ MenuLoadGameButtonNewGame = 363,
379
+ MenuLoadGameButtonNewGameButtonImportTooltip = 364,
380
+ MenuLoadGameDescription = 365,
381
+ MenuLoadGameSaveButtonDeleteTooltip = 366,
382
+ MenuLoadGameSaveButtonEditNameTooltip = 367,
383
+ MenuLoadGameSaveButtonExportTooltip = 368,
384
+ MenuLoadGameSaveTooltipLabelCreatedTime = 369,
385
+ MenuLoadGameSaveTooltipLabelSaveTime = 370,
386
+ MenuLoadGameSaveTooltipLabelGameMode = 371,
387
+ MenuLoadGameSaveTooltipLabelScore = 372,
388
+ MenuLoadGameSaveTooltipLabelSeed = 373,
389
+ MenuLoadGameSaveTooltipLabelTurns = 374,
390
+ MenuLoadGameSaveTooltipLabelMods = 375,
391
+ MenuLoadGameSaveTooltipLabelOriginalVersion = 376,
392
+ MenuLoadGameSaveTooltipMod = 377,
393
+ MenuLoadGameSaveTooltipNew = 378,
394
+ MenuLoadGameSaveGame = 379,
395
+ MenuLoadGameSaveGameDescription = 380,
396
+ MenuLoadGameTitle = 381,
397
+ MenuLoadGameLabelSelected = 382,
398
+ MenuLoadGameButtonDeleteSelectedTooltip = 383,
399
+ MenuLoadGameImportSaveFailure = 384,
400
+ MenuMainButtonAbout = 385,
401
+ MenuMainButtonChangelog = 386,
402
+ MenuMainButtonContinueGame = 387,
403
+ MenuMainButtonMultiplayer = 388,
404
+ MenuMainButtonHighscores = 389,
405
+ MenuMainButtonLoadGame = 390,
406
+ MenuMainButtonMods = 391,
407
+ MenuMainButtonModsAllDisabled = 392,
408
+ MenuMainButtonNewGame = 393,
409
+ MenuMainButtonNews = 394,
410
+ MenuMainButtonOptions = 395,
411
+ MenuMainButtonQuitGame = 396,
412
+ MenuModsWarningModsDisabledTitle = 397,
413
+ MenuModsWarningModsDisabledDescription = 398,
414
+ MenuModsButtonModdingGuide = 399,
415
+ MenuModsButtonOpenFolder = 400,
416
+ MenuModsButtonOpenWorkshop = 401,
417
+ MenuModsDescription = 402,
418
+ MenuModsTitle = 403,
419
+ MenuModsTooltipLabelAuthor = 404,
420
+ MenuModsTooltipLabelTags = 405,
421
+ MenuModsTooltipLabelDependencies = 406,
422
+ MenuModsTooltipLabelProvides = 407,
423
+ MenuModsTooltipLabelVersion = 408,
424
+ MenuModsTooltipLabelDescription = 409,
425
+ MenuModsTooltipLabelInstallDate = 410,
426
+ MenuModsTooltipLabelCreatedDate = 411,
427
+ MenuModsTooltipLabelLastUpdatedDate = 412,
428
+ MenuModsTooltipPreventsMilestoneUnlocks = 413,
429
+ MenuModsTooltipModOptions = 414,
430
+ MenuModsTooltipPublishMod = 415,
431
+ MenuModsTooltipModMoreInformation = 416,
432
+ MenuModsTooltipUninstallMod = 417,
433
+ MenuModsTooltipViewInSteamWorkshop = 418,
434
+ MenuModsTooltipViewGitHub = 419,
435
+ MenuModsTooltipOpenFolder = 420,
436
+ MenuModsButtonEditInternalMods = 421,
437
+ MenuModsSectionHeading = 422,
438
+ MenuModsSubmenuEditInternalModsTitle = 423,
439
+ MenuModsSubmenuEditInternalModsDescription = 424,
440
+ MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 425,
441
+ MenuNewGameButtonNext = 426,
442
+ MenuNewGameButtonStartServer = 427,
443
+ MenuNewGameDescription = 428,
444
+ MenuNewGameLabelEditName = 429,
445
+ MenuNewGameLabelEditSeed = 430,
446
+ MenuNewGamePlaceholderEditSeed = 431,
447
+ MenuNewGameTitle = 432,
448
+ MenuNewGameChoiceDifficulty = 433,
449
+ MenuNewGameChoiceDescription = 434,
450
+ MenuNewGameChoiceSingleplayer = 435,
451
+ MenuNewGameChoiceSingleplayerDescription = 436,
452
+ MenuNewGameChoiceMultiplayer = 437,
453
+ MenuNewGameChoiceMultiplayerDescription = 438,
454
+ MenuNewGameChoiceTurnModeManual = 439,
455
+ MenuNewGameChoiceTurnModeManualDescription = 440,
456
+ MenuNewGameChoiceTurnModeRealTime = 441,
457
+ MenuNewGameChoiceTurnModeRealTimeDescription = 442,
458
+ MenuNewGameChoiceTurnModeSimulated = 443,
459
+ MenuNewGameChoiceTurnModeSimulatedDescription = 444,
460
+ MenuNewGameChoiceDifficultyTooltipMaxSaves = 445,
461
+ MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 446,
462
+ MenuNewGameChoiceDifficultyChallengeDaily = 447,
463
+ MenuNewGameChoiceDifficultyChallengeDailyTooltip = 448,
464
+ MenuNewGameButtonMilestones = 449,
465
+ MenuNewGameButtonMilestonesDescription = 450,
466
+ MenuNewGameTabGameMode = 451,
467
+ MenuNewGameTabMultiplayer = 452,
468
+ MenuNewGameTabGameplayModifiers = 453,
469
+ MenuNewGameHeadingGameMode = 454,
470
+ MenuNewGameHeadingMultiplayer = 455,
471
+ MenuNewGameHeadingGameplayModifiers = 456,
472
+ MenuNewGameChoiceClientsInheritHostModifiers = 457,
473
+ MenuNewGameChoiceClientsInheritHostModifiersDescription = 458,
474
+ MenuNewGameChoiceCustomModifiers = 459,
475
+ MenuNewGameChoiceCustomModifiersDescription = 460,
476
+ MenuMilestoneModifiersTitle = 461,
477
+ MenuMilestoneModifiersDescription = 462,
478
+ MenuCustomGameOptionsTitle = 463,
479
+ MenuCustomGameOptionsDescription = 464,
480
+ MenuCustomGameOptionsRespawnOnDeath = 465,
481
+ MenuCustomGameOptionsRespawnOnDeathDescription = 466,
482
+ MenuCustomGameOptionsUseUnlockedRecipes = 467,
483
+ MenuCustomGameOptionsStartingIslandBiome = 468,
484
+ MenuCustomGameOptionsApplyTravelingEffects = 469,
485
+ MenuCustomGameOptionsApplyTravelingEffectsDescription = 470,
486
+ MenuCustomGameOptionsCreaturesPeaceful = 471,
487
+ MenuCustomGameOptionsCreaturesPeacefulDescription = 472,
488
+ MenuCustomGameOptionsCreaturesAberrantSpawns = 473,
489
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 474,
490
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 475,
491
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 476,
492
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 477,
493
+ MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 478,
494
+ MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 479,
495
+ MenuCustomGameOptionsCreaturesAlwaysSpawn = 480,
496
+ MenuCustomGameOptionsCreaturesAllowSpawning = 481,
497
+ MenuCustomGameOptionsCreaturesSpawnLimit = 482,
498
+ MenuCustomGameOptionsCreaturesSpawnLimitDescription = 483,
499
+ MenuCustomGameOptionsCreatureNone = 484,
500
+ MenuCustomGameOptionsCreatureConfigure = 485,
501
+ MenuCustomGameOptionsBenignityInitial = 486,
502
+ MenuCustomGameOptionsBenignityMultiplier = 487,
503
+ MenuCustomGameOptionsBenignityMultiplierTooltip = 488,
504
+ MenuCustomGameOptionsMalignityInitial = 489,
505
+ MenuCustomGameOptionsMalignityMultiplier = 490,
506
+ MenuCustomGameOptionsMalignityMultiplierTooltip = 491,
507
+ MenuCustomGameOptionsStatMultiplier = 492,
508
+ MenuCustomGameOptionsStatMultiplierTooltip = 493,
509
+ MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 494,
510
+ MenuCustomGameOptionsHeadingGeneral = 495,
511
+ MenuCustomGameOptionsHeadingTravel = 496,
512
+ MenuCustomGameOptionsHeadingTime = 497,
513
+ MenuCustomGameOptionsHeadingStats = 498,
514
+ MenuCustomGameOptionsHeadingReputation = 499,
515
+ MenuCustomGameOptionsHeadingItems = 500,
516
+ MenuCustomGameOptionsHeadingCreatures = 501,
517
+ MenuCustomGameOptionsHeadingSkills = 502,
518
+ MenuCustomGameOptionsHeadingStatusEffects = 503,
519
+ MenuCustomGameOptionsEternalNight = 504,
520
+ MenuCustomGameOptionsEternalNightDescription = 505,
521
+ MenuCustomGameOptionsEternalDay = 506,
522
+ MenuCustomGameOptionsEternalDayDescription = 507,
523
+ MenuCustomGameOptionsTimeFrozen = 508,
524
+ MenuCustomGameOptionsTimeInitial = 509,
525
+ MenuCustomGameOptionsTimeDayLength = 510,
526
+ MenuCustomGameOptionsTimeDayLengthTooltip = 511,
527
+ MenuCustomGameOptionsTimeDayPercent = 512,
528
+ MenuCustomGameOptionsTimeDayPercentTooltip = 513,
529
+ MenuCustomGameOptionsStatStarting = 514,
530
+ MenuCustomGameOptionsStatMax = 515,
531
+ MenuCustomGameOptionsStatStartingDisplay = 516,
532
+ MenuCustomGameOptionsStatMaxDisplay = 517,
533
+ MenuCustomGameOptionsStatNoChange = 518,
534
+ MenuCustomGameOptionsStatBonus = 519,
535
+ MenuCustomGameOptionsStatBonusDisplay = 520,
536
+ MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 521,
537
+ MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 522,
538
+ MenuCustomGameOptionsStatusEffectStartWith = 523,
539
+ MenuCustomGameOptionsStatusEffectUntreatable = 524,
540
+ MenuCustomGameOptionsStatusEffectUntreatableTooltip = 525,
541
+ MenuCustomGameOptionsSkillInitialRandomCount = 526,
542
+ MenuCustomGameOptionsSkillInitialRandomCountDescription = 527,
543
+ MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 528,
544
+ MenuCustomGameOptionsSkillsGlobal = 529,
545
+ MenuCustomGameOptionsSkillNone = 530,
546
+ MenuCustomGameOptionsSkillConfigure = 531,
547
+ MenuCustomGameOptionsSkillInitial = 532,
548
+ MenuCustomGameOptionsSkillMultiplier = 533,
549
+ MenuCustomGameOptionsSkillMultiplierTooltip = 534,
550
+ MenuCustomGameOptionsRandomItems = 535,
551
+ MenuCustomGameOptionsRandomItemsDescription = 536,
552
+ MenuCustomGameOptionsItemDurability = 537,
553
+ MenuCustomGameOptionsItemDurabilityTooltip = 538,
554
+ MenuCustomGameOptionsItemDecay = 539,
555
+ MenuCustomGameOptionsItemDecayTooltip = 540,
556
+ MenuCustomGameOptionsExport = 541,
557
+ MenuCustomGameOptionsImport = 542,
558
+ MenuNewsDescription = 543,
559
+ MenuNewsHeadingSocial = 544,
560
+ MenuNewsTitle = 545,
561
+ MenuNewsHeadingUnableToLoad = 546,
562
+ MenuNewsButtonAllNews = 547,
563
+ MenuNewsButtonViewChangelog = 548,
564
+ MenuOptionsButtonDitherFogOfWar = 549,
565
+ MenuOptionsButtonHealthVignette = 550,
566
+ MenuOptionsButtonHealthVignetteTooltip = 551,
567
+ MenuOptionsButtonDisableCustomCursor = 552,
568
+ MenuOptionsButtonDisplayArticleInObjectNames = 553,
569
+ MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 554,
570
+ MenuOptionsButtonFullscreen = 555,
571
+ MenuOptionsButtonCustomTitleBar = 556,
572
+ MenuOptionsButtonDeveloperMode = 557,
573
+ MenuOptionsButtonDeveloperModeContextMenu = 558,
574
+ MenuOptionsButtonPixelFont = 559,
575
+ MenuOptionsButtonReloadGame = 560,
576
+ MenuOptionsButtonReloadStylesheets = 561,
577
+ MenuOptionsButtonReloadVariableUIImages = 562,
578
+ MenuOptionsButtonExportGlobalSaveData = 563,
579
+ MenuOptionsButtonImportGlobalSaveData = 564,
580
+ MenuOptionsButtonSaveDataBackups = 565,
581
+ MenuOptionsButtonSaveDataBackupsTooltip = 566,
582
+ MenuOptionsButtonSaveDataClearAll = 567,
583
+ MenuOptionsButtonSaveDataClearCharacters = 568,
584
+ MenuOptionsButtonSaveDataClearHighscores = 569,
585
+ MenuOptionsButtonSaveDataClearMilestones = 570,
586
+ MenuOptionsButtonSaveDataClearOptions = 571,
587
+ MenuOptionsButtonSaveDataClearCraftingRecipes = 572,
588
+ MenuOptionsButtonSaveDataClearSaves = 573,
589
+ MenuOptionsButtonSkipSplash = 574,
590
+ MenuOptionsButtonToggleDevTools = 575,
591
+ MenuOptionsButtonTooltipsCreatures = 576,
592
+ MenuOptionsButtonOpenBackupsFolder = 577,
593
+ MenuOptionsButtonOpenLogsFolder = 578,
594
+ MenuOptionsButtonTooltipsDoodads = 579,
595
+ MenuOptionsButtonTooltipsItems = 580,
596
+ MenuOptionsButtonTooltipsTerrain = 581,
597
+ MenuOptionsButtonDropLocationFacing = 582,
598
+ MenuOptionsButtonDropLocationFeet = 583,
599
+ MenuOptionsButtonStartTraceRecording = 584,
600
+ MenuOptionsButtonStopTraceRecording = 585,
601
+ MenuOptionsButtonTracingRecordingtTooltip = 586,
602
+ MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 587,
603
+ MenuOptionsDescription = 588,
604
+ MenuOptionsHeadingAudio = 589,
605
+ MenuOptionsHeadingDeveloper = 590,
606
+ MenuOptionsHeadingGameplayOptions = 591,
607
+ MenuOptionsHeadingGameplayOptionsDescription = 592,
608
+ MenuOptionsHeadingOtherOptions = 593,
609
+ MenuOptionsHeadingControls = 594,
610
+ MenuOptionsHeadingLanguage = 595,
611
+ MenuOptionsHeadingModOptions = 596,
612
+ MenuOptionsHeadingOther = 597,
613
+ MenuOptionsHeadingSaveData = 598,
614
+ MenuOptionsHeadingTooltipsTile = 599,
615
+ MenuOptionsHeadingVideo = 600,
616
+ MenuOptionsLabelInterfaceScale = 601,
617
+ MenuOptionsLabelHudWidth = 602,
618
+ MenuOptionsLabelTooltipDelay = 603,
619
+ MenuOptionsLabelDirectionTurnDelay = 604,
620
+ MenuOptionsLabelMouseTurnDelay = 605,
621
+ MenuOptionsLabelFontStyle = 606,
622
+ MenuOptionsTooltipTurnDelay = 607,
623
+ MenuOptionsTooltipMouseTurnDelay = 608,
624
+ MenuOptionsTooltipUiScaleClamped = 609,
625
+ MenuOptionsTooltipControlsFilter = 610,
626
+ MenuOptionsLabelVolumeEffects = 611,
627
+ MenuOptionsLabelVolumeMusic = 612,
628
+ MenuOptionsTabAudio = 613,
629
+ MenuOptionsTabDeveloper = 614,
630
+ MenuOptionsTabGameplay = 615,
631
+ MenuOptionsTabTooltips = 616,
632
+ MenuOptionsTabOther = 617,
633
+ MenuOptionsTabLanguage = 618,
634
+ MenuOptionsTabControls = 619,
635
+ MenuOptionsTabMods = 620,
636
+ MenuOptionsTabSaveData = 621,
637
+ MenuOptionsTabVideo = 622,
638
+ MenuOptionsTabPerformance = 623,
639
+ MenuOptionsHeadingPerformance = 624,
640
+ MenuOptionsTitle = 625,
641
+ MenuOptionsTooltipMusicNextTrack = 626,
642
+ MenuOptionsBindChoose = 627,
643
+ MenuOptionsBindChooseAdd = 628,
644
+ MenuOptionsBindLabelModifier = 629,
645
+ MenuOptionsBindButtonResetTooltip = 630,
646
+ MenuOptionsBindButtonDeleteTooltip = 631,
647
+ MenuOptionsBindButtonAddTooltip = 632,
648
+ MenuOptionsBindButtonAddMacroTooltip = 633,
649
+ MenuOptionsButtonUnlockAllMilestones = 634,
650
+ MenuOptionsButtonUnlockAllCraftingRecipes = 635,
651
+ MenuOptionsButtonAlternatingDirectionMovement = 636,
652
+ MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 637,
653
+ MenuOptionsButtonAlwaysShowMoreInformation = 638,
654
+ MenuOptionsButtonAlwaysShowMoreInformationTooltip = 639,
655
+ MenuOptionsButtonEnableLowPowerMode = 640,
656
+ MenuOptionsButtonEnableLowPowerModeTooltip = 641,
657
+ MenuOptionsButtonDisableAcrylicTransparency = 642,
658
+ MenuOptionsButtonDisableAcrylicTransparencyTooltip = 643,
659
+ MenuOptionsButtonDisableOverlaySupport = 644,
660
+ MenuOptionsButtonDisableOverlaySupportTooltip = 645,
661
+ MenuOptionsButtonDisableUIEffects = 646,
662
+ MenuOptionsButtonDisableUIEffectsTooltip = 647,
663
+ MenuOptionsButtonDisableUIOpacity = 648,
664
+ MenuOptionsButtonDisableUIOpacityTooltip = 649,
665
+ MenuOptionsButtonDisableMovementAnimations = 650,
666
+ MenuOptionsButtonDisableMovementAnimationsTooltip = 651,
667
+ MenuOptionsButtonAutoAttack = 652,
668
+ MenuOptionsButtonAutoAttackTooltip = 653,
669
+ MenuOptionsButtonAutoPickUp = 654,
670
+ MenuOptionsButtonAutoPickUpTooltip = 655,
671
+ MenuOptionsButtonAutoPickUpOnIdle = 656,
672
+ MenuOptionsButtonAutoPickUpOnIdleTooltip = 657,
673
+ MenuOptionsButtonDropOnDismantle = 658,
674
+ MenuOptionsButtonDropOnDismantleTooltip = 659,
675
+ MenuOptionsButtonDisableCraftingProtectedItems = 660,
676
+ MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 661,
677
+ MenuOptionsButtonDropOnGatherHarvest = 662,
678
+ MenuOptionsButtonDropOnGatherHarvestTooltip = 663,
679
+ MenuOptionsButtonKeepSortActive = 664,
680
+ MenuOptionsButtonKeepSortActiveTooltip = 665,
681
+ MenuOptionsButtonUseAdjacentContainers = 666,
682
+ MenuOptionsButtonUseAdjacentContainersTooltip = 667,
683
+ MenuOptionsButtonHideEquippedHeadgear = 668,
684
+ MenuOptionsButtonHideEquippedHeadgearTooltip = 669,
685
+ MenuOptionsButtonAutoSave = 670,
686
+ MenuOptionsButtonAutoSaveTooltip = 671,
687
+ MenuOptionsRangeAutoSaveTimerLabel = 672,
688
+ MenuOptionsRangeAutoSaveTimerTurnsDisplay = 673,
689
+ MenuOptionsRangeAutoSaveTimerTimeDisplay = 674,
690
+ MenuOptionsButtonDropIntoContainers = 675,
691
+ MenuOptionsButtonDropIntoContainersTooltip = 676,
692
+ MenuOptionsButtonWarnOnDangerousActions = 677,
693
+ MenuOptionsButtonWarnOnDangerousActionsTooltip = 678,
694
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 679,
695
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 680,
696
+ MenuOptionsButtonWarnWhenBreakingItemsOnUse = 681,
697
+ MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 682,
698
+ MenuOptionsHeadingWarnWhenBreakingItems = 683,
699
+ MenuOptionsButtonSaveDataClearBindings = 684,
700
+ MenuOptionsTooltipDialogOpacity = 685,
701
+ MenuOptionsLabelDialogOpacity = 686,
702
+ MenuOptionsDeveloperLogSourceFilterHeading = 687,
703
+ MenuOptionsDeveloperUIExperiments = 688,
704
+ MenuOptionsDeveloperUIExperimentsDescription = 689,
705
+ MenuOptionsAudioVolumeDisplay = 690,
706
+ MenuOptionsAudioInputSoundOnTyping = 691,
707
+ MenuOptionsMusicPlaylist = 692,
708
+ MenuOptionsButtonConfigureBindings = 693,
709
+ MenuOptionsButtonSaveCompression = 694,
710
+ MenuOptionsButtonSaveCompressionTooltip = 695,
711
+ MenuPauseButtonContinueGame = 696,
712
+ MenuPauseButtonReturnToGame = 697,
713
+ MenuPauseButtonOptions = 698,
714
+ MenuPauseButtonGameSettings = 699,
715
+ MenuPauseButtonPaused = 700,
716
+ MenuPauseButtonMultiplayer = 701,
717
+ MenuPauseButtonHelp = 702,
718
+ MenuPauseButtonTitleScreen = 703,
719
+ MenuPauseButtonStopServer = 704,
720
+ MenuPauseHeadingDedicatedServer = 705,
721
+ MenuPauseTooltipNotPaused = 706,
722
+ MenuPauseParagraphDedicatedServer = 707,
723
+ MenuPauseLabelPaused = 708,
724
+ MenuPauseLabelNotPaused = 709,
725
+ MenuModesTitle = 710,
726
+ MenuModesDescription = 711,
727
+ MenuMultiplayerOptionsTitle = 712,
728
+ MenuMultiplayerOptionsDescription = 713,
729
+ MenuMultiplayerOptionsOpenServer = 714,
730
+ MenuMultiplayerOptionsOpenServerDescription = 715,
731
+ MenuMultiplayerOptionsCopyGameCode = 716,
732
+ MenuMultiplayerOptionsCopyGameCodeTooltip = 717,
733
+ MenuMultiplayerOptionsInviteSteamFriends = 718,
734
+ MenuMultiplayerOptionsCheckConnectionHeading = 719,
735
+ MenuMultiplayerOptionsCheckConnectionParagraph = 720,
736
+ MenuMultiplayerOptionsCheckConnectionButton = 721,
737
+ MenuMultiplayerOptionsCheckConnectionResultUnknown = 722,
738
+ MenuMultiplayerOptionsCheckConnectionResultChecking = 723,
739
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 724,
740
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 725,
741
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 726,
742
+ MenuMultiplayerOptionsCheckConnectionResultWebRTC = 727,
743
+ MenuMultiplayerOptionsCheckConnectionResultWebRTCFail = 728,
744
+ MenuMultiplayerOptionsCheckConnectionResultWebSocket = 729,
745
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 730,
746
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 731,
747
+ MenuMultiplayerOptionsCheckConnectionResultSuccess = 732,
748
+ MenuJoinServerTitle = 733,
749
+ MenuJoinServerDescription = 734,
750
+ MenuJoinServerInputPlaceholder = 735,
751
+ MenuJoinServerChooseModifiersTitle = 736,
752
+ MenuJoinServerChooseModifiersDescription = 737,
753
+ MenuSharedMultiplayerChoiceLobbyTypeFriends = 738,
754
+ MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 739,
755
+ MenuSharedMultiplayerChoiceLobbyTypePublic = 740,
756
+ MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 741,
757
+ MenuSharedMultiplayerChoiceLobbyTypePrivate = 742,
758
+ MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 743,
759
+ MenuSharedMultiplayerChoicePVP = 744,
760
+ MenuSharedMultiplayerChoicePVPDescription = 745,
761
+ MenuSharedMultiplayerChoiceAllowTraveling = 746,
762
+ MenuSharedMultiplayerChoiceAllowTravelingDescription = 747,
763
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 748,
764
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 749,
765
+ MenuSharedMultiplayerDescription = 750,
766
+ MenuSharedMultiplayerMessageOfTheDay = 751,
767
+ MenuSharedMultiplayerMaxPlayers = 752,
768
+ MenuSharedRealTimeTickSpeedTooltip = 753,
769
+ MenuSharedRealTimeTickSpeedLabel = 754,
770
+ MenuSharedMaxTravelTimeLabel = 755,
771
+ MenuSharedMaxTravelTimeLabelTooltip = 756,
772
+ MenuSharedButtonDefault = 757,
773
+ MenuSharedValueMillseconds = 758,
774
+ MenuSharedValueTurns = 759,
775
+ MenuSharedValuePercentage = 760,
776
+ MenuSharedMilestonesNotUnlockable = 761,
777
+ MenuSharedMilestonesNotUnlockableDescription = 762,
778
+ MenuSharedMilestonesNotUnlockableButtonShowMods = 763,
779
+ MenuSharedButtonDisableAll = 764,
780
+ MenuSharedButtonEnableAll = 765,
781
+ MenuSharedMilestoneModifiersSelected = 766,
782
+ MiscSortBy = 767,
783
+ MiscSortDirection = 768,
784
+ MiscFilter = 769,
785
+ MiscPlayerNameDefault = 770,
786
+ MiscPlayerNameServer = 771,
787
+ MiscSaveNameDefault = 772,
788
+ MiscSaveNameDailyChallenge = 773,
789
+ MiscSaveNameChallenge = 774,
790
+ MiscSaveVersionUnknown = 775,
791
+ MiscVersion = 776,
792
+ MiscVersionBuildInfoTooltip = 777,
793
+ MiscVersionUpdate = 778,
794
+ MiscTime = 779,
795
+ MiscTimeMeridiem = 780,
796
+ MiscError = 781,
797
+ MiscContextMenuCopyTooltip = 782,
798
+ MiscBindableOr = 783,
799
+ MiscBindableNoBindings = 784,
800
+ DifficultyOptionsPeaceful = 785,
801
+ DifficultyOptionsAberrantSpawnsDisabled = 786,
802
+ DifficultyOptionsAberrantSpawnsOnly = 787,
803
+ DifficultyOptionsCreatureSpawningDisabled = 788,
804
+ DifficultyOptionsCreatureAlwaysSpawns = 789,
805
+ DifficultyOptionsCreatureSpawnsDefault = 790,
806
+ DifficultyOptionsCreatureSpawnsAberrantOnly = 791,
807
+ DifficultyOptionsCreatureSpawnsNoAberrants = 792,
808
+ DifficultyOptionsSpawnLimit = 793,
809
+ DifficultyOptionsRespawn = 794,
810
+ DifficultyOptionsEternalNight = 795,
811
+ DifficultyOptionsEternalDay = 796,
812
+ DifficultyOptionsTimeInitial = 797,
813
+ DifficultyOptionsTimeFrozen = 798,
814
+ DifficultyOptionsTimeDayLength = 799,
815
+ DifficultyOptionsTimeDayPercent = 800,
816
+ DifficultyOptionsNoItems = 801,
817
+ DifficultyOptionsRecipes = 802,
818
+ DifficultyOptionsStartingIsland = 803,
819
+ DifficultyOptionsTravelingEffectsDisabled = 804,
820
+ DifficultyOptionsBenignityInitial = 805,
821
+ DifficultyOptionsBenignityMultiplier = 806,
822
+ DifficultyOptionsMalignityInitial = 807,
823
+ DifficultyOptionsMalignityMultiplier = 808,
824
+ DifficultyOptionsWeightBonus = 809,
825
+ DifficultyOptionsStatInitial = 810,
826
+ DifficultyOptionsStatMax = 811,
827
+ DifficultyOptionsStatMultiplier = 812,
828
+ DifficultyOptionsStatusEffectStartWith = 813,
829
+ DifficultyOptionsStatusEffectUntreatable = 814,
830
+ DifficultyOptionsStatusEffectPassChanceMultiplier = 815,
831
+ DifficultyOptionsNoRandomSkills = 816,
832
+ DifficultyOptionsSkillStartingCount = 817,
833
+ DifficultyOptionsSkillGainMultiplier = 818,
834
+ DifficultyOptionsSkillInitial = 819,
835
+ DifficultyOptionsStatusEffectPermanent = 820,
836
+ DifficultyOptionsStatusEffectRateMultiplier = 821,
837
+ DifficultyOptionsStatusEffectMultiplier = 822,
838
+ DifficultyOptionsItemDurabilityMultiplier = 823,
839
+ DifficultyOptionsItemDecayMultiplier = 824,
840
+ EquipmentBack = 825,
841
+ EquipmentChest = 826,
842
+ EquipmentFeet = 827,
843
+ EquipmentHands = 828,
844
+ EquipmentHead = 829,
845
+ EquipmentLegs = 830,
846
+ EquipmentMainHand = 831,
847
+ EquipmentMainHandOption = 832,
848
+ EquipmentNeck = 833,
849
+ EquipmentOffHand = 834,
850
+ EquipmentOffHandOption = 835,
851
+ EquipmentUse = 836,
852
+ EquipmentWaist = 837,
853
+ HudFilter = 838,
854
+ TabCrafting = 839,
855
+ TabDismantle = 840,
856
+ WindowTitleContainer = 841,
857
+ WindowTitleCrafting = 842,
858
+ WindowTitleEquipment = 843,
859
+ WindowTitleInventory = 844
858
860
  }
859
861
  export default UiTranslation;