@wayward/types 2.12.2-beta.dev.20221106.1 → 2.12.2-beta.dev.20221109.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.
- package/definitions/game/IGlobal.d.ts +0 -3
- package/definitions/game/game/entity/action/actions/Dismantle.d.ts +1 -0
- package/definitions/game/game/entity/player/quest/QuestManager.d.ts +1 -1
- package/definitions/game/game/entity/player/quest/Quests.d.ts +3 -4
- package/definitions/game/game/item/Item.d.ts +1 -1
- package/definitions/game/game/temperature/TemperatureManager.d.ts +7 -3
- package/definitions/game/language/dictionary/Message.d.ts +420 -421
- package/definitions/game/language/dictionary/UiTranslation.d.ts +725 -722
- package/definitions/game/renderer/IRenderer.d.ts +1 -1
- package/definitions/game/save/data/ISaveDataGlobal.d.ts +1 -0
- package/definitions/game/ui/old/IOldUi.d.ts +2 -4
- package/definitions/game/ui/old/OldUi.d.ts +0 -2
- package/definitions/game/ui/old/screens/InGameScreen.d.ts +1 -11
- package/package.json +1 -1
- package/definitions/game/ui/old/functional/FunctionalTooltip.d.ts +0 -11
|
@@ -150,727 +150,730 @@ declare enum UiTranslation {
|
|
|
150
150
|
GameTooltipSharedLabelCivilizationScore = 135,
|
|
151
151
|
GameTooltipSharedLabelGrowingSpeed = 136,
|
|
152
152
|
GameTooltipSharedLabelInsulation = 137,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
153
|
+
GameTooltipSharedLabelStoredInsulation = 138,
|
|
154
|
+
GameTooltipSharedLabelPreservation = 139,
|
|
155
|
+
GameTooltipSharedLabelDurability = 140,
|
|
156
|
+
GameTooltipSharedDurabilityMagicalDamageReduction = 141,
|
|
157
|
+
GameTooltipSharedDurabilityMagicalDamageRegeneration = 142,
|
|
158
|
+
GameTooltipSharedLabelContents = 143,
|
|
159
|
+
GameTooltipSkillCurrent = 144,
|
|
160
|
+
GameTooltipSkillReputationImpact = 145,
|
|
161
|
+
GameTooltipSkillCanIncrease = 146,
|
|
162
|
+
GameTooltipSkillBonuses = 147,
|
|
163
|
+
GameTooltipSkillBonus = 148,
|
|
164
|
+
GameTooltipMilestoneProgress = 149,
|
|
165
|
+
GameTooltipMilestoneDiscovered = 150,
|
|
166
|
+
GameTooltipSharedMagicalProperty = 151,
|
|
167
|
+
GameTooltipSharedMagicalPropertyOutOf = 152,
|
|
168
|
+
GameTooltipSharedLabel = 153,
|
|
169
|
+
GameTooltipSharedLabelHead = 154,
|
|
170
|
+
GameTooltipSharedLabelTail = 155,
|
|
171
|
+
GameTooltipSharedLabelStart = 156,
|
|
172
|
+
GameTooltipSharedLabelEnd = 157,
|
|
173
|
+
GameTooltipIslandBiome = 158,
|
|
174
|
+
GameTooltipIslandSeed = 159,
|
|
175
|
+
GameTooltipIslandDaysSpent = 160,
|
|
176
|
+
GameTooltipIslandDaysSpentDaysUnit = 161,
|
|
177
|
+
GameTooltipIslandDaysSpentCumulative = 162,
|
|
178
|
+
GameTooltipIslandUndiscovered = 163,
|
|
179
|
+
GameTooltipIslandUnnamed = 164,
|
|
180
|
+
GameTooltipIslandSelf = 165,
|
|
181
|
+
GameTooltipIslandPlayers = 166,
|
|
182
|
+
GameTooltipIslandNPCs = 167,
|
|
183
|
+
GameTooltipIslandModifiers = 168,
|
|
184
|
+
GameTooltipIslandMaps = 169,
|
|
185
|
+
GameTooltipIslandCoordinates = 170,
|
|
186
|
+
GameTooltipIslandCoordinatesLabel = 171,
|
|
187
|
+
GameTooltipActionNone = 172,
|
|
188
|
+
GameTooltipActionUndiscovered = 173,
|
|
189
|
+
GameTooltipEquipSlotOffHandDisabledTwoHandedOffHand = 174,
|
|
190
|
+
GameTooltipEquipSlotOffHandDisabledTwoHandedMainHand = 175,
|
|
191
|
+
GameTooltipStatAttackSectionMelee = 176,
|
|
192
|
+
GameTooltipStatAttackSectionRanged = 177,
|
|
193
|
+
GameTooltipStatAttackRange = 178,
|
|
194
|
+
GameTooltipStatAttackMultiplier = 179,
|
|
195
|
+
GameStatsPercentage = 180,
|
|
196
|
+
GameStatsStatAttack = 181,
|
|
197
|
+
GameStatsStatGeneric = 182,
|
|
198
|
+
GameStatsStatGenericWithMax = 183,
|
|
199
|
+
GameStatsStatbar = 184,
|
|
200
|
+
GameStatsStatHealthTooltip = 185,
|
|
201
|
+
GameStatsStatStaminaTooltip = 186,
|
|
202
|
+
GameStatsStatHungerTooltip = 187,
|
|
203
|
+
GameStatsStatThirstTooltip = 188,
|
|
204
|
+
GameStatsStatHealthStatusWarning = 189,
|
|
205
|
+
GameStatsStatStaminaStatusWarning = 190,
|
|
206
|
+
GameStatsStatHungerStatusWarning = 191,
|
|
207
|
+
GameStatsStatThirstStatusWarning = 192,
|
|
208
|
+
GameStatsStatWeightStatusWarning = 193,
|
|
209
|
+
GameStatsStatStaminaStatusBad = 194,
|
|
210
|
+
GameStatsStatHungerStatusBad = 195,
|
|
211
|
+
GameStatsStatThirstStatusBad = 196,
|
|
212
|
+
GameStatsStatWeightStatusBad = 197,
|
|
213
|
+
GameStatsStatReputationTooltipAverageReputation = 198,
|
|
214
|
+
GameStatsStatReputationTooltipDifficulty = 199,
|
|
215
|
+
GameStatsStatReputationTooltipDifficultyEasy = 200,
|
|
216
|
+
GameStatsStatReputationTooltipDifficultyHard = 201,
|
|
217
|
+
GameStatsStatReputationTooltipDifficultyInfantile = 202,
|
|
218
|
+
GameStatsStatReputationTooltipDifficultyInsane = 203,
|
|
219
|
+
GameStatsStatReputationTooltipDifficultyMedium = 204,
|
|
220
|
+
GameStatsStatReputationTooltipDifficultyNightmare = 205,
|
|
221
|
+
GameStatsStatReputationTooltipDifficultySimple = 206,
|
|
222
|
+
GameStatsStatReputationTooltipDifficultyVeryEasy = 207,
|
|
223
|
+
GameStatsStatReputationTooltipDifficultyVeryHard = 208,
|
|
224
|
+
GameStatsStatReputationTooltipBenignity = 209,
|
|
225
|
+
GameStatsStatReputationTooltipMalignity = 210,
|
|
226
|
+
GameStatsStatReputationTooltipScore = 211,
|
|
227
|
+
GameStatsStatReputationTooltipCivilizationScore = 212,
|
|
228
|
+
GameStatsStatReputationTooltipTurn = 213,
|
|
229
|
+
GameStatsStatReputationTooltipTicks = 214,
|
|
230
|
+
GameStatsStatWeightTooltip = 215,
|
|
231
|
+
GameStatsStatAttackTooltipTactics = 216,
|
|
232
|
+
GameStatsStatAttackTooltipMainHand = 217,
|
|
233
|
+
GameStatsStatAttackTooltipOffHand = 218,
|
|
234
|
+
GameStatsStatDefenseTooltipBase = 219,
|
|
235
|
+
GameStatsStatDefenseTooltipBlunt = 220,
|
|
236
|
+
GameStatsStatDefenseTooltipParrying = 221,
|
|
237
|
+
GameStatsStatDefenseTooltipFire = 222,
|
|
238
|
+
GameStatsStatDefenseTooltipCold = 223,
|
|
239
|
+
GameStatsStatDefenseTooltipPiercing = 224,
|
|
240
|
+
GameStatsStatDefenseTooltipSlashing = 225,
|
|
241
|
+
GameItemBarterCredit = 226,
|
|
242
|
+
GameMenuBarButtonTooltipBindable = 227,
|
|
243
|
+
GameMenuBarButtonTooltipSaveSize = 228,
|
|
244
|
+
GameMenuBarButtonTooltipSaveTurnsAgo = 229,
|
|
245
|
+
GameMenuBarButtonTooltipSaveLastTime = 230,
|
|
246
|
+
GameMenuBarButtonTooltipNotesUnread = 231,
|
|
247
|
+
GameMenuBarButtonTooltipMilestonesDisabled = 232,
|
|
248
|
+
GameMenuBarButtonTooltipQuestsDisabled = 233,
|
|
249
|
+
GameMenuBarContextMenuActionRemoveItem = 234,
|
|
250
|
+
GameMenuBarContextMenuActionInsertItem = 235,
|
|
251
|
+
GameMenuBarContextMenuActionReset = 236,
|
|
252
|
+
GameActionBarContextMenuDisplayBindings = 237,
|
|
253
|
+
GameActionBarContextMenuAutoSelectPrimaryUse = 238,
|
|
254
|
+
GameActionBarContextMenuAddSlot = 239,
|
|
255
|
+
GameActionBarContextMenuRemoveSlot = 240,
|
|
256
|
+
GameActionBarContextMenuConfigure = 241,
|
|
257
|
+
GameActionBarConfigurationDrawerTitle = 242,
|
|
258
|
+
GameActionBarConfigurationDrawerFooterDiscoveryHint = 243,
|
|
259
|
+
GameActionBarConfigurationDrawerFooterDiscoveryHintProgress = 244,
|
|
260
|
+
GameActionBarConfigurationDrawerSlotHintUse = 245,
|
|
261
|
+
GameActionBarConfigurationDrawerSlotHintToggle = 246,
|
|
262
|
+
GameActionBarConfigurationDrawerSlotHintToggleUseOnMove = 247,
|
|
263
|
+
GameActionBarConfigurationDrawerColumnTitleActions = 248,
|
|
264
|
+
GameActionBarConfigurationDrawerColumnTitleItemActions = 249,
|
|
265
|
+
GameActionBarConfigurationDrawerColumnTitleConfiguration = 250,
|
|
266
|
+
GameActionBarConfigurationDrawerHintSelectAnAction = 251,
|
|
267
|
+
GameActionBarConfigurationDrawerButtonEditBindings = 252,
|
|
268
|
+
GameActionBarConfigurationDrawerButtonClearSlot = 253,
|
|
269
|
+
GameActionBarConfigurationDrawerColumnTitleInapplicable = 254,
|
|
270
|
+
GameActionBarConfigurationDrawerButtonUseOnMove = 255,
|
|
271
|
+
GameActionBarConfigurationDrawerButtonUseOnMoveDescription = 256,
|
|
272
|
+
GameActionBarConfigurationDrawerHintDiscoverMore = 257,
|
|
273
|
+
GameActionBarConfigurationDrawerButtonUseExactItem = 258,
|
|
274
|
+
GameActionBarConfigurationDrawerButtonUseByTypeAndQuality = 259,
|
|
275
|
+
GameActionBarConfigurationDrawerButtonUseByType = 260,
|
|
276
|
+
GameActionBarConfigurationDrawerButtonUseAny = 261,
|
|
277
|
+
GameActionBarConfigurationDrawerButtonDone = 262,
|
|
278
|
+
GameActionBarSlotTooltipHintUse = 263,
|
|
279
|
+
GameActionBarSlotTooltipHintConfigure = 264,
|
|
280
|
+
GameActionBarSlotTooltipHintUseOnMove = 265,
|
|
281
|
+
GameActionBarSlotTooltipHintUseSlottedItem = 266,
|
|
282
|
+
GameActionBarSlotTooltipHintClear = 267,
|
|
283
|
+
GameMessagesButtonSend = 268,
|
|
284
|
+
GameMessagesContextMenuShowAsDialog = 269,
|
|
285
|
+
GameMessagesContextMenuClear = 270,
|
|
286
|
+
GameMessagesContextMenuCopy = 271,
|
|
287
|
+
GameMessagesContextMenuExport = 272,
|
|
288
|
+
GameMessagesFilter = 273,
|
|
289
|
+
GameMessagesFiltersEdit = 274,
|
|
290
|
+
GameMessagesNewNote = 275,
|
|
291
|
+
GameMessagesTurn = 276,
|
|
292
|
+
GameMessagesDedicatedServerBackup = 277,
|
|
293
|
+
GameMessagesDedicatedServerBackupLimitReached = 278,
|
|
294
|
+
GameMessagesPlaceholderChat = 279,
|
|
295
|
+
GameTileInspectionCannotSeeTile = 280,
|
|
296
|
+
GameQuickslotsTooltipUsageHint = 281,
|
|
297
|
+
MenuAboutTitle = 282,
|
|
298
|
+
MenuAboutDescription = 283,
|
|
299
|
+
MenuAboutGameDescription = 284,
|
|
300
|
+
MenuAboutSectionTeam = 285,
|
|
301
|
+
MenuAboutTeamMemberResponsibilities = 286,
|
|
302
|
+
MenuAboutTeamMemberName = 287,
|
|
303
|
+
MenuAboutTeamMemberNickname = 288,
|
|
304
|
+
MenuAboutSectionContributors = 289,
|
|
305
|
+
MenuAboutSectionSpecialThanks = 290,
|
|
306
|
+
MenuAboutTextSpecialThanksTestorsAndDonators = 291,
|
|
307
|
+
MenuAboutSectionLibraries = 292,
|
|
308
|
+
MenuAboutSectionLibrariesDescription = 293,
|
|
309
|
+
MenuAboutLabelVersion = 294,
|
|
310
|
+
MenuAboutLabelVersionBuild = 295,
|
|
311
|
+
MenuAboutLabelVersionBuildTime = 296,
|
|
312
|
+
MenuBindings = 297,
|
|
313
|
+
MenuBindingsDescription = 298,
|
|
314
|
+
MenuBindingsTooltipBindConflicts = 299,
|
|
315
|
+
MenuBindingsManagedBindableGameActionBarUseSlot = 300,
|
|
316
|
+
MenuBindingsManagedBindableGameActionBarAssignSlot = 301,
|
|
317
|
+
MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 302,
|
|
318
|
+
MenuChangelogTitle = 303,
|
|
319
|
+
MenuChangelogDescription = 304,
|
|
320
|
+
MenuChangelogHeadingUnchartedWaters = 305,
|
|
321
|
+
MenuChangelogFailedToLoadTitle = 306,
|
|
322
|
+
MenuChangelogFailedToLoadDescription = 307,
|
|
323
|
+
MenuChangelogHeadingChangeCount = 308,
|
|
324
|
+
MenuChangelogButtonCopyChangelog = 309,
|
|
325
|
+
MenuCharacterCreationButtonRandomizeName = 310,
|
|
326
|
+
MenuCharacterCreationButtonExportTooltip = 311,
|
|
327
|
+
MenuCharacterCreationButtonImportTooltip = 312,
|
|
328
|
+
MenuCharacterCreationButtonStartGame = 313,
|
|
329
|
+
MenuCharacterCreationButtonJoinGame = 314,
|
|
330
|
+
MenuCharacterCreationDescription = 315,
|
|
331
|
+
MenuCharacterCreationHeadingHairColor = 316,
|
|
332
|
+
MenuCharacterCreationHeadingHairStyle = 317,
|
|
333
|
+
MenuCharacterCreationHeadingSkinTone = 318,
|
|
334
|
+
MenuCharacterCreationLabelName = 319,
|
|
335
|
+
MenuCharacterCreationTitle = 320,
|
|
336
|
+
MenuCharacterCreationButtonRotateLeftTooltip = 321,
|
|
337
|
+
MenuCharacterCreationButtonRotateRightTooltip = 322,
|
|
338
|
+
MenuCharacterCreationButtonRandomizeTooltip = 323,
|
|
339
|
+
MenuCharacterSelectionButtonNewCharacter = 324,
|
|
340
|
+
MenuCharacterSelectionDescription = 325,
|
|
341
|
+
MenuCharacterSelectionHeadingNoCharacters = 326,
|
|
342
|
+
MenuCharacterSelectionTitle = 327,
|
|
343
|
+
MenuCharacterSelectionLabelLastUse = 328,
|
|
344
|
+
MenuCharacterSelectionLabelUseCount = 329,
|
|
345
|
+
MenuCharacterSelectionCharacterButtonDeleteTooltip = 330,
|
|
346
|
+
MenuCharacterSelectionCharacterButtonCustomizeTooltip = 331,
|
|
347
|
+
MenuMultiplayerDescription = 332,
|
|
348
|
+
MenuMultiplayerTitle = 333,
|
|
349
|
+
MenuMultiplayerButtonJoinById = 334,
|
|
350
|
+
MenuMultiplayerServerLabelReputation = 335,
|
|
351
|
+
MenuMultiplayerServerLabelDays = 336,
|
|
352
|
+
MenuMultiplayerServerLabelIsland = 337,
|
|
353
|
+
MenuMultiplayerButtonNewGame = 338,
|
|
354
|
+
MenuMultiplayerButtonLoadGame = 339,
|
|
355
|
+
MenuMultiplayerServerTooltipPVP = 340,
|
|
356
|
+
MenuMultiplayerServerTooltipModsLabel = 341,
|
|
357
|
+
MenuMultiplayerServerTooltipFriendsLabel = 342,
|
|
358
|
+
MenuMultiplayerServerPlayers = 343,
|
|
359
|
+
MenuMultiplayerServerLobbyType = 344,
|
|
360
|
+
MenuMultiplayerServerRegion = 345,
|
|
361
|
+
MenuMultiplayerServerHost = 346,
|
|
362
|
+
MenuMultiplayerServerVersion = 347,
|
|
363
|
+
MenuMultiplayerServerVersionUnknown = 348,
|
|
364
|
+
MenuMultiplayerServerDedicated = 349,
|
|
365
|
+
MenuMultiplayerHeadingPlayersOnline = 350,
|
|
366
|
+
MenuMultiplayerServerModUnableToLoad = 351,
|
|
367
|
+
MenuGameEndTitleDead = 352,
|
|
368
|
+
MenuGameEndTitleWon = 353,
|
|
369
|
+
MenuGameEndShareFacebook = 354,
|
|
370
|
+
MenuGameEndShareTwitter = 355,
|
|
371
|
+
MenuGameEndContinueAsGhost = 356,
|
|
372
|
+
MenuGameEndRespawnInCasualMode = 357,
|
|
373
|
+
MenuGameEndRespawnAsNewCharacter = 358,
|
|
374
|
+
MenuGameEndReturnToIsland = 359,
|
|
375
|
+
MenuGameEndExitToMenu = 360,
|
|
376
|
+
MenuHelpTitle = 361,
|
|
377
|
+
MenuHelpDescription = 362,
|
|
378
|
+
MenuHelpLabelSearch = 363,
|
|
379
|
+
MenuHighscoresTitle = 364,
|
|
380
|
+
MenuHighscoresDescription = 365,
|
|
381
|
+
MenuHighscoresDifficultyFilterAll = 366,
|
|
382
|
+
MenuHighscoresHighscoreLabelDifficulty = 367,
|
|
383
|
+
MenuHighscoresHighscoreLabelTurns = 368,
|
|
384
|
+
MenuHighscoresHighscoreLabelScore = 369,
|
|
385
|
+
MenuHighscoresHighscoreLabelPlace = 370,
|
|
386
|
+
MenuHighscoresHighscoreLabelDate = 371,
|
|
387
|
+
MenuHighscoresHighscoreLabelDeathBy = 372,
|
|
388
|
+
MenuHighscoresHighscoreTitle = 373,
|
|
389
|
+
MenuHighscoresCharacterNameUnknown = 374,
|
|
390
|
+
MenuHighscoresHighscoreReplayWithSettings = 375,
|
|
391
|
+
MenuLoadGameButtonSaveSlot = 376,
|
|
392
|
+
MenuLoadGameButtonNewGame = 377,
|
|
393
|
+
MenuLoadGameButtonNewGameButtonImportTooltip = 378,
|
|
394
|
+
MenuLoadGameDescription = 379,
|
|
395
|
+
MenuLoadGameSaveButtonDeleteTooltip = 380,
|
|
396
|
+
MenuLoadGameSaveButtonEditNameTooltip = 381,
|
|
397
|
+
MenuLoadGameSaveButtonExportTooltip = 382,
|
|
398
|
+
MenuLoadGameSaveTooltipLabelCreatedTime = 383,
|
|
399
|
+
MenuLoadGameSaveTooltipLabelSaveTime = 384,
|
|
400
|
+
MenuLoadGameSaveTooltipLabelGameMode = 385,
|
|
401
|
+
MenuLoadGameSaveTooltipLabelScore = 386,
|
|
402
|
+
MenuLoadGameSaveTooltipLabelSeed = 387,
|
|
403
|
+
MenuLoadGameSaveTooltipLabelTurns = 388,
|
|
404
|
+
MenuLoadGameSaveTooltipLabelMods = 389,
|
|
405
|
+
MenuLoadGameSaveTooltipLabelOriginalVersion = 390,
|
|
406
|
+
MenuLoadGameSaveTooltipMod = 391,
|
|
407
|
+
MenuLoadGameSaveTooltipNew = 392,
|
|
408
|
+
MenuLoadGameSaveGame = 393,
|
|
409
|
+
MenuLoadGameSaveGameDescription = 394,
|
|
410
|
+
MenuLoadGameTitle = 395,
|
|
411
|
+
MenuLoadGameLabelSelected = 396,
|
|
412
|
+
MenuLoadGameButtonDeleteSelectedTooltip = 397,
|
|
413
|
+
MenuLoadGameImportSaveFailure = 398,
|
|
414
|
+
MenuMainButtonAbout = 399,
|
|
415
|
+
MenuMainButtonChangelog = 400,
|
|
416
|
+
MenuMainButtonContinueGame = 401,
|
|
417
|
+
MenuMainButtonMultiplayer = 402,
|
|
418
|
+
MenuMainButtonHighscores = 403,
|
|
419
|
+
MenuMainButtonLoadGame = 404,
|
|
420
|
+
MenuMainButtonMods = 405,
|
|
421
|
+
MenuMainButtonModsAllDisabled = 406,
|
|
422
|
+
MenuMainButtonNewGame = 407,
|
|
423
|
+
MenuMainButtonNews = 408,
|
|
424
|
+
MenuMainButtonOptions = 409,
|
|
425
|
+
MenuMainButtonQuitGame = 410,
|
|
426
|
+
MenuModsWarningModsDisabledTitle = 411,
|
|
427
|
+
MenuModsWarningModsDisabledDescription = 412,
|
|
428
|
+
MenuModsButtonModdingGuide = 413,
|
|
429
|
+
MenuModsButtonOpenFolder = 414,
|
|
430
|
+
MenuModsButtonOpenWorkshop = 415,
|
|
431
|
+
MenuModsDescription = 416,
|
|
432
|
+
MenuModsTitle = 417,
|
|
433
|
+
MenuModsTooltipLabelAuthor = 418,
|
|
434
|
+
MenuModsTooltipLabelTags = 419,
|
|
435
|
+
MenuModsTooltipLabelDependencies = 420,
|
|
436
|
+
MenuModsTooltipLabelProvides = 421,
|
|
437
|
+
MenuModsTooltipLabelVersion = 422,
|
|
438
|
+
MenuModsTooltipLabelDescription = 423,
|
|
439
|
+
MenuModsTooltipLabelInstallDate = 424,
|
|
440
|
+
MenuModsTooltipLabelCreatedDate = 425,
|
|
441
|
+
MenuModsTooltipLabelLastUpdatedDate = 426,
|
|
442
|
+
MenuModsTooltipPreventsMilestoneUnlocks = 427,
|
|
443
|
+
MenuModsTooltipModOptions = 428,
|
|
444
|
+
MenuModsTooltipPublishMod = 429,
|
|
445
|
+
MenuModsTooltipModMoreInformation = 430,
|
|
446
|
+
MenuModsTooltipUninstallMod = 431,
|
|
447
|
+
MenuModsTooltipViewInSteamWorkshop = 432,
|
|
448
|
+
MenuModsTooltipViewGitHub = 433,
|
|
449
|
+
MenuModsTooltipOpenFolder = 434,
|
|
450
|
+
MenuModsButtonEditInternalMods = 435,
|
|
451
|
+
MenuModsSectionHeading = 436,
|
|
452
|
+
MenuModsSubmenuEditInternalModsTitle = 437,
|
|
453
|
+
MenuModsSubmenuEditInternalModsDescription = 438,
|
|
454
|
+
MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 439,
|
|
455
|
+
MenuNewGameButtonNext = 440,
|
|
456
|
+
MenuNewGameButtonStartServer = 441,
|
|
457
|
+
MenuNewGameDescription = 442,
|
|
458
|
+
MenuNewGameLabelEditName = 443,
|
|
459
|
+
MenuNewGameLabelEditSeed = 444,
|
|
460
|
+
MenuNewGamePlaceholderEditSeed = 445,
|
|
461
|
+
MenuNewGameTitle = 446,
|
|
462
|
+
MenuNewGameChoiceDifficulty = 447,
|
|
463
|
+
MenuNewGameChoiceSingleplayer = 448,
|
|
464
|
+
MenuNewGameChoiceSingleplayerDescription = 449,
|
|
465
|
+
MenuNewGameChoiceMultiplayer = 450,
|
|
466
|
+
MenuNewGameChoiceMultiplayerDescription = 451,
|
|
467
|
+
MenuNewGameChoiceTurnModeManual = 452,
|
|
468
|
+
MenuNewGameChoiceTurnModeManualDescription = 453,
|
|
469
|
+
MenuNewGameChoiceTurnModeRealTime = 454,
|
|
470
|
+
MenuNewGameChoiceTurnModeRealTimeDescription = 455,
|
|
471
|
+
MenuNewGameChoiceTurnModeSimulated = 456,
|
|
472
|
+
MenuNewGameChoiceTurnModeSimulatedDescription = 457,
|
|
473
|
+
MenuNewGameChoiceDifficultyTooltipMaxSaves = 458,
|
|
474
|
+
MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 459,
|
|
475
|
+
MenuNewGameChoiceDifficultyChallengeDaily = 460,
|
|
476
|
+
MenuNewGameChoiceDifficultyChallengeDailyTooltip = 461,
|
|
477
|
+
MenuNewGameButtonMilestones = 462,
|
|
478
|
+
MenuNewGameButtonMilestonesDescription = 463,
|
|
479
|
+
MenuNewGameTabGameMode = 464,
|
|
480
|
+
MenuNewGameTabMultiplayer = 465,
|
|
481
|
+
MenuNewGameTabGameplayModifiers = 466,
|
|
482
|
+
MenuNewGameHeadingGameMode = 467,
|
|
483
|
+
MenuNewGameHeadingMultiplayer = 468,
|
|
484
|
+
MenuNewGameHeadingGameplayModifiers = 469,
|
|
485
|
+
MenuNewGameMilestoneModifiersUnlockableInMode = 470,
|
|
486
|
+
MenuNewGameChoiceClientsInheritHostModifiers = 471,
|
|
487
|
+
MenuNewGameChoiceClientsInheritHostModifiersDescription = 472,
|
|
488
|
+
MenuNewGameChoiceCustomModifiers = 473,
|
|
489
|
+
MenuNewGameChoiceCustomModifiersDescription = 474,
|
|
490
|
+
MenuMilestoneModifiersTitle = 475,
|
|
491
|
+
MenuMilestoneModifiersDescription = 476,
|
|
492
|
+
MenuCustomGameOptionsTitle = 477,
|
|
493
|
+
MenuCustomGameOptionsDescription = 478,
|
|
494
|
+
MenuCustomGameOptionsRespawnOnDeath = 479,
|
|
495
|
+
MenuCustomGameOptionsRespawnOnDeathDescription = 480,
|
|
496
|
+
MenuCustomGameOptionsUseUnlockedRecipes = 481,
|
|
497
|
+
MenuCustomGameOptionsStartingIslandBiome = 482,
|
|
498
|
+
MenuCustomGameOptionsApplyTravelingEffects = 483,
|
|
499
|
+
MenuCustomGameOptionsApplyTravelingEffectsDescription = 484,
|
|
500
|
+
MenuCustomGameOptionsCreaturesPeaceful = 485,
|
|
501
|
+
MenuCustomGameOptionsCreaturesPeacefulDescription = 486,
|
|
502
|
+
MenuCustomGameOptionsCreaturesAberrantSpawns = 487,
|
|
503
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 488,
|
|
504
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 489,
|
|
505
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 490,
|
|
506
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 491,
|
|
507
|
+
MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 492,
|
|
508
|
+
MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 493,
|
|
509
|
+
MenuCustomGameOptionsCreaturesAlwaysSpawn = 494,
|
|
510
|
+
MenuCustomGameOptionsCreaturesAllowSpawning = 495,
|
|
511
|
+
MenuCustomGameOptionsCreaturesSpawnLimit = 496,
|
|
512
|
+
MenuCustomGameOptionsCreaturesSpawnLimitDescription = 497,
|
|
513
|
+
MenuCustomGameOptionsCreatureNone = 498,
|
|
514
|
+
MenuCustomGameOptionsCreatureConfigure = 499,
|
|
515
|
+
MenuCustomGameOptionsBenignityInitial = 500,
|
|
516
|
+
MenuCustomGameOptionsBenignityMultiplier = 501,
|
|
517
|
+
MenuCustomGameOptionsBenignityMultiplierTooltip = 502,
|
|
518
|
+
MenuCustomGameOptionsMalignityInitial = 503,
|
|
519
|
+
MenuCustomGameOptionsMalignityMultiplier = 504,
|
|
520
|
+
MenuCustomGameOptionsMalignityMultiplierTooltip = 505,
|
|
521
|
+
MenuCustomGameOptionsStatMultiplier = 506,
|
|
522
|
+
MenuCustomGameOptionsStatMultiplierTooltip = 507,
|
|
523
|
+
MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 508,
|
|
524
|
+
MenuCustomGameOptionsHeadingGeneral = 509,
|
|
525
|
+
MenuCustomGameOptionsHeadingTravel = 510,
|
|
526
|
+
MenuCustomGameOptionsHeadingTime = 511,
|
|
527
|
+
MenuCustomGameOptionsHeadingStats = 512,
|
|
528
|
+
MenuCustomGameOptionsHeadingReputation = 513,
|
|
529
|
+
MenuCustomGameOptionsHeadingItems = 514,
|
|
530
|
+
MenuCustomGameOptionsHeadingCreatures = 515,
|
|
531
|
+
MenuCustomGameOptionsHeadingSkills = 516,
|
|
532
|
+
MenuCustomGameOptionsHeadingStatusEffects = 517,
|
|
533
|
+
MenuCustomGameOptionsEternalNight = 518,
|
|
534
|
+
MenuCustomGameOptionsEternalNightDescription = 519,
|
|
535
|
+
MenuCustomGameOptionsEternalDay = 520,
|
|
536
|
+
MenuCustomGameOptionsEternalDayDescription = 521,
|
|
537
|
+
MenuCustomGameOptionsTimeFrozen = 522,
|
|
538
|
+
MenuCustomGameOptionsTimeInitial = 523,
|
|
539
|
+
MenuCustomGameOptionsTimeDayLength = 524,
|
|
540
|
+
MenuCustomGameOptionsTimeDayLengthTooltip = 525,
|
|
541
|
+
MenuCustomGameOptionsTimeDayPercent = 526,
|
|
542
|
+
MenuCustomGameOptionsTimeDayPercentTooltip = 527,
|
|
543
|
+
MenuCustomGameOptionsStatStarting = 528,
|
|
544
|
+
MenuCustomGameOptionsStatMax = 529,
|
|
545
|
+
MenuCustomGameOptionsStatStartingDisplay = 530,
|
|
546
|
+
MenuCustomGameOptionsStatMaxDisplay = 531,
|
|
547
|
+
MenuCustomGameOptionsStatNoChange = 532,
|
|
548
|
+
MenuCustomGameOptionsStatBonus = 533,
|
|
549
|
+
MenuCustomGameOptionsStatBonusDisplay = 534,
|
|
550
|
+
MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 535,
|
|
551
|
+
MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 536,
|
|
552
|
+
MenuCustomGameOptionsStatusEffectStartWith = 537,
|
|
553
|
+
MenuCustomGameOptionsStatusEffectUntreatable = 538,
|
|
554
|
+
MenuCustomGameOptionsStatusEffectUntreatableTooltip = 539,
|
|
555
|
+
MenuCustomGameOptionsSkillInitialRandomCount = 540,
|
|
556
|
+
MenuCustomGameOptionsSkillInitialRandomCountDescription = 541,
|
|
557
|
+
MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 542,
|
|
558
|
+
MenuCustomGameOptionsSkillsGlobal = 543,
|
|
559
|
+
MenuCustomGameOptionsSkillNone = 544,
|
|
560
|
+
MenuCustomGameOptionsSkillConfigure = 545,
|
|
561
|
+
MenuCustomGameOptionsSkillInitial = 546,
|
|
562
|
+
MenuCustomGameOptionsSkillMultiplier = 547,
|
|
563
|
+
MenuCustomGameOptionsSkillMultiplierTooltip = 548,
|
|
564
|
+
MenuCustomGameOptionsRandomItems = 549,
|
|
565
|
+
MenuCustomGameOptionsRandomItemsDescription = 550,
|
|
566
|
+
MenuCustomGameOptionsItemDurability = 551,
|
|
567
|
+
MenuCustomGameOptionsItemDurabilityTooltip = 552,
|
|
568
|
+
MenuCustomGameOptionsItemDecay = 553,
|
|
569
|
+
MenuCustomGameOptionsItemDecayTooltip = 554,
|
|
570
|
+
MenuCustomGameOptionsExport = 555,
|
|
571
|
+
MenuCustomGameOptionsImport = 556,
|
|
572
|
+
MenuNewsDescription = 557,
|
|
573
|
+
MenuNewsHeadingSocial = 558,
|
|
574
|
+
MenuNewsTitle = 559,
|
|
575
|
+
MenuNewsHeadingUnableToLoad = 560,
|
|
576
|
+
MenuNewsButtonAllNews = 561,
|
|
577
|
+
MenuNewsButtonViewChangelog = 562,
|
|
578
|
+
MenuOptionsButtonDitherFogOfWar = 563,
|
|
579
|
+
MenuOptionsButtonHealthVignette = 564,
|
|
580
|
+
MenuOptionsButtonHealthVignetteTooltip = 565,
|
|
581
|
+
MenuOptionsButtonDisableCustomCursor = 566,
|
|
582
|
+
MenuOptionsButtonDisplayArticleInObjectNames = 567,
|
|
583
|
+
MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 568,
|
|
584
|
+
MenuOptionsButtonFullscreen = 569,
|
|
585
|
+
MenuOptionsButtonCustomTitleBar = 570,
|
|
586
|
+
MenuOptionsButtonDeveloperMode = 571,
|
|
587
|
+
MenuOptionsButtonDeveloperModeContextMenu = 572,
|
|
588
|
+
MenuOptionsButtonPixelFont = 573,
|
|
589
|
+
MenuOptionsButtonReloadGame = 574,
|
|
590
|
+
MenuOptionsButtonReloadStylesheets = 575,
|
|
591
|
+
MenuOptionsButtonReloadVariableUIImages = 576,
|
|
592
|
+
MenuOptionsButtonExportGlobalSaveData = 577,
|
|
593
|
+
MenuOptionsButtonImportGlobalSaveData = 578,
|
|
594
|
+
MenuOptionsButtonSaveDataBackups = 579,
|
|
595
|
+
MenuOptionsButtonSaveDataBackupsTooltip = 580,
|
|
596
|
+
MenuOptionsButtonSaveDataClearAll = 581,
|
|
597
|
+
MenuOptionsButtonSaveDataClearCharacters = 582,
|
|
598
|
+
MenuOptionsButtonSaveDataClearHighscores = 583,
|
|
599
|
+
MenuOptionsButtonSaveDataClearMilestones = 584,
|
|
600
|
+
MenuOptionsButtonSaveDataClearOptions = 585,
|
|
601
|
+
MenuOptionsButtonSaveDataClearCraftingRecipes = 586,
|
|
602
|
+
MenuOptionsButtonSaveDataClearSaves = 587,
|
|
603
|
+
MenuOptionsButtonSkipSplash = 588,
|
|
604
|
+
MenuOptionsButtonToggleDevTools = 589,
|
|
605
|
+
MenuOptionsButtonTooltipsCreatures = 590,
|
|
606
|
+
MenuOptionsButtonOpenBackupsFolder = 591,
|
|
607
|
+
MenuOptionsButtonOpenLogsFolder = 592,
|
|
608
|
+
MenuOptionsButtonTooltipsDoodads = 593,
|
|
609
|
+
MenuOptionsButtonTooltipsItems = 594,
|
|
610
|
+
MenuOptionsButtonTooltipsTerrain = 595,
|
|
611
|
+
MenuOptionsButtonDropLocationFacing = 596,
|
|
612
|
+
MenuOptionsButtonDropLocationFeet = 597,
|
|
613
|
+
MenuOptionsButtonStartTraceRecording = 598,
|
|
614
|
+
MenuOptionsButtonStopTraceRecording = 599,
|
|
615
|
+
MenuOptionsButtonTracingRecordingtTooltip = 600,
|
|
616
|
+
MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 601,
|
|
617
|
+
MenuOptionsDescription = 602,
|
|
618
|
+
MenuOptionsHeadingAudio = 603,
|
|
619
|
+
MenuOptionsHeadingDeveloper = 604,
|
|
620
|
+
MenuOptionsHeadingGameplayOptions = 605,
|
|
621
|
+
MenuOptionsHeadingGameplayOptionsDescription = 606,
|
|
622
|
+
MenuOptionsHeadingGameplayOptionsButtonOpenDialog = 607,
|
|
623
|
+
MenuOptionsHeadingOtherOptions = 608,
|
|
624
|
+
MenuOptionsHeadingControls = 609,
|
|
625
|
+
MenuOptionsHeadingLanguage = 610,
|
|
626
|
+
MenuOptionsHeadingModOptions = 611,
|
|
627
|
+
MenuOptionsHeadingOther = 612,
|
|
628
|
+
MenuOptionsHeadingSaveData = 613,
|
|
629
|
+
MenuOptionsHeadingTooltipsTile = 614,
|
|
630
|
+
MenuOptionsHeadingVideo = 615,
|
|
631
|
+
MenuOptionsLabelInterfaceScale = 616,
|
|
632
|
+
MenuOptionsLabelHudWidth = 617,
|
|
633
|
+
MenuOptionsLabelTooltipDelay = 618,
|
|
634
|
+
MenuOptionsLabelDirectionTurnDelay = 619,
|
|
635
|
+
MenuOptionsLabelMouseTurnDelay = 620,
|
|
636
|
+
MenuOptionsLabelFontStyle = 621,
|
|
637
|
+
MenuOptionsTooltipTurnDelay = 622,
|
|
638
|
+
MenuOptionsTooltipMouseTurnDelay = 623,
|
|
639
|
+
MenuOptionsTooltipUiScaleClamped = 624,
|
|
640
|
+
MenuOptionsTooltipControlsFilter = 625,
|
|
641
|
+
MenuOptionsLabelVolumeEffects = 626,
|
|
642
|
+
MenuOptionsLabelVolumeMusic = 627,
|
|
643
|
+
MenuOptionsTabAudio = 628,
|
|
644
|
+
MenuOptionsTabDeveloper = 629,
|
|
645
|
+
MenuOptionsTabGameplay = 630,
|
|
646
|
+
MenuOptionsTabTooltips = 631,
|
|
647
|
+
MenuOptionsTabOther = 632,
|
|
648
|
+
MenuOptionsTabLanguage = 633,
|
|
649
|
+
MenuOptionsTabControls = 634,
|
|
650
|
+
MenuOptionsTabMods = 635,
|
|
651
|
+
MenuOptionsTabSaveData = 636,
|
|
652
|
+
MenuOptionsTabVideo = 637,
|
|
653
|
+
MenuOptionsTabPerformance = 638,
|
|
654
|
+
MenuOptionsHeadingPerformance = 639,
|
|
655
|
+
MenuOptionsTitle = 640,
|
|
656
|
+
MenuOptionsTooltipMusicNextTrack = 641,
|
|
657
|
+
MenuOptionsBindChoose = 642,
|
|
658
|
+
MenuOptionsBindChooseAdd = 643,
|
|
659
|
+
MenuOptionsBindLabelModifier = 644,
|
|
660
|
+
MenuOptionsBindButtonResetTooltip = 645,
|
|
661
|
+
MenuOptionsBindButtonDeleteTooltip = 646,
|
|
662
|
+
MenuOptionsBindButtonAddTooltip = 647,
|
|
663
|
+
MenuOptionsBindButtonAddMacroTooltip = 648,
|
|
664
|
+
MenuOptionsButtonUnlockAllMilestones = 649,
|
|
665
|
+
MenuOptionsButtonDiscoverAllActions = 650,
|
|
666
|
+
MenuOptionsButtonUnlockAllCraftingRecipes = 651,
|
|
667
|
+
MenuOptionsButtonAlternatingDirectionMovement = 652,
|
|
668
|
+
MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 653,
|
|
669
|
+
MenuOptionsButtonAlwaysShowMoreInformationTooltip = 654,
|
|
670
|
+
MenuOptionsButtonEnableLowPowerMode = 655,
|
|
671
|
+
MenuOptionsButtonEnableLowPowerModeTooltip = 656,
|
|
672
|
+
MenuOptionsButtonDisableAcrylicTransparency = 657,
|
|
673
|
+
MenuOptionsButtonDisableAcrylicTransparencyTooltip = 658,
|
|
674
|
+
MenuOptionsButtonDisableOverlaySupport = 659,
|
|
675
|
+
MenuOptionsButtonDisableOverlaySupportTooltip = 660,
|
|
676
|
+
MenuOptionsButtonDisableUIEffects = 661,
|
|
677
|
+
MenuOptionsButtonDisableUIEffectsTooltip = 662,
|
|
678
|
+
MenuOptionsButtonDisableUIOpacity = 663,
|
|
679
|
+
MenuOptionsButtonDisableUIOpacityTooltip = 664,
|
|
680
|
+
MenuOptionsButtonDisableMovementAnimations = 665,
|
|
681
|
+
MenuOptionsButtonDisableMovementAnimationsTooltip = 666,
|
|
682
|
+
MenuOptionsButtonAutoAttack = 667,
|
|
683
|
+
MenuOptionsButtonAutoAttackTooltip = 668,
|
|
684
|
+
MenuOptionsButtonAutoPickUp = 669,
|
|
685
|
+
MenuOptionsButtonAutoPickUpTooltip = 670,
|
|
686
|
+
MenuOptionsButtonAutoPickUpOnIdle = 671,
|
|
687
|
+
MenuOptionsButtonAutoPickUpOnIdleTooltip = 672,
|
|
688
|
+
MenuOptionsButtonDropOnDismantle = 673,
|
|
689
|
+
MenuOptionsButtonDropOnDismantleTooltip = 674,
|
|
690
|
+
MenuOptionsButtonDisableCraftingProtectedItems = 675,
|
|
691
|
+
MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 676,
|
|
692
|
+
MenuOptionsButtonDropOnGatherHarvest = 677,
|
|
693
|
+
MenuOptionsButtonDropOnGatherHarvestTooltip = 678,
|
|
694
|
+
MenuOptionsButtonKeepSortActive = 679,
|
|
695
|
+
MenuOptionsButtonKeepSortActiveTooltip = 680,
|
|
696
|
+
MenuOptionsButtonUseAdjacentContainers = 681,
|
|
697
|
+
MenuOptionsButtonUseAdjacentContainersTooltip = 682,
|
|
698
|
+
MenuOptionsButtonHideEquippedHeadgear = 683,
|
|
699
|
+
MenuOptionsButtonHideEquippedHeadgearTooltip = 684,
|
|
700
|
+
MenuOptionsButtonLeftHanded = 685,
|
|
701
|
+
MenuOptionsButtonLeftHandedTooltip = 686,
|
|
702
|
+
MenuOptionsButtonAutoSave = 687,
|
|
703
|
+
MenuOptionsButtonAutoSaveTooltip = 688,
|
|
704
|
+
MenuOptionsRangeAutoSaveTimerLabel = 689,
|
|
705
|
+
MenuOptionsRangeAutoSaveTimerTurnsDisplay = 690,
|
|
706
|
+
MenuOptionsRangeAutoSaveTimerTimeDisplay = 691,
|
|
707
|
+
MenuOptionsButtonDropIntoContainers = 692,
|
|
708
|
+
MenuOptionsButtonDropIntoContainersTooltip = 693,
|
|
709
|
+
MenuOptionsButtonWarnOnDangerousActions = 694,
|
|
710
|
+
MenuOptionsButtonWarnOnDangerousActionsTooltip = 695,
|
|
711
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 696,
|
|
712
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 697,
|
|
713
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUse = 698,
|
|
714
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 699,
|
|
715
|
+
MenuOptionsHeadingWarnWhenBreakingItems = 700,
|
|
716
|
+
MenuOptionsButtonSaveDataClearBindings = 701,
|
|
717
|
+
MenuOptionsTooltipDialogOpacity = 702,
|
|
718
|
+
MenuOptionsLabelDialogOpacity = 703,
|
|
719
|
+
MenuOptionsDeveloperLogSourceFilterHeading = 704,
|
|
720
|
+
MenuOptionsDeveloperUIExperiments = 705,
|
|
721
|
+
MenuOptionsDeveloperUIExperimentsDescription = 706,
|
|
722
|
+
MenuOptionsAudioVolumeDisplay = 707,
|
|
723
|
+
MenuOptionsAudioInputSoundOnTyping = 708,
|
|
724
|
+
MenuOptionsMusicPlaylist = 709,
|
|
725
|
+
MenuOptionsButtonConfigureBindings = 710,
|
|
726
|
+
MenuOptionsButtonSaveCompression = 711,
|
|
727
|
+
MenuOptionsButtonSaveCompressionTooltip = 712,
|
|
728
|
+
MenuPauseButtonContinueGame = 713,
|
|
729
|
+
MenuPauseButtonReturnToGame = 714,
|
|
730
|
+
MenuPauseButtonOptions = 715,
|
|
731
|
+
MenuPauseButtonGameSettings = 716,
|
|
732
|
+
MenuPauseButtonPaused = 717,
|
|
733
|
+
MenuPauseButtonMultiplayer = 718,
|
|
734
|
+
MenuPauseButtonHelp = 719,
|
|
735
|
+
MenuPauseButtonTitleScreen = 720,
|
|
736
|
+
MenuPauseButtonStopServer = 721,
|
|
737
|
+
MenuPauseHeadingDedicatedServer = 722,
|
|
738
|
+
MenuPauseTooltipNotPaused = 723,
|
|
739
|
+
MenuPauseParagraphDedicatedServer = 724,
|
|
740
|
+
MenuPauseLabelPaused = 725,
|
|
741
|
+
MenuPauseLabelNotPaused = 726,
|
|
742
|
+
MenuModesTitle = 727,
|
|
743
|
+
MenuModesDescription = 728,
|
|
744
|
+
MenuMultiplayerOptionsTitle = 729,
|
|
745
|
+
MenuMultiplayerOptionsDescription = 730,
|
|
746
|
+
MenuMultiplayerOptionsOpenServer = 731,
|
|
747
|
+
MenuMultiplayerOptionsOpenServerDescription = 732,
|
|
748
|
+
MenuMultiplayerOptionsCopyGameCode = 733,
|
|
749
|
+
MenuMultiplayerOptionsCopyGameCodeTooltip = 734,
|
|
750
|
+
MenuMultiplayerOptionsInviteSteamFriends = 735,
|
|
751
|
+
MenuMultiplayerOptionsCheckConnectionHeading = 736,
|
|
752
|
+
MenuMultiplayerOptionsCheckConnectionParagraph = 737,
|
|
753
|
+
MenuMultiplayerOptionsCheckConnectionButton = 738,
|
|
754
|
+
MenuMultiplayerOptionsCheckConnectionResultUnknown = 739,
|
|
755
|
+
MenuMultiplayerOptionsCheckConnectionResultChecking = 740,
|
|
756
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 741,
|
|
757
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 742,
|
|
758
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 743,
|
|
759
|
+
MenuMultiplayerOptionsCheckConnectionResultWebRTC = 744,
|
|
760
|
+
MenuMultiplayerOptionsCheckConnectionResultWebRTCFail = 745,
|
|
761
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocket = 746,
|
|
762
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 747,
|
|
763
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 748,
|
|
764
|
+
MenuMultiplayerOptionsCheckConnectionResultSuccess = 749,
|
|
765
|
+
MenuJoinServerTitle = 750,
|
|
766
|
+
MenuJoinServerDescription = 751,
|
|
767
|
+
MenuJoinServerInputPlaceholder = 752,
|
|
768
|
+
MenuJoinServerChooseModifiersTitle = 753,
|
|
769
|
+
MenuJoinServerChooseModifiersDescription = 754,
|
|
770
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriends = 755,
|
|
771
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 756,
|
|
772
|
+
MenuSharedMultiplayerChoiceLobbyTypePublic = 757,
|
|
773
|
+
MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 758,
|
|
774
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivate = 759,
|
|
775
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 760,
|
|
776
|
+
MenuSharedMultiplayerChoicePVP = 761,
|
|
777
|
+
MenuSharedMultiplayerChoicePVPDescription = 762,
|
|
778
|
+
MenuSharedMultiplayerChoiceAllowTraveling = 763,
|
|
779
|
+
MenuSharedMultiplayerChoiceAllowTravelingDescription = 764,
|
|
780
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 765,
|
|
781
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 766,
|
|
782
|
+
MenuSharedMultiplayerDescription = 767,
|
|
783
|
+
MenuSharedMultiplayerMessageOfTheDay = 768,
|
|
784
|
+
MenuSharedMultiplayerMaxPlayers = 769,
|
|
785
|
+
MenuSharedRealTimeTickSpeedTooltip = 770,
|
|
786
|
+
MenuSharedRealTimeTickSpeedLabel = 771,
|
|
787
|
+
MenuSharedMaxTravelTimeLabel = 772,
|
|
788
|
+
MenuSharedMaxTravelTimeLabelTooltip = 773,
|
|
789
|
+
MenuSharedButtonDefault = 774,
|
|
790
|
+
MenuSharedValueSeconds = 775,
|
|
791
|
+
MenuSharedValueMillseconds = 776,
|
|
792
|
+
MenuSharedValueTurns = 777,
|
|
793
|
+
MenuSharedValuePercentage = 778,
|
|
794
|
+
MenuSharedMilestonesNotUnlockable = 779,
|
|
795
|
+
MenuSharedMilestonesNotUnlockableDescription = 780,
|
|
796
|
+
MenuSharedMilestonesNotUnlockableButtonShowMods = 781,
|
|
797
|
+
MenuSharedButtonDisableAll = 782,
|
|
798
|
+
MenuSharedButtonEnableAll = 783,
|
|
799
|
+
MenuSharedMilestoneModifiersSelected = 784,
|
|
800
|
+
MiscSortBy = 785,
|
|
801
|
+
MiscSortDirection = 786,
|
|
802
|
+
MiscFilter = 787,
|
|
803
|
+
MiscPlayerNameDefault = 788,
|
|
804
|
+
MiscPlayerNameServer = 789,
|
|
805
|
+
MiscSaveNameDefault = 790,
|
|
806
|
+
MiscSaveNameDailyChallenge = 791,
|
|
807
|
+
MiscSaveNameChallenge = 792,
|
|
808
|
+
MiscSaveVersionUnknown = 793,
|
|
809
|
+
MiscVersion = 794,
|
|
810
|
+
MiscVersionBuildInfoTooltip = 795,
|
|
811
|
+
MiscVersionUpdate = 796,
|
|
812
|
+
MiscTime = 797,
|
|
813
|
+
MiscTimeMeridiem = 798,
|
|
814
|
+
MiscError = 799,
|
|
815
|
+
MiscContextMenuCopyTooltip = 800,
|
|
816
|
+
MiscBindableOr = 801,
|
|
817
|
+
MiscBindableNoBindings = 802,
|
|
818
|
+
DifficultyOptionsPeaceful = 803,
|
|
819
|
+
DifficultyOptionsAberrantSpawnsDisabled = 804,
|
|
820
|
+
DifficultyOptionsAberrantSpawnsOnly = 805,
|
|
821
|
+
DifficultyOptionsCreatureSpawningDisabled = 806,
|
|
822
|
+
DifficultyOptionsCreatureAlwaysSpawns = 807,
|
|
823
|
+
DifficultyOptionsCreatureSpawnsDefault = 808,
|
|
824
|
+
DifficultyOptionsCreatureSpawnsAberrantOnly = 809,
|
|
825
|
+
DifficultyOptionsCreatureSpawnsNoAberrants = 810,
|
|
826
|
+
DifficultyOptionsSpawnLimit = 811,
|
|
827
|
+
DifficultyOptionsRespawn = 812,
|
|
828
|
+
DifficultyOptionsEternalNight = 813,
|
|
829
|
+
DifficultyOptionsEternalDay = 814,
|
|
830
|
+
DifficultyOptionsTimeInitial = 815,
|
|
831
|
+
DifficultyOptionsTimeFrozen = 816,
|
|
832
|
+
DifficultyOptionsTimeDayLength = 817,
|
|
833
|
+
DifficultyOptionsTimeDayPercent = 818,
|
|
834
|
+
DifficultyOptionsNoItems = 819,
|
|
835
|
+
DifficultyOptionsRecipes = 820,
|
|
836
|
+
DifficultyOptionsStartingIsland = 821,
|
|
837
|
+
DifficultyOptionsTravelingEffectsDisabled = 822,
|
|
838
|
+
DifficultyOptionsBenignityInitial = 823,
|
|
839
|
+
DifficultyOptionsBenignityMultiplier = 824,
|
|
840
|
+
DifficultyOptionsMalignityInitial = 825,
|
|
841
|
+
DifficultyOptionsMalignityMultiplier = 826,
|
|
842
|
+
DifficultyOptionsWeightBonus = 827,
|
|
843
|
+
DifficultyOptionsStatInitial = 828,
|
|
844
|
+
DifficultyOptionsStatMax = 829,
|
|
845
|
+
DifficultyOptionsStatMultiplier = 830,
|
|
846
|
+
DifficultyOptionsStatusEffectStartWith = 831,
|
|
847
|
+
DifficultyOptionsStatusEffectUntreatable = 832,
|
|
848
|
+
DifficultyOptionsStatusEffectPassChanceMultiplier = 833,
|
|
849
|
+
DifficultyOptionsNoRandomSkills = 834,
|
|
850
|
+
DifficultyOptionsSkillStartingCount = 835,
|
|
851
|
+
DifficultyOptionsSkillGainMultiplier = 836,
|
|
852
|
+
DifficultyOptionsSkillInitial = 837,
|
|
853
|
+
DifficultyOptionsStatusEffectPermanent = 838,
|
|
854
|
+
DifficultyOptionsStatusEffectRateMultiplier = 839,
|
|
855
|
+
DifficultyOptionsStatusEffectMultiplier = 840,
|
|
856
|
+
DifficultyOptionsItemDurabilityMultiplier = 841,
|
|
857
|
+
DifficultyOptionsItemDecayMultiplier = 842,
|
|
858
|
+
EquipmentBack = 843,
|
|
859
|
+
EquipmentChest = 844,
|
|
860
|
+
EquipmentFeet = 845,
|
|
861
|
+
EquipmentHands = 846,
|
|
862
|
+
EquipmentHead = 847,
|
|
863
|
+
EquipmentLegs = 848,
|
|
864
|
+
EquipmentMainHand = 849,
|
|
865
|
+
EquipmentMainHandOption = 850,
|
|
866
|
+
EquipmentNeck = 851,
|
|
867
|
+
EquipmentOffHand = 852,
|
|
868
|
+
EquipmentOffHandOption = 853,
|
|
869
|
+
EquipmentUse = 854,
|
|
870
|
+
EquipmentWaist = 855,
|
|
871
|
+
HudFilter = 856,
|
|
872
|
+
TabCrafting = 857,
|
|
873
|
+
TabDismantle = 858,
|
|
874
|
+
WindowTitleContainer = 859,
|
|
875
|
+
WindowTitleCrafting = 860,
|
|
876
|
+
WindowTitleEquipment = 861,
|
|
877
|
+
WindowTitleInventory = 862
|
|
875
878
|
}
|
|
876
879
|
export default UiTranslation;
|