@wayward/types 2.13.2-beta.dev.20230605.3 → 2.13.2-beta.dev.20230607.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/biome/IBiome.d.ts +13 -0
  2. package/definitions/game/game/biome/arid/Arid.d.ts +16 -0
  3. package/definitions/game/game/biome/coastal/Coastal.d.ts +16 -0
  4. package/definitions/game/game/biome/iceCap/IceCap.d.ts +16 -0
  5. package/definitions/game/game/biome/volcanic/Volcanic.d.ts +16 -0
  6. package/definitions/game/game/biome/wetlands/Wetlands.d.ts +16 -0
  7. package/definitions/game/game/deity/IDeities.d.ts +58 -0
  8. package/definitions/game/game/entity/Entity.d.ts +2 -1
  9. package/definitions/game/game/entity/IEntity.d.ts +5 -5
  10. package/definitions/game/game/entity/IHuman.d.ts +12 -2
  11. package/definitions/game/game/entity/StatDescriptions.d.ts +38 -0
  12. package/definitions/game/game/entity/Stats.d.ts +2 -2
  13. package/definitions/game/game/entity/action/actions/UpdateDirection.d.ts +3 -1
  14. package/definitions/game/game/inspection/InfoProvider.d.ts +10 -10
  15. package/definitions/game/game/inspection/infoProviders/stat/AttackInfo.d.ts +2 -5
  16. package/definitions/game/game/inspection/infoProviders/stat/DefenseInfo.d.ts +2 -5
  17. package/definitions/game/game/inspection/infoProviders/stat/FerocityInfo.d.ts +18 -0
  18. package/definitions/game/game/inspection/infoProviders/stat/StatInfo.d.ts +10 -0
  19. package/definitions/game/game/inspection/inspections/StatInspection.d.ts +4 -2
  20. package/definitions/game/game/temperature/TemperatureManager.d.ts +1 -0
  21. package/definitions/game/language/Dictionary.d.ts +92 -91
  22. package/definitions/game/language/DictionaryMap.d.ts +181 -178
  23. package/definitions/game/language/dictionary/UiTranslation.d.ts +781 -785
  24. package/definitions/game/language/english/game/FerocityLevels.d.ts +13 -0
  25. package/definitions/game/mod/ModRegistry.d.ts +86 -45
  26. package/definitions/game/ui/input/Bindable.d.ts +12 -0
  27. package/definitions/game/ui/input/Bindables.d.ts +3 -1
  28. package/definitions/game/ui/screen/screens/game/static/stats/{Reputation.d.ts → Ferocity.d.ts} +5 -0
  29. package/definitions/game/ui/screen/screens/game/static/stats/IStatDisplayDescription.d.ts +2 -2
  30. package/definitions/game/ui/screen/screens/game/static/stats/component/Stat.d.ts +4 -4
  31. package/definitions/game/utilities/Version.d.ts +1 -0
  32. package/definitions/game/utilities/enum/IEnum.d.ts +2 -1
  33. package/definitions/game/utilities/math/Math2.d.ts +13 -2
  34. package/package.json +1 -1
