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