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