@wayward/types 2.15.0-beta.dev.20251019.1 → 2.15.0-beta.dev.20251020.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 (59) hide show
  1. package/definitions/game/game/IObject.d.ts +2 -1
  2. package/definitions/game/game/curse/Curse.d.ts +2 -1
  3. package/definitions/game/game/doodad/Doodad.d.ts +4 -4
  4. package/definitions/game/game/doodad/IDoodad.d.ts +1 -1
  5. package/definitions/game/game/entity/Human.d.ts +4 -3
  6. package/definitions/game/game/entity/IEntity.d.ts +2 -1
  7. package/definitions/game/game/entity/IHuman.d.ts +1 -52
  8. package/definitions/game/game/entity/StatDescriptions.d.ts +1 -1
  9. package/definitions/game/game/entity/action/ActionExecutor.d.ts +1 -1
  10. package/definitions/game/game/entity/action/IAction.d.ts +1 -1
  11. package/definitions/game/game/entity/action/actions/Attack.d.ts +1 -1
  12. package/definitions/game/game/entity/action/actions/Gather.d.ts +1 -1
  13. package/definitions/game/game/entity/action/actions/SetCreatureAi.d.ts +1 -1
  14. package/definitions/game/game/entity/action/actions/SetCreatureAiAll.d.ts +1 -1
  15. package/definitions/game/game/entity/action/actions/SetTitle.d.ts +2 -2
  16. package/definitions/game/game/entity/creature/corpse/ICorpse.d.ts +1 -1
  17. package/definitions/game/game/entity/player/IPlayer.d.ts +2 -1
  18. package/definitions/game/game/entity/player/Player.d.ts +1 -1
  19. package/definitions/game/game/entity/player/quest/Requirements.d.ts +1 -1
  20. package/definitions/game/game/entity/player/quest/requirement/LearnSkillRequirement.d.ts +1 -1
  21. package/definitions/game/game/entity/skill/ISkills.d.ts +36 -1
  22. package/definitions/game/game/entity/skill/SkillManager.d.ts +1 -1
  23. package/definitions/game/game/entity/status/StatusEffectList.d.ts +1 -1
  24. package/definitions/game/game/inspection/infoProviders/MagicalPropertyValue.d.ts +1 -1
  25. package/definitions/game/game/inspection/infoProviders/ObscuredValue.d.ts +1 -1
  26. package/definitions/game/game/inspection/infoProviders/item/SkillSourceTooltip.d.ts +1 -1
  27. package/definitions/game/game/inspection/infoProviders/item/use/ItemBuildInfo.d.ts +2 -1
  28. package/definitions/game/game/inspection/infoProviders/item/use/ItemConsumeInfo.d.ts +1 -1
  29. package/definitions/game/game/inspection/infoProviders/item/use/ItemEquipInfo.d.ts +3 -2
  30. package/definitions/game/game/inspection/infoProviders/skill/MagicalItemBonuses.d.ts +1 -1
  31. package/definitions/game/game/inspection/inspections/SkillInspection.d.ts +1 -1
  32. package/definitions/game/game/island/Island.d.ts +1 -1
  33. package/definitions/game/game/item/IItem.d.ts +1 -1
  34. package/definitions/game/game/item/Item.d.ts +4 -4
  35. package/definitions/game/game/item/recipe/Recipe.d.ts +1 -1
  36. package/definitions/game/game/magic/MagicalPropertyDescriptions.d.ts +63 -0
  37. package/definitions/game/game/magic/MagicalPropertyType.d.ts +4 -55
  38. package/definitions/game/game/milestones/milestone/Runekeeper.d.ts +1 -1
  39. package/definitions/game/game/options/GameOptions.d.ts +1 -1
  40. package/definitions/game/game/options/IGameOptions.d.ts +1 -1
  41. package/definitions/game/game/reference/IReferenceManager.d.ts +2 -1
  42. package/definitions/game/game/temperature/ITemperature.d.ts +17 -3
  43. package/definitions/game/game/tile/ITerrain.d.ts +1 -1
  44. package/definitions/game/game/tile/TileEvent.d.ts +1 -1
  45. package/definitions/game/language/DictionaryMap.d.ts +2 -1
  46. package/definitions/game/language/Translation.d.ts +2 -1
  47. package/definitions/game/language/dictionary/Message.d.ts +6 -6
  48. package/definitions/game/language/dictionary/UiTranslation.d.ts +859 -864
  49. package/definitions/game/language/english/player/Skills.d.ts +1 -1
  50. package/definitions/game/mod/ModRegistry.d.ts +3 -14
  51. package/definitions/game/ui/component/dropdown/SkillDropdown.d.ts +1 -1
  52. package/definitions/game/ui/screen/screens/game/dialog/SkillsDialog.d.ts +1 -1
  53. package/definitions/game/ui/screen/screens/game/static/menubar/descriptions/IslandsButtonDescription.d.ts +1 -1
  54. package/definitions/game/ui/screen/screens/game/static/stats/IStatDisplayDescription.d.ts +3 -1
  55. package/definitions/game/ui/screen/screens/game/static/stats/component/StatComponent.d.ts +7 -1
  56. package/definitions/hosts/shared/interfaces.d.ts +1 -1
  57. package/definitions/test/core/applicationDom.d.ts +1 -1
  58. package/definitions/test/core/applicationManager.d.ts +10 -0
  59. package/package.json +1 -1
