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