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