@@ -97,869 +97,864 @@ declare enum UiTranslation {
97
97
  GameTooltipDefenseLabelBase = 82,
98
98
  GameTooltipDefenseLabelVehicleBonus = 83,
99
99
  GameTooltipDefenseLabelBaseDefenseMultiplier = 84,
100
- GameTooltipDefenseInsulationWeight = 85,
101
- GameTooltipDefenseInsulationWeightLabel = 86,
102
- GameTooltipDefenseInsulationWeightTooltip = 87,
103
- GameTooltipDefenseInsulationNotRequired = 88,
104
- GameTooltipDefenseInsulationNotRequiredTooltip = 89,
105
- GameTooltipItemUseLabelMaxWeight = 90,
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
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
+ GameTooltipMagicCurseDescription = 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
+ MenuErrorReportingButtonNo = 405,
421
+ MenuErrorReportingButtonYes = 406,
422
+ MenuMultiplayerDescription = 407,
423
+ MenuMultiplayerTitle = 408,
424
+ MenuMultiplayerButtonJoinById = 409,
425
+ MenuMultiplayerServerLabelDays = 410,
426
+ MenuMultiplayerServerLabelIsland = 411,
427
+ MenuMultiplayerButtonNewGame = 412,
428
+ MenuMultiplayerButtonLoadGame = 413,
429
+ MenuMultiplayerServerTooltipPVP = 414,
430
+ MenuMultiplayerServerTooltipModsLabel = 415,
431
+ MenuMultiplayerServerTooltipFriendsLabel = 416,
432
+ MenuMultiplayerServerPlayers = 417,
433
+ MenuMultiplayerServerLobbyType = 418,
434
+ MenuMultiplayerServerRegion = 419,
435
+ MenuMultiplayerServerHost = 420,
436
+ MenuMultiplayerServerVersion = 421,
437
+ MenuMultiplayerServerVersionUnknown = 422,
438
+ MenuMultiplayerServerDedicated = 423,
439
+ MenuMultiplayerHeadingPlayersOnline = 424,
440
+ MenuMultiplayerServerModInfo = 425,
441
+ MenuMultiplayerServerModUnableToLoad = 426,
442
+ MenuMultiplayerServerLabelTerritoryTier = 427,
443
+ MenuGameEndTitleDead = 428,
444
+ MenuGameEndTitleWon = 429,
445
+ MenuGameEndShareFacebook = 430,
446
+ MenuGameEndShareTwitter = 431,
447
+ MenuGameEndContinueAsGhost = 432,
448
+ MenuGameEndRespawnInCasualMode = 433,
449
+ MenuGameEndRespawnAsNewCharacter = 434,
450
+ MenuGameEndReturnToIsland = 435,
451
+ MenuGameEndExitToMenu = 436,
452
+ MenuHelpTitle = 437,
453
+ MenuHelpDescription = 438,
454
+ MenuHelpLabelSearch = 439,
455
+ MenuHighscoresTitle = 440,
456
+ MenuHighscoresDescription = 441,
457
+ MenuHighscoresDifficultyFilterAll = 442,
458
+ MenuHighscoresHighscoreLabelDifficulty = 443,
459
+ MenuHighscoresHighscoreLabelTurns = 444,
460
+ MenuHighscoresHighscoreLabelScore = 445,
461
+ MenuHighscoresHighscoreLabelPlace = 446,
462
+ MenuHighscoresHighscoreLabelDate = 447,
463
+ MenuHighscoresHighscoreLabelDeathBy = 448,
464
+ MenuHighscoresHighscoreTitle = 449,
465
+ MenuHighscoresCharacterNameUnknown = 450,
466
+ MenuHighscoresHighscoreReplayWithSettings = 451,
467
+ MenuLoadGameButtonSaveSlot = 452,
468
+ MenuLoadGameButtonNewGame = 453,
469
+ MenuLoadGameButtonNewGameButtonImportTooltip = 454,
470
+ MenuLoadGameDescription = 455,
471
+ MenuLoadGameSaveButtonDeleteTooltip = 456,
472
+ MenuLoadGameSaveButtonEditNameTooltip = 457,
473
+ MenuLoadGameSaveButtonExportTooltip = 458,
474
+ MenuLoadGameSaveTooltipLabelCreatedTime = 459,
475
+ MenuLoadGameSaveTooltipLabelSaveTime = 460,
476
+ MenuLoadGameSaveTooltipLabelGameMode = 461,
477
+ MenuLoadGameSaveTooltipLabelScore = 462,
478
+ MenuLoadGameSaveTooltipLabelSeed = 463,
479
+ MenuLoadGameSaveTooltipLabelTurns = 464,
480
+ MenuLoadGameSaveTooltipLabelMods = 465,
481
+ MenuLoadGameSaveTooltipLabelOriginalVersion = 466,
482
+ MenuLoadGameSaveTooltipMod = 467,
483
+ MenuLoadGameSaveTooltipNew = 468,
484
+ MenuLoadGameSaveTooltipCorrupted = 469,
485
+ MenuLoadGameSaveGame = 470,
486
+ MenuLoadGameSaveGameDescription = 471,
487
+ MenuLoadGameTitle = 472,
488
+ MenuLoadGameLabelSelected = 473,
489
+ MenuLoadGameButtonDeleteSelectedTooltip = 474,
490
+ MenuLoadGameImportSaveFailure = 475,
491
+ MenuLoadGameSectionSavedGames = 476,
492
+ MenuLoadGameSectionImportFolders = 477,
493
+ MenuLoadGameSectionImportFoldersPlaceholderPathToSaves = 478,
494
+ MenuLoadGameSectionImportFoldersButtonAddFolder = 479,
495
+ MenuLoadGameSectionImportFoldersButtonDeleteFolder = 480,
496
+ MenuMainButtonAbout = 481,
497
+ MenuMainButtonChangelog = 482,
498
+ MenuMainButtonMultiplayer = 483,
499
+ MenuMainButtonHighscores = 484,
500
+ MenuMainButtonLoadGame = 485,
501
+ MenuMainButtonMods = 486,
502
+ MenuMainButtonModsTooltipLabelEnabledMods = 487,
503
+ MenuMainButtonModsTooltipAndXOthers = 488,
504
+ MenuMainButtonModsAllDisabled = 489,
505
+ MenuMainButtonNewGame = 490,
506
+ MenuMainButtonNews = 491,
507
+ MenuMainButtonOptions = 492,
508
+ MenuMainButtonQuitGame = 493,
509
+ MenuModsWarningModsDisabledTitle = 494,
510
+ MenuModsWarningModsDisabledDescription = 495,
511
+ MenuModsButtonModdingGuide = 496,
512
+ MenuModsButtonOpenFolder = 497,
513
+ MenuModsButtonOpenWorkshop = 498,
514
+ MenuModsButtonRefreshMods = 499,
515
+ MenuModsDescription = 500,
516
+ MenuModsTitle = 501,
517
+ MenuModsTooltipLabelAuthor = 502,
518
+ MenuModsTooltipLabelTags = 503,
519
+ MenuModsTooltipLabelDependencies = 504,
520
+ MenuModsTooltipLabelProvides = 505,
521
+ MenuModsTooltipLabelVersion = 506,
522
+ MenuModsTooltipLabelDescription = 507,
523
+ MenuModsTooltipLabelInstallDate = 508,
524
+ MenuModsTooltipLabelCreatedDate = 509,
525
+ MenuModsTooltipLabelLastUpdatedDate = 510,
526
+ MenuModsTooltipPreventsMilestoneUnlocks = 511,
527
+ MenuModsTooltipModOptions = 512,
528
+ MenuModsTooltipPublishMod = 513,
529
+ MenuModsTooltipModMoreInformation = 514,
530
+ MenuModsTooltipUninstallMod = 515,
531
+ MenuModsTooltipViewInSteamWorkshop = 516,
532
+ MenuModsTooltipViewGitHub = 517,
533
+ MenuModsTooltipOpenFolder = 518,
534
+ MenuModsButtonEditInternalMods = 519,
535
+ MenuModsSectionHeading = 520,
536
+ MenuModsSubmenuEditInternalModsTitle = 521,
537
+ MenuModsSubmenuEditInternalModsDescription = 522,
538
+ MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 523,
539
+ MenuModsSubmenuEditInternalModsSectionRootsName = 524,
540
+ MenuModsSubmenuEditInternalModsSectionModsName = 525,
541
+ MenuModsSubmenuEditInternalModsPlaceholderModRootName = 526,
542
+ MenuModsSubmenuEditInternalModsPlaceholderModRootPath = 527,
543
+ MenuNewGameButtonNext = 528,
544
+ MenuNewGameButtonStartServer = 529,
545
+ MenuNewGameDescription = 530,
546
+ MenuNewGameLabelEditName = 531,
547
+ MenuNewGameLabelEditSeed = 532,
548
+ MenuNewGamePlaceholderEditSeed = 533,
549
+ MenuNewGameTitle = 534,
550
+ MenuNewGameChoiceDifficulty = 535,
551
+ MenuNewGameChoiceSingleplayer = 536,
552
+ MenuNewGameChoiceSingleplayerDescription = 537,
553
+ MenuNewGameChoiceMultiplayer = 538,
554
+ MenuNewGameChoiceMultiplayerDescription = 539,
555
+ MenuNewGameChoiceTurnModeManual = 540,
556
+ MenuNewGameChoiceTurnModeManualDescription = 541,
557
+ MenuNewGameChoiceTurnModeRealTime = 542,
558
+ MenuNewGameChoiceTurnModeRealTimeDescription = 543,
559
+ MenuNewGameChoiceTurnModeSimulated = 544,
560
+ MenuNewGameChoiceTurnModeSimulatedDescription = 545,
561
+ MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 546,
562
+ MenuNewGameChoiceDifficultyChallengeDaily = 547,
563
+ MenuNewGameChoiceDifficultyChallengeDailyTooltip = 548,
564
+ MenuNewGameButtonMilestones = 549,
565
+ MenuNewGameButtonMilestonesDescription = 550,
566
+ MenuNewGameTabGameMode = 551,
567
+ MenuNewGameTabMultiplayer = 552,
568
+ MenuNewGameTabGameplayModifiers = 553,
569
+ MenuNewGameHeadingGameMode = 554,
570
+ MenuNewGameHeadingMultiplayer = 555,
571
+ MenuNewGameHeadingGameplayModifiers = 556,
572
+ MenuNewGameMilestoneModifiersUnlockableInMode = 557,
573
+ MenuNewGameChoiceClientsInheritHostModifiers = 558,
574
+ MenuNewGameChoiceClientsInheritHostModifiersDescription = 559,
575
+ MenuNewGameChoiceCustomModifiers = 560,
576
+ MenuNewGameChoiceCustomModifiersDescription = 561,
577
+ MenuMilestoneModifiersTitle = 562,
578
+ MenuMilestoneModifiersDescription = 563,
579
+ MenuCustomGameOptionsTitle = 564,
580
+ MenuCustomGameOptionsDescription = 565,
581
+ MenuCustomGameOptionsRespawnOnDeath = 566,
582
+ MenuCustomGameOptionsRespawnOnDeathDescription = 567,
583
+ MenuCustomGameOptionsUseUnlockedRecipes = 568,
584
+ MenuCustomGameOptionsStartingIslandBiome = 569,
585
+ MenuCustomGameOptionsApplyTravelingEffects = 570,
586
+ MenuCustomGameOptionsApplyTravelingEffectsDescription = 571,
587
+ MenuCustomGameOptionsCreaturesPeaceful = 572,
588
+ MenuCustomGameOptionsCreaturesDisableScared = 573,
589
+ MenuCustomGameOptionsCreaturesDisableScaredDescription = 574,
590
+ MenuCustomGameOptionsCreaturesAberrantSpawns = 575,
591
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 576,
592
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 577,
593
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 578,
594
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 579,
595
+ MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 580,
596
+ MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 581,
597
+ MenuCustomGameOptionsCreaturesAlwaysSpawn = 582,
598
+ MenuCustomGameOptionsCreaturesAllowSpawning = 583,
599
+ MenuCustomGameOptionsCreaturesSpawnLimit = 584,
600
+ MenuCustomGameOptionsCreaturesSpawnLimitDescription = 585,
601
+ MenuCustomGameOptionsCreaturesSpawnRateMultiplier = 586,
602
+ MenuCustomGameOptionsCreaturesSpawnRateMultiplierDescription = 587,
603
+ MenuCustomGameOptionsCreatureNone = 588,
604
+ MenuCustomGameOptionsCreatureConfigure = 589,
605
+ MenuCustomGameOptionsStatMultiplier = 590,
606
+ MenuCustomGameOptionsStatMultiplierTooltip = 591,
607
+ MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 592,
608
+ MenuCustomGameOptionsHeadingGeneral = 593,
609
+ MenuCustomGameOptionsHeadingTravel = 594,
610
+ MenuCustomGameOptionsHeadingTime = 595,
611
+ MenuCustomGameOptionsHeadingStats = 596,
612
+ MenuCustomGameOptionsHeadingItems = 597,
613
+ MenuCustomGameOptionsHeadingCreatures = 598,
614
+ MenuCustomGameOptionsHeadingSkills = 599,
615
+ MenuCustomGameOptionsHeadingStatuses = 600,
616
+ MenuCustomGameOptionsEternalNight = 601,
617
+ MenuCustomGameOptionsEternalNightDescription = 602,
618
+ MenuCustomGameOptionsEternalDay = 603,
619
+ MenuCustomGameOptionsEternalDayDescription = 604,
620
+ MenuCustomGameOptionsTimeFrozen = 605,
621
+ MenuCustomGameOptionsTimeInitial = 606,
622
+ MenuCustomGameOptionsTimeDayLength = 607,
623
+ MenuCustomGameOptionsTimeDayLengthTooltip = 608,
624
+ MenuCustomGameOptionsTimeDayPercent = 609,
625
+ MenuCustomGameOptionsTimeDayPercentTooltip = 610,
626
+ MenuCustomGameOptionsStatStarting = 611,
627
+ MenuCustomGameOptionsStatMax = 612,
628
+ MenuCustomGameOptionsStatStartingDisplay = 613,
629
+ MenuCustomGameOptionsStatMaxDisplay = 614,
630
+ MenuCustomGameOptionsStatNoChange = 615,
631
+ MenuCustomGameOptionsStatBonus = 616,
632
+ MenuCustomGameOptionsStatBonusDisplay = 617,
633
+ MenuCustomGameOptionsStatusPassChanceMultiplier = 618,
634
+ MenuCustomGameOptionsStatusPassChanceMultiplierTooltip = 619,
635
+ MenuCustomGameOptionsStatusStartWith = 620,
636
+ MenuCustomGameOptionsStatusUntreatable = 621,
637
+ MenuCustomGameOptionsStatusUntreatableTooltip = 622,
638
+ MenuCustomGameOptionsSkillInitialRandomCount = 623,
639
+ MenuCustomGameOptionsSkillInitialRandomCountDescription = 624,
640
+ MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 625,
641
+ MenuCustomGameOptionsSkillsGlobal = 626,
642
+ MenuCustomGameOptionsSkillNone = 627,
643
+ MenuCustomGameOptionsSkillConfigure = 628,
644
+ MenuCustomGameOptionsSkillInitial = 629,
645
+ MenuCustomGameOptionsSkillMultiplier = 630,
646
+ MenuCustomGameOptionsSkillMultiplierTooltip = 631,
647
+ MenuCustomGameOptionsRandomItems = 632,
648
+ MenuCustomGameOptionsRandomItemsDescription = 633,
649
+ MenuCustomGameOptionsItemDurability = 634,
650
+ MenuCustomGameOptionsItemDurabilityTooltip = 635,
651
+ MenuCustomGameOptionsItemDecay = 636,
652
+ MenuCustomGameOptionsItemDecayTooltip = 637,
653
+ MenuCustomGameOptionsExport = 638,
654
+ MenuCustomGameOptionsImport = 639,
655
+ MenuCustomGameOptionsViewGroundItemsAsContainer = 640,
656
+ MenuCustomGameOptionsViewGroundItemsAsContainerDescription = 641,
657
+ MenuNewsDescription = 642,
658
+ MenuNewsHeadingSocial = 643,
659
+ MenuNewsTitle = 644,
660
+ MenuNewsHeadingUnableToLoad = 645,
661
+ MenuNewsButtonAllNews = 646,
662
+ MenuNewsButtonViewChangelog = 647,
663
+ MenuOptionsButtonDitherFogOfWar = 648,
664
+ MenuOptionsButtonHealthVignette = 649,
665
+ MenuOptionsButtonHealthVignetteTooltip = 650,
666
+ MenuOptionsButtonDisableCustomCursor = 651,
667
+ MenuOptionsButtonEnableSmoothZooming = 652,
668
+ MenuOptionsButtonDisplayArticleInObjectNames = 653,
669
+ MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 654,
670
+ MenuOptionsButtonFullscreen = 655,
671
+ MenuOptionsButtonCustomTitleBar = 656,
672
+ MenuOptionsButtonDeveloperMode = 657,
673
+ MenuOptionsButtonReloadGame = 658,
674
+ MenuOptionsButtonReloadStylesheets = 659,
675
+ MenuOptionsButtonReloadTextures = 660,
676
+ MenuOptionsButtonPrepackedSprites = 661,
677
+ MenuOptionsButtonDisposeReflection = 662,
678
+ MenuOptionsButtonExportGlobalSaveData = 663,
679
+ MenuOptionsButtonImportGlobalSaveData = 664,
680
+ MenuOptionsButtonSaveDataBackups = 665,
681
+ MenuOptionsButtonSaveDataBackupsTooltip = 666,
682
+ MenuOptionsButtonSaveDataClearAll = 667,
683
+ MenuOptionsButtonSaveDataClearCharacters = 668,
684
+ MenuOptionsButtonSaveDataClearUI = 669,
685
+ MenuOptionsButtonSaveDataClearHighscores = 670,
686
+ MenuOptionsButtonSaveDataClearMilestones = 671,
687
+ MenuOptionsButtonSaveDataClearOptions = 672,
688
+ MenuOptionsButtonSaveDataClearCraftingRecipes = 673,
689
+ MenuOptionsButtonSaveDataClearSaves = 674,
690
+ MenuOptionsButtonSkipSplash = 675,
691
+ MenuOptionsButtonDisableQuitConfirmation = 676,
692
+ MenuOptionsButtonToggleDevTools = 677,
693
+ MenuOptionsButtonOpenBackupsFolder = 678,
694
+ MenuOptionsButtonOpenLogsFolder = 679,
695
+ MenuOptionsButtonDropLocationFacing = 680,
696
+ MenuOptionsButtonDropLocationFeet = 681,
697
+ MenuOptionsButtonStartTraceRecording = 682,
698
+ MenuOptionsButtonStopTraceRecording = 683,
699
+ MenuOptionsButtonTracingRecordingTooltip = 684,
700
+ MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 685,
701
+ MenuOptionsDescription = 686,
702
+ MenuOptionsHeadingAudio = 687,
703
+ MenuOptionsHeadingDeveloper = 688,
704
+ MenuOptionsHeadingGameplayOptions = 689,
705
+ MenuOptionsHeadingGameplayOptionsDescription = 690,
706
+ MenuOptionsHeadingGameplayOptionsButtonOpenDialog = 691,
707
+ MenuOptionsHeadingOtherOptions = 692,
708
+ MenuOptionsHeadingControls = 693,
709
+ MenuOptionsHeadingModOptions = 694,
710
+ MenuOptionsHeadingSaveData = 695,
711
+ MenuOptionsHeadingTooltipsTile = 696,
712
+ MenuOptionsHeadingVideo = 697,
713
+ MenuOptionsLabelInterfaceScale = 698,
714
+ MenuOptionsLabelHudWidth = 699,
715
+ MenuOptionsLabelTooltipDelay = 700,
716
+ MenuOptionsLabelDirectionTurnDelay = 701,
717
+ MenuOptionsLabelMouseTurnDelay = 702,
718
+ MenuOptionsLabelFontStyle = 703,
719
+ MenuOptionsTooltipTurnDelay = 704,
720
+ MenuOptionsTooltipMouseTurnDelay = 705,
721
+ MenuOptionsTooltipControlsFilter = 706,
722
+ MenuOptionsLabelVolumeEffects = 707,
723
+ MenuOptionsLabelVolumeMusic = 708,
724
+ MenuOptionsTabAudio = 709,
725
+ MenuOptionsTabDeveloper = 710,
726
+ MenuOptionsTabGameplay = 711,
727
+ MenuOptionsTabTooltips = 712,
728
+ MenuOptionsTabOther = 713,
729
+ MenuOptionsTabLanguage = 714,
730
+ MenuOptionsTabControls = 715,
731
+ MenuOptionsTabMods = 716,
732
+ MenuOptionsTabSaveData = 717,
733
+ MenuOptionsTabVideo = 718,
734
+ MenuOptionsTabPerformance = 719,
735
+ MenuOptionsHeadingPerformance = 720,
736
+ MenuOptionsTitle = 721,
737
+ MenuOptionsTooltipMusicNextTrack = 722,
738
+ MenuOptionsBindChoose = 723,
739
+ MenuOptionsBindChooseAdd = 724,
740
+ MenuOptionsBindButtonResetTooltip = 725,
741
+ MenuOptionsBindButtonDeleteTooltip = 726,
742
+ MenuOptionsBindButtonAddTooltip = 727,
743
+ MenuOptionsBindButtonAddMacroTooltip = 728,
744
+ MenuOptionsButtonDiscoverEverything = 729,
745
+ MenuOptionsButtonDiscoverEverythingDescription = 730,
746
+ MenuOptionsButtonGrantAllMilestoneModifiers = 731,
747
+ MenuOptionsButtonGrantAllMilestoneModifiersDescription = 732,
748
+ MenuOptionsButtonDisableMilestonesDescription = 733,
749
+ MenuOptionsButtonAlternatingDirectionMovement = 734,
750
+ MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 735,
751
+ MenuOptionsButtonSteamInputKeyboardPosition = 736,
752
+ MenuOptionsButtonAlwaysShowMoreInformationTooltip = 737,
753
+ MenuOptionsButtonEnableLowPowerMode = 738,
754
+ MenuOptionsButtonEnableLowPowerModeTooltip = 739,
755
+ MenuOptionsButtonDisableAcrylicTransparency = 740,
756
+ MenuOptionsButtonDisableAcrylicTransparencyTooltip = 741,
757
+ MenuOptionsButtonDisableOverlaySupport = 742,
758
+ MenuOptionsButtonDisableOverlaySupportTooltip = 743,
759
+ MenuOptionsButtonDisableUIEffects = 744,
760
+ MenuOptionsButtonDisableUIEffectsTooltip = 745,
761
+ MenuOptionsButtonDisableUIAnimation = 746,
762
+ MenuOptionsButtonDisableUIOpacity = 747,
763
+ MenuOptionsButtonDisableUIOpacityTooltip = 748,
764
+ MenuOptionsButtonDisableMovementAnimations = 749,
765
+ MenuOptionsButtonDisableMovementAnimationsTooltip = 750,
766
+ MenuOptionsButtonAutoAttack = 751,
767
+ MenuOptionsButtonAutoAttackTooltip = 752,
768
+ MenuOptionsButtonDropOnDismantle = 753,
769
+ MenuOptionsButtonDropOnDismantleTooltip = 754,
770
+ MenuOptionsButtonDropOnDisassemble = 755,
771
+ MenuOptionsButtonDropOnDisassembleTooltip = 756,
772
+ MenuOptionsButtonDisableCraftingProtectedItems = 757,
773
+ MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 758,
774
+ MenuOptionsButtonDropOnGatherHarvest = 759,
775
+ MenuOptionsButtonDropOnGatherHarvestTooltip = 760,
776
+ MenuOptionsButtonUseAdjacentContainers = 761,
777
+ MenuOptionsButtonUseAdjacentContainersTooltip = 762,
778
+ MenuOptionsButtonHideEquippedHeadgear = 763,
779
+ MenuOptionsButtonHideEquippedHeadgearTooltip = 764,
780
+ MenuOptionsButtonDisableItemNotifiers = 765,
781
+ MenuOptionsButtonDisableItemNotifiersTooltip = 766,
782
+ MenuOptionsButtonLeftHanded = 767,
783
+ MenuOptionsButtonLeftHandedTooltip = 768,
784
+ MenuOptionsButtonAutoSave = 769,
785
+ MenuOptionsRangeAutoSaveTimerLabel = 770,
786
+ MenuOptionsRangeAutoSaveTimerTurnsDisplay = 771,
787
+ MenuOptionsRangeAutoSaveTimerTimeDisplay = 772,
788
+ MenuOptionsButtonDropIntoContainers = 773,
789
+ MenuOptionsButtonDropIntoContainersTooltip = 774,
790
+ MenuOptionsButtonWarnOnDangerousActions = 775,
791
+ MenuOptionsButtonWarnOnDangerousActionsTooltip = 776,
792
+ MenuOptionsButtonWarnOnDroppingActions = 777,
793
+ MenuOptionsButtonWarnOnDroppingActionsTooltip = 778,
794
+ MenuOptionsButtonWarnOnDestructiveActions = 779,
795
+ MenuOptionsButtonWarnOnDestructiveActionsTooltip = 780,
796
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 781,
797
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 782,
798
+ MenuOptionsButtonWarnWhenBreakingItemsOnUse = 783,
799
+ MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 784,
800
+ MenuOptionsHeadingWarnWhenBreakingItems = 785,
801
+ MenuOptionsButtonSaveDataClearBindings = 786,
802
+ MenuOptionsButtonDisableMilestones = 787,
803
+ MenuOptionsLabelSaveDataRemoval = 788,
804
+ MenuOptionsTooltipDialogOpacity = 789,
805
+ MenuOptionsLabelDialogOpacity = 790,
806
+ MenuOptionsDeveloperSteamBetas = 791,
807
+ MenuOptionsDeveloperSteamBetaName = 792,
808
+ MenuOptionsDeveloperLogSourceFilterHeading = 793,
809
+ MenuOptionsDeveloperUIExperiments = 794,
810
+ MenuOptionsDeveloperUIExperimentsDescription = 795,
811
+ MenuOptionsDeveloperDebugging = 796,
812
+ MenuOptionsDeveloperDebuggingDescription = 797,
813
+ MenuOptionsDeveloperToggleContainerDesyncDebugging = 798,
814
+ MenuOptionsDeveloperToggleContainerDesyncDebuggingDescription = 799,
815
+ MenuOptionsDeveloperReportErrors = 800,
816
+ MenuOptionsDeveloperReportErrorsDescription = 801,
817
+ MenuOptionsAudioVolumeDisplay = 802,
818
+ MenuOptionsAudioInputSoundOnTyping = 803,
819
+ MenuOptionsAudioPlayAudioInBackground = 804,
820
+ MenuOptionsMusicPlaylist = 805,
821
+ MenuOptionsButtonConfigureBindings = 806,
822
+ MenuOptionsButtonSaveCompression = 807,
823
+ MenuOptionsButtonSaveCompressionTooltip = 808,
824
+ MenuOptionsButtonSaveUIDataGlobally = 809,
825
+ MenuOptionsButtonSaveUIDataGloballyTooltip = 810,
826
+ MenuPauseButtonContinueGame = 811,
827
+ MenuPauseButtonReturnToGame = 812,
828
+ MenuPauseButtonOptions = 813,
829
+ MenuPauseButtonGameSettings = 814,
830
+ MenuPauseButtonPaused = 815,
831
+ MenuPauseButtonMultiplayer = 816,
832
+ MenuPauseButtonHelp = 817,
833
+ MenuPauseButtonTitleScreen = 818,
834
+ MenuPauseButtonStopServer = 819,
835
+ MenuPauseButtonQuitWithoutSaving = 820,
836
+ MenuPauseTooltipNotPaused = 821,
837
+ MenuPauseLabelPaused = 822,
838
+ MenuPauseLabelNotPaused = 823,
839
+ MenuModesTitle = 824,
840
+ MenuModesDescription = 825,
841
+ MenuMultiplayerOptionsTitle = 826,
842
+ MenuMultiplayerOptionsDescription = 827,
843
+ MenuMultiplayerOptionsOpenServer = 828,
844
+ MenuMultiplayerOptionsOpenServerDescription = 829,
845
+ MenuMultiplayerOptionsCopyGameCode = 830,
846
+ MenuMultiplayerOptionsCopyGameCodeTooltip = 831,
847
+ MenuMultiplayerOptionsInviteSteamFriends = 832,
848
+ MenuMultiplayerOptionsCheckConnectionHeading = 833,
849
+ MenuMultiplayerOptionsCheckConnectionParagraph = 834,
850
+ MenuMultiplayerOptionsCheckConnectionButton = 835,
851
+ MenuMultiplayerOptionsCheckConnectionResultUnknown = 836,
852
+ MenuMultiplayerOptionsCheckConnectionResultChecking = 837,
853
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 838,
854
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 839,
855
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 840,
856
+ MenuMultiplayerOptionsCheckConnectionResultWebSocket = 841,
857
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 842,
858
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 843,
859
+ MenuMultiplayerOptionsCheckConnectionResultSuccess = 844,
860
+ MenuJoinServerTitle = 845,
861
+ MenuJoinServerDescription = 846,
862
+ MenuJoinServerInputPlaceholder = 847,
863
+ MenuJoinServerChooseModifiersTitle = 848,
864
+ MenuJoinServerChooseModifiersDescription = 849,
865
+ MenuSharedMultiplayerChoiceLobbyTypeFriends = 850,
866
+ MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 851,
867
+ MenuSharedMultiplayerChoiceLobbyTypePublic = 852,
868
+ MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 853,
869
+ MenuSharedMultiplayerChoiceLobbyTypePrivate = 854,
870
+ MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 855,
871
+ MenuSharedMultiplayerChoicePVP = 856,
872
+ MenuSharedMultiplayerChoicePVPDescription = 857,
873
+ MenuSharedMultiplayerChoiceAllowTraveling = 858,
874
+ MenuSharedMultiplayerChoiceAllowTravelingDescription = 859,
875
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 860,
876
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 861,
877
+ MenuSharedMultiplayerChoicePauseOnDesync = 862,
878
+ MenuSharedMultiplayerChoicePauseOnDesyncDescription = 863,
879
+ MenuSharedMultiplayerDescription = 864,
880
+ MenuSharedMultiplayerMessageOfTheDay = 865,
881
+ MenuSharedMultiplayerMaxPlayers = 866,
882
+ MenuSharedRealTimeTickSpeedTooltip = 867,
883
+ MenuSharedRealTimeTickSpeedLabel = 868,
884
+ MenuSharedButtonDefault = 869,
885
+ MenuSharedValueSeconds = 870,
886
+ MenuSharedValueMilliseconds = 871,
887
+ MenuSharedValuePercentage = 872,
888
+ MenuSharedMilestonesNotUnlockable = 873,
889
+ MenuSharedMilestonesNotUnlockableDescription = 874,
890
+ MenuSharedMilestonesNotUnlockableButtonShowMods = 875,
891
+ MenuSharedButtonDisableAll = 876,
892
+ MenuSharedButtonEnableAll = 877,
893
+ MenuSharedMilestoneModifiersSelected = 878,
894
+ MiscSortBy = 879,
895
+ MiscSortCustom = 880,
896
+ MiscSortDirection = 881,
897
+ MiscFilter = 882,
898
+ MiscNone = 883,
899
+ MiscPlayerNameDefault = 884,
900
+ MiscPlayerNameServer = 885,
901
+ MiscSaveNameDefault = 886,
902
+ MiscSaveNameDailyChallenge = 887,
903
+ MiscSaveNameChallenge = 888,
904
+ MiscSaveVersionUnknown = 889,
905
+ MiscVersion = 890,
906
+ MiscVersionBuildInfoTooltip = 891,
907
+ MiscVersionUpdate = 892,
908
+ MiscTime = 893,
909
+ MiscTimeMeridiem = 894,
910
+ MiscError = 895,
911
+ MiscContextMenuCopyTooltip = 896,
912
+ MiscBindableNoBindings = 897,
913
+ MiscBindingIcon = 898,
914
+ MiscBindingIconThen = 899,
915
+ DifficultyOptionsPeaceful = 900,
916
+ DifficultyOptionsAberrantSpawnsDisabled = 901,
917
+ DifficultyOptionsAberrantSpawnsOnly = 902,
918
+ DifficultyOptionsCreatureSpawningDisabled = 903,
919
+ DifficultyOptionsCreatureAlwaysSpawns = 904,
920
+ DifficultyOptionsCreatureSpawnsDefault = 905,
921
+ DifficultyOptionsCreatureSpawnsAberrantOnly = 906,
922
+ DifficultyOptionsCreatureSpawnsNoAberrants = 907,
923
+ DifficultyOptionsSpawnLimit = 908,
924
+ DifficultyOptionsSpawnRateMultiplier = 909,
925
+ DifficultyOptionsDisableScared = 910,
926
+ DifficultyOptionsRespawn = 911,
927
+ DifficultyOptionsEternalNight = 912,
928
+ DifficultyOptionsEternalDay = 913,
929
+ DifficultyOptionsTimeInitial = 914,
930
+ DifficultyOptionsTimeFrozen = 915,
931
+ DifficultyOptionsTimeDayLength = 916,
932
+ DifficultyOptionsTimeDayPercent = 917,
933
+ DifficultyOptionsNoItems = 918,
934
+ DifficultyOptionsRecipes = 919,
935
+ DifficultyOptionsStartingIsland = 920,
936
+ DifficultyOptionsTravelingEffectsDisabled = 921,
937
+ DifficultyOptionsLuck = 922,
938
+ DifficultyOptionsWeightBonus = 923,
939
+ DifficultyOptionsStatInitial = 924,
940
+ DifficultyOptionsStatMax = 925,
941
+ DifficultyOptionsStatMultiplier = 926,
942
+ DifficultyOptionsStatusStartWith = 927,
943
+ DifficultyOptionsStatusUntreatable = 928,
944
+ DifficultyOptionsStatusPassChanceMultiplier = 929,
945
+ DifficultyOptionsNoRandomSkills = 930,
946
+ DifficultyOptionsSkillStartingCount = 931,
947
+ DifficultyOptionsSkillGainMultiplier = 932,
948
+ DifficultyOptionsSkillInitial = 933,
949
+ DifficultyOptionsStatusPermanent = 934,
950
+ DifficultyOptionsStatusRateMultiplier = 935,
951
+ DifficultyOptionsStatusMultiplier = 936,
952
+ DifficultyOptionsItemDurabilityMultiplier = 937,
953
+ DifficultyOptionsItemDecayMultiplier = 938,
954
+ DifficultyOptionsTileContainersEnabled = 939,
955
+ TabCrafting = 940,
956
+ TabDismantle = 941,
957
+ WindowTitleContainer = 942,
958
+ WindowTitleInventory = 943
964
959
  }
965
960
  export default UiTranslation;