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