@wayward/types 2.15.0-beta.dev.20251012.1 → 2.15.0-beta.dev.20251018.2

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