@wayward/types 2.10.8-beta.dev.20210908.1 → 2.10.8-beta.dev.20210917.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.
@@ -110,6 +110,8 @@ export default abstract class Human extends Entity implements IHasInsulation {
110
110
  */
111
111
  getStaminaDelay(staminaToStartAddingDelayAt?: number): number;
112
112
  getConsumeBonus(item: Item | undefined, skillUse?: SkillType): number;
113
+ getSkillBonus(skillUse?: SkillType): number;
114
+ getQualityBonus(item: Item | undefined): number;
113
115
  checkForGatherFire(): Translation | undefined;
114
116
  calculateEquipmentStats(): void;
115
117
  private recalculateInsulation;
@@ -40,6 +40,8 @@ export default class ItemUses extends Uses<Item> {
40
40
  }, Item> | import("../UseInfo").default<{
41
41
  onConsume: number | import("game/item/IItem").ConsumeItemStatsTuple;
42
42
  skill: import("../../../entity/IHuman").SkillType | undefined;
43
+ itemQuality: import("../../../IObject").Quality | undefined;
44
+ qualityBonus: number;
43
45
  skillBonus: number;
44
46
  magicalBonus: number;
45
47
  stats: import("../../../entity/IStats").Stat[];
@@ -16,6 +16,8 @@ import { ITooltip } from "ui/component/IComponent";
16
16
  declare const _default: UseInfo<{
17
17
  onConsume: number | import("../../../../item/IItem").ConsumeItemStatsTuple;
18
18
  skill: import("../../../../entity/IHuman").SkillType | undefined;
19
+ itemQuality: import("../../../../IObject").Quality | undefined;
20
+ qualityBonus: number;
19
21
  skillBonus: number;
20
22
  magicalBonus: number;
21
23
  stats: Stat[];
@@ -97,669 +97,670 @@ declare enum UiTranslation {
97
97
  GameTooltipItemUse = 82,
98
98
  GameTooltipItemUseActionOnConsumeTooltipBase = 83,
99
99
  GameTooltipItemUseActionOnConsumeTooltipSkill = 84,
100
- GameTooltipItemUseActionOnConsumeTooltipMagical = 85,
101
- GameTooltipSharedUseActionTierLabel = 86,
102
- GameTooltipItemUseActionSharedLabelRequirements = 87,
103
- GameTooltipItemUseActionDismantleProduces = 88,
104
- GameTooltipSharedUseLabelLightSource = 89,
105
- GameTooltipItemUseLabelTelescopy = 90,
106
- GameTooltipItemDecay = 91,
107
- GameTooltipItemDecayExact = 92,
108
- GameTooltipItemDecayRate = 93,
109
- GameTooltipItemDecayRateTooltip = 94,
110
- GameTooltipItemWeight = 95,
111
- GameTooltipItemWeightBase = 96,
112
- GameTooltipItemWeightStored = 97,
113
- GameTooltipItemWeightStoredReduction = 98,
114
- GameTooltipItemLabelRange = 99,
115
- GameTooltipItemMagicalSource = 100,
116
- GameTooltipItemGroupingsLabel = 101,
117
- GameTooltipItemGroup = 102,
118
- GameTooltipItemLabelUsesWhenBuilt = 103,
119
- GameTooltipItemWorth = 104,
120
- GameTooltipItemProtected = 105,
121
- GameTooltipItemProtectedContainer = 106,
122
- GameTooltipItemProtectedTooltip = 107,
123
- GameTooltipItemLabelDismantle = 108,
124
- GameTooltipItemLabelDismantleRequirement = 109,
125
- GameTooltipItemQuantityMultiplier = 110,
126
- GameTooltipItemUseAttack = 111,
127
- GameTooltipItemUseThrowDamage = 112,
128
- GameTooltipItemUseOffering = 113,
129
- GameTooltipItemUseEquipDefense = 114,
130
- GameTooltipItemUseEquipDefenseAttribute = 115,
131
- GameTooltipItemLabelDamage = 116,
132
- GameTooltipItemBarterCreditTrade = 117,
133
- GameTooltipItemBarterCredit = 118,
134
- GameTooltipSharedLabelWeightCapacity = 119,
135
- GameTooltipSharedLabelInsulation = 120,
136
- GameTooltipSharedLabelPreservation = 121,
137
- GameTooltipSharedLabelDurability = 122,
138
- GameTooltipSharedDurabilityMagicalDamageReduction = 123,
139
- GameTooltipSharedLabelContents = 124,
140
- GameTooltipSkillCurrent = 125,
141
- GameTooltipSkillReputationImpact = 126,
142
- GameTooltipSkillCanIncrease = 127,
143
- GameTooltipSkillBonuses = 128,
144
- GameTooltipSkillBonus = 129,
145
- GameTooltipMilestoneProgress = 130,
146
- GameTooltipMilestoneDiscovered = 131,
147
- GameTooltipSharedMagicalProperty = 132,
148
- GameTooltipSharedMagicalPropertyOutOf = 133,
149
- GameTooltipSharedLabel = 134,
150
- GameTooltipSharedLabelHead = 135,
151
- GameTooltipSharedLabelTail = 136,
152
- GameTooltipSharedLabelStart = 137,
153
- GameTooltipSharedLabelEnd = 138,
154
- GameStatsPercentage = 139,
155
- GameStatsStatAttack = 140,
156
- GameStatsStatGeneric = 141,
157
- GameStatsStatGenericWithMax = 142,
158
- GameStatsStatbar = 143,
159
- GameStatsStatHealthTooltip = 144,
160
- GameStatsStatStaminaTooltip = 145,
161
- GameStatsStatHungerTooltip = 146,
162
- GameStatsStatThirstTooltip = 147,
163
- GameStatsStatHealthStatusWarning = 148,
164
- GameStatsStatStaminaStatusWarning = 149,
165
- GameStatsStatHungerStatusWarning = 150,
166
- GameStatsStatThirstStatusWarning = 151,
167
- GameStatsStatWeightStatusWarning = 152,
168
- GameStatsStatStaminaStatusBad = 153,
169
- GameStatsStatHungerStatusBad = 154,
170
- GameStatsStatThirstStatusBad = 155,
171
- GameStatsStatWeightStatusBad = 156,
172
- GameStatsStatReputationTooltipAverageReputation = 157,
173
- GameStatsStatReputationTooltipDifficulty = 158,
174
- GameStatsStatReputationTooltipDifficultyEasy = 159,
175
- GameStatsStatReputationTooltipDifficultyHard = 160,
176
- GameStatsStatReputationTooltipDifficultyInfantile = 161,
177
- GameStatsStatReputationTooltipDifficultyInsane = 162,
178
- GameStatsStatReputationTooltipDifficultyMedium = 163,
179
- GameStatsStatReputationTooltipDifficultyNightmare = 164,
180
- GameStatsStatReputationTooltipDifficultySimple = 165,
181
- GameStatsStatReputationTooltipDifficultyVeryEasy = 166,
182
- GameStatsStatReputationTooltipDifficultyVeryHard = 167,
183
- GameStatsStatReputationTooltipBenignity = 168,
184
- GameStatsStatReputationTooltipMalignity = 169,
185
- GameStatsStatReputationTooltipScore = 170,
186
- GameStatsStatReputationTooltipTurn = 171,
187
- GameStatsStatReputationTooltipTicks = 172,
188
- GameStatsStatWeightTooltip = 173,
189
- GameStatsStatAttackTooltipTactics = 174,
190
- GameStatsStatAttackTooltipLeftHand = 175,
191
- GameStatsStatAttackTooltipRightHand = 176,
192
- GameStatsStatDefenseTooltipBase = 177,
193
- GameStatsStatDefenseTooltipBlunt = 178,
194
- GameStatsStatDefenseTooltipParrying = 179,
195
- GameStatsStatDefenseTooltipFire = 180,
196
- GameStatsStatDefenseTooltipCold = 181,
197
- GameStatsStatDefenseTooltipPiercing = 182,
198
- GameStatsStatDefenseTooltipSlashing = 183,
199
- GameItemBarterCredit = 184,
200
- GameMenuBarButtonTooltipBindable = 185,
201
- GameMenuBarButtonTooltipMenu = 186,
202
- GameMenuBarButtonTooltipSave = 187,
203
- GameMenuBarButtonTooltipSaveSize = 188,
204
- GameMenuBarButtonTooltipSaveTurnsAgo = 189,
205
- GameMenuBarButtonTooltipSaveLastTime = 190,
206
- GameMenuBarButtonTooltipNotes = 191,
207
- GameMenuBarButtonTooltipNotesUnread = 192,
208
- GameMenuBarButtonTooltipMilestones = 193,
209
- GameMenuBarButtonTooltipMilestonesDisabled = 194,
210
- GameMenuBarButtonTooltipMessages = 195,
211
- GameMenuBarButtonTooltipHelp = 196,
212
- GameMenuBarButtonTooltipQuickSettings = 197,
213
- GameMenuBarButtonTooltipActions = 198,
214
- GameMenuBarButtonTooltipInventory = 199,
215
- GameMenuBarButtonTooltipCrafting = 200,
216
- GameMenuBarButtonTooltipEquipment = 201,
217
- GameMenuBarButtonTooltipSkills = 202,
218
- GameMenuBarButtonTooltipQuests = 203,
219
- GameMenuBarButtonTooltipQuestsDisabled = 204,
220
- GameMessagesButtonSend = 205,
221
- GameMessagesContextMenuShowAsDialog = 206,
222
- GameMessagesContextMenuClear = 207,
223
- GameMessagesContextMenuCopy = 208,
224
- GameMessagesContextMenuExport = 209,
225
- GameMessagesFilter = 210,
226
- GameMessagesFiltersEdit = 211,
227
- GameMessagesNewNote = 212,
228
- GameMessagesTurn = 213,
229
- GameMessagesDedicatedServerBackup = 214,
230
- GameMessagesDedicatedServerBackupLimitReached = 215,
231
- GameTileInspectionCannotSeeTile = 216,
232
- MenuAboutTitle = 217,
233
- MenuAboutDescription = 218,
234
- MenuAboutGameDescription = 219,
235
- MenuAboutSectionTeam = 220,
236
- MenuAboutTeamMemberResponsibilities = 221,
237
- MenuAboutTeamMemberName = 222,
238
- MenuAboutTeamMemberNickname = 223,
239
- MenuAboutSectionContributors = 224,
240
- MenuAboutSectionSpecialThanks = 225,
241
- MenuAboutTextSpecialThanksTestorsAndDonators = 226,
242
- MenuAboutSectionLibraries = 227,
243
- MenuAboutSectionLibrariesDescription = 228,
244
- MenuBindings = 229,
245
- MenuBindingsDescription = 230,
246
- MenuBindingsTooltipBindConflicts = 231,
247
- MenuChangelogTitle = 232,
248
- MenuChangelogDescription = 233,
249
- MenuChangelogHeadingFailedLoad = 234,
250
- MenuChangelogHeadingChangeCount = 235,
251
- MenuChangelogButtonCopyChangelog = 236,
252
- MenuCharacterCreationButtonRandomizeName = 237,
253
- MenuCharacterCreationButtonExportTooltip = 238,
254
- MenuCharacterCreationButtonImportTooltip = 239,
255
- MenuCharacterCreationButtonStartGame = 240,
256
- MenuCharacterCreationButtonJoinGame = 241,
257
- MenuCharacterCreationDescription = 242,
258
- MenuCharacterCreationHeadingHairColor = 243,
259
- MenuCharacterCreationHeadingHairStyle = 244,
260
- MenuCharacterCreationHeadingSkinTone = 245,
261
- MenuCharacterCreationLabelName = 246,
262
- MenuCharacterCreationTitle = 247,
263
- MenuCharacterCreationButtonRotateLeftTooltip = 248,
264
- MenuCharacterCreationButtonRotateRightTooltip = 249,
265
- MenuCharacterCreationButtonRandomizeTooltip = 250,
266
- MenuCharacterSelectionButtonNewCharacter = 251,
267
- MenuCharacterSelectionDescription = 252,
268
- MenuCharacterSelectionHeadingNoCharacters = 253,
269
- MenuCharacterSelectionTitle = 254,
270
- MenuCharacterSelectionLabelLastUse = 255,
271
- MenuCharacterSelectionLabelUseCount = 256,
272
- MenuCharacterSelectionCharacterButtonDeleteTooltip = 257,
273
- MenuCharacterSelectionCharacterButtonCustomizeTooltip = 258,
274
- MenuMultiplayerDescription = 259,
275
- MenuMultiplayerTitle = 260,
276
- MenuMultiplayerButtonJoinById = 261,
277
- MenuMultiplayerServerLabelReputation = 262,
278
- MenuMultiplayerServerLabelDays = 263,
279
- MenuMultiplayerServerLabelIsland = 264,
280
- MenuMultiplayerButtonNewGame = 265,
281
- MenuMultiplayerButtonLoadGame = 266,
282
- MenuMultiplayerServerTooltipPVP = 267,
283
- MenuMultiplayerServerTooltipModsLabel = 268,
284
- MenuMultiplayerServerTooltipFriendsLabel = 269,
285
- MenuMultiplayerServerPlayers = 270,
286
- MenuMultiplayerServerLobbyType = 271,
287
- MenuMultiplayerServerRegion = 272,
288
- MenuMultiplayerServerHost = 273,
289
- MenuMultiplayerServerVersion = 274,
290
- MenuMultiplayerServerVersionUnknown = 275,
291
- MenuMultiplayerServerDedicated = 276,
292
- MenuMultiplayerHeadingPlayersOnline = 277,
293
- MenuMultiplayerServerModUnableToLoad = 278,
294
- MenuGameEndTitleDead = 279,
295
- MenuGameEndTitleWon = 280,
296
- MenuGameEndShareFacebook = 281,
297
- MenuGameEndShareTwitter = 282,
298
- MenuGameEndContinueAsGhost = 283,
299
- MenuGameEndReturnToIsland = 284,
300
- MenuGameEndExitToMenu = 285,
301
- MenuHelpTitle = 286,
302
- MenuHelpDescription = 287,
303
- MenuHelpLabelSearch = 288,
304
- MenuHighscoresTitle = 289,
305
- MenuHighscoresDescription = 290,
306
- MenuHighscoresDifficultyFilterAll = 291,
307
- MenuHighscoresHighscoreLabelDifficulty = 292,
308
- MenuHighscoresHighscoreLabelTurns = 293,
309
- MenuHighscoresHighscoreLabelScore = 294,
310
- MenuHighscoresHighscoreLabelPlace = 295,
311
- MenuHighscoresHighscoreLabelDate = 296,
312
- MenuHighscoresHighscoreLabelDeathBy = 297,
313
- MenuHighscoresHighscoreTitle = 298,
314
- MenuHighscoresCharacterNameUnknown = 299,
315
- MenuHighscoresHighscoreReplayWithSettings = 300,
316
- MenuLoadGameButtonNewGame = 301,
317
- MenuLoadGameButtonNewGameButtonImportTooltip = 302,
318
- MenuLoadGameDescription = 303,
319
- MenuLoadGameSaveButtonDeleteTooltip = 304,
320
- MenuLoadGameSaveButtonEditNameTooltip = 305,
321
- MenuLoadGameSaveButtonExportTooltip = 306,
322
- MenuLoadGameSaveTooltipLabelCreatedTime = 307,
323
- MenuLoadGameSaveTooltipLabelSaveTime = 308,
324
- MenuLoadGameSaveTooltipLabelGameMode = 309,
325
- MenuLoadGameSaveTooltipLabelScore = 310,
326
- MenuLoadGameSaveTooltipLabelSeed = 311,
327
- MenuLoadGameSaveTooltipLabelTurns = 312,
328
- MenuLoadGameSaveTooltipLabelMods = 313,
329
- MenuLoadGameSaveTooltipLabelOriginalVersion = 314,
330
- MenuLoadGameSaveTooltipMod = 315,
331
- MenuLoadGameSaveTooltipNew = 316,
332
- MenuLoadGameSlotsRemaining = 317,
333
- MenuLoadGameSaveGame = 318,
334
- MenuLoadGameSaveGameDescription = 319,
335
- MenuLoadGameTitle = 320,
336
- MenuLoadGameLabelSelected = 321,
337
- MenuLoadGameButtonDeleteSelectedTooltip = 322,
338
- MenuMainButtonAbout = 323,
339
- MenuMainButtonChangelog = 324,
340
- MenuMainButtonContinueGame = 325,
341
- MenuMainButtonMultiplayer = 326,
342
- MenuMainButtonHighscores = 327,
343
- MenuMainButtonLoadGame = 328,
344
- MenuMainButtonMods = 329,
345
- MenuMainButtonModsAllDisabled = 330,
346
- MenuMainButtonNewGame = 331,
347
- MenuMainButtonNews = 332,
348
- MenuMainButtonOptions = 333,
349
- MenuMainButtonQuitGame = 334,
350
- MenuModsButtonModdingGuide = 335,
351
- MenuModsButtonOpenFolder = 336,
352
- MenuModsButtonOpenWorkshop = 337,
353
- MenuModsDescription = 338,
354
- MenuModsTitle = 339,
355
- MenuModsTooltipLabelAuthor = 340,
356
- MenuModsTooltipLabelTags = 341,
357
- MenuModsTooltipLabelDependencies = 342,
358
- MenuModsTooltipLabelProvides = 343,
359
- MenuModsTooltipLabelVersion = 344,
360
- MenuModsTooltipLabelDescription = 345,
361
- MenuModsTooltipLabelInstallDate = 346,
362
- MenuModsTooltipLabelCreatedDate = 347,
363
- MenuModsTooltipLabelLastUpdatedDate = 348,
364
- MenuModsTooltipPreventsMilestoneUnlocks = 349,
365
- MenuModsTooltipModOptions = 350,
366
- MenuModsTooltipPublishMod = 351,
367
- MenuModsTooltipModMoreInformation = 352,
368
- MenuModsTooltipUninstallMod = 353,
369
- MenuModsTooltipViewInSteamWorkshop = 354,
370
- MenuModsTooltipViewGitHub = 355,
371
- MenuModsTooltipOpenFolder = 356,
372
- MenuModsButtonEditInternalMods = 357,
373
- MenuModsSectionHeading = 358,
374
- MenuModsSubmenuEditInternalModsTitle = 359,
375
- MenuModsSubmenuEditInternalModsDescription = 360,
376
- MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 361,
377
- MenuNewGameButtonNext = 362,
378
- MenuNewGameButtonStartServer = 363,
379
- MenuNewGameDescription = 364,
380
- MenuNewGameLabelEditName = 365,
381
- MenuNewGameLabelEditSeed = 366,
382
- MenuNewGamePlaceholderEditSeed = 367,
383
- MenuNewGameTitle = 368,
384
- MenuNewGameChoiceDifficulty = 369,
385
- MenuNewGameChoiceSingleplayer = 370,
386
- MenuNewGameChoiceSingleplayerDescription = 371,
387
- MenuNewGameChoiceMultiplayer = 372,
388
- MenuNewGameChoiceMultiplayerDescription = 373,
389
- MenuNewGameChoiceTurnModeManual = 374,
390
- MenuNewGameChoiceTurnModeManualDescription = 375,
391
- MenuNewGameChoiceTurnModeRealTime = 376,
392
- MenuNewGameChoiceTurnModeRealTimeDescription = 377,
393
- MenuNewGameChoiceTurnModeSimulated = 378,
394
- MenuNewGameChoiceTurnModeSimulatedDescription = 379,
395
- MenuNewGameChoiceDifficultyTooltipMaxSaves = 380,
396
- MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 381,
397
- MenuNewGameChoiceDifficultyChallengeDaily = 382,
398
- MenuNewGameChoiceDifficultyChallengeDailyTooltip = 383,
399
- MenuNewGameButtonMilestones = 384,
400
- MenuNewGameButtonMilestonesDescription = 385,
401
- MenuNewGameTabGameMode = 386,
402
- MenuNewGameTabMultiplayer = 387,
403
- MenuNewGameTabGameplayModifiers = 388,
404
- MenuNewGameHeadingGameMode = 389,
405
- MenuNewGameHeadingMultiplayer = 390,
406
- MenuNewGameHeadingGameplayModifiers = 391,
407
- MenuNewGameChoiceClientsInheritHostModifiers = 392,
408
- MenuNewGameChoiceClientsInheritHostModifiersDescription = 393,
409
- MenuNewGameChoiceCustomModifiers = 394,
410
- MenuNewGameChoiceCustomModifiersDescription = 395,
411
- MenuMilestoneModifiersTitle = 396,
412
- MenuMilestoneModifiersDescription = 397,
413
- MenuCustomGameOptionsTitle = 398,
414
- MenuCustomGameOptionsDescription = 399,
415
- MenuCustomGameOptionsRespawnOnDeath = 400,
416
- MenuCustomGameOptionsRespawnOnDeathDescription = 401,
417
- MenuCustomGameOptionsUseUnlockedRecipes = 402,
418
- MenuCustomGameOptionsStartingIslandBiome = 403,
419
- MenuCustomGameOptionsApplyTravelingEffects = 404,
420
- MenuCustomGameOptionsApplyTravelingEffectsDescription = 405,
421
- MenuCustomGameOptionsCreaturesPeaceful = 406,
422
- MenuCustomGameOptionsCreaturesPeacefulDescription = 407,
423
- MenuCustomGameOptionsCreaturesAberrantSpawns = 408,
424
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 409,
425
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 410,
426
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 411,
427
- MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 412,
428
- MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 413,
429
- MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 414,
430
- MenuCustomGameOptionsCreaturesAllowSpawning = 415,
431
- MenuCustomGameOptionsCreaturesSpawnLimit = 416,
432
- MenuCustomGameOptionsCreaturesSpawnLimitDescription = 417,
433
- MenuCustomGameOptionsCreatureNone = 418,
434
- MenuCustomGameOptionsCreatureConfigure = 419,
435
- MenuCustomGameOptionsBenignityInitial = 420,
436
- MenuCustomGameOptionsBenignityMultiplier = 421,
437
- MenuCustomGameOptionsBenignityMultiplierTooltip = 422,
438
- MenuCustomGameOptionsMalignityInitial = 423,
439
- MenuCustomGameOptionsMalignityMultiplier = 424,
440
- MenuCustomGameOptionsMalignityMultiplierTooltip = 425,
441
- MenuCustomGameOptionsStatMultiplier = 426,
442
- MenuCustomGameOptionsStatMultiplierTooltip = 427,
443
- MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 428,
444
- MenuCustomGameOptionsHeadingGeneral = 429,
445
- MenuCustomGameOptionsHeadingIsland = 430,
446
- MenuCustomGameOptionsHeadingTime = 431,
447
- MenuCustomGameOptionsHeadingStats = 432,
448
- MenuCustomGameOptionsHeadingReputation = 433,
449
- MenuCustomGameOptionsHeadingInventory = 434,
450
- MenuCustomGameOptionsHeadingCreatures = 435,
451
- MenuCustomGameOptionsHeadingSkills = 436,
452
- MenuCustomGameOptionsHeadingStatusEffects = 437,
453
- MenuCustomGameOptionsEternalNight = 438,
454
- MenuCustomGameOptionsEternalNightDescription = 439,
455
- MenuCustomGameOptionsEternalDay = 440,
456
- MenuCustomGameOptionsEternalDayDescription = 441,
457
- MenuCustomGameOptionsTimeFrozen = 442,
458
- MenuCustomGameOptionsTimeInitial = 443,
459
- MenuCustomGameOptionsTimeDayLength = 444,
460
- MenuCustomGameOptionsTimeDayLengthTooltip = 445,
461
- MenuCustomGameOptionsTimeDayPercent = 446,
462
- MenuCustomGameOptionsTimeDayPercentTooltip = 447,
463
- MenuCustomGameOptionsStatStarting = 448,
464
- MenuCustomGameOptionsStatMax = 449,
465
- MenuCustomGameOptionsStatStartingDisplay = 450,
466
- MenuCustomGameOptionsStatMaxDisplay = 451,
467
- MenuCustomGameOptionsStatNoChange = 452,
468
- MenuCustomGameOptionsStatBonus = 453,
469
- MenuCustomGameOptionsStatBonusDisplay = 454,
470
- MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 455,
471
- MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 456,
472
- MenuCustomGameOptionsStatusEffectStartWith = 457,
473
- MenuCustomGameOptionsStatusEffectUntreatable = 458,
474
- MenuCustomGameOptionsStatusEffectUntreatableTooltip = 459,
475
- MenuCustomGameOptionsSkillInitialRandomCount = 460,
476
- MenuCustomGameOptionsSkillInitialRandomCountDescription = 461,
477
- MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 462,
478
- MenuCustomGameOptionsSkillsGlobal = 463,
479
- MenuCustomGameOptionsSkillNone = 464,
480
- MenuCustomGameOptionsSkillConfigure = 465,
481
- MenuCustomGameOptionsSkillInitial = 466,
482
- MenuCustomGameOptionsSkillMultiplier = 467,
483
- MenuCustomGameOptionsSkillMultiplierTooltip = 468,
484
- MenuCustomGameOptionsRandomItems = 469,
485
- MenuCustomGameOptionsRandomItemsDescription = 470,
486
- MenuCustomGameOptionsExport = 471,
487
- MenuCustomGameOptionsImport = 472,
488
- MenuNewsDescription = 473,
489
- MenuNewsHeadingSocial = 474,
490
- MenuNewsTitle = 475,
491
- MenuNewsHeadingUnableToLoad = 476,
492
- MenuNewsButtonAllNews = 477,
493
- MenuNewsButtonViewChangelog = 478,
494
- MenuOptionsButtonDitherFogOfWar = 479,
495
- MenuOptionsButtonDisableCustomCursor = 480,
496
- MenuOptionsButtonDisplayArticleInObjectNames = 481,
497
- MenuOptionsButtonFullscreen = 482,
498
- MenuOptionsButtonDeveloperMode = 483,
499
- MenuOptionsButtonDeveloperModeContextMenu = 484,
500
- MenuOptionsButtonPixelFont = 485,
501
- MenuOptionsButtonReloadGame = 486,
502
- MenuOptionsButtonReloadStylesheets = 487,
503
- MenuOptionsButtonExportGlobalSaveData = 488,
504
- MenuOptionsButtonImportGlobalSaveData = 489,
505
- MenuOptionsButtonSaveDataBackups = 490,
506
- MenuOptionsButtonSaveDataBackupsTooltip = 491,
507
- MenuOptionsButtonSaveDataClearAll = 492,
508
- MenuOptionsButtonSaveDataClearCharacters = 493,
509
- MenuOptionsButtonSaveDataClearHighscores = 494,
510
- MenuOptionsButtonSaveDataClearMilestones = 495,
511
- MenuOptionsButtonSaveDataClearOptions = 496,
512
- MenuOptionsButtonSaveDataClearCraftingRecipes = 497,
513
- MenuOptionsButtonSaveDataClearSaves = 498,
514
- MenuOptionsButtonSkipSplash = 499,
515
- MenuOptionsButtonToggleDevTools = 500,
516
- MenuOptionsButtonTooltipsCreatures = 501,
517
- MenuOptionsButtonOpenLogsFolder = 502,
518
- MenuOptionsButtonTooltipsDoodads = 503,
519
- MenuOptionsButtonTooltipsItems = 504,
520
- MenuOptionsButtonTooltipsTerrain = 505,
521
- MenuOptionsButtonDropLocationFacing = 506,
522
- MenuOptionsButtonDropLocationFeet = 507,
523
- MenuOptionsButtonStartTraceRecording = 508,
524
- MenuOptionsButtonStopTraceRecording = 509,
525
- MenuOptionsButtonTracingRecordingtTooltip = 510,
526
- MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 511,
527
- MenuOptionsDescription = 512,
528
- MenuOptionsHeadingAudio = 513,
529
- MenuOptionsHeadingDeveloper = 514,
530
- MenuOptionsHeadingGameplayOptions = 515,
531
- MenuOptionsHeadingGeneralOptions = 516,
532
- MenuOptionsHeadingControls = 517,
533
- MenuOptionsHeadingLanguage = 518,
534
- MenuOptionsHeadingPowerPreference = 519,
535
- MenuOptionsHeadingModOptions = 520,
536
- MenuOptionsHeadingOther = 521,
537
- MenuOptionsHeadingSaveData = 522,
538
- MenuOptionsHeadingTooltips = 523,
539
- MenuOptionsHeadingTooltipsTile = 524,
540
- MenuOptionsHeadingVideo = 525,
541
- MenuOptionsLabelInterfaceScale = 526,
542
- MenuOptionsLabelTooltipDelay = 527,
543
- MenuOptionsLabelDirectionTurnDelay = 528,
544
- MenuOptionsLabelMouseTurnDelay = 529,
545
- MenuOptionsTooltipTurnDelay = 530,
546
- MenuOptionsTooltipMouseTurnDelay = 531,
547
- MenuOptionsTooltipUiScaleClamped = 532,
548
- MenuOptionsTooltipControlsFilter = 533,
549
- MenuOptionsLabelVolumeEffects = 534,
550
- MenuOptionsLabelVolumeMusic = 535,
551
- MenuOptionsTabAudio = 536,
552
- MenuOptionsTabDeveloper = 537,
553
- MenuOptionsTabGameplay = 538,
554
- MenuOptionsTabGeneral = 539,
555
- MenuOptionsTabControls = 540,
556
- MenuOptionsTabMods = 541,
557
- MenuOptionsTabSaveData = 542,
558
- MenuOptionsTabVideo = 543,
559
- MenuOptionsTitle = 544,
560
- MenuOptionsTooltipMusicNextTrack = 545,
561
- MenuOptionsBindChoose = 546,
562
- MenuOptionsBindChooseAdd = 547,
563
- MenuOptionsBindLabelModifier = 548,
564
- MenuOptionsBindButtonResetTooltip = 549,
565
- MenuOptionsBindButtonDeleteTooltip = 550,
566
- MenuOptionsBindButtonAddTooltip = 551,
567
- MenuOptionsBindButtonAddMacroTooltip = 552,
568
- MenuOptionsButtonUnlockAllMilestones = 553,
569
- MenuOptionsButtonUnlockAllCraftingRecipes = 554,
570
- MenuOptionsButtonAlternatingDirectionMovement = 555,
571
- MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 556,
572
- MenuOptionsButtonAlwaysShowMoreInformation = 557,
573
- MenuOptionsButtonAlwaysShowMoreInformationTooltip = 558,
574
- MenuOptionsButtonAutoGatherHarvest = 559,
575
- MenuOptionsButtonAutoGatherHarvestTooltip = 560,
576
- MenuOptionsButtonDisableUIEffects = 561,
577
- MenuOptionsButtonDisableUIEffectsTooltip = 562,
578
- MenuOptionsButtonAutoAttack = 563,
579
- MenuOptionsButtonAutoAttackTooltip = 564,
580
- MenuOptionsButtonAutoPickup = 565,
581
- MenuOptionsButtonAutoPickupTooltip = 566,
582
- MenuOptionsButtonAutoPickupOnIdle = 567,
583
- MenuOptionsButtonAutoPickupOnIdleTooltip = 568,
584
- MenuOptionsButtonDropOnDismantle = 569,
585
- MenuOptionsButtonDropOnDismantleTooltip = 570,
586
- MenuOptionsButtonDropOnGatherHarvest = 571,
587
- MenuOptionsButtonDropOnGatherHarvestTooltip = 572,
588
- MenuOptionsButtonKeepSortActive = 573,
589
- MenuOptionsButtonKeepSortActiveTooltip = 574,
590
- MenuOptionsButtonProtectCraftingItemContainers = 575,
591
- MenuOptionsButtonProtectCraftingItemsContainersTooltip = 576,
592
- MenuOptionsButtonProtectCraftingItemsInInventory = 577,
593
- MenuOptionsButtonProtectCraftingItemsInInventoryTooltip = 578,
594
- MenuOptionsButtonUseAdjacentContainers = 579,
595
- MenuOptionsButtonUseAdjacentContainersTooltip = 580,
596
- MenuOptionsButtonHideEquippedHeadgear = 581,
597
- MenuOptionsButtonHideEquippedHeadgearTooltip = 582,
598
- MenuOptionsButtonAutoSave = 583,
599
- MenuOptionsButtonAutoSaveTooltip = 584,
600
- MenuOptionsRangeAutoSaveTimerLabel = 585,
601
- MenuOptionsRangeAutoSaveTimerTurnsDisplay = 586,
602
- MenuOptionsRangeAutoSaveTimerTimeDisplay = 587,
603
- MenuOptionsButtonWarnOnDangerousActions = 588,
604
- MenuOptionsButtonWarnOnDangerousActionsTooltip = 589,
605
- MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 590,
606
- MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 591,
607
- MenuOptionsButtonWarnWhenBreakingItemsOnUse = 592,
608
- MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 593,
609
- MenuOptionsHeadingWarnWhenBreakingItems = 594,
610
- MenuOptionsButtonSaveDataClearBindings = 595,
611
- MenuOptionsTooltipDialogOpacity = 596,
612
- MenuOptionsLabelDialogOpacity = 597,
613
- MenuOptionsDeveloperLogSourceFilterHeading = 598,
614
- MenuOptionsDeveloperUIExperiments = 599,
615
- MenuOptionsDeveloperUIExperimentsDescription = 600,
616
- MenuOptionsAudioVolumeDisplay = 601,
617
- MenuOptionsAudioInputSoundOnTyping = 602,
618
- MenuOptionsMusicPlaylist = 603,
619
- MenuOptionsButtonConfigureBindings = 604,
620
- MenuPauseButtonContinue = 605,
621
- MenuPauseButtonOptions = 606,
622
- MenuPauseButtonModes = 607,
623
- MenuPauseButtonPaused = 608,
624
- MenuPauseButtonMultiplayer = 609,
625
- MenuPauseButtonTitleScreen = 610,
626
- MenuPauseButtonStopServer = 611,
627
- MenuPauseHeadingPaused = 612,
628
- MenuPauseParagraphPaused = 613,
629
- MenuPauseHeadingNotPaused = 614,
630
- MenuPauseParagraphNotPaused = 615,
631
- MenuPauseHeadingDedicatedServer = 616,
632
- MenuPauseParagraphDedicatedServer = 617,
633
- MenuModesTitle = 618,
634
- MenuModesDescription = 619,
635
- MenuMultiplayerOptionsTitle = 620,
636
- MenuMultiplayerOptionsDescription = 621,
637
- MenuMultiplayerOptionsOpenServer = 622,
638
- MenuMultiplayerOptionsOpenServerDescription = 623,
639
- MenuMultiplayerOptionsCopyGameCode = 624,
640
- MenuMultiplayerOptionsCopyGameCodeTooltip = 625,
641
- MenuMultiplayerOptionsInviteSteamFriends = 626,
642
- MenuMultiplayerOptionsCheckConnectionHeading = 627,
643
- MenuMultiplayerOptionsCheckConnectionParagraph = 628,
644
- MenuMultiplayerOptionsCheckConnectionButton = 629,
645
- MenuMultiplayerOptionsCheckConnectionResultUnknown = 630,
646
- MenuMultiplayerOptionsCheckConnectionResultChecking = 631,
647
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 632,
648
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 633,
649
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 634,
650
- MenuMultiplayerOptionsCheckConnectionResultWebRTC = 635,
651
- MenuMultiplayerOptionsCheckConnectionResultWebRTCFail = 636,
652
- MenuMultiplayerOptionsCheckConnectionResultWebSocket = 637,
653
- MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 638,
654
- MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 639,
655
- MenuMultiplayerOptionsCheckConnectionResultSuccess = 640,
656
- MenuJoinServerTitle = 641,
657
- MenuJoinServerDescription = 642,
658
- MenuJoinServerInputPlaceholder = 643,
659
- MenuJoinServerNext = 644,
660
- MenuJoinServerChooseModifiersTitle = 645,
661
- MenuJoinServerChooseModifiersDescription = 646,
662
- MenuSharedMultiplayerChoiceLobbyTypeFriends = 647,
663
- MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 648,
664
- MenuSharedMultiplayerChoiceLobbyTypePublic = 649,
665
- MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 650,
666
- MenuSharedMultiplayerChoiceLobbyTypePrivate = 651,
667
- MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 652,
668
- MenuSharedMultiplayerChoicePVP = 653,
669
- MenuSharedMultiplayerChoicePVPDescription = 654,
670
- MenuSharedMultiplayerDescription = 655,
671
- MenuSharedMultiplayerMessageOfTheDay = 656,
672
- MenuSharedMultiplayerMaxPlayers = 657,
673
- MenuSharedRealTimeTickSpeedTooltip = 658,
674
- MenuSharedRealTimeTickSpeedLabel = 659,
675
- MenuSharedButtonDefault = 660,
676
- MenuSharedValueMillseconds = 661,
677
- MenuSharedValuePercentage = 662,
678
- MenuSharedMilestonesNotUnlockable = 663,
679
- MenuSharedMilestonesNotUnlockableDescription = 664,
680
- MenuSharedMilestonesNotUnlockableButtonShowMods = 665,
681
- MenuSharedButtonDisableAll = 666,
682
- MenuSharedButtonEnableAll = 667,
683
- MenuSharedMilestoneModifiersSelected = 668,
684
- MiscSortBy = 669,
685
- MiscSortDirection = 670,
686
- MiscFilter = 671,
687
- MiscPlayerNameDefault = 672,
688
- MiscPlayerNameServer = 673,
689
- MiscSaveNameDefault = 674,
690
- MiscSaveNameDailyChallenge = 675,
691
- MiscSaveNameChallenge = 676,
692
- MiscSaveVersionUnknown = 677,
693
- MiscVersion = 678,
694
- MiscTime = 679,
695
- MiscTimeMeridiem = 680,
696
- MiscError = 681,
697
- MiscContextMenuCopyTooltip = 682,
698
- MiscBindableOr = 683,
699
- MiscBindableNoBindings = 684,
700
- DifficultyOptionsPeaceful = 685,
701
- DifficultyOptionsAberrantSpawnsDisabled = 686,
702
- DifficultyOptionsAberrantSpawnsOnly = 687,
703
- DifficultyOptionsCreatureSpawningDisabled = 688,
704
- DifficultyOptionsCreatureSpawnsDefault = 689,
705
- DifficultyOptionsCreatureSpawnsAberrantOnly = 690,
706
- DifficultyOptionsCreatureSpawnsNoAberrants = 691,
707
- DifficultyOptionsSpawnLimit = 692,
708
- DifficultyOptionsRespawn = 693,
709
- DifficultyOptionsEternalNight = 694,
710
- DifficultyOptionsEternalDay = 695,
711
- DifficultyOptionsTimeInitial = 696,
712
- DifficultyOptionsTimeFrozen = 697,
713
- DifficultyOptionsTimeDayLength = 698,
714
- DifficultyOptionsTimeDayPercent = 699,
715
- DifficultyOptionsNoItems = 700,
716
- DifficultyOptionsBenignityInitial = 701,
717
- DifficultyOptionsBenignityMultiplier = 702,
718
- DifficultyOptionsMalignityInitial = 703,
719
- DifficultyOptionsMalignityMultiplier = 704,
720
- DifficultyOptionsWeightBonus = 705,
721
- DifficultyOptionsStatInitial = 706,
722
- DifficultyOptionsStatMax = 707,
723
- DifficultyOptionsStatMultiplier = 708,
724
- DifficultyOptionsStatusEffectStartWith = 709,
725
- DifficultyOptionsStatusEffectUntreatable = 710,
726
- DifficultyOptionsStatusEffectPassChanceMultiplier = 711,
727
- DifficultyOptionsNoRandomSkills = 712,
728
- DifficultyOptionsSkillStartingCount = 713,
729
- DifficultyOptionsSkillGainMultiplier = 714,
730
- DifficultyOptionsSkillInitial = 715,
731
- DifficultyOptionsStatusEffectPermanent = 716,
732
- DifficultyOptionsStatusEffectRateMultiplier = 717,
733
- DifficultyOptionsStatusEffectMultiplier = 718,
734
- EquipmentBack = 719,
735
- EquipmentBelt = 720,
736
- EquipmentChest = 721,
737
- EquipmentFeet = 722,
738
- EquipmentHands = 723,
739
- EquipmentHead = 724,
740
- EquipmentLeftHand = 725,
741
- EquipmentLeftHandOption = 726,
742
- EquipmentLegs = 727,
743
- EquipmentNeck = 728,
744
- EquipmentRightHand = 729,
745
- EquipmentRightHandOption = 730,
746
- EquipmentUse = 731,
747
- HudFilter = 732,
748
- QuickSlot1 = 733,
749
- QuickSlot2 = 734,
750
- QuickSlot3 = 735,
751
- QuickSlot4 = 736,
752
- QuickSlot5 = 737,
753
- QuickSlot6 = 738,
754
- QuickSlot7 = 739,
755
- QuickSlot8 = 740,
756
- QuickSlot9 = 741,
757
- TabCrafting = 742,
758
- TabDismantle = 743,
759
- Version = 744,
760
- WindowTitleContainer = 745,
761
- WindowTitleCrafting = 746,
762
- WindowTitleEquipment = 747,
763
- WindowTitleInventory = 748
100
+ GameTooltipItemUseActionOnConsumeTooltipQuality = 85,
101
+ GameTooltipItemUseActionOnConsumeTooltipMagical = 86,
102
+ GameTooltipSharedUseActionTierLabel = 87,
103
+ GameTooltipItemUseActionSharedLabelRequirements = 88,
104
+ GameTooltipItemUseActionDismantleProduces = 89,
105
+ GameTooltipSharedUseLabelLightSource = 90,
106
+ GameTooltipItemUseLabelTelescopy = 91,
107
+ GameTooltipItemDecay = 92,
108
+ GameTooltipItemDecayExact = 93,
109
+ GameTooltipItemDecayRate = 94,
110
+ GameTooltipItemDecayRateTooltip = 95,
111
+ GameTooltipItemWeight = 96,
112
+ GameTooltipItemWeightBase = 97,
113
+ GameTooltipItemWeightStored = 98,
114
+ GameTooltipItemWeightStoredReduction = 99,
115
+ GameTooltipItemLabelRange = 100,
116
+ GameTooltipItemMagicalSource = 101,
117
+ GameTooltipItemGroupingsLabel = 102,
118
+ GameTooltipItemGroup = 103,
119
+ GameTooltipItemLabelUsesWhenBuilt = 104,
120
+ GameTooltipItemWorth = 105,
121
+ GameTooltipItemProtected = 106,
122
+ GameTooltipItemProtectedContainer = 107,
123
+ GameTooltipItemProtectedTooltip = 108,
124
+ GameTooltipItemLabelDismantle = 109,
125
+ GameTooltipItemLabelDismantleRequirement = 110,
126
+ GameTooltipItemQuantityMultiplier = 111,
127
+ GameTooltipItemUseAttack = 112,
128
+ GameTooltipItemUseThrowDamage = 113,
129
+ GameTooltipItemUseOffering = 114,
130
+ GameTooltipItemUseEquipDefense = 115,
131
+ GameTooltipItemUseEquipDefenseAttribute = 116,
132
+ GameTooltipItemLabelDamage = 117,
133
+ GameTooltipItemBarterCreditTrade = 118,
134
+ GameTooltipItemBarterCredit = 119,
135
+ GameTooltipSharedLabelWeightCapacity = 120,
136
+ GameTooltipSharedLabelInsulation = 121,
137
+ GameTooltipSharedLabelPreservation = 122,
138
+ GameTooltipSharedLabelDurability = 123,
139
+ GameTooltipSharedDurabilityMagicalDamageReduction = 124,
140
+ GameTooltipSharedLabelContents = 125,
141
+ GameTooltipSkillCurrent = 126,
142
+ GameTooltipSkillReputationImpact = 127,
143
+ GameTooltipSkillCanIncrease = 128,
144
+ GameTooltipSkillBonuses = 129,
145
+ GameTooltipSkillBonus = 130,
146
+ GameTooltipMilestoneProgress = 131,
147
+ GameTooltipMilestoneDiscovered = 132,
148
+ GameTooltipSharedMagicalProperty = 133,
149
+ GameTooltipSharedMagicalPropertyOutOf = 134,
150
+ GameTooltipSharedLabel = 135,
151
+ GameTooltipSharedLabelHead = 136,
152
+ GameTooltipSharedLabelTail = 137,
153
+ GameTooltipSharedLabelStart = 138,
154
+ GameTooltipSharedLabelEnd = 139,
155
+ GameStatsPercentage = 140,
156
+ GameStatsStatAttack = 141,
157
+ GameStatsStatGeneric = 142,
158
+ GameStatsStatGenericWithMax = 143,
159
+ GameStatsStatbar = 144,
160
+ GameStatsStatHealthTooltip = 145,
161
+ GameStatsStatStaminaTooltip = 146,
162
+ GameStatsStatHungerTooltip = 147,
163
+ GameStatsStatThirstTooltip = 148,
164
+ GameStatsStatHealthStatusWarning = 149,
165
+ GameStatsStatStaminaStatusWarning = 150,
166
+ GameStatsStatHungerStatusWarning = 151,
167
+ GameStatsStatThirstStatusWarning = 152,
168
+ GameStatsStatWeightStatusWarning = 153,
169
+ GameStatsStatStaminaStatusBad = 154,
170
+ GameStatsStatHungerStatusBad = 155,
171
+ GameStatsStatThirstStatusBad = 156,
172
+ GameStatsStatWeightStatusBad = 157,
173
+ GameStatsStatReputationTooltipAverageReputation = 158,
174
+ GameStatsStatReputationTooltipDifficulty = 159,
175
+ GameStatsStatReputationTooltipDifficultyEasy = 160,
176
+ GameStatsStatReputationTooltipDifficultyHard = 161,
177
+ GameStatsStatReputationTooltipDifficultyInfantile = 162,
178
+ GameStatsStatReputationTooltipDifficultyInsane = 163,
179
+ GameStatsStatReputationTooltipDifficultyMedium = 164,
180
+ GameStatsStatReputationTooltipDifficultyNightmare = 165,
181
+ GameStatsStatReputationTooltipDifficultySimple = 166,
182
+ GameStatsStatReputationTooltipDifficultyVeryEasy = 167,
183
+ GameStatsStatReputationTooltipDifficultyVeryHard = 168,
184
+ GameStatsStatReputationTooltipBenignity = 169,
185
+ GameStatsStatReputationTooltipMalignity = 170,
186
+ GameStatsStatReputationTooltipScore = 171,
187
+ GameStatsStatReputationTooltipTurn = 172,
188
+ GameStatsStatReputationTooltipTicks = 173,
189
+ GameStatsStatWeightTooltip = 174,
190
+ GameStatsStatAttackTooltipTactics = 175,
191
+ GameStatsStatAttackTooltipLeftHand = 176,
192
+ GameStatsStatAttackTooltipRightHand = 177,
193
+ GameStatsStatDefenseTooltipBase = 178,
194
+ GameStatsStatDefenseTooltipBlunt = 179,
195
+ GameStatsStatDefenseTooltipParrying = 180,
196
+ GameStatsStatDefenseTooltipFire = 181,
197
+ GameStatsStatDefenseTooltipCold = 182,
198
+ GameStatsStatDefenseTooltipPiercing = 183,
199
+ GameStatsStatDefenseTooltipSlashing = 184,
200
+ GameItemBarterCredit = 185,
201
+ GameMenuBarButtonTooltipBindable = 186,
202
+ GameMenuBarButtonTooltipMenu = 187,
203
+ GameMenuBarButtonTooltipSave = 188,
204
+ GameMenuBarButtonTooltipSaveSize = 189,
205
+ GameMenuBarButtonTooltipSaveTurnsAgo = 190,
206
+ GameMenuBarButtonTooltipSaveLastTime = 191,
207
+ GameMenuBarButtonTooltipNotes = 192,
208
+ GameMenuBarButtonTooltipNotesUnread = 193,
209
+ GameMenuBarButtonTooltipMilestones = 194,
210
+ GameMenuBarButtonTooltipMilestonesDisabled = 195,
211
+ GameMenuBarButtonTooltipMessages = 196,
212
+ GameMenuBarButtonTooltipHelp = 197,
213
+ GameMenuBarButtonTooltipQuickSettings = 198,
214
+ GameMenuBarButtonTooltipActions = 199,
215
+ GameMenuBarButtonTooltipInventory = 200,
216
+ GameMenuBarButtonTooltipCrafting = 201,
217
+ GameMenuBarButtonTooltipEquipment = 202,
218
+ GameMenuBarButtonTooltipSkills = 203,
219
+ GameMenuBarButtonTooltipQuests = 204,
220
+ GameMenuBarButtonTooltipQuestsDisabled = 205,
221
+ GameMessagesButtonSend = 206,
222
+ GameMessagesContextMenuShowAsDialog = 207,
223
+ GameMessagesContextMenuClear = 208,
224
+ GameMessagesContextMenuCopy = 209,
225
+ GameMessagesContextMenuExport = 210,
226
+ GameMessagesFilter = 211,
227
+ GameMessagesFiltersEdit = 212,
228
+ GameMessagesNewNote = 213,
229
+ GameMessagesTurn = 214,
230
+ GameMessagesDedicatedServerBackup = 215,
231
+ GameMessagesDedicatedServerBackupLimitReached = 216,
232
+ GameTileInspectionCannotSeeTile = 217,
233
+ MenuAboutTitle = 218,
234
+ MenuAboutDescription = 219,
235
+ MenuAboutGameDescription = 220,
236
+ MenuAboutSectionTeam = 221,
237
+ MenuAboutTeamMemberResponsibilities = 222,
238
+ MenuAboutTeamMemberName = 223,
239
+ MenuAboutTeamMemberNickname = 224,
240
+ MenuAboutSectionContributors = 225,
241
+ MenuAboutSectionSpecialThanks = 226,
242
+ MenuAboutTextSpecialThanksTestorsAndDonators = 227,
243
+ MenuAboutSectionLibraries = 228,
244
+ MenuAboutSectionLibrariesDescription = 229,
245
+ MenuBindings = 230,
246
+ MenuBindingsDescription = 231,
247
+ MenuBindingsTooltipBindConflicts = 232,
248
+ MenuChangelogTitle = 233,
249
+ MenuChangelogDescription = 234,
250
+ MenuChangelogHeadingFailedLoad = 235,
251
+ MenuChangelogHeadingChangeCount = 236,
252
+ MenuChangelogButtonCopyChangelog = 237,
253
+ MenuCharacterCreationButtonRandomizeName = 238,
254
+ MenuCharacterCreationButtonExportTooltip = 239,
255
+ MenuCharacterCreationButtonImportTooltip = 240,
256
+ MenuCharacterCreationButtonStartGame = 241,
257
+ MenuCharacterCreationButtonJoinGame = 242,
258
+ MenuCharacterCreationDescription = 243,
259
+ MenuCharacterCreationHeadingHairColor = 244,
260
+ MenuCharacterCreationHeadingHairStyle = 245,
261
+ MenuCharacterCreationHeadingSkinTone = 246,
262
+ MenuCharacterCreationLabelName = 247,
263
+ MenuCharacterCreationTitle = 248,
264
+ MenuCharacterCreationButtonRotateLeftTooltip = 249,
265
+ MenuCharacterCreationButtonRotateRightTooltip = 250,
266
+ MenuCharacterCreationButtonRandomizeTooltip = 251,
267
+ MenuCharacterSelectionButtonNewCharacter = 252,
268
+ MenuCharacterSelectionDescription = 253,
269
+ MenuCharacterSelectionHeadingNoCharacters = 254,
270
+ MenuCharacterSelectionTitle = 255,
271
+ MenuCharacterSelectionLabelLastUse = 256,
272
+ MenuCharacterSelectionLabelUseCount = 257,
273
+ MenuCharacterSelectionCharacterButtonDeleteTooltip = 258,
274
+ MenuCharacterSelectionCharacterButtonCustomizeTooltip = 259,
275
+ MenuMultiplayerDescription = 260,
276
+ MenuMultiplayerTitle = 261,
277
+ MenuMultiplayerButtonJoinById = 262,
278
+ MenuMultiplayerServerLabelReputation = 263,
279
+ MenuMultiplayerServerLabelDays = 264,
280
+ MenuMultiplayerServerLabelIsland = 265,
281
+ MenuMultiplayerButtonNewGame = 266,
282
+ MenuMultiplayerButtonLoadGame = 267,
283
+ MenuMultiplayerServerTooltipPVP = 268,
284
+ MenuMultiplayerServerTooltipModsLabel = 269,
285
+ MenuMultiplayerServerTooltipFriendsLabel = 270,
286
+ MenuMultiplayerServerPlayers = 271,
287
+ MenuMultiplayerServerLobbyType = 272,
288
+ MenuMultiplayerServerRegion = 273,
289
+ MenuMultiplayerServerHost = 274,
290
+ MenuMultiplayerServerVersion = 275,
291
+ MenuMultiplayerServerVersionUnknown = 276,
292
+ MenuMultiplayerServerDedicated = 277,
293
+ MenuMultiplayerHeadingPlayersOnline = 278,
294
+ MenuMultiplayerServerModUnableToLoad = 279,
295
+ MenuGameEndTitleDead = 280,
296
+ MenuGameEndTitleWon = 281,
297
+ MenuGameEndShareFacebook = 282,
298
+ MenuGameEndShareTwitter = 283,
299
+ MenuGameEndContinueAsGhost = 284,
300
+ MenuGameEndReturnToIsland = 285,
301
+ MenuGameEndExitToMenu = 286,
302
+ MenuHelpTitle = 287,
303
+ MenuHelpDescription = 288,
304
+ MenuHelpLabelSearch = 289,
305
+ MenuHighscoresTitle = 290,
306
+ MenuHighscoresDescription = 291,
307
+ MenuHighscoresDifficultyFilterAll = 292,
308
+ MenuHighscoresHighscoreLabelDifficulty = 293,
309
+ MenuHighscoresHighscoreLabelTurns = 294,
310
+ MenuHighscoresHighscoreLabelScore = 295,
311
+ MenuHighscoresHighscoreLabelPlace = 296,
312
+ MenuHighscoresHighscoreLabelDate = 297,
313
+ MenuHighscoresHighscoreLabelDeathBy = 298,
314
+ MenuHighscoresHighscoreTitle = 299,
315
+ MenuHighscoresCharacterNameUnknown = 300,
316
+ MenuHighscoresHighscoreReplayWithSettings = 301,
317
+ MenuLoadGameButtonNewGame = 302,
318
+ MenuLoadGameButtonNewGameButtonImportTooltip = 303,
319
+ MenuLoadGameDescription = 304,
320
+ MenuLoadGameSaveButtonDeleteTooltip = 305,
321
+ MenuLoadGameSaveButtonEditNameTooltip = 306,
322
+ MenuLoadGameSaveButtonExportTooltip = 307,
323
+ MenuLoadGameSaveTooltipLabelCreatedTime = 308,
324
+ MenuLoadGameSaveTooltipLabelSaveTime = 309,
325
+ MenuLoadGameSaveTooltipLabelGameMode = 310,
326
+ MenuLoadGameSaveTooltipLabelScore = 311,
327
+ MenuLoadGameSaveTooltipLabelSeed = 312,
328
+ MenuLoadGameSaveTooltipLabelTurns = 313,
329
+ MenuLoadGameSaveTooltipLabelMods = 314,
330
+ MenuLoadGameSaveTooltipLabelOriginalVersion = 315,
331
+ MenuLoadGameSaveTooltipMod = 316,
332
+ MenuLoadGameSaveTooltipNew = 317,
333
+ MenuLoadGameSlotsRemaining = 318,
334
+ MenuLoadGameSaveGame = 319,
335
+ MenuLoadGameSaveGameDescription = 320,
336
+ MenuLoadGameTitle = 321,
337
+ MenuLoadGameLabelSelected = 322,
338
+ MenuLoadGameButtonDeleteSelectedTooltip = 323,
339
+ MenuMainButtonAbout = 324,
340
+ MenuMainButtonChangelog = 325,
341
+ MenuMainButtonContinueGame = 326,
342
+ MenuMainButtonMultiplayer = 327,
343
+ MenuMainButtonHighscores = 328,
344
+ MenuMainButtonLoadGame = 329,
345
+ MenuMainButtonMods = 330,
346
+ MenuMainButtonModsAllDisabled = 331,
347
+ MenuMainButtonNewGame = 332,
348
+ MenuMainButtonNews = 333,
349
+ MenuMainButtonOptions = 334,
350
+ MenuMainButtonQuitGame = 335,
351
+ MenuModsButtonModdingGuide = 336,
352
+ MenuModsButtonOpenFolder = 337,
353
+ MenuModsButtonOpenWorkshop = 338,
354
+ MenuModsDescription = 339,
355
+ MenuModsTitle = 340,
356
+ MenuModsTooltipLabelAuthor = 341,
357
+ MenuModsTooltipLabelTags = 342,
358
+ MenuModsTooltipLabelDependencies = 343,
359
+ MenuModsTooltipLabelProvides = 344,
360
+ MenuModsTooltipLabelVersion = 345,
361
+ MenuModsTooltipLabelDescription = 346,
362
+ MenuModsTooltipLabelInstallDate = 347,
363
+ MenuModsTooltipLabelCreatedDate = 348,
364
+ MenuModsTooltipLabelLastUpdatedDate = 349,
365
+ MenuModsTooltipPreventsMilestoneUnlocks = 350,
366
+ MenuModsTooltipModOptions = 351,
367
+ MenuModsTooltipPublishMod = 352,
368
+ MenuModsTooltipModMoreInformation = 353,
369
+ MenuModsTooltipUninstallMod = 354,
370
+ MenuModsTooltipViewInSteamWorkshop = 355,
371
+ MenuModsTooltipViewGitHub = 356,
372
+ MenuModsTooltipOpenFolder = 357,
373
+ MenuModsButtonEditInternalMods = 358,
374
+ MenuModsSectionHeading = 359,
375
+ MenuModsSubmenuEditInternalModsTitle = 360,
376
+ MenuModsSubmenuEditInternalModsDescription = 361,
377
+ MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 362,
378
+ MenuNewGameButtonNext = 363,
379
+ MenuNewGameButtonStartServer = 364,
380
+ MenuNewGameDescription = 365,
381
+ MenuNewGameLabelEditName = 366,
382
+ MenuNewGameLabelEditSeed = 367,
383
+ MenuNewGamePlaceholderEditSeed = 368,
384
+ MenuNewGameTitle = 369,
385
+ MenuNewGameChoiceDifficulty = 370,
386
+ MenuNewGameChoiceSingleplayer = 371,
387
+ MenuNewGameChoiceSingleplayerDescription = 372,
388
+ MenuNewGameChoiceMultiplayer = 373,
389
+ MenuNewGameChoiceMultiplayerDescription = 374,
390
+ MenuNewGameChoiceTurnModeManual = 375,
391
+ MenuNewGameChoiceTurnModeManualDescription = 376,
392
+ MenuNewGameChoiceTurnModeRealTime = 377,
393
+ MenuNewGameChoiceTurnModeRealTimeDescription = 378,
394
+ MenuNewGameChoiceTurnModeSimulated = 379,
395
+ MenuNewGameChoiceTurnModeSimulatedDescription = 380,
396
+ MenuNewGameChoiceDifficultyTooltipMaxSaves = 381,
397
+ MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 382,
398
+ MenuNewGameChoiceDifficultyChallengeDaily = 383,
399
+ MenuNewGameChoiceDifficultyChallengeDailyTooltip = 384,
400
+ MenuNewGameButtonMilestones = 385,
401
+ MenuNewGameButtonMilestonesDescription = 386,
402
+ MenuNewGameTabGameMode = 387,
403
+ MenuNewGameTabMultiplayer = 388,
404
+ MenuNewGameTabGameplayModifiers = 389,
405
+ MenuNewGameHeadingGameMode = 390,
406
+ MenuNewGameHeadingMultiplayer = 391,
407
+ MenuNewGameHeadingGameplayModifiers = 392,
408
+ MenuNewGameChoiceClientsInheritHostModifiers = 393,
409
+ MenuNewGameChoiceClientsInheritHostModifiersDescription = 394,
410
+ MenuNewGameChoiceCustomModifiers = 395,
411
+ MenuNewGameChoiceCustomModifiersDescription = 396,
412
+ MenuMilestoneModifiersTitle = 397,
413
+ MenuMilestoneModifiersDescription = 398,
414
+ MenuCustomGameOptionsTitle = 399,
415
+ MenuCustomGameOptionsDescription = 400,
416
+ MenuCustomGameOptionsRespawnOnDeath = 401,
417
+ MenuCustomGameOptionsRespawnOnDeathDescription = 402,
418
+ MenuCustomGameOptionsUseUnlockedRecipes = 403,
419
+ MenuCustomGameOptionsStartingIslandBiome = 404,
420
+ MenuCustomGameOptionsApplyTravelingEffects = 405,
421
+ MenuCustomGameOptionsApplyTravelingEffectsDescription = 406,
422
+ MenuCustomGameOptionsCreaturesPeaceful = 407,
423
+ MenuCustomGameOptionsCreaturesPeacefulDescription = 408,
424
+ MenuCustomGameOptionsCreaturesAberrantSpawns = 409,
425
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 410,
426
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 411,
427
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 412,
428
+ MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 413,
429
+ MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 414,
430
+ MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 415,
431
+ MenuCustomGameOptionsCreaturesAllowSpawning = 416,
432
+ MenuCustomGameOptionsCreaturesSpawnLimit = 417,
433
+ MenuCustomGameOptionsCreaturesSpawnLimitDescription = 418,
434
+ MenuCustomGameOptionsCreatureNone = 419,
435
+ MenuCustomGameOptionsCreatureConfigure = 420,
436
+ MenuCustomGameOptionsBenignityInitial = 421,
437
+ MenuCustomGameOptionsBenignityMultiplier = 422,
438
+ MenuCustomGameOptionsBenignityMultiplierTooltip = 423,
439
+ MenuCustomGameOptionsMalignityInitial = 424,
440
+ MenuCustomGameOptionsMalignityMultiplier = 425,
441
+ MenuCustomGameOptionsMalignityMultiplierTooltip = 426,
442
+ MenuCustomGameOptionsStatMultiplier = 427,
443
+ MenuCustomGameOptionsStatMultiplierTooltip = 428,
444
+ MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 429,
445
+ MenuCustomGameOptionsHeadingGeneral = 430,
446
+ MenuCustomGameOptionsHeadingIsland = 431,
447
+ MenuCustomGameOptionsHeadingTime = 432,
448
+ MenuCustomGameOptionsHeadingStats = 433,
449
+ MenuCustomGameOptionsHeadingReputation = 434,
450
+ MenuCustomGameOptionsHeadingInventory = 435,
451
+ MenuCustomGameOptionsHeadingCreatures = 436,
452
+ MenuCustomGameOptionsHeadingSkills = 437,
453
+ MenuCustomGameOptionsHeadingStatusEffects = 438,
454
+ MenuCustomGameOptionsEternalNight = 439,
455
+ MenuCustomGameOptionsEternalNightDescription = 440,
456
+ MenuCustomGameOptionsEternalDay = 441,
457
+ MenuCustomGameOptionsEternalDayDescription = 442,
458
+ MenuCustomGameOptionsTimeFrozen = 443,
459
+ MenuCustomGameOptionsTimeInitial = 444,
460
+ MenuCustomGameOptionsTimeDayLength = 445,
461
+ MenuCustomGameOptionsTimeDayLengthTooltip = 446,
462
+ MenuCustomGameOptionsTimeDayPercent = 447,
463
+ MenuCustomGameOptionsTimeDayPercentTooltip = 448,
464
+ MenuCustomGameOptionsStatStarting = 449,
465
+ MenuCustomGameOptionsStatMax = 450,
466
+ MenuCustomGameOptionsStatStartingDisplay = 451,
467
+ MenuCustomGameOptionsStatMaxDisplay = 452,
468
+ MenuCustomGameOptionsStatNoChange = 453,
469
+ MenuCustomGameOptionsStatBonus = 454,
470
+ MenuCustomGameOptionsStatBonusDisplay = 455,
471
+ MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 456,
472
+ MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 457,
473
+ MenuCustomGameOptionsStatusEffectStartWith = 458,
474
+ MenuCustomGameOptionsStatusEffectUntreatable = 459,
475
+ MenuCustomGameOptionsStatusEffectUntreatableTooltip = 460,
476
+ MenuCustomGameOptionsSkillInitialRandomCount = 461,
477
+ MenuCustomGameOptionsSkillInitialRandomCountDescription = 462,
478
+ MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 463,
479
+ MenuCustomGameOptionsSkillsGlobal = 464,
480
+ MenuCustomGameOptionsSkillNone = 465,
481
+ MenuCustomGameOptionsSkillConfigure = 466,
482
+ MenuCustomGameOptionsSkillInitial = 467,
483
+ MenuCustomGameOptionsSkillMultiplier = 468,
484
+ MenuCustomGameOptionsSkillMultiplierTooltip = 469,
485
+ MenuCustomGameOptionsRandomItems = 470,
486
+ MenuCustomGameOptionsRandomItemsDescription = 471,
487
+ MenuCustomGameOptionsExport = 472,
488
+ MenuCustomGameOptionsImport = 473,
489
+ MenuNewsDescription = 474,
490
+ MenuNewsHeadingSocial = 475,
491
+ MenuNewsTitle = 476,
492
+ MenuNewsHeadingUnableToLoad = 477,
493
+ MenuNewsButtonAllNews = 478,
494
+ MenuNewsButtonViewChangelog = 479,
495
+ MenuOptionsButtonDitherFogOfWar = 480,
496
+ MenuOptionsButtonDisableCustomCursor = 481,
497
+ MenuOptionsButtonDisplayArticleInObjectNames = 482,
498
+ MenuOptionsButtonFullscreen = 483,
499
+ MenuOptionsButtonDeveloperMode = 484,
500
+ MenuOptionsButtonDeveloperModeContextMenu = 485,
501
+ MenuOptionsButtonPixelFont = 486,
502
+ MenuOptionsButtonReloadGame = 487,
503
+ MenuOptionsButtonReloadStylesheets = 488,
504
+ MenuOptionsButtonExportGlobalSaveData = 489,
505
+ MenuOptionsButtonImportGlobalSaveData = 490,
506
+ MenuOptionsButtonSaveDataBackups = 491,
507
+ MenuOptionsButtonSaveDataBackupsTooltip = 492,
508
+ MenuOptionsButtonSaveDataClearAll = 493,
509
+ MenuOptionsButtonSaveDataClearCharacters = 494,
510
+ MenuOptionsButtonSaveDataClearHighscores = 495,
511
+ MenuOptionsButtonSaveDataClearMilestones = 496,
512
+ MenuOptionsButtonSaveDataClearOptions = 497,
513
+ MenuOptionsButtonSaveDataClearCraftingRecipes = 498,
514
+ MenuOptionsButtonSaveDataClearSaves = 499,
515
+ MenuOptionsButtonSkipSplash = 500,
516
+ MenuOptionsButtonToggleDevTools = 501,
517
+ MenuOptionsButtonTooltipsCreatures = 502,
518
+ MenuOptionsButtonOpenLogsFolder = 503,
519
+ MenuOptionsButtonTooltipsDoodads = 504,
520
+ MenuOptionsButtonTooltipsItems = 505,
521
+ MenuOptionsButtonTooltipsTerrain = 506,
522
+ MenuOptionsButtonDropLocationFacing = 507,
523
+ MenuOptionsButtonDropLocationFeet = 508,
524
+ MenuOptionsButtonStartTraceRecording = 509,
525
+ MenuOptionsButtonStopTraceRecording = 510,
526
+ MenuOptionsButtonTracingRecordingtTooltip = 511,
527
+ MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 512,
528
+ MenuOptionsDescription = 513,
529
+ MenuOptionsHeadingAudio = 514,
530
+ MenuOptionsHeadingDeveloper = 515,
531
+ MenuOptionsHeadingGameplayOptions = 516,
532
+ MenuOptionsHeadingGeneralOptions = 517,
533
+ MenuOptionsHeadingControls = 518,
534
+ MenuOptionsHeadingLanguage = 519,
535
+ MenuOptionsHeadingPowerPreference = 520,
536
+ MenuOptionsHeadingModOptions = 521,
537
+ MenuOptionsHeadingOther = 522,
538
+ MenuOptionsHeadingSaveData = 523,
539
+ MenuOptionsHeadingTooltips = 524,
540
+ MenuOptionsHeadingTooltipsTile = 525,
541
+ MenuOptionsHeadingVideo = 526,
542
+ MenuOptionsLabelInterfaceScale = 527,
543
+ MenuOptionsLabelTooltipDelay = 528,
544
+ MenuOptionsLabelDirectionTurnDelay = 529,
545
+ MenuOptionsLabelMouseTurnDelay = 530,
546
+ MenuOptionsTooltipTurnDelay = 531,
547
+ MenuOptionsTooltipMouseTurnDelay = 532,
548
+ MenuOptionsTooltipUiScaleClamped = 533,
549
+ MenuOptionsTooltipControlsFilter = 534,
550
+ MenuOptionsLabelVolumeEffects = 535,
551
+ MenuOptionsLabelVolumeMusic = 536,
552
+ MenuOptionsTabAudio = 537,
553
+ MenuOptionsTabDeveloper = 538,
554
+ MenuOptionsTabGameplay = 539,
555
+ MenuOptionsTabGeneral = 540,
556
+ MenuOptionsTabControls = 541,
557
+ MenuOptionsTabMods = 542,
558
+ MenuOptionsTabSaveData = 543,
559
+ MenuOptionsTabVideo = 544,
560
+ MenuOptionsTitle = 545,
561
+ MenuOptionsTooltipMusicNextTrack = 546,
562
+ MenuOptionsBindChoose = 547,
563
+ MenuOptionsBindChooseAdd = 548,
564
+ MenuOptionsBindLabelModifier = 549,
565
+ MenuOptionsBindButtonResetTooltip = 550,
566
+ MenuOptionsBindButtonDeleteTooltip = 551,
567
+ MenuOptionsBindButtonAddTooltip = 552,
568
+ MenuOptionsBindButtonAddMacroTooltip = 553,
569
+ MenuOptionsButtonUnlockAllMilestones = 554,
570
+ MenuOptionsButtonUnlockAllCraftingRecipes = 555,
571
+ MenuOptionsButtonAlternatingDirectionMovement = 556,
572
+ MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 557,
573
+ MenuOptionsButtonAlwaysShowMoreInformation = 558,
574
+ MenuOptionsButtonAlwaysShowMoreInformationTooltip = 559,
575
+ MenuOptionsButtonAutoGatherHarvest = 560,
576
+ MenuOptionsButtonAutoGatherHarvestTooltip = 561,
577
+ MenuOptionsButtonDisableUIEffects = 562,
578
+ MenuOptionsButtonDisableUIEffectsTooltip = 563,
579
+ MenuOptionsButtonAutoAttack = 564,
580
+ MenuOptionsButtonAutoAttackTooltip = 565,
581
+ MenuOptionsButtonAutoPickup = 566,
582
+ MenuOptionsButtonAutoPickupTooltip = 567,
583
+ MenuOptionsButtonAutoPickupOnIdle = 568,
584
+ MenuOptionsButtonAutoPickupOnIdleTooltip = 569,
585
+ MenuOptionsButtonDropOnDismantle = 570,
586
+ MenuOptionsButtonDropOnDismantleTooltip = 571,
587
+ MenuOptionsButtonDropOnGatherHarvest = 572,
588
+ MenuOptionsButtonDropOnGatherHarvestTooltip = 573,
589
+ MenuOptionsButtonKeepSortActive = 574,
590
+ MenuOptionsButtonKeepSortActiveTooltip = 575,
591
+ MenuOptionsButtonProtectCraftingItemContainers = 576,
592
+ MenuOptionsButtonProtectCraftingItemsContainersTooltip = 577,
593
+ MenuOptionsButtonProtectCraftingItemsInInventory = 578,
594
+ MenuOptionsButtonProtectCraftingItemsInInventoryTooltip = 579,
595
+ MenuOptionsButtonUseAdjacentContainers = 580,
596
+ MenuOptionsButtonUseAdjacentContainersTooltip = 581,
597
+ MenuOptionsButtonHideEquippedHeadgear = 582,
598
+ MenuOptionsButtonHideEquippedHeadgearTooltip = 583,
599
+ MenuOptionsButtonAutoSave = 584,
600
+ MenuOptionsButtonAutoSaveTooltip = 585,
601
+ MenuOptionsRangeAutoSaveTimerLabel = 586,
602
+ MenuOptionsRangeAutoSaveTimerTurnsDisplay = 587,
603
+ MenuOptionsRangeAutoSaveTimerTimeDisplay = 588,
604
+ MenuOptionsButtonWarnOnDangerousActions = 589,
605
+ MenuOptionsButtonWarnOnDangerousActionsTooltip = 590,
606
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 591,
607
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 592,
608
+ MenuOptionsButtonWarnWhenBreakingItemsOnUse = 593,
609
+ MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 594,
610
+ MenuOptionsHeadingWarnWhenBreakingItems = 595,
611
+ MenuOptionsButtonSaveDataClearBindings = 596,
612
+ MenuOptionsTooltipDialogOpacity = 597,
613
+ MenuOptionsLabelDialogOpacity = 598,
614
+ MenuOptionsDeveloperLogSourceFilterHeading = 599,
615
+ MenuOptionsDeveloperUIExperiments = 600,
616
+ MenuOptionsDeveloperUIExperimentsDescription = 601,
617
+ MenuOptionsAudioVolumeDisplay = 602,
618
+ MenuOptionsAudioInputSoundOnTyping = 603,
619
+ MenuOptionsMusicPlaylist = 604,
620
+ MenuOptionsButtonConfigureBindings = 605,
621
+ MenuPauseButtonContinue = 606,
622
+ MenuPauseButtonOptions = 607,
623
+ MenuPauseButtonModes = 608,
624
+ MenuPauseButtonPaused = 609,
625
+ MenuPauseButtonMultiplayer = 610,
626
+ MenuPauseButtonTitleScreen = 611,
627
+ MenuPauseButtonStopServer = 612,
628
+ MenuPauseHeadingPaused = 613,
629
+ MenuPauseParagraphPaused = 614,
630
+ MenuPauseHeadingNotPaused = 615,
631
+ MenuPauseParagraphNotPaused = 616,
632
+ MenuPauseHeadingDedicatedServer = 617,
633
+ MenuPauseParagraphDedicatedServer = 618,
634
+ MenuModesTitle = 619,
635
+ MenuModesDescription = 620,
636
+ MenuMultiplayerOptionsTitle = 621,
637
+ MenuMultiplayerOptionsDescription = 622,
638
+ MenuMultiplayerOptionsOpenServer = 623,
639
+ MenuMultiplayerOptionsOpenServerDescription = 624,
640
+ MenuMultiplayerOptionsCopyGameCode = 625,
641
+ MenuMultiplayerOptionsCopyGameCodeTooltip = 626,
642
+ MenuMultiplayerOptionsInviteSteamFriends = 627,
643
+ MenuMultiplayerOptionsCheckConnectionHeading = 628,
644
+ MenuMultiplayerOptionsCheckConnectionParagraph = 629,
645
+ MenuMultiplayerOptionsCheckConnectionButton = 630,
646
+ MenuMultiplayerOptionsCheckConnectionResultUnknown = 631,
647
+ MenuMultiplayerOptionsCheckConnectionResultChecking = 632,
648
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 633,
649
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 634,
650
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 635,
651
+ MenuMultiplayerOptionsCheckConnectionResultWebRTC = 636,
652
+ MenuMultiplayerOptionsCheckConnectionResultWebRTCFail = 637,
653
+ MenuMultiplayerOptionsCheckConnectionResultWebSocket = 638,
654
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 639,
655
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 640,
656
+ MenuMultiplayerOptionsCheckConnectionResultSuccess = 641,
657
+ MenuJoinServerTitle = 642,
658
+ MenuJoinServerDescription = 643,
659
+ MenuJoinServerInputPlaceholder = 644,
660
+ MenuJoinServerNext = 645,
661
+ MenuJoinServerChooseModifiersTitle = 646,
662
+ MenuJoinServerChooseModifiersDescription = 647,
663
+ MenuSharedMultiplayerChoiceLobbyTypeFriends = 648,
664
+ MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 649,
665
+ MenuSharedMultiplayerChoiceLobbyTypePublic = 650,
666
+ MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 651,
667
+ MenuSharedMultiplayerChoiceLobbyTypePrivate = 652,
668
+ MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 653,
669
+ MenuSharedMultiplayerChoicePVP = 654,
670
+ MenuSharedMultiplayerChoicePVPDescription = 655,
671
+ MenuSharedMultiplayerDescription = 656,
672
+ MenuSharedMultiplayerMessageOfTheDay = 657,
673
+ MenuSharedMultiplayerMaxPlayers = 658,
674
+ MenuSharedRealTimeTickSpeedTooltip = 659,
675
+ MenuSharedRealTimeTickSpeedLabel = 660,
676
+ MenuSharedButtonDefault = 661,
677
+ MenuSharedValueMillseconds = 662,
678
+ MenuSharedValuePercentage = 663,
679
+ MenuSharedMilestonesNotUnlockable = 664,
680
+ MenuSharedMilestonesNotUnlockableDescription = 665,
681
+ MenuSharedMilestonesNotUnlockableButtonShowMods = 666,
682
+ MenuSharedButtonDisableAll = 667,
683
+ MenuSharedButtonEnableAll = 668,
684
+ MenuSharedMilestoneModifiersSelected = 669,
685
+ MiscSortBy = 670,
686
+ MiscSortDirection = 671,
687
+ MiscFilter = 672,
688
+ MiscPlayerNameDefault = 673,
689
+ MiscPlayerNameServer = 674,
690
+ MiscSaveNameDefault = 675,
691
+ MiscSaveNameDailyChallenge = 676,
692
+ MiscSaveNameChallenge = 677,
693
+ MiscSaveVersionUnknown = 678,
694
+ MiscVersion = 679,
695
+ MiscTime = 680,
696
+ MiscTimeMeridiem = 681,
697
+ MiscError = 682,
698
+ MiscContextMenuCopyTooltip = 683,
699
+ MiscBindableOr = 684,
700
+ MiscBindableNoBindings = 685,
701
+ DifficultyOptionsPeaceful = 686,
702
+ DifficultyOptionsAberrantSpawnsDisabled = 687,
703
+ DifficultyOptionsAberrantSpawnsOnly = 688,
704
+ DifficultyOptionsCreatureSpawningDisabled = 689,
705
+ DifficultyOptionsCreatureSpawnsDefault = 690,
706
+ DifficultyOptionsCreatureSpawnsAberrantOnly = 691,
707
+ DifficultyOptionsCreatureSpawnsNoAberrants = 692,
708
+ DifficultyOptionsSpawnLimit = 693,
709
+ DifficultyOptionsRespawn = 694,
710
+ DifficultyOptionsEternalNight = 695,
711
+ DifficultyOptionsEternalDay = 696,
712
+ DifficultyOptionsTimeInitial = 697,
713
+ DifficultyOptionsTimeFrozen = 698,
714
+ DifficultyOptionsTimeDayLength = 699,
715
+ DifficultyOptionsTimeDayPercent = 700,
716
+ DifficultyOptionsNoItems = 701,
717
+ DifficultyOptionsBenignityInitial = 702,
718
+ DifficultyOptionsBenignityMultiplier = 703,
719
+ DifficultyOptionsMalignityInitial = 704,
720
+ DifficultyOptionsMalignityMultiplier = 705,
721
+ DifficultyOptionsWeightBonus = 706,
722
+ DifficultyOptionsStatInitial = 707,
723
+ DifficultyOptionsStatMax = 708,
724
+ DifficultyOptionsStatMultiplier = 709,
725
+ DifficultyOptionsStatusEffectStartWith = 710,
726
+ DifficultyOptionsStatusEffectUntreatable = 711,
727
+ DifficultyOptionsStatusEffectPassChanceMultiplier = 712,
728
+ DifficultyOptionsNoRandomSkills = 713,
729
+ DifficultyOptionsSkillStartingCount = 714,
730
+ DifficultyOptionsSkillGainMultiplier = 715,
731
+ DifficultyOptionsSkillInitial = 716,
732
+ DifficultyOptionsStatusEffectPermanent = 717,
733
+ DifficultyOptionsStatusEffectRateMultiplier = 718,
734
+ DifficultyOptionsStatusEffectMultiplier = 719,
735
+ EquipmentBack = 720,
736
+ EquipmentBelt = 721,
737
+ EquipmentChest = 722,
738
+ EquipmentFeet = 723,
739
+ EquipmentHands = 724,
740
+ EquipmentHead = 725,
741
+ EquipmentLeftHand = 726,
742
+ EquipmentLeftHandOption = 727,
743
+ EquipmentLegs = 728,
744
+ EquipmentNeck = 729,
745
+ EquipmentRightHand = 730,
746
+ EquipmentRightHandOption = 731,
747
+ EquipmentUse = 732,
748
+ HudFilter = 733,
749
+ QuickSlot1 = 734,
750
+ QuickSlot2 = 735,
751
+ QuickSlot3 = 736,
752
+ QuickSlot4 = 737,
753
+ QuickSlot5 = 738,
754
+ QuickSlot6 = 739,
755
+ QuickSlot7 = 740,
756
+ QuickSlot8 = 741,
757
+ QuickSlot9 = 742,
758
+ TabCrafting = 743,
759
+ TabDismantle = 744,
760
+ Version = 745,
761
+ WindowTitleContainer = 746,
762
+ WindowTitleCrafting = 747,
763
+ WindowTitleEquipment = 748,
764
+ WindowTitleInventory = 749
764
765
  }
765
766
  export default UiTranslation;