@@ -85,790 +85,786 @@ declare enum UiTranslation {
85
85
  GameTooltipDefenseLabelBase = 70,
86
86
  GameTooltipDefenseLabelVehicleBonus = 71,
87
87
  GameTooltipDefenseInsulationWeight = 72,
88
- GameTooltipDefenseInsulationNotRequired = 73,
89
- GameTooltipItemUseLabelMaxWeight = 74,
90
- GameTooltipMagicalLabel = 75,
91
- GameTooltipSharedUsesLabel = 76,
92
- GameTooltipSharedLabelTurns = 77,
93
- GameTooltipSharedLabelTurnsAgo = 78,
94
- GameTooltipRecipeLabelReputation = 79,
95
- GameTooltipRecipeLabelSkill = 80,
96
- GameTooltipRecipeLabelLevel = 81,
97
- GameTooltipRecipeLabelEfficacy = 82,
98
- GameTooltipRecipeLabelEfficacyHigh = 83,
99
- GameTooltipRecipeLabelEfficacyHighest = 84,
100
- GameTooltipRecipeLabelEfficacyLow = 85,
101
- GameTooltipRecipeLabelEfficacyLowest = 86,
102
- GameTooltipRecipeLabelEfficacyMed = 87,
103
- GameTooltipRecipeLabelEfficacyLabel = 88,
104
- GameTooltipRecipeLabelSuccessChance = 89,
105
- GameTooltipRecipeLabelQualityChance = 90,
106
- GameTooltipRecipeNearby = 91,
107
- GameTooltipRecipeFireSource = 92,
108
- GameTooltipRecipeRequirement = 93,
109
- GameTooltipRecipeLabelRequired = 94,
110
- GameTooltipRecipeLabelConsumed = 95,
111
- GameTooltipItemSkillSource = 96,
112
- GameTooltipItemUse = 97,
113
- GameTooltipItemUseActionOnConsumeTooltipBase = 98,
114
- GameTooltipItemUseActionOnConsumeTooltipSkill = 99,
115
- GameTooltipItemUseActionOnConsumeTooltipQuality = 100,
116
- GameTooltipItemUseActionOnConsumeTooltipMagical = 101,
117
- GameTooltipSharedUseActionTierLabel = 102,
118
- GameTooltipItemUseActionSharedLabelRequirements = 103,
119
- GameTooltipItemUseActionDismantleProduces = 104,
120
- GameTooltipSharedUseLabelLightSource = 105,
121
- GameTooltipItemUseLabelTelescopy = 106,
122
- GameTooltipItemDecay = 107,
123
- GameTooltipItemDecayExact = 108,
124
- GameTooltipItemDecayRate = 109,
125
- GameTooltipItemDecayRateTooltip = 110,
126
- GameTooltipItemWeight = 111,
127
- GameTooltipItemWeightBase = 112,
128
- GameTooltipItemWeightStored = 113,
129
- GameTooltipItemWeightStoredReduction = 114,
130
- GameTooltipItemLabelRange = 115,
131
- GameTooltipItemMagicalSource = 116,
132
- GameTooltipItemGroupingsLabel = 117,
133
- GameTooltipItemGroup = 118,
134
- GameTooltipItemLabelUsesWhenBuilt = 119,
135
- GameTooltipItemWorth = 120,
136
- GameTooltipItemProtected = 121,
137
- GameTooltipItemProtectedContainer = 122,
138
- GameTooltipItemVehicle = 123,
139
- GameTooltipItemVehicleMovementSpeed = 124,
140
- GameTooltipItemVehicleDefenseBonus = 125,
141
- GameTooltipItemLabelDismantle = 126,
142
- GameTooltipItemLabelDismantleRequirement = 127,
143
- GameTooltipItemQuantityMultiplier = 128,
144
- GameTooltipItemUseAttack = 129,
145
- GameTooltipItemUseThrowDamage = 130,
146
- GameTooltipItemUseCrafting = 131,
147
- GameTooltipItemUseOffering = 132,
148
- GameTooltipItemUseEquipDefense = 133,
149
- GameTooltipItemUseEquipDefenseAttribute = 134,
150
- GameTooltipItemLabelDamage = 135,
151
- GameTooltipItemBarterCreditTrade = 136,
152
- GameTooltipItemBarterCredit = 137,
153
- GameTooltipItemLabelIsland = 138,
154
- GameTooltipSharedLabelWeightCapacity = 139,
155
- GameTooltipSharedLabelCivilizationScore = 140,
156
- GameTooltipSharedLabelCivilizationScoreFull = 141,
157
- GameTooltipSharedLabelDoodadSkillAdjacent = 142,
158
- GameTooltipSharedLabelAdjacentSkillBonus = 143,
159
- GameTooltipSharedLabelGrowingSpeed = 144,
160
- GameTooltipSharedLabelInsulation = 145,
161
- GameTooltipSharedLabelStoredInsulation = 146,
162
- GameTooltipSharedLabelPreservation = 147,
163
- GameTooltipSharedLabelDurability = 148,
164
- GameTooltipSharedDurabilityMagicalDamageReduction = 149,
165
- GameTooltipSharedDurabilityMagicalDamageRegeneration = 150,
166
- GameTooltipSharedLabelContents = 151,
167
- GameTooltipSkill = 152,
168
- GameTooltipSkillCurrent = 153,
169
- GameTooltipSkillReputationImpact = 154,
170
- GameTooltipSkillCanIncrease = 155,
171
- GameTooltipSkillBonuses = 156,
172
- GameTooltipSkillBonus = 157,
173
- GameTooltipMilestone = 158,
174
- GameTooltipMilestoneProgress = 159,
175
- GameTooltipMilestoneDiscovered = 160,
176
- GameTooltipMilestoneHintClickToUseAsTitle = 161,
177
- GameTooltipMilestoneUsingAsTitle = 162,
178
- GameTooltipSharedMagicalProperty = 163,
179
- GameTooltipSharedMagicalPropertyOutOf = 164,
180
- GameTooltipSharedLabel = 165,
181
- GameTooltipSharedLabelDash = 166,
182
- GameTooltipSharedLabelHead = 167,
183
- GameTooltipSharedLabelTail = 168,
184
- GameTooltipSharedLabelStart = 169,
185
- GameTooltipSharedLabelEnd = 170,
186
- GameTooltipSharedResistsAndVulnsLabelVulnerableTo = 171,
187
- GameTooltipSharedResistsAndVulnsLabelResistantTo = 172,
188
- GameTooltipSharedResistsAndVulnsLabelImmuneTo = 173,
189
- GameTooltipSharedResistsAndVulnsLabelHealsFrom = 174,
190
- GameTooltipSharedResistsAndVulnsDamageType = 175,
191
- GameTooltipSharedResistsAndVulnsDamageTypeUnknown = 176,
192
- GameTooltipIslandBiome = 177,
193
- GameTooltipIslandSeed = 178,
194
- GameTooltipIslandDaysSpent = 179,
195
- GameTooltipIslandDaysSpentDaysUnit = 180,
196
- GameTooltipIslandDaysSpentCumulative = 181,
197
- GameTooltipIslandUndiscovered = 182,
198
- GameTooltipIslandUnnamed = 183,
199
- GameTooltipIslandSelf = 184,
200
- GameTooltipIslandPlayers = 185,
201
- GameTooltipIslandPorts = 186,
202
- GameTooltipIslandNPCs = 187,
203
- GameTooltipIslandModifiers = 188,
204
- GameTooltipIslandMaps = 189,
205
- GameTooltipIslandCoordinates = 190,
206
- GameTooltipIslandCoordinatesLabel = 191,
207
- GameTooltipNPCMerchantCredit = 192,
208
- GameTooltipNPCMerchantNewInventory = 193,
209
- GameTooltipNPCShipperNoItems = 194,
210
- GameTooltipNPCShipperContainedItems = 195,
211
- GameTooltipActionUndiscovered = 196,
212
- GameTooltipEquipSlotOffHandDisabledTwoHandedOffHand = 197,
213
- GameTooltipEquipSlotOffHandDisabledTwoHandedMainHand = 198,
214
- GameTooltipStatAttackSectionMelee = 199,
215
- GameTooltipStatAttackSectionRanged = 200,
216
- GameTooltipStatAttackRange = 201,
217
- GameTooltipStatAttackMultiplier = 202,
218
- GameTooltipCreatureLabelTamed = 203,
219
- GameTooltipCreatureLabelMood = 204,
220
- GameTooltipCreatureLabelCommand = 205,
221
- GameTooltipCreatureLabelCanPetIn = 206,
222
- GameTooltipCreatureCanPet = 207,
223
- GameTooltipCreatureLabelCanMilkIn = 208,
224
- GameTooltipCreatureLabelCombatDifficulty = 209,
225
- GameTooltipCreatureLabelAberrant = 210,
226
- GameTooltipCreatureAberrantDescriptionShort = 211,
227
- GameTooltipCreatureAberrantDescriptionExtra = 212,
228
- GameTooltipCreatureAberrantDescriptionVerbose = 213,
229
- GameTooltipCreatureProducingMilk = 214,
230
- GameStatsStatAttack = 215,
231
- GameStatsStatGeneric = 216,
232
- GameStatsStatGenericWithMax = 217,
233
- GameStatsStatbar = 218,
234
- GameStatsStatHealthTooltip = 219,
235
- GameStatsStatStaminaTooltip = 220,
236
- GameStatsStatHungerTooltip = 221,
237
- GameStatsStatThirstTooltip = 222,
238
- GameStatsStatHealthStatusWarning = 223,
239
- GameStatsStatStaminaStatusWarning = 224,
240
- GameStatsStatHungerStatusWarning = 225,
241
- GameStatsStatThirstStatusWarning = 226,
242
- GameStatsStatWeightStatusWarning = 227,
243
- GameStatsStatStaminaStatusBad = 228,
244
- GameStatsStatHungerStatusBad = 229,
245
- GameStatsStatThirstStatusBad = 230,
246
- GameStatsStatWeightStatusBad = 231,
247
- GameStatsStatReputationTooltipAverageReputation = 232,
248
- GameStatsStatReputationTooltipDifficulty = 233,
249
- GameStatsStatReputationTooltipDifficultyEasy = 234,
250
- GameStatsStatReputationTooltipDifficultyHard = 235,
251
- GameStatsStatReputationTooltipDifficultyInfantile = 236,
252
- GameStatsStatReputationTooltipDifficultyInsane = 237,
253
- GameStatsStatReputationTooltipDifficultyMedium = 238,
254
- GameStatsStatReputationTooltipDifficultyNightmare = 239,
255
- GameStatsStatReputationTooltipDifficultySimple = 240,
256
- GameStatsStatReputationTooltipDifficultyVeryEasy = 241,
257
- GameStatsStatReputationTooltipDifficultyVeryHard = 242,
258
- GameStatsStatReputationTooltipBenignity = 243,
259
- GameStatsStatReputationTooltipMalignity = 244,
260
- GameStatsStatReputationTooltipScore = 245,
261
- GameStatsStatReputationTooltipCivilizationScore = 246,
262
- GameStatsStatReputationTooltipTurn = 247,
263
- GameStatsStatReputationTooltipTicks = 248,
264
- GameStatsStatWeightTooltip = 249,
265
- GameItemBarterCredit = 250,
266
- GameMenuBarButtonTooltipBindable = 251,
267
- GameMenuBarButtonTooltipSaveSize = 252,
268
- GameMenuBarButtonTooltipSaveTurnsAgo = 253,
269
- GameMenuBarButtonTooltipSaveLastTime = 254,
270
- GameMenuBarButtonTooltipNotesUnread = 255,
271
- GameMenuBarButtonTooltipMilestonesDisabled = 256,
272
- GameMenuBarButtonTooltipQuestsDisabled = 257,
273
- GameMenuBarContextMenuActionRemoveItem = 258,
274
- GameMenuBarContextMenuActionInsertItem = 259,
275
- GameMenuBarContextMenuActionReset = 260,
276
- GameActionBarContextMenuDisplayBindings = 261,
277
- GameActionBarContextMenuAutoSelectPrimaryUse = 262,
278
- GameActionBarContextMenuConfigure = 263,
279
- GameActionBarConfigurationDrawerTitle = 264,
280
- GameActionBarConfigurationDrawerFooterDiscoveryHint = 265,
281
- GameActionBarConfigurationDrawerFooterDiscoveryHintProgress = 266,
282
- GameActionBarConfigurationDrawerSlotHintUse = 267,
283
- GameActionBarConfigurationDrawerSlotHintToggle = 268,
284
- GameActionBarConfigurationDrawerSlotHintToggleUseOnMove = 269,
285
- GameActionBarConfigurationDrawerColumnTitleActions = 270,
286
- GameActionBarConfigurationDrawerColumnTitleItemActions = 271,
287
- GameActionBarConfigurationDrawerColumnTitleConfiguration = 272,
288
- GameActionBarConfigurationDrawerHintSelectAnAction = 273,
289
- GameActionBarConfigurationDrawerButtonEditBindings = 274,
290
- GameActionBarConfigurationDrawerButtonClearSlot = 275,
291
- GameActionBarConfigurationDrawerColumnTitleInapplicable = 276,
292
- GameActionBarConfigurationDrawerButtonUseOnMove = 277,
293
- GameActionBarConfigurationDrawerButtonUseOnMoveDescription = 278,
294
- GameActionBarConfigurationDrawerHintDiscoverMore = 279,
295
- GameActionBarConfigurationDrawerButtonUseExactItem = 280,
296
- GameActionBarConfigurationDrawerButtonUseByTypeAndQuality = 281,
297
- GameActionBarConfigurationDrawerButtonUseByType = 282,
298
- GameActionBarConfigurationDrawerButtonUseAny = 283,
299
- GameActionBarConfigurationDrawerButtonDone = 284,
300
- GameActionBarConfigurationDrawerButtonCraftType = 285,
301
- GameActionBarSlotTooltipHintUse = 286,
302
- GameActionBarSlotTooltipHintConfigure = 287,
303
- GameActionBarSlotTooltipHintUseOnMove = 288,
304
- GameActionBarSlotTooltipHintUseSlottedItem = 289,
305
- GameActionBarSlotTooltipHintClear = 290,
306
- GameActionBarButtonToggleUseWhenMovingTooltip = 291,
307
- GameMessagesButtonSend = 292,
308
- GameMessagesContextMenuShowAsDialog = 293,
309
- GameMessagesContextMenuClear = 294,
310
- GameMessagesContextMenuCopy = 295,
311
- GameMessagesContextMenuExport = 296,
312
- GameMessagesFilter = 297,
313
- GameMessagesFiltersEdit = 298,
314
- GameMessagesNewNote = 299,
315
- GameMessagesTurn = 300,
316
- GameMessagesDedicatedServerBackup = 301,
317
- GameMessagesDedicatedServerBackupLimitReached = 302,
318
- GameMessagesPlaceholderChat = 303,
319
- GameTileInspectionCannotSeeTile = 304,
320
- MenuAboutTitle = 305,
321
- MenuAboutDescription = 306,
322
- MenuAboutGameDescription = 307,
323
- MenuAboutSectionTeam = 308,
324
- MenuAboutTeamMemberName = 309,
325
- MenuAboutTeamMemberNickname = 310,
326
- MenuAboutSectionContributors = 311,
327
- MenuAboutSectionSpecialThanks = 312,
328
- MenuAboutTextSpecialThanksTestorsAndDonators = 313,
329
- MenuAboutSectionLibraries = 314,
330
- MenuAboutSectionLibrariesDescription = 315,
331
- MenuAboutLabelVersion = 316,
332
- MenuAboutLabelVersionBuild = 317,
333
- MenuAboutLabelVersionBuildTime = 318,
334
- MenuBindings = 319,
335
- MenuBindingsDescription = 320,
336
- MenuBindingsTooltipBindConflicts = 321,
337
- MenuBindingsManagedBindableGameActionBarUseSlot = 322,
338
- MenuBindingsManagedBindableGameActionBarAssignSlot = 323,
339
- MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 324,
340
- MenuChangelogTitle = 325,
341
- MenuChangelogDescription = 326,
342
- MenuChangelogHeadingUnchartedWaters = 327,
343
- MenuChangelogFailedToLoadTitle = 328,
344
- MenuChangelogFailedToLoadDescription = 329,
345
- MenuChangelogHeadingChangeCount = 330,
346
- MenuChangelogButtonCopyChangelog = 331,
347
- MenuCharacterCreationButtonRandomizeName = 332,
348
- MenuCharacterCreationButtonExportTooltip = 333,
349
- MenuCharacterCreationButtonImportTooltip = 334,
350
- MenuCharacterCreationButtonStartGame = 335,
351
- MenuCharacterCreationButtonJoinGame = 336,
352
- MenuCharacterCreationDescription = 337,
353
- MenuCharacterCreationHeadingHairColor = 338,
354
- MenuCharacterCreationHeadingHairStyle = 339,
355
- MenuCharacterCreationHeadingSkinTone = 340,
356
- MenuCharacterCreationLabelName = 341,
357
- MenuCharacterCreationTitle = 342,
358
- MenuCharacterCreationButtonRotateLeftTooltip = 343,
359
- MenuCharacterCreationButtonRotateRightTooltip = 344,
360
- MenuCharacterCreationButtonRandomizeTooltip = 345,
361
- MenuCharacterSelectionButtonNewCharacter = 346,
362
- MenuCharacterSelectionDescription = 347,
363
- MenuCharacterSelectionHeadingNoCharacters = 348,
364
- MenuCharacterSelectionTitle = 349,
365
- MenuCharacterSelectionLabelLastUse = 350,
366
- MenuCharacterSelectionLabelUseCount = 351,
367
- MenuCharacterSelectionCharacterButtonDeleteTooltip = 352,
368
- MenuCharacterSelectionCharacterButtonCustomizeTooltip = 353,
369
- MenuMultiplayerDescription = 354,
370
- MenuMultiplayerTitle = 355,
371
- MenuMultiplayerButtonJoinById = 356,
372
- MenuMultiplayerServerLabelReputation = 357,
373
- MenuMultiplayerServerLabelDays = 358,
374
- MenuMultiplayerServerLabelIsland = 359,
375
- MenuMultiplayerButtonNewGame = 360,
376
- MenuMultiplayerButtonLoadGame = 361,
377
- MenuMultiplayerServerTooltipPVP = 362,
378
- MenuMultiplayerServerTooltipModsLabel = 363,
379
- MenuMultiplayerServerTooltipFriendsLabel = 364,
380
- MenuMultiplayerServerPlayers = 365,
381
- MenuMultiplayerServerLobbyType = 366,
382
- MenuMultiplayerServerRegion = 367,
383
- MenuMultiplayerServerHost = 368,
384
- MenuMultiplayerServerVersion = 369,
385
- MenuMultiplayerServerVersionUnknown = 370,
386
- MenuMultiplayerServerDedicated = 371,
387
- MenuMultiplayerHeadingPlayersOnline = 372,
388
- MenuMultiplayerServerModUnableToLoad = 373,
389
- MenuGameEndTitleDead = 374,
390
- MenuGameEndTitleWon = 375,
391
- MenuGameEndShareFacebook = 376,
392
- MenuGameEndShareTwitter = 377,
393
- MenuGameEndContinueAsGhost = 378,
394
- MenuGameEndRespawnInCasualMode = 379,
395
- MenuGameEndRespawnAsNewCharacter = 380,
396
- MenuGameEndReturnToIsland = 381,
397
- MenuGameEndExitToMenu = 382,
398
- MenuHelpTitle = 383,
399
- MenuHelpDescription = 384,
400
- MenuHelpLabelSearch = 385,
401
- MenuHighscoresTitle = 386,
402
- MenuHighscoresDescription = 387,
403
- MenuHighscoresDifficultyFilterAll = 388,
404
- MenuHighscoresHighscoreLabelDifficulty = 389,
405
- MenuHighscoresHighscoreLabelTurns = 390,
406
- MenuHighscoresHighscoreLabelScore = 391,
407
- MenuHighscoresHighscoreLabelPlace = 392,
408
- MenuHighscoresHighscoreLabelDate = 393,
409
- MenuHighscoresHighscoreLabelDeathBy = 394,
410
- MenuHighscoresHighscoreTitle = 395,
411
- MenuHighscoresCharacterNameUnknown = 396,
412
- MenuHighscoresHighscoreReplayWithSettings = 397,
413
- MenuLoadGameButtonSaveSlot = 398,
414
- MenuLoadGameButtonNewGame = 399,
415
- MenuLoadGameButtonNewGameButtonImportTooltip = 400,
416
- MenuLoadGameDescription = 401,
417
- MenuLoadGameSaveButtonDeleteTooltip = 402,
418
- MenuLoadGameSaveButtonEditNameTooltip = 403,
419
- MenuLoadGameSaveButtonExportTooltip = 404,
420
- MenuLoadGameSaveTooltipLabelCreatedTime = 405,
421
- MenuLoadGameSaveTooltipLabelSaveTime = 406,
422
- MenuLoadGameSaveTooltipLabelGameMode = 407,
423
- MenuLoadGameSaveTooltipLabelScore = 408,
424
- MenuLoadGameSaveTooltipLabelSeed = 409,
425
- MenuLoadGameSaveTooltipLabelTurns = 410,
426
- MenuLoadGameSaveTooltipLabelMods = 411,
427
- MenuLoadGameSaveTooltipLabelOriginalVersion = 412,
428
- MenuLoadGameSaveTooltipMod = 413,
429
- MenuLoadGameSaveTooltipNew = 414,
430
- MenuLoadGameSaveTooltipCorrupted = 415,
431
- MenuLoadGameSaveGame = 416,
432
- MenuLoadGameSaveGameDescription = 417,
433
- MenuLoadGameTitle = 418,
434
- MenuLoadGameLabelSelected = 419,
435
- MenuLoadGameButtonDeleteSelectedTooltip = 420,
436
- MenuLoadGameImportSaveFailure = 421,
437
- MenuMainButtonAbout = 422,
438
- MenuMainButtonChangelog = 423,
439
- MenuMainButtonMultiplayer = 424,
440
- MenuMainButtonHighscores = 425,
441
- MenuMainButtonLoadGame = 426,
442
- MenuMainButtonMods = 427,
443
- MenuMainButtonModsAllDisabled = 428,
444
- MenuMainButtonNewGame = 429,
445
- MenuMainButtonNews = 430,
446
- MenuMainButtonOptions = 431,
447
- MenuMainButtonQuitGame = 432,
448
- MenuModsWarningModsDisabledTitle = 433,
449
- MenuModsWarningModsDisabledDescription = 434,
450
- MenuModsButtonModdingGuide = 435,
451
- MenuModsButtonOpenFolder = 436,
452
- MenuModsButtonOpenWorkshop = 437,
453
- MenuModsDescription = 438,
454
- MenuModsTitle = 439,
455
- MenuModsTooltipLabelAuthor = 440,
456
- MenuModsTooltipLabelTags = 441,
457
- MenuModsTooltipLabelDependencies = 442,
458
- MenuModsTooltipLabelProvides = 443,
459
- MenuModsTooltipLabelVersion = 444,
460
- MenuModsTooltipLabelDescription = 445,
461
- MenuModsTooltipLabelInstallDate = 446,
462
- MenuModsTooltipLabelCreatedDate = 447,
463
- MenuModsTooltipLabelLastUpdatedDate = 448,
464
- MenuModsTooltipPreventsMilestoneUnlocks = 449,
465
- MenuModsTooltipModOptions = 450,
466
- MenuModsTooltipPublishMod = 451,
467
- MenuModsTooltipModMoreInformation = 452,
468
- MenuModsTooltipUninstallMod = 453,
469
- MenuModsTooltipViewInSteamWorkshop = 454,
470
- MenuModsTooltipViewGitHub = 455,
471
- MenuModsTooltipOpenFolder = 456,
472
- MenuModsButtonEditInternalMods = 457,
473
- MenuModsSectionHeading = 458,
474
- MenuModsSubmenuEditInternalModsTitle = 459,
475
- MenuModsSubmenuEditInternalModsDescription = 460,
476
- MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 461,
477
- MenuNewGameButtonNext = 462,
478
- MenuNewGameButtonStartServer = 463,
479
- MenuNewGameDescription = 464,
480
- MenuNewGameLabelEditName = 465,
481
- MenuNewGameLabelEditSeed = 466,
482
- MenuNewGamePlaceholderEditSeed = 467,
483
- MenuNewGameTitle = 468,
484
- MenuNewGameChoiceDifficulty = 469,
485
- MenuNewGameChoiceSingleplayer = 470,
486
- MenuNewGameChoiceSingleplayerDescription = 471,
487
- MenuNewGameChoiceMultiplayer = 472,
488
- MenuNewGameChoiceMultiplayerDescription = 473,
489
- MenuNewGameChoiceTurnModeManual = 474,
490
- MenuNewGameChoiceTurnModeManualDescription = 475,
491
- MenuNewGameChoiceTurnModeRealTime = 476,
492
- MenuNewGameChoiceTurnModeRealTimeDescription = 477,
493
- MenuNewGameChoiceTurnModeSimulated = 478,
494
- MenuNewGameChoiceTurnModeSimulatedDescription = 479,
495
- MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 480,
496
- MenuNewGameChoiceDifficultyChallengeDaily = 481,
497
- MenuNewGameChoiceDifficultyChallengeDailyTooltip = 482,
498
- MenuNewGameButtonMilestones = 483,
499
- MenuNewGameButtonMilestonesDescription = 484,
500
- MenuNewGameTabGameMode = 485,
501
- MenuNewGameTabMultiplayer = 486,
502
- MenuNewGameTabGameplayModifiers = 487,
503
- MenuNewGameHeadingGameMode = 488,
504
- MenuNewGameHeadingMultiplayer = 489,
505
- MenuNewGameHeadingGameplayModifiers = 490,
506
- MenuNewGameMilestoneModifiersUnlockableInMode = 491,
507
- MenuNewGameChoiceClientsInheritHostModifiers = 492,
508
- MenuNewGameChoiceClientsInheritHostModifiersDescription = 493,
509
- MenuNewGameChoiceCustomModifiers = 494,
510
- MenuNewGameChoiceCustomModifiersDescription = 495,
511
- MenuMilestoneModifiersTitle = 496,
512
- MenuMilestoneModifiersDescription = 497,
513
- MenuCustomGameOptionsTitle = 498,
514
- MenuCustomGameOptionsDescription = 499,
515
- MenuCustomGameOptionsRespawnOnDeath = 500,
516
- MenuCustomGameOptionsRespawnOnDeathDescription = 501,
517
- MenuCustomGameOptionsUseUnlockedRecipes = 502,
518
- MenuCustomGameOptionsStartingIslandBiome = 503,
519
- MenuCustomGameOptionsApplyTravelingEffects = 504,
520
- MenuCustomGameOptionsApplyTravelingEffectsDescription = 505,
521
- MenuCustomGameOptionsCreaturesPeaceful = 506,
522
- MenuCustomGameOptionsCreaturesAberrantSpawns = 507,
523
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 508,
524
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 509,
525
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 510,
526
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 511,
527
- MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 512,
528
- MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 513,
529
- MenuCustomGameOptionsCreaturesAlwaysSpawn = 514,
530
- MenuCustomGameOptionsCreaturesAllowSpawning = 515,
531
- MenuCustomGameOptionsCreaturesSpawnLimit = 516,
532
- MenuCustomGameOptionsCreaturesSpawnLimitDescription = 517,
533
- MenuCustomGameOptionsCreatureNone = 518,
534
- MenuCustomGameOptionsCreatureConfigure = 519,
535
- MenuCustomGameOptionsBenignityInitial = 520,
536
- MenuCustomGameOptionsBenignityMultiplier = 521,
537
- MenuCustomGameOptionsBenignityMultiplierTooltip = 522,
538
- MenuCustomGameOptionsMalignityInitial = 523,
539
- MenuCustomGameOptionsMalignityMultiplier = 524,
540
- MenuCustomGameOptionsMalignityMultiplierTooltip = 525,
541
- MenuCustomGameOptionsStatMultiplier = 526,
542
- MenuCustomGameOptionsStatMultiplierTooltip = 527,
543
- MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 528,
544
- MenuCustomGameOptionsHeadingGeneral = 529,
545
- MenuCustomGameOptionsHeadingTravel = 530,
546
- MenuCustomGameOptionsHeadingTime = 531,
547
- MenuCustomGameOptionsHeadingStats = 532,
548
- MenuCustomGameOptionsHeadingReputation = 533,
549
- MenuCustomGameOptionsHeadingItems = 534,
550
- MenuCustomGameOptionsHeadingCreatures = 535,
551
- MenuCustomGameOptionsHeadingSkills = 536,
552
- MenuCustomGameOptionsHeadingStatusEffects = 537,
553
- MenuCustomGameOptionsEternalNight = 538,
554
- MenuCustomGameOptionsEternalNightDescription = 539,
555
- MenuCustomGameOptionsEternalDay = 540,
556
- MenuCustomGameOptionsEternalDayDescription = 541,
557
- MenuCustomGameOptionsTimeFrozen = 542,
558
- MenuCustomGameOptionsTimeInitial = 543,
559
- MenuCustomGameOptionsTimeDayLength = 544,
560
- MenuCustomGameOptionsTimeDayLengthTooltip = 545,
561
- MenuCustomGameOptionsTimeDayPercent = 546,
562
- MenuCustomGameOptionsTimeDayPercentTooltip = 547,
563
- MenuCustomGameOptionsStatStarting = 548,
564
- MenuCustomGameOptionsStatMax = 549,
565
- MenuCustomGameOptionsStatStartingDisplay = 550,
566
- MenuCustomGameOptionsStatMaxDisplay = 551,
567
- MenuCustomGameOptionsStatNoChange = 552,
568
- MenuCustomGameOptionsStatBonus = 553,
569
- MenuCustomGameOptionsStatBonusDisplay = 554,
570
- MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 555,
571
- MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 556,
572
- MenuCustomGameOptionsStatusEffectStartWith = 557,
573
- MenuCustomGameOptionsStatusEffectUntreatable = 558,
574
- MenuCustomGameOptionsStatusEffectUntreatableTooltip = 559,
575
- MenuCustomGameOptionsSkillInitialRandomCount = 560,
576
- MenuCustomGameOptionsSkillInitialRandomCountDescription = 561,
577
- MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 562,
578
- MenuCustomGameOptionsSkillsGlobal = 563,
579
- MenuCustomGameOptionsSkillNone = 564,
580
- MenuCustomGameOptionsSkillConfigure = 565,
581
- MenuCustomGameOptionsSkillInitial = 566,
582
- MenuCustomGameOptionsSkillMultiplier = 567,
583
- MenuCustomGameOptionsSkillMultiplierTooltip = 568,
584
- MenuCustomGameOptionsRandomItems = 569,
585
- MenuCustomGameOptionsRandomItemsDescription = 570,
586
- MenuCustomGameOptionsItemDurability = 571,
587
- MenuCustomGameOptionsItemDurabilityTooltip = 572,
588
- MenuCustomGameOptionsItemDecay = 573,
589
- MenuCustomGameOptionsItemDecayTooltip = 574,
590
- MenuCustomGameOptionsExport = 575,
591
- MenuCustomGameOptionsImport = 576,
592
- MenuNewsDescription = 577,
593
- MenuNewsHeadingSocial = 578,
594
- MenuNewsTitle = 579,
595
- MenuNewsHeadingUnableToLoad = 580,
596
- MenuNewsButtonAllNews = 581,
597
- MenuNewsButtonViewChangelog = 582,
598
- MenuOptionsButtonDitherFogOfWar = 583,
599
- MenuOptionsButtonHealthVignette = 584,
600
- MenuOptionsButtonHealthVignetteTooltip = 585,
601
- MenuOptionsButtonDisableCustomCursor = 586,
602
- MenuOptionsButtonEnableSmoothZooming = 587,
603
- MenuOptionsButtonDisplayArticleInObjectNames = 588,
604
- MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 589,
605
- MenuOptionsButtonFullscreen = 590,
606
- MenuOptionsButtonCustomTitleBar = 591,
607
- MenuOptionsButtonDeveloperMode = 592,
608
- MenuOptionsButtonDeveloperModeContextMenu = 593,
609
- MenuOptionsButtonReloadGame = 594,
610
- MenuOptionsButtonReloadStylesheets = 595,
611
- MenuOptionsButtonReloadVariableUIImages = 596,
612
- MenuOptionsButtonExportGlobalSaveData = 597,
613
- MenuOptionsButtonImportGlobalSaveData = 598,
614
- MenuOptionsButtonSaveDataBackups = 599,
615
- MenuOptionsButtonSaveDataBackupsTooltip = 600,
616
- MenuOptionsButtonSaveDataClearAll = 601,
617
- MenuOptionsButtonSaveDataClearCharacters = 602,
618
- MenuOptionsButtonSaveDataClearHighscores = 603,
619
- MenuOptionsButtonSaveDataClearMilestones = 604,
620
- MenuOptionsButtonSaveDataClearOptions = 605,
621
- MenuOptionsButtonSaveDataClearCraftingRecipes = 606,
622
- MenuOptionsButtonSaveDataClearSaves = 607,
623
- MenuOptionsButtonSkipSplash = 608,
624
- MenuOptionsButtonToggleDevTools = 609,
625
- MenuOptionsButtonOpenBackupsFolder = 610,
626
- MenuOptionsButtonOpenLogsFolder = 611,
627
- MenuOptionsButtonDropLocationFacing = 612,
628
- MenuOptionsButtonDropLocationFeet = 613,
629
- MenuOptionsButtonStartTraceRecording = 614,
630
- MenuOptionsButtonStopTraceRecording = 615,
631
- MenuOptionsButtonTracingRecordingtTooltip = 616,
632
- MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 617,
633
- MenuOptionsDescription = 618,
634
- MenuOptionsHeadingAudio = 619,
635
- MenuOptionsHeadingDeveloper = 620,
636
- MenuOptionsHeadingGameplayOptions = 621,
637
- MenuOptionsHeadingGameplayOptionsDescription = 622,
638
- MenuOptionsHeadingGameplayOptionsButtonOpenDialog = 623,
639
- MenuOptionsHeadingOtherOptions = 624,
640
- MenuOptionsHeadingControls = 625,
641
- MenuOptionsHeadingModOptions = 626,
642
- MenuOptionsHeadingOther = 627,
643
- MenuOptionsHeadingSaveData = 628,
644
- MenuOptionsHeadingTooltipsTile = 629,
645
- MenuOptionsHeadingVideo = 630,
646
- MenuOptionsLabelInterfaceScale = 631,
647
- MenuOptionsLabelHudWidth = 632,
648
- MenuOptionsLabelTooltipDelay = 633,
649
- MenuOptionsLabelDirectionTurnDelay = 634,
650
- MenuOptionsLabelMouseTurnDelay = 635,
651
- MenuOptionsLabelFontStyle = 636,
652
- MenuOptionsTooltipTurnDelay = 637,
653
- MenuOptionsTooltipMouseTurnDelay = 638,
654
- MenuOptionsTooltipControlsFilter = 639,
655
- MenuOptionsLabelVolumeEffects = 640,
656
- MenuOptionsLabelVolumeMusic = 641,
657
- MenuOptionsTabAudio = 642,
658
- MenuOptionsTabDeveloper = 643,
659
- MenuOptionsTabGameplay = 644,
660
- MenuOptionsTabTooltips = 645,
661
- MenuOptionsTabOther = 646,
662
- MenuOptionsTabLanguage = 647,
663
- MenuOptionsTabControls = 648,
664
- MenuOptionsTabMods = 649,
665
- MenuOptionsTabSaveData = 650,
666
- MenuOptionsTabVideo = 651,
667
- MenuOptionsTabPerformance = 652,
668
- MenuOptionsHeadingPerformance = 653,
669
- MenuOptionsTitle = 654,
670
- MenuOptionsTooltipMusicNextTrack = 655,
671
- MenuOptionsBindChoose = 656,
672
- MenuOptionsBindChooseAdd = 657,
673
- MenuOptionsBindButtonResetTooltip = 658,
674
- MenuOptionsBindButtonDeleteTooltip = 659,
675
- MenuOptionsBindButtonAddTooltip = 660,
676
- MenuOptionsBindButtonAddMacroTooltip = 661,
677
- MenuOptionsButtonUnlockAllMilestones = 662,
678
- MenuOptionsButtonDiscoverAllActions = 663,
679
- MenuOptionsButtonUnlockAllCraftingRecipes = 664,
680
- MenuOptionsButtonAlternatingDirectionMovement = 665,
681
- MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 666,
682
- MenuOptionsButtonAlwaysShowMoreInformationTooltip = 667,
683
- MenuOptionsButtonEnableLowPowerMode = 668,
684
- MenuOptionsButtonEnableLowPowerModeTooltip = 669,
685
- MenuOptionsButtonDisableAcrylicTransparency = 670,
686
- MenuOptionsButtonDisableAcrylicTransparencyTooltip = 671,
687
- MenuOptionsButtonDisableOverlaySupport = 672,
688
- MenuOptionsButtonDisableOverlaySupportTooltip = 673,
689
- MenuOptionsButtonDisableUIEffects = 674,
690
- MenuOptionsButtonDisableUIEffectsTooltip = 675,
691
- MenuOptionsButtonDisableUIOpacity = 676,
692
- MenuOptionsButtonDisableUIOpacityTooltip = 677,
693
- MenuOptionsButtonDisableMovementAnimations = 678,
694
- MenuOptionsButtonDisableMovementAnimationsTooltip = 679,
695
- MenuOptionsButtonAutoAttack = 680,
696
- MenuOptionsButtonAutoAttackTooltip = 681,
697
- MenuOptionsButtonAutoPickUp = 682,
698
- MenuOptionsButtonAutoPickUpTooltip = 683,
699
- MenuOptionsButtonAutoPickUpOnIdle = 684,
700
- MenuOptionsButtonAutoPickUpOnIdleTooltip = 685,
701
- MenuOptionsButtonDropOnDismantle = 686,
702
- MenuOptionsButtonDropOnDismantleTooltip = 687,
703
- MenuOptionsButtonDropOnDisassemble = 688,
704
- MenuOptionsButtonDropOnDisassembleTooltip = 689,
705
- MenuOptionsButtonDisableCraftingProtectedItems = 690,
706
- MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 691,
707
- MenuOptionsButtonDropOnGatherHarvest = 692,
708
- MenuOptionsButtonDropOnGatherHarvestTooltip = 693,
709
- MenuOptionsButtonKeepSortActive = 694,
710
- MenuOptionsButtonKeepSortActiveTooltip = 695,
711
- MenuOptionsButtonUseAdjacentContainers = 696,
712
- MenuOptionsButtonUseAdjacentContainersTooltip = 697,
713
- MenuOptionsButtonHideEquippedHeadgear = 698,
714
- MenuOptionsButtonHideEquippedHeadgearTooltip = 699,
715
- MenuOptionsButtonLeftHanded = 700,
716
- MenuOptionsButtonLeftHandedTooltip = 701,
717
- MenuOptionsButtonAutoSave = 702,
718
- MenuOptionsRangeAutoSaveTimerLabel = 703,
719
- MenuOptionsRangeAutoSaveTimerTurnsDisplay = 704,
720
- MenuOptionsRangeAutoSaveTimerTimeDisplay = 705,
721
- MenuOptionsButtonDropIntoContainers = 706,
722
- MenuOptionsButtonDropIntoContainersTooltip = 707,
723
- MenuOptionsButtonWarnOnDangerousActions = 708,
724
- MenuOptionsButtonWarnOnDangerousActionsTooltip = 709,
725
- MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 710,
726
- MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 711,
727
- MenuOptionsButtonWarnWhenBreakingItemsOnUse = 712,
728
- MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 713,
729
- MenuOptionsHeadingWarnWhenBreakingItems = 714,
730
- MenuOptionsButtonSaveDataClearBindings = 715,
731
- MenuOptionsTooltipDialogOpacity = 716,
732
- MenuOptionsLabelDialogOpacity = 717,
733
- MenuOptionsDeveloperLogSourceFilterHeading = 718,
734
- MenuOptionsDeveloperUIExperiments = 719,
735
- MenuOptionsDeveloperUIExperimentsDescription = 720,
736
- MenuOptionsAudioVolumeDisplay = 721,
737
- MenuOptionsAudioInputSoundOnTyping = 722,
738
- MenuOptionsMusicPlaylist = 723,
739
- MenuOptionsButtonConfigureBindings = 724,
740
- MenuOptionsButtonSaveCompression = 725,
741
- MenuOptionsButtonSaveCompressionTooltip = 726,
742
- MenuOptionsButtonSaveUIDataGlobally = 727,
743
- MenuOptionsButtonSaveUIDataGloballyTooltip = 728,
744
- MenuPauseButtonContinueGame = 729,
745
- MenuPauseButtonReturnToGame = 730,
746
- MenuPauseButtonOptions = 731,
747
- MenuPauseButtonGameSettings = 732,
748
- MenuPauseButtonPaused = 733,
749
- MenuPauseButtonMultiplayer = 734,
750
- MenuPauseButtonHelp = 735,
751
- MenuPauseButtonTitleScreen = 736,
752
- MenuPauseButtonStopServer = 737,
753
- MenuPauseTooltipNotPaused = 738,
754
- MenuPauseLabelPaused = 739,
755
- MenuPauseLabelNotPaused = 740,
756
- MenuModesTitle = 741,
757
- MenuModesDescription = 742,
758
- MenuMultiplayerOptionsTitle = 743,
759
- MenuMultiplayerOptionsDescription = 744,
760
- MenuMultiplayerOptionsOpenServer = 745,
761
- MenuMultiplayerOptionsOpenServerDescription = 746,
762
- MenuMultiplayerOptionsCopyGameCode = 747,
763
- MenuMultiplayerOptionsCopyGameCodeTooltip = 748,
764
- MenuMultiplayerOptionsInviteSteamFriends = 749,
765
- MenuMultiplayerOptionsCheckConnectionHeading = 750,
766
- MenuMultiplayerOptionsCheckConnectionParagraph = 751,
767
- MenuMultiplayerOptionsCheckConnectionButton = 752,
768
- MenuMultiplayerOptionsCheckConnectionResultUnknown = 753,
769
- MenuMultiplayerOptionsCheckConnectionResultChecking = 754,
770
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 755,
771
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 756,
772
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 757,
773
- MenuMultiplayerOptionsCheckConnectionResultWebSocket = 758,
774
- MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 759,
775
- MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 760,
776
- MenuMultiplayerOptionsCheckConnectionResultSuccess = 761,
777
- MenuJoinServerTitle = 762,
778
- MenuJoinServerDescription = 763,
779
- MenuJoinServerInputPlaceholder = 764,
780
- MenuJoinServerChooseModifiersTitle = 765,
781
- MenuJoinServerChooseModifiersDescription = 766,
782
- MenuSharedMultiplayerChoiceLobbyTypeFriends = 767,
783
- MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 768,
784
- MenuSharedMultiplayerChoiceLobbyTypePublic = 769,
785
- MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 770,
786
- MenuSharedMultiplayerChoiceLobbyTypePrivate = 771,
787
- MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 772,
788
- MenuSharedMultiplayerChoicePVP = 773,
789
- MenuSharedMultiplayerChoicePVPDescription = 774,
790
- MenuSharedMultiplayerChoiceAllowTraveling = 775,
791
- MenuSharedMultiplayerChoiceAllowTravelingDescription = 776,
792
- MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 777,
793
- MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 778,
794
- MenuSharedMultiplayerDescription = 779,
795
- MenuSharedMultiplayerMessageOfTheDay = 780,
796
- MenuSharedMultiplayerMaxPlayers = 781,
797
- MenuSharedRealTimeTickSpeedTooltip = 782,
798
- MenuSharedRealTimeTickSpeedLabel = 783,
799
- MenuSharedMaxTravelTimeLabel = 784,
800
- MenuSharedMaxTravelTimeLabelTooltip = 785,
801
- MenuSharedButtonDefault = 786,
802
- MenuSharedValueSeconds = 787,
803
- MenuSharedValueMillseconds = 788,
804
- MenuSharedValueTurns = 789,
805
- MenuSharedValuePercentage = 790,
806
- MenuSharedMilestonesNotUnlockable = 791,
807
- MenuSharedMilestonesNotUnlockableDescription = 792,
808
- MenuSharedMilestonesNotUnlockableButtonShowMods = 793,
809
- MenuSharedButtonDisableAll = 794,
810
- MenuSharedButtonEnableAll = 795,
811
- MenuSharedMilestoneModifiersSelected = 796,
812
- MiscSortBy = 797,
813
- MiscSortDirection = 798,
814
- MiscFilter = 799,
815
- MiscPlayerNameDefault = 800,
816
- MiscPlayerNameServer = 801,
817
- MiscSaveNameDefault = 802,
818
- MiscSaveNameDailyChallenge = 803,
819
- MiscSaveNameChallenge = 804,
820
- MiscSaveVersionUnknown = 805,
821
- MiscVersion = 806,
822
- MiscVersionBuildInfoTooltip = 807,
823
- MiscVersionUpdate = 808,
824
- MiscTime = 809,
825
- MiscTimeMeridiem = 810,
826
- MiscError = 811,
827
- MiscContextMenuCopyTooltip = 812,
828
- MiscBindableNoBindings = 813,
829
- DifficultyOptionsPeaceful = 814,
830
- DifficultyOptionsAberrantSpawnsDisabled = 815,
831
- DifficultyOptionsAberrantSpawnsOnly = 816,
832
- DifficultyOptionsCreatureSpawningDisabled = 817,
833
- DifficultyOptionsCreatureAlwaysSpawns = 818,
834
- DifficultyOptionsCreatureSpawnsDefault = 819,
835
- DifficultyOptionsCreatureSpawnsAberrantOnly = 820,
836
- DifficultyOptionsCreatureSpawnsNoAberrants = 821,
837
- DifficultyOptionsSpawnLimit = 822,
838
- DifficultyOptionsRespawn = 823,
839
- DifficultyOptionsEternalNight = 824,
840
- DifficultyOptionsEternalDay = 825,
841
- DifficultyOptionsTimeInitial = 826,
842
- DifficultyOptionsTimeFrozen = 827,
843
- DifficultyOptionsTimeDayLength = 828,
844
- DifficultyOptionsTimeDayPercent = 829,
845
- DifficultyOptionsNoItems = 830,
846
- DifficultyOptionsRecipes = 831,
847
- DifficultyOptionsStartingIsland = 832,
848
- DifficultyOptionsTravelingEffectsDisabled = 833,
849
- DifficultyOptionsBenignityInitial = 834,
850
- DifficultyOptionsBenignityMultiplier = 835,
851
- DifficultyOptionsMalignityInitial = 836,
852
- DifficultyOptionsMalignityMultiplier = 837,
853
- DifficultyOptionsWeightBonus = 838,
854
- DifficultyOptionsStatInitial = 839,
855
- DifficultyOptionsStatMax = 840,
856
- DifficultyOptionsStatMultiplier = 841,
857
- DifficultyOptionsStatusEffectStartWith = 842,
858
- DifficultyOptionsStatusEffectUntreatable = 843,
859
- DifficultyOptionsStatusEffectPassChanceMultiplier = 844,
860
- DifficultyOptionsNoRandomSkills = 845,
861
- DifficultyOptionsSkillStartingCount = 846,
862
- DifficultyOptionsSkillGainMultiplier = 847,
863
- DifficultyOptionsSkillInitial = 848,
864
- DifficultyOptionsStatusEffectPermanent = 849,
865
- DifficultyOptionsStatusEffectRateMultiplier = 850,
866
- DifficultyOptionsStatusEffectMultiplier = 851,
867
- DifficultyOptionsItemDurabilityMultiplier = 852,
868
- DifficultyOptionsItemDecayMultiplier = 853,
869
- TabCrafting = 854,
870
- TabDismantle = 855,
871
- WindowTitleContainer = 856,
872
- WindowTitleInventory = 857
88
+ GameTooltipDefenseInsulationWeightLabel = 73,
89
+ GameTooltipDefenseInsulationWeightTooltip = 74,
90
+ GameTooltipDefenseInsulationNotRequired = 75,
91
+ GameTooltipDefenseInsulationNotRequiredTooltip = 76,
92
+ GameTooltipItemUseLabelMaxWeight = 77,
93
+ GameTooltipMagicalLabel = 78,
94
+ GameTooltipSharedUsesLabel = 79,
95
+ GameTooltipSharedLabelTurns = 80,
96
+ GameTooltipSharedLabelTurnsAgo = 81,
97
+ GameTooltipRecipeLabelReputation = 82,
98
+ GameTooltipRecipeLabelSkill = 83,
99
+ GameTooltipRecipeLabelLevel = 84,
100
+ GameTooltipRecipeLabelEfficacy = 85,
101
+ GameTooltipRecipeLabelEfficacyHigh = 86,
102
+ GameTooltipRecipeLabelEfficacyHighest = 87,
103
+ GameTooltipRecipeLabelEfficacyLow = 88,
104
+ GameTooltipRecipeLabelEfficacyLowest = 89,
105
+ GameTooltipRecipeLabelEfficacyMed = 90,
106
+ GameTooltipRecipeLabelEfficacyLabel = 91,
107
+ GameTooltipRecipeLabelSuccessChance = 92,
108
+ GameTooltipRecipeLabelQualityChance = 93,
109
+ GameTooltipRecipeNearby = 94,
110
+ GameTooltipRecipeFireSource = 95,
111
+ GameTooltipRecipeRequirement = 96,
112
+ GameTooltipRecipeLabelRequired = 97,
113
+ GameTooltipRecipeLabelConsumed = 98,
114
+ GameTooltipItemSkillSource = 99,
115
+ GameTooltipItemUse = 100,
116
+ GameTooltipItemUseActionOnConsumeTooltipBase = 101,
117
+ GameTooltipItemUseActionOnConsumeTooltipSkill = 102,
118
+ GameTooltipItemUseActionOnConsumeTooltipQuality = 103,
119
+ GameTooltipItemUseActionOnConsumeTooltipMagical = 104,
120
+ GameTooltipSharedUseActionTierLabel = 105,
121
+ GameTooltipItemUseActionSharedLabelRequirements = 106,
122
+ GameTooltipItemUseActionDismantleProduces = 107,
123
+ GameTooltipSharedUseLabelLightSource = 108,
124
+ GameTooltipItemUseLabelTelescopy = 109,
125
+ GameTooltipItemDecay = 110,
126
+ GameTooltipItemDecayExact = 111,
127
+ GameTooltipItemDecayRate = 112,
128
+ GameTooltipItemDecayRateTooltip = 113,
129
+ GameTooltipItemWeight = 114,
130
+ GameTooltipItemWeightBase = 115,
131
+ GameTooltipItemWeightStored = 116,
132
+ GameTooltipItemWeightStoredReduction = 117,
133
+ GameTooltipItemLabelRange = 118,
134
+ GameTooltipItemMagicalSource = 119,
135
+ GameTooltipItemGroupingsLabel = 120,
136
+ GameTooltipItemGroup = 121,
137
+ GameTooltipItemLabelUsesWhenBuilt = 122,
138
+ GameTooltipItemWorth = 123,
139
+ GameTooltipItemProtected = 124,
140
+ GameTooltipItemProtectedContainer = 125,
141
+ GameTooltipItemVehicle = 126,
142
+ GameTooltipItemVehicleMovementSpeed = 127,
143
+ GameTooltipItemVehicleDefenseBonus = 128,
144
+ GameTooltipItemLabelDismantle = 129,
145
+ GameTooltipItemLabelDismantleRequirement = 130,
146
+ GameTooltipItemQuantityMultiplier = 131,
147
+ GameTooltipItemUseAttack = 132,
148
+ GameTooltipItemUseThrowDamage = 133,
149
+ GameTooltipItemUseCrafting = 134,
150
+ GameTooltipItemUseOffering = 135,
151
+ GameTooltipItemUseEquipDefense = 136,
152
+ GameTooltipItemUseEquipDefenseAttribute = 137,
153
+ GameTooltipItemLabelDamage = 138,
154
+ GameTooltipItemBarterCreditTrade = 139,
155
+ GameTooltipItemBarterCredit = 140,
156
+ GameTooltipItemLabelIsland = 141,
157
+ GameTooltipSharedLabelWeightCapacity = 142,
158
+ GameTooltipSharedLabelCivilizationScore = 143,
159
+ GameTooltipSharedLabelCivilizationScoreFull = 144,
160
+ GameTooltipSharedLabelDoodadSkillAdjacent = 145,
161
+ GameTooltipSharedLabelAdjacentSkillBonus = 146,
162
+ GameTooltipSharedLabelGrowingSpeed = 147,
163
+ GameTooltipSharedLabelInsulation = 148,
164
+ GameTooltipSharedLabelStoredInsulation = 149,
165
+ GameTooltipSharedLabelPreservation = 150,
166
+ GameTooltipSharedLabelDurability = 151,
167
+ GameTooltipSharedDurabilityMagicalDamageReduction = 152,
168
+ GameTooltipSharedDurabilityMagicalDamageRegeneration = 153,
169
+ GameTooltipSharedLabelContents = 154,
170
+ GameTooltipSkill = 155,
171
+ GameTooltipSkillCurrent = 156,
172
+ GameTooltipSkillReputationImpact = 157,
173
+ GameTooltipSkillCanIncrease = 158,
174
+ GameTooltipSkillBonuses = 159,
175
+ GameTooltipSkillBonus = 160,
176
+ GameTooltipMilestone = 161,
177
+ GameTooltipMilestoneProgress = 162,
178
+ GameTooltipMilestoneDiscovered = 163,
179
+ GameTooltipMilestoneHintClickToUseAsTitle = 164,
180
+ GameTooltipMilestoneUsingAsTitle = 165,
181
+ GameTooltipSharedMagicalProperty = 166,
182
+ GameTooltipSharedMagicalPropertyOutOf = 167,
183
+ GameTooltipSharedLabel = 168,
184
+ GameTooltipSharedLabelDash = 169,
185
+ GameTooltipSharedLabelHead = 170,
186
+ GameTooltipSharedLabelTail = 171,
187
+ GameTooltipSharedLabelStart = 172,
188
+ GameTooltipSharedLabelEnd = 173,
189
+ GameTooltipSharedResistsAndVulnsLabelVulnerableTo = 174,
190
+ GameTooltipSharedResistsAndVulnsLabelResistantTo = 175,
191
+ GameTooltipSharedResistsAndVulnsLabelImmuneTo = 176,
192
+ GameTooltipSharedResistsAndVulnsLabelHealsFrom = 177,
193
+ GameTooltipSharedResistsAndVulnsDamageType = 178,
194
+ GameTooltipSharedResistsAndVulnsDamageTypeUnknown = 179,
195
+ GameTooltipIslandBiome = 180,
196
+ GameTooltipIslandSeed = 181,
197
+ GameTooltipIslandDaysSpent = 182,
198
+ GameTooltipIslandDaysSpentDaysUnit = 183,
199
+ GameTooltipIslandDaysSpentCumulative = 184,
200
+ GameTooltipIslandUndiscovered = 185,
201
+ GameTooltipIslandUnnamed = 186,
202
+ GameTooltipIslandSelf = 187,
203
+ GameTooltipIslandPlayers = 188,
204
+ GameTooltipIslandPorts = 189,
205
+ GameTooltipIslandNPCs = 190,
206
+ GameTooltipIslandModifiers = 191,
207
+ GameTooltipIslandMaps = 192,
208
+ GameTooltipIslandCoordinates = 193,
209
+ GameTooltipIslandCoordinatesLabel = 194,
210
+ GameTooltipNPCMerchantCredit = 195,
211
+ GameTooltipNPCMerchantNewInventory = 196,
212
+ GameTooltipNPCShipperNoItems = 197,
213
+ GameTooltipNPCShipperContainedItems = 198,
214
+ GameTooltipActionUndiscovered = 199,
215
+ GameTooltipEquipSlotOffHandDisabledTwoHandedOffHand = 200,
216
+ GameTooltipEquipSlotOffHandDisabledTwoHandedMainHand = 201,
217
+ GameTooltipStatAttackSectionMelee = 202,
218
+ GameTooltipStatAttackSectionRanged = 203,
219
+ GameTooltipStatAttackRange = 204,
220
+ GameTooltipStatAttackMultiplier = 205,
221
+ GameTooltipCreatureLabelTamed = 206,
222
+ GameTooltipCreatureLabelMood = 207,
223
+ GameTooltipCreatureLabelCommand = 208,
224
+ GameTooltipCreatureLabelCanPetIn = 209,
225
+ GameTooltipCreatureCanPet = 210,
226
+ GameTooltipCreatureLabelCanMilkIn = 211,
227
+ GameTooltipCreatureLabelCombatDifficulty = 212,
228
+ GameTooltipCreatureLabelAberrant = 213,
229
+ GameTooltipCreatureAberrantDescriptionShort = 214,
230
+ GameTooltipCreatureAberrantDescriptionExtra = 215,
231
+ GameTooltipCreatureAberrantDescriptionVerbose = 216,
232
+ GameTooltipCreatureProducingMilk = 217,
233
+ GameStatsStatAttack = 218,
234
+ GameStatsStatGeneric = 219,
235
+ GameStatsStatGenericWithMax = 220,
236
+ GameStatsStatbar = 221,
237
+ GameStatsStatHealthTooltip = 222,
238
+ GameStatsStatStaminaTooltip = 223,
239
+ GameStatsStatHungerTooltip = 224,
240
+ GameStatsStatThirstTooltip = 225,
241
+ GameStatsStatHealthStatusWarning = 226,
242
+ GameStatsStatStaminaStatusWarning = 227,
243
+ GameStatsStatHungerStatusWarning = 228,
244
+ GameStatsStatThirstStatusWarning = 229,
245
+ GameStatsStatWeightStatusWarning = 230,
246
+ GameStatsStatStaminaStatusBad = 231,
247
+ GameStatsStatHungerStatusBad = 232,
248
+ GameStatsStatThirstStatusBad = 233,
249
+ GameStatsStatWeightStatusBad = 234,
250
+ GameStatsStatReputationTooltipReputation = 235,
251
+ GameStatsStatReputationTooltipBenignity = 236,
252
+ GameStatsStatReputationTooltipMalignity = 237,
253
+ GameStatsStatReputationTooltipMalignant = 238,
254
+ GameStatsStatReputationTooltipBenignant = 239,
255
+ GameStatsStatReputationTooltipAverageReputation = 240,
256
+ GameStatsStatReputationTooltipScore = 241,
257
+ GameStatsStatReputationTooltipCivilizationScore = 242,
258
+ GameStatsStatReputationTooltipTurn = 243,
259
+ GameStatsStatReputationTooltipTicks = 244,
260
+ GameStatsStatWeightTooltip = 245,
261
+ GameItemBarterCredit = 246,
262
+ GameMenuBarButtonTooltipBindable = 247,
263
+ GameMenuBarButtonTooltipSaveSize = 248,
264
+ GameMenuBarButtonTooltipSaveTurnsAgo = 249,
265
+ GameMenuBarButtonTooltipSaveLastTime = 250,
266
+ GameMenuBarButtonTooltipNotesUnread = 251,
267
+ GameMenuBarButtonTooltipMilestonesDisabled = 252,
268
+ GameMenuBarButtonTooltipQuestsDisabled = 253,
269
+ GameMenuBarContextMenuActionRemoveItem = 254,
270
+ GameMenuBarContextMenuActionInsertItem = 255,
271
+ GameMenuBarContextMenuActionReset = 256,
272
+ GameActionBarContextMenuDisplayBindings = 257,
273
+ GameActionBarContextMenuAutoSelectPrimaryUse = 258,
274
+ GameActionBarContextMenuConfigure = 259,
275
+ GameActionBarConfigurationDrawerTitle = 260,
276
+ GameActionBarConfigurationDrawerFooterDiscoveryHint = 261,
277
+ GameActionBarConfigurationDrawerFooterDiscoveryHintProgress = 262,
278
+ GameActionBarConfigurationDrawerSlotHintUse = 263,
279
+ GameActionBarConfigurationDrawerSlotHintToggle = 264,
280
+ GameActionBarConfigurationDrawerSlotHintToggleUseOnMove = 265,
281
+ GameActionBarConfigurationDrawerColumnTitleActions = 266,
282
+ GameActionBarConfigurationDrawerColumnTitleItemActions = 267,
283
+ GameActionBarConfigurationDrawerColumnTitleConfiguration = 268,
284
+ GameActionBarConfigurationDrawerHintSelectAnAction = 269,
285
+ GameActionBarConfigurationDrawerButtonEditBindings = 270,
286
+ GameActionBarConfigurationDrawerButtonClearSlot = 271,
287
+ GameActionBarConfigurationDrawerColumnTitleInapplicable = 272,
288
+ GameActionBarConfigurationDrawerButtonUseOnMove = 273,
289
+ GameActionBarConfigurationDrawerButtonUseOnMoveDescription = 274,
290
+ GameActionBarConfigurationDrawerHintDiscoverMore = 275,
291
+ GameActionBarConfigurationDrawerButtonUseExactItem = 276,
292
+ GameActionBarConfigurationDrawerButtonUseByTypeAndQuality = 277,
293
+ GameActionBarConfigurationDrawerButtonUseByType = 278,
294
+ GameActionBarConfigurationDrawerButtonUseAny = 279,
295
+ GameActionBarConfigurationDrawerButtonDone = 280,
296
+ GameActionBarConfigurationDrawerButtonCraftType = 281,
297
+ GameActionBarSlotTooltipHintUse = 282,
298
+ GameActionBarSlotTooltipHintConfigure = 283,
299
+ GameActionBarSlotTooltipHintUseOnMove = 284,
300
+ GameActionBarSlotTooltipHintUseSlottedItem = 285,
301
+ GameActionBarSlotTooltipHintClear = 286,
302
+ GameActionBarButtonToggleUseWhenMovingTooltip = 287,
303
+ GameMessagesButtonSend = 288,
304
+ GameMessagesContextMenuShowAsDialog = 289,
305
+ GameMessagesContextMenuClear = 290,
306
+ GameMessagesContextMenuCopy = 291,
307
+ GameMessagesContextMenuExport = 292,
308
+ GameMessagesFilter = 293,
309
+ GameMessagesFiltersEdit = 294,
310
+ GameMessagesNewNote = 295,
311
+ GameMessagesTurn = 296,
312
+ GameMessagesDedicatedServerBackup = 297,
313
+ GameMessagesDedicatedServerBackupLimitReached = 298,
314
+ GameMessagesPlaceholderChat = 299,
315
+ GameTileInspectionCannotSeeTile = 300,
316
+ MenuAboutTitle = 301,
317
+ MenuAboutDescription = 302,
318
+ MenuAboutGameDescription = 303,
319
+ MenuAboutSectionTeam = 304,
320
+ MenuAboutTeamMemberName = 305,
321
+ MenuAboutTeamMemberNickname = 306,
322
+ MenuAboutSectionContributors = 307,
323
+ MenuAboutSectionSpecialThanks = 308,
324
+ MenuAboutTextSpecialThanksTestorsAndDonators = 309,
325
+ MenuAboutSectionLibraries = 310,
326
+ MenuAboutSectionLibrariesDescription = 311,
327
+ MenuAboutLabelVersion = 312,
328
+ MenuAboutLabelVersionBuild = 313,
329
+ MenuAboutLabelVersionBuildTime = 314,
330
+ MenuBindings = 315,
331
+ MenuBindingsDescription = 316,
332
+ MenuBindingsTooltipBindConflicts = 317,
333
+ MenuBindingsManagedBindableGameActionBarUseSlot = 318,
334
+ MenuBindingsManagedBindableGameActionBarAssignSlot = 319,
335
+ MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 320,
336
+ MenuChangelogTitle = 321,
337
+ MenuChangelogDescription = 322,
338
+ MenuChangelogHeadingUnchartedWaters = 323,
339
+ MenuChangelogFailedToLoadTitle = 324,
340
+ MenuChangelogFailedToLoadDescription = 325,
341
+ MenuChangelogHeadingChangeCount = 326,
342
+ MenuChangelogButtonCopyChangelog = 327,
343
+ MenuCharacterCreationButtonRandomizeName = 328,
344
+ MenuCharacterCreationButtonExportTooltip = 329,
345
+ MenuCharacterCreationButtonImportTooltip = 330,
346
+ MenuCharacterCreationButtonStartGame = 331,
347
+ MenuCharacterCreationButtonJoinGame = 332,
348
+ MenuCharacterCreationDescription = 333,
349
+ MenuCharacterCreationHeadingHairColor = 334,
350
+ MenuCharacterCreationHeadingHairStyle = 335,
351
+ MenuCharacterCreationHeadingSkinTone = 336,
352
+ MenuCharacterCreationLabelName = 337,
353
+ MenuCharacterCreationTitle = 338,
354
+ MenuCharacterCreationButtonRotateLeftTooltip = 339,
355
+ MenuCharacterCreationButtonRotateRightTooltip = 340,
356
+ MenuCharacterCreationButtonRandomizeTooltip = 341,
357
+ MenuCharacterSelectionButtonNewCharacter = 342,
358
+ MenuCharacterSelectionDescription = 343,
359
+ MenuCharacterSelectionHeadingNoCharacters = 344,
360
+ MenuCharacterSelectionTitle = 345,
361
+ MenuCharacterSelectionLabelLastUse = 346,
362
+ MenuCharacterSelectionLabelUseCount = 347,
363
+ MenuCharacterSelectionCharacterButtonDeleteTooltip = 348,
364
+ MenuCharacterSelectionCharacterButtonCustomizeTooltip = 349,
365
+ MenuMultiplayerDescription = 350,
366
+ MenuMultiplayerTitle = 351,
367
+ MenuMultiplayerButtonJoinById = 352,
368
+ MenuMultiplayerServerLabelReputation = 353,
369
+ MenuMultiplayerServerLabelDays = 354,
370
+ MenuMultiplayerServerLabelIsland = 355,
371
+ MenuMultiplayerButtonNewGame = 356,
372
+ MenuMultiplayerButtonLoadGame = 357,
373
+ MenuMultiplayerServerTooltipPVP = 358,
374
+ MenuMultiplayerServerTooltipModsLabel = 359,
375
+ MenuMultiplayerServerTooltipFriendsLabel = 360,
376
+ MenuMultiplayerServerPlayers = 361,
377
+ MenuMultiplayerServerLobbyType = 362,
378
+ MenuMultiplayerServerRegion = 363,
379
+ MenuMultiplayerServerHost = 364,
380
+ MenuMultiplayerServerVersion = 365,
381
+ MenuMultiplayerServerVersionUnknown = 366,
382
+ MenuMultiplayerServerDedicated = 367,
383
+ MenuMultiplayerHeadingPlayersOnline = 368,
384
+ MenuMultiplayerServerModUnableToLoad = 369,
385
+ MenuGameEndTitleDead = 370,
386
+ MenuGameEndTitleWon = 371,
387
+ MenuGameEndShareFacebook = 372,
388
+ MenuGameEndShareTwitter = 373,
389
+ MenuGameEndContinueAsGhost = 374,
390
+ MenuGameEndRespawnInCasualMode = 375,
391
+ MenuGameEndRespawnAsNewCharacter = 376,
392
+ MenuGameEndReturnToIsland = 377,
393
+ MenuGameEndExitToMenu = 378,
394
+ MenuHelpTitle = 379,
395
+ MenuHelpDescription = 380,
396
+ MenuHelpLabelSearch = 381,
397
+ MenuHighscoresTitle = 382,
398
+ MenuHighscoresDescription = 383,
399
+ MenuHighscoresDifficultyFilterAll = 384,
400
+ MenuHighscoresHighscoreLabelDifficulty = 385,
401
+ MenuHighscoresHighscoreLabelTurns = 386,
402
+ MenuHighscoresHighscoreLabelScore = 387,
403
+ MenuHighscoresHighscoreLabelPlace = 388,
404
+ MenuHighscoresHighscoreLabelDate = 389,
405
+ MenuHighscoresHighscoreLabelDeathBy = 390,
406
+ MenuHighscoresHighscoreTitle = 391,
407
+ MenuHighscoresCharacterNameUnknown = 392,
408
+ MenuHighscoresHighscoreReplayWithSettings = 393,
409
+ MenuLoadGameButtonSaveSlot = 394,
410
+ MenuLoadGameButtonNewGame = 395,
411
+ MenuLoadGameButtonNewGameButtonImportTooltip = 396,
412
+ MenuLoadGameDescription = 397,
413
+ MenuLoadGameSaveButtonDeleteTooltip = 398,
414
+ MenuLoadGameSaveButtonEditNameTooltip = 399,
415
+ MenuLoadGameSaveButtonExportTooltip = 400,
416
+ MenuLoadGameSaveTooltipLabelCreatedTime = 401,
417
+ MenuLoadGameSaveTooltipLabelSaveTime = 402,
418
+ MenuLoadGameSaveTooltipLabelGameMode = 403,
419
+ MenuLoadGameSaveTooltipLabelScore = 404,
420
+ MenuLoadGameSaveTooltipLabelSeed = 405,
421
+ MenuLoadGameSaveTooltipLabelTurns = 406,
422
+ MenuLoadGameSaveTooltipLabelMods = 407,
423
+ MenuLoadGameSaveTooltipLabelOriginalVersion = 408,
424
+ MenuLoadGameSaveTooltipMod = 409,
425
+ MenuLoadGameSaveTooltipNew = 410,
426
+ MenuLoadGameSaveTooltipCorrupted = 411,
427
+ MenuLoadGameSaveGame = 412,
428
+ MenuLoadGameSaveGameDescription = 413,
429
+ MenuLoadGameTitle = 414,
430
+ MenuLoadGameLabelSelected = 415,
431
+ MenuLoadGameButtonDeleteSelectedTooltip = 416,
432
+ MenuLoadGameImportSaveFailure = 417,
433
+ MenuMainButtonAbout = 418,
434
+ MenuMainButtonChangelog = 419,
435
+ MenuMainButtonMultiplayer = 420,
436
+ MenuMainButtonHighscores = 421,
437
+ MenuMainButtonLoadGame = 422,
438
+ MenuMainButtonMods = 423,
439
+ MenuMainButtonModsAllDisabled = 424,
440
+ MenuMainButtonNewGame = 425,
441
+ MenuMainButtonNews = 426,
442
+ MenuMainButtonOptions = 427,
443
+ MenuMainButtonQuitGame = 428,
444
+ MenuModsWarningModsDisabledTitle = 429,
445
+ MenuModsWarningModsDisabledDescription = 430,
446
+ MenuModsButtonModdingGuide = 431,
447
+ MenuModsButtonOpenFolder = 432,
448
+ MenuModsButtonOpenWorkshop = 433,
449
+ MenuModsDescription = 434,
450
+ MenuModsTitle = 435,
451
+ MenuModsTooltipLabelAuthor = 436,
452
+ MenuModsTooltipLabelTags = 437,
453
+ MenuModsTooltipLabelDependencies = 438,
454
+ MenuModsTooltipLabelProvides = 439,
455
+ MenuModsTooltipLabelVersion = 440,
456
+ MenuModsTooltipLabelDescription = 441,
457
+ MenuModsTooltipLabelInstallDate = 442,
458
+ MenuModsTooltipLabelCreatedDate = 443,
459
+ MenuModsTooltipLabelLastUpdatedDate = 444,
460
+ MenuModsTooltipPreventsMilestoneUnlocks = 445,
461
+ MenuModsTooltipModOptions = 446,
462
+ MenuModsTooltipPublishMod = 447,
463
+ MenuModsTooltipModMoreInformation = 448,
464
+ MenuModsTooltipUninstallMod = 449,
465
+ MenuModsTooltipViewInSteamWorkshop = 450,
466
+ MenuModsTooltipViewGitHub = 451,
467
+ MenuModsTooltipOpenFolder = 452,
468
+ MenuModsButtonEditInternalMods = 453,
469
+ MenuModsSectionHeading = 454,
470
+ MenuModsSubmenuEditInternalModsTitle = 455,
471
+ MenuModsSubmenuEditInternalModsDescription = 456,
472
+ MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 457,
473
+ MenuNewGameButtonNext = 458,
474
+ MenuNewGameButtonStartServer = 459,
475
+ MenuNewGameDescription = 460,
476
+ MenuNewGameLabelEditName = 461,
477
+ MenuNewGameLabelEditSeed = 462,
478
+ MenuNewGamePlaceholderEditSeed = 463,
479
+ MenuNewGameTitle = 464,
480
+ MenuNewGameChoiceDifficulty = 465,
481
+ MenuNewGameChoiceSingleplayer = 466,
482
+ MenuNewGameChoiceSingleplayerDescription = 467,
483
+ MenuNewGameChoiceMultiplayer = 468,
484
+ MenuNewGameChoiceMultiplayerDescription = 469,
485
+ MenuNewGameChoiceTurnModeManual = 470,
486
+ MenuNewGameChoiceTurnModeManualDescription = 471,
487
+ MenuNewGameChoiceTurnModeRealTime = 472,
488
+ MenuNewGameChoiceTurnModeRealTimeDescription = 473,
489
+ MenuNewGameChoiceTurnModeSimulated = 474,
490
+ MenuNewGameChoiceTurnModeSimulatedDescription = 475,
491
+ MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 476,
492
+ MenuNewGameChoiceDifficultyChallengeDaily = 477,
493
+ MenuNewGameChoiceDifficultyChallengeDailyTooltip = 478,
494
+ MenuNewGameButtonMilestones = 479,
495
+ MenuNewGameButtonMilestonesDescription = 480,
496
+ MenuNewGameTabGameMode = 481,
497
+ MenuNewGameTabMultiplayer = 482,
498
+ MenuNewGameTabGameplayModifiers = 483,
499
+ MenuNewGameHeadingGameMode = 484,
500
+ MenuNewGameHeadingMultiplayer = 485,
501
+ MenuNewGameHeadingGameplayModifiers = 486,
502
+ MenuNewGameMilestoneModifiersUnlockableInMode = 487,
503
+ MenuNewGameChoiceClientsInheritHostModifiers = 488,
504
+ MenuNewGameChoiceClientsInheritHostModifiersDescription = 489,
505
+ MenuNewGameChoiceCustomModifiers = 490,
506
+ MenuNewGameChoiceCustomModifiersDescription = 491,
507
+ MenuMilestoneModifiersTitle = 492,
508
+ MenuMilestoneModifiersDescription = 493,
509
+ MenuCustomGameOptionsTitle = 494,
510
+ MenuCustomGameOptionsDescription = 495,
511
+ MenuCustomGameOptionsRespawnOnDeath = 496,
512
+ MenuCustomGameOptionsRespawnOnDeathDescription = 497,
513
+ MenuCustomGameOptionsUseUnlockedRecipes = 498,
514
+ MenuCustomGameOptionsStartingIslandBiome = 499,
515
+ MenuCustomGameOptionsApplyTravelingEffects = 500,
516
+ MenuCustomGameOptionsApplyTravelingEffectsDescription = 501,
517
+ MenuCustomGameOptionsCreaturesPeaceful = 502,
518
+ MenuCustomGameOptionsCreaturesAberrantSpawns = 503,
519
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 504,
520
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 505,
521
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 506,
522
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 507,
523
+ MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 508,
524
+ MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 509,
525
+ MenuCustomGameOptionsCreaturesAlwaysSpawn = 510,
526
+ MenuCustomGameOptionsCreaturesAllowSpawning = 511,
527
+ MenuCustomGameOptionsCreaturesSpawnLimit = 512,
528
+ MenuCustomGameOptionsCreaturesSpawnLimitDescription = 513,
529
+ MenuCustomGameOptionsCreatureNone = 514,
530
+ MenuCustomGameOptionsCreatureConfigure = 515,
531
+ MenuCustomGameOptionsBenignityInitial = 516,
532
+ MenuCustomGameOptionsBenignityMultiplier = 517,
533
+ MenuCustomGameOptionsBenignityMultiplierTooltip = 518,
534
+ MenuCustomGameOptionsMalignityInitial = 519,
535
+ MenuCustomGameOptionsMalignityMultiplier = 520,
536
+ MenuCustomGameOptionsMalignityMultiplierTooltip = 521,
537
+ MenuCustomGameOptionsStatMultiplier = 522,
538
+ MenuCustomGameOptionsStatMultiplierTooltip = 523,
539
+ MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 524,
540
+ MenuCustomGameOptionsHeadingGeneral = 525,
541
+ MenuCustomGameOptionsHeadingTravel = 526,
542
+ MenuCustomGameOptionsHeadingTime = 527,
543
+ MenuCustomGameOptionsHeadingStats = 528,
544
+ MenuCustomGameOptionsHeadingReputation = 529,
545
+ MenuCustomGameOptionsHeadingItems = 530,
546
+ MenuCustomGameOptionsHeadingCreatures = 531,
547
+ MenuCustomGameOptionsHeadingSkills = 532,
548
+ MenuCustomGameOptionsHeadingStatusEffects = 533,
549
+ MenuCustomGameOptionsEternalNight = 534,
550
+ MenuCustomGameOptionsEternalNightDescription = 535,
551
+ MenuCustomGameOptionsEternalDay = 536,
552
+ MenuCustomGameOptionsEternalDayDescription = 537,
553
+ MenuCustomGameOptionsTimeFrozen = 538,
554
+ MenuCustomGameOptionsTimeInitial = 539,
555
+ MenuCustomGameOptionsTimeDayLength = 540,
556
+ MenuCustomGameOptionsTimeDayLengthTooltip = 541,
557
+ MenuCustomGameOptionsTimeDayPercent = 542,
558
+ MenuCustomGameOptionsTimeDayPercentTooltip = 543,
559
+ MenuCustomGameOptionsStatStarting = 544,
560
+ MenuCustomGameOptionsStatMax = 545,
561
+ MenuCustomGameOptionsStatStartingDisplay = 546,
562
+ MenuCustomGameOptionsStatMaxDisplay = 547,
563
+ MenuCustomGameOptionsStatNoChange = 548,
564
+ MenuCustomGameOptionsStatBonus = 549,
565
+ MenuCustomGameOptionsStatBonusDisplay = 550,
566
+ MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 551,
567
+ MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 552,
568
+ MenuCustomGameOptionsStatusEffectStartWith = 553,
569
+ MenuCustomGameOptionsStatusEffectUntreatable = 554,
570
+ MenuCustomGameOptionsStatusEffectUntreatableTooltip = 555,
571
+ MenuCustomGameOptionsSkillInitialRandomCount = 556,
572
+ MenuCustomGameOptionsSkillInitialRandomCountDescription = 557,
573
+ MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 558,
574
+ MenuCustomGameOptionsSkillsGlobal = 559,
575
+ MenuCustomGameOptionsSkillNone = 560,
576
+ MenuCustomGameOptionsSkillConfigure = 561,
577
+ MenuCustomGameOptionsSkillInitial = 562,
578
+ MenuCustomGameOptionsSkillMultiplier = 563,
579
+ MenuCustomGameOptionsSkillMultiplierTooltip = 564,
580
+ MenuCustomGameOptionsRandomItems = 565,
581
+ MenuCustomGameOptionsRandomItemsDescription = 566,
582
+ MenuCustomGameOptionsItemDurability = 567,
583
+ MenuCustomGameOptionsItemDurabilityTooltip = 568,
584
+ MenuCustomGameOptionsItemDecay = 569,
585
+ MenuCustomGameOptionsItemDecayTooltip = 570,
586
+ MenuCustomGameOptionsExport = 571,
587
+ MenuCustomGameOptionsImport = 572,
588
+ MenuNewsDescription = 573,
589
+ MenuNewsHeadingSocial = 574,
590
+ MenuNewsTitle = 575,
591
+ MenuNewsHeadingUnableToLoad = 576,
592
+ MenuNewsButtonAllNews = 577,
593
+ MenuNewsButtonViewChangelog = 578,
594
+ MenuOptionsButtonDitherFogOfWar = 579,
595
+ MenuOptionsButtonHealthVignette = 580,
596
+ MenuOptionsButtonHealthVignetteTooltip = 581,
597
+ MenuOptionsButtonDisableCustomCursor = 582,
598
+ MenuOptionsButtonEnableSmoothZooming = 583,
599
+ MenuOptionsButtonDisplayArticleInObjectNames = 584,
600
+ MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 585,
601
+ MenuOptionsButtonFullscreen = 586,
602
+ MenuOptionsButtonCustomTitleBar = 587,
603
+ MenuOptionsButtonDeveloperMode = 588,
604
+ MenuOptionsButtonDeveloperModeContextMenu = 589,
605
+ MenuOptionsButtonReloadGame = 590,
606
+ MenuOptionsButtonReloadStylesheets = 591,
607
+ MenuOptionsButtonReloadVariableUIImages = 592,
608
+ MenuOptionsButtonExportGlobalSaveData = 593,
609
+ MenuOptionsButtonImportGlobalSaveData = 594,
610
+ MenuOptionsButtonSaveDataBackups = 595,
611
+ MenuOptionsButtonSaveDataBackupsTooltip = 596,
612
+ MenuOptionsButtonSaveDataClearAll = 597,
613
+ MenuOptionsButtonSaveDataClearCharacters = 598,
614
+ MenuOptionsButtonSaveDataClearHighscores = 599,
615
+ MenuOptionsButtonSaveDataClearMilestones = 600,
616
+ MenuOptionsButtonSaveDataClearOptions = 601,
617
+ MenuOptionsButtonSaveDataClearCraftingRecipes = 602,
618
+ MenuOptionsButtonSaveDataClearSaves = 603,
619
+ MenuOptionsButtonSkipSplash = 604,
620
+ MenuOptionsButtonToggleDevTools = 605,
621
+ MenuOptionsButtonOpenBackupsFolder = 606,
622
+ MenuOptionsButtonOpenLogsFolder = 607,
623
+ MenuOptionsButtonDropLocationFacing = 608,
624
+ MenuOptionsButtonDropLocationFeet = 609,
625
+ MenuOptionsButtonStartTraceRecording = 610,
626
+ MenuOptionsButtonStopTraceRecording = 611,
627
+ MenuOptionsButtonTracingRecordingtTooltip = 612,
628
+ MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 613,
629
+ MenuOptionsDescription = 614,
630
+ MenuOptionsHeadingAudio = 615,
631
+ MenuOptionsHeadingDeveloper = 616,
632
+ MenuOptionsHeadingGameplayOptions = 617,
633
+ MenuOptionsHeadingGameplayOptionsDescription = 618,
634
+ MenuOptionsHeadingGameplayOptionsButtonOpenDialog = 619,
635
+ MenuOptionsHeadingOtherOptions = 620,
636
+ MenuOptionsHeadingControls = 621,
637
+ MenuOptionsHeadingModOptions = 622,
638
+ MenuOptionsHeadingOther = 623,
639
+ MenuOptionsHeadingSaveData = 624,
640
+ MenuOptionsHeadingTooltipsTile = 625,
641
+ MenuOptionsHeadingVideo = 626,
642
+ MenuOptionsLabelInterfaceScale = 627,
643
+ MenuOptionsLabelHudWidth = 628,
644
+ MenuOptionsLabelTooltipDelay = 629,
645
+ MenuOptionsLabelDirectionTurnDelay = 630,
646
+ MenuOptionsLabelMouseTurnDelay = 631,
647
+ MenuOptionsLabelFontStyle = 632,
648
+ MenuOptionsTooltipTurnDelay = 633,
649
+ MenuOptionsTooltipMouseTurnDelay = 634,
650
+ MenuOptionsTooltipControlsFilter = 635,
651
+ MenuOptionsLabelVolumeEffects = 636,
652
+ MenuOptionsLabelVolumeMusic = 637,
653
+ MenuOptionsTabAudio = 638,
654
+ MenuOptionsTabDeveloper = 639,
655
+ MenuOptionsTabGameplay = 640,
656
+ MenuOptionsTabTooltips = 641,
657
+ MenuOptionsTabOther = 642,
658
+ MenuOptionsTabLanguage = 643,
659
+ MenuOptionsTabControls = 644,
660
+ MenuOptionsTabMods = 645,
661
+ MenuOptionsTabSaveData = 646,
662
+ MenuOptionsTabVideo = 647,
663
+ MenuOptionsTabPerformance = 648,
664
+ MenuOptionsHeadingPerformance = 649,
665
+ MenuOptionsTitle = 650,
666
+ MenuOptionsTooltipMusicNextTrack = 651,
667
+ MenuOptionsBindChoose = 652,
668
+ MenuOptionsBindChooseAdd = 653,
669
+ MenuOptionsBindButtonResetTooltip = 654,
670
+ MenuOptionsBindButtonDeleteTooltip = 655,
671
+ MenuOptionsBindButtonAddTooltip = 656,
672
+ MenuOptionsBindButtonAddMacroTooltip = 657,
673
+ MenuOptionsButtonUnlockAllMilestones = 658,
674
+ MenuOptionsButtonDiscoverAllActions = 659,
675
+ MenuOptionsButtonUnlockAllCraftingRecipes = 660,
676
+ MenuOptionsButtonAlternatingDirectionMovement = 661,
677
+ MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 662,
678
+ MenuOptionsButtonAlwaysShowMoreInformationTooltip = 663,
679
+ MenuOptionsButtonEnableLowPowerMode = 664,
680
+ MenuOptionsButtonEnableLowPowerModeTooltip = 665,
681
+ MenuOptionsButtonDisableAcrylicTransparency = 666,
682
+ MenuOptionsButtonDisableAcrylicTransparencyTooltip = 667,
683
+ MenuOptionsButtonDisableOverlaySupport = 668,
684
+ MenuOptionsButtonDisableOverlaySupportTooltip = 669,
685
+ MenuOptionsButtonDisableUIEffects = 670,
686
+ MenuOptionsButtonDisableUIEffectsTooltip = 671,
687
+ MenuOptionsButtonDisableUIOpacity = 672,
688
+ MenuOptionsButtonDisableUIOpacityTooltip = 673,
689
+ MenuOptionsButtonDisableMovementAnimations = 674,
690
+ MenuOptionsButtonDisableMovementAnimationsTooltip = 675,
691
+ MenuOptionsButtonAutoAttack = 676,
692
+ MenuOptionsButtonAutoAttackTooltip = 677,
693
+ MenuOptionsButtonAutoPickUp = 678,
694
+ MenuOptionsButtonAutoPickUpTooltip = 679,
695
+ MenuOptionsButtonAutoPickUpOnIdle = 680,
696
+ MenuOptionsButtonAutoPickUpOnIdleTooltip = 681,
697
+ MenuOptionsButtonDropOnDismantle = 682,
698
+ MenuOptionsButtonDropOnDismantleTooltip = 683,
699
+ MenuOptionsButtonDropOnDisassemble = 684,
700
+ MenuOptionsButtonDropOnDisassembleTooltip = 685,
701
+ MenuOptionsButtonDisableCraftingProtectedItems = 686,
702
+ MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 687,
703
+ MenuOptionsButtonDropOnGatherHarvest = 688,
704
+ MenuOptionsButtonDropOnGatherHarvestTooltip = 689,
705
+ MenuOptionsButtonKeepSortActive = 690,
706
+ MenuOptionsButtonKeepSortActiveTooltip = 691,
707
+ MenuOptionsButtonUseAdjacentContainers = 692,
708
+ MenuOptionsButtonUseAdjacentContainersTooltip = 693,
709
+ MenuOptionsButtonHideEquippedHeadgear = 694,
710
+ MenuOptionsButtonHideEquippedHeadgearTooltip = 695,
711
+ MenuOptionsButtonLeftHanded = 696,
712
+ MenuOptionsButtonLeftHandedTooltip = 697,
713
+ MenuOptionsButtonAutoSave = 698,
714
+ MenuOptionsRangeAutoSaveTimerLabel = 699,
715
+ MenuOptionsRangeAutoSaveTimerTurnsDisplay = 700,
716
+ MenuOptionsRangeAutoSaveTimerTimeDisplay = 701,
717
+ MenuOptionsButtonDropIntoContainers = 702,
718
+ MenuOptionsButtonDropIntoContainersTooltip = 703,
719
+ MenuOptionsButtonWarnOnDangerousActions = 704,
720
+ MenuOptionsButtonWarnOnDangerousActionsTooltip = 705,
721
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 706,
722
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 707,
723
+ MenuOptionsButtonWarnWhenBreakingItemsOnUse = 708,
724
+ MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 709,
725
+ MenuOptionsHeadingWarnWhenBreakingItems = 710,
726
+ MenuOptionsButtonSaveDataClearBindings = 711,
727
+ MenuOptionsTooltipDialogOpacity = 712,
728
+ MenuOptionsLabelDialogOpacity = 713,
729
+ MenuOptionsDeveloperLogSourceFilterHeading = 714,
730
+ MenuOptionsDeveloperUIExperiments = 715,
731
+ MenuOptionsDeveloperUIExperimentsDescription = 716,
732
+ MenuOptionsAudioVolumeDisplay = 717,
733
+ MenuOptionsAudioInputSoundOnTyping = 718,
734
+ MenuOptionsMusicPlaylist = 719,
735
+ MenuOptionsButtonConfigureBindings = 720,
736
+ MenuOptionsButtonSaveCompression = 721,
737
+ MenuOptionsButtonSaveCompressionTooltip = 722,
738
+ MenuOptionsButtonSaveUIDataGlobally = 723,
739
+ MenuOptionsButtonSaveUIDataGloballyTooltip = 724,
740
+ MenuPauseButtonContinueGame = 725,
741
+ MenuPauseButtonReturnToGame = 726,
742
+ MenuPauseButtonOptions = 727,
743
+ MenuPauseButtonGameSettings = 728,
744
+ MenuPauseButtonPaused = 729,
745
+ MenuPauseButtonMultiplayer = 730,
746
+ MenuPauseButtonHelp = 731,
747
+ MenuPauseButtonTitleScreen = 732,
748
+ MenuPauseButtonStopServer = 733,
749
+ MenuPauseTooltipNotPaused = 734,
750
+ MenuPauseLabelPaused = 735,
751
+ MenuPauseLabelNotPaused = 736,
752
+ MenuModesTitle = 737,
753
+ MenuModesDescription = 738,
754
+ MenuMultiplayerOptionsTitle = 739,
755
+ MenuMultiplayerOptionsDescription = 740,
756
+ MenuMultiplayerOptionsOpenServer = 741,
757
+ MenuMultiplayerOptionsOpenServerDescription = 742,
758
+ MenuMultiplayerOptionsCopyGameCode = 743,
759
+ MenuMultiplayerOptionsCopyGameCodeTooltip = 744,
760
+ MenuMultiplayerOptionsInviteSteamFriends = 745,
761
+ MenuMultiplayerOptionsCheckConnectionHeading = 746,
762
+ MenuMultiplayerOptionsCheckConnectionParagraph = 747,
763
+ MenuMultiplayerOptionsCheckConnectionButton = 748,
764
+ MenuMultiplayerOptionsCheckConnectionResultUnknown = 749,
765
+ MenuMultiplayerOptionsCheckConnectionResultChecking = 750,
766
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 751,
767
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 752,
768
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 753,
769
+ MenuMultiplayerOptionsCheckConnectionResultWebSocket = 754,
770
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 755,
771
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 756,
772
+ MenuMultiplayerOptionsCheckConnectionResultSuccess = 757,
773
+ MenuJoinServerTitle = 758,
774
+ MenuJoinServerDescription = 759,
775
+ MenuJoinServerInputPlaceholder = 760,
776
+ MenuJoinServerChooseModifiersTitle = 761,
777
+ MenuJoinServerChooseModifiersDescription = 762,
778
+ MenuSharedMultiplayerChoiceLobbyTypeFriends = 763,
779
+ MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 764,
780
+ MenuSharedMultiplayerChoiceLobbyTypePublic = 765,
781
+ MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 766,
782
+ MenuSharedMultiplayerChoiceLobbyTypePrivate = 767,
783
+ MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 768,
784
+ MenuSharedMultiplayerChoicePVP = 769,
785
+ MenuSharedMultiplayerChoicePVPDescription = 770,
786
+ MenuSharedMultiplayerChoiceAllowTraveling = 771,
787
+ MenuSharedMultiplayerChoiceAllowTravelingDescription = 772,
788
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 773,
789
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 774,
790
+ MenuSharedMultiplayerDescription = 775,
791
+ MenuSharedMultiplayerMessageOfTheDay = 776,
792
+ MenuSharedMultiplayerMaxPlayers = 777,
793
+ MenuSharedRealTimeTickSpeedTooltip = 778,
794
+ MenuSharedRealTimeTickSpeedLabel = 779,
795
+ MenuSharedMaxTravelTimeLabel = 780,
796
+ MenuSharedMaxTravelTimeLabelTooltip = 781,
797
+ MenuSharedButtonDefault = 782,
798
+ MenuSharedValueSeconds = 783,
799
+ MenuSharedValueMillseconds = 784,
800
+ MenuSharedValueTurns = 785,
801
+ MenuSharedValuePercentage = 786,
802
+ MenuSharedMilestonesNotUnlockable = 787,
803
+ MenuSharedMilestonesNotUnlockableDescription = 788,
804
+ MenuSharedMilestonesNotUnlockableButtonShowMods = 789,
805
+ MenuSharedButtonDisableAll = 790,
806
+ MenuSharedButtonEnableAll = 791,
807
+ MenuSharedMilestoneModifiersSelected = 792,
808
+ MiscSortBy = 793,
809
+ MiscSortDirection = 794,
810
+ MiscFilter = 795,
811
+ MiscPlayerNameDefault = 796,
812
+ MiscPlayerNameServer = 797,
813
+ MiscSaveNameDefault = 798,
814
+ MiscSaveNameDailyChallenge = 799,
815
+ MiscSaveNameChallenge = 800,
816
+ MiscSaveVersionUnknown = 801,
817
+ MiscVersion = 802,
818
+ MiscVersionBuildInfoTooltip = 803,
819
+ MiscVersionUpdate = 804,
820
+ MiscTime = 805,
821
+ MiscTimeMeridiem = 806,
822
+ MiscError = 807,
823
+ MiscContextMenuCopyTooltip = 808,
824
+ MiscBindableNoBindings = 809,
825
+ DifficultyOptionsPeaceful = 810,
826
+ DifficultyOptionsAberrantSpawnsDisabled = 811,
827
+ DifficultyOptionsAberrantSpawnsOnly = 812,
828
+ DifficultyOptionsCreatureSpawningDisabled = 813,
829
+ DifficultyOptionsCreatureAlwaysSpawns = 814,
830
+ DifficultyOptionsCreatureSpawnsDefault = 815,
831
+ DifficultyOptionsCreatureSpawnsAberrantOnly = 816,
832
+ DifficultyOptionsCreatureSpawnsNoAberrants = 817,
833
+ DifficultyOptionsSpawnLimit = 818,
834
+ DifficultyOptionsRespawn = 819,
835
+ DifficultyOptionsEternalNight = 820,
836
+ DifficultyOptionsEternalDay = 821,
837
+ DifficultyOptionsTimeInitial = 822,
838
+ DifficultyOptionsTimeFrozen = 823,
839
+ DifficultyOptionsTimeDayLength = 824,
840
+ DifficultyOptionsTimeDayPercent = 825,
841
+ DifficultyOptionsNoItems = 826,
842
+ DifficultyOptionsRecipes = 827,
843
+ DifficultyOptionsStartingIsland = 828,
844
+ DifficultyOptionsTravelingEffectsDisabled = 829,
845
+ DifficultyOptionsBenignityInitial = 830,
846
+ DifficultyOptionsBenignityMultiplier = 831,
847
+ DifficultyOptionsMalignityInitial = 832,
848
+ DifficultyOptionsMalignityMultiplier = 833,
849
+ DifficultyOptionsWeightBonus = 834,
850
+ DifficultyOptionsStatInitial = 835,
851
+ DifficultyOptionsStatMax = 836,
852
+ DifficultyOptionsStatMultiplier = 837,
853
+ DifficultyOptionsStatusEffectStartWith = 838,
854
+ DifficultyOptionsStatusEffectUntreatable = 839,
855
+ DifficultyOptionsStatusEffectPassChanceMultiplier = 840,
856
+ DifficultyOptionsNoRandomSkills = 841,
857
+ DifficultyOptionsSkillStartingCount = 842,
858
+ DifficultyOptionsSkillGainMultiplier = 843,
859
+ DifficultyOptionsSkillInitial = 844,
860
+ DifficultyOptionsStatusEffectPermanent = 845,
861
+ DifficultyOptionsStatusEffectRateMultiplier = 846,
862
+ DifficultyOptionsStatusEffectMultiplier = 847,
863
+ DifficultyOptionsItemDurabilityMultiplier = 848,
864
+ DifficultyOptionsItemDecayMultiplier = 849,
865
+ TabCrafting = 850,
866
+ TabDismantle = 851,
867
+ WindowTitleContainer = 852,
868
+ WindowTitleInventory = 853
873
869
  }
874
870
  export default UiTranslation;