-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path1.10.2_custom_localization.log
26877 lines (19886 loc) · 457 KB
/
1.10.2_custom_localization.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
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
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Custom Localization Documentation:
--------------------
GetFaithSacredLanguage:
Scope: all
Random Valid: no
Entries:
language_latin_name
language_occitano_romance_name
language_aramaic_name
language_armenian_name
language_greek_name
language_hebrew_name
language_arabic_name
language_avestan_name
language_pali_name
language_classical_tibetan_name
language_chinese_name
language_sanskrit_name
language_greek_name
fallback_liturgical_province_language
--------------------
GetAnimalType:
Scope: all
Random Valid: no
Entries:
animal_type_saiga
animal_type_antelope
animal_type_reindeer
animal_type_buck
animal_type_elk
animal_type_hart
animal_type_gazelle
animal_type_roe
animal_type_zubr
animal_type_wisent
animal_type_bison
animal_type_aurochs
animal_type_fox
animal_type_hare
animal_type_lion
animal_type_tiger
animal_type_leopard
animal_type_boar
animal_type_hyena
animal_type_lynx
animal_type_wolf
animal_type_bear
animal_type_unicorn
animal_type_dragon
animal_type_stork
animal_type_crane
animal_type_heron
animal_type_egret
animal_type_pelican
animal_type_flamingo
animal_type_swan
animal_type_goose
animal_type_duck
animal_type_pheasant
animal_type_bustard
animal_type_grouse
animal_type_quail
--------------------
GetAnimalTypeKill:
Scope: all
Random Valid: no
Entries:
animal_type_saiga
animal_type_antelope
animal_type_reindeer
animal_type_buck
animal_type_elk
animal_type_hart
animal_type_gazelle
animal_type_roe
animal_type_zubr
animal_type_wisent
animal_type_bison
animal_type_aurochs
animal_type_fox
animal_type_hare
animal_type_lion
animal_type_tiger
animal_type_leopard
animal_type_boar
animal_type_wolf
animal_type_hyena
animal_type_lynx
animal_type_bear
--------------------
GetAnimalTypeWaterfowl:
Scope: all
Random Valid: no
Entries:
animal_type_swan
animal_type_goose
animal_type_duck
--------------------
GetAnimalTypeGamebird:
Scope: all
Random Valid: no
Entries:
animal_type_pheasant
animal_type_bustard
animal_type_grouse
animal_type_quail
--------------------
GetAnimalTypeTame:
Scope: all
Random Valid: no
Entries:
animal_type_saiga
animal_type_antelope
animal_type_reindeer
animal_type_buck
animal_type_elk
animal_type_hart
animal_type_gazelle
animal_type_roe
--------------------
GetAnimalTypeCaptive:
Scope: all
Random Valid: no
Entries:
animal_type_lion
animal_type_tiger
animal_type_leopard
animal_type_bear
animal_type_lynx
animal_type_hyena
animal_type_wolf
--------------------
GetAnimalTypeMismanaged:
Scope: all
Random Valid: no
Entries:
animal_type_saiga
animal_type_antelope
animal_type_reindeer
animal_type_buck
animal_type_elk
animal_type_hart
animal_type_gazelle
animal_type_roe
--------------------
GetAnimalPlural:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _plural
Entries:
--------------------
GetAnimalTypeTamePlural:
Scope: all
Random Valid: no
Parent: GetAnimalTypeTame
Suffix: _plural
Entries:
--------------------
GetAnimalArticle:
Scope: all
Random Valid: no
Entries:
article_an
article_a
--------------------
GetAnimalStrike:
Scope: all
Random Valid: yes
Entries:
hunt_animal_strike_kick
hunt_animal_strike_buck
hunt_animal_strike_bite
hunt_animal_strike_swipe
hunt_animal_strike_strike
--------------------
GetAnimalStrikePresent:
Scope: all
Random Valid: no
Parent: GetAnimalStrike
Suffix: _present
Entries:
--------------------
GetAnimalStrikeParticiple:
Scope: all
Random Valid: no
Parent: GetAnimalStrike
Suffix: _participle
Entries:
--------------------
GetAnimalStrikeParticipleKill:
Scope: all
Random Valid: yes
Entries:
hunt_animal_strike_kick_participle
hunt_animal_strike_buck_participle
hunt_animal_strike_bite_participle
hunt_animal_strike_swipe_participle
hunt_animal_strike_strike_participle
--------------------
GetAnimalAdjective:
Scope: all
Random Valid: yes
Entries:
animal_flighty_desc
animal_majestic_desc
animal_powerful_desc
animal_sly_desc
animal_quick_desc
animal_devious_desc
animal_swift_desc
animal_leaping_desc
animal_prancing_desc
animal_despised_desc
animal_loathsome_desc
animal_cunning_desc
animal_fabled_desc
animal_mystical_desc
--------------------
GetAnimalAdjectiveCaptive:
Scope: all
Random Valid: yes
Entries:
animal_majestic_desc
animal_powerful_desc
animal_ferocious_desc
animal_deadly_desc
--------------------
GetAnimalCharge:
Scope: all
Random Valid: yes
Entries:
hunt_animal_charge_bound
hunt_animal_charge_charge
hunt_animal_charge_lope
hunt_animal_charge_hurtle
--------------------
GetAnimalChargePresent:
Scope: all
Random Valid: no
Parent: GetAnimalCharge
Suffix: _present
Entries:
--------------------
GetAnimalChargeParticiple:
Scope: all
Random Valid: no
Parent: GetAnimalCharge
Suffix: _participle
Entries:
--------------------
GetAnimalFeature:
Scope: all
Random Valid: yes
Entries:
hunt_animal_feature_antlers
hunt_animal_feature_horns
hunt_animal_feature_coat
hunt_animal_feature_spots
hunt_animal_feature_stripes
hunt_animal_feature_tusks
hunt_animal_feature_tail
hunt_animal_feature_mane
hunt_animal_feature_legs
hunt_animal_feature_neck
hunt_animal_feature_bill
hunt_animal_feature_plumage
hunt_animal_feature_long_legs
--------------------
GetAnimalFeatureKill:
Scope: all
Random Valid: yes
Entries:
hunt_animal_feature_antlers
hunt_animal_feature_horns
hunt_animal_feature_fangs
hunt_animal_feature_coat
hunt_animal_feature_claws
hunt_animal_feature_tusks
hunt_animal_feature_tail
hunt_animal_feature_legs
hunt_animal_feature_neck
hunt_animal_feature_bill
hunt_animal_feature_plumage
hunt_animal_feature_long_legs
--------------------
GetAnimalGroup:
Scope: all
Random Valid: yes
Entries:
hunt_animal_group_herd
hunt_animal_group_pack
hunt_animal_group_sloth
hunt_animal_group_sounder
hunt_animal_group_skulk
hunt_animal_group_husk
hunt_animal_group_pride
hunt_animal_group_mustering
hunt_animal_group_sedge
hunt_animal_group_siege
hunt_animal_group_stand
hunt_animal_group_pod
hunt_animal_group_gaggle
hunt_animal_group_bevy
hunt_animal_group_raft
hunt_animal_group_wedge
hunt_animal_group_flock
hunt_animal_group_group
--------------------
GetAnimalGroupPlural:
Scope: all
Random Valid: yes
Entries:
hunt_animal_group_herd_plural
hunt_animal_group_pack_plural
hunt_animal_group_sloth_plural
hunt_animal_group_sounder_plural
hunt_animal_group_skulk_plural
hunt_animal_group_husk_plural
hunt_animal_group_pride_plural
hunt_animal_group_mustering_plural
hunt_animal_group_sedge_plural
hunt_animal_group_siege_plural
hunt_animal_group_stand_plural
hunt_animal_group_pod_plural
hunt_animal_group_gaggle_plural
hunt_animal_group_bevy_plural
hunt_animal_group_raft_plural
hunt_animal_group_wedge_plural
hunt_animal_group_flock_plural
hunt_animal_group_group_plural
--------------------
GetAnimalSound:
Scope: all
Random Valid: yes
Entries:
hunt_animal_sound_bark
hunt_animal_sound_snort
hunt_animal_sound_growl
hunt_animal_sound_bellow
hunt_animal_sound_roar
hunt_animal_sound_scream
hunt_animal_sound_laugh
hunt_animal_sound_howl
hunt_animal_sound_squeal
hunt_animal_sound_squeak
hunt_animal_sound_quack
hunt_animal_sound_honk
hunt_animal_sound_call
--------------------
GetAnimalSoundPresent:
Scope: all
Random Valid: no
Parent: GetAnimalSound
Suffix: _present
Entries:
--------------------
GetAnimalSoundParticiple:
Scope: all
Random Valid: no
Parent: GetAnimalSound
Suffix: _participle
Entries:
--------------------
GetAnimalSoundParticipleKill:
Scope: all
Random Valid: yes
Entries:
hunt_animal_sound_bark_participle
hunt_animal_sound_snort_participle
hunt_animal_sound_growl_participle
hunt_animal_sound_bellow_participle
hunt_animal_sound_roar_participle
hunt_animal_sound_scream_participle
hunt_animal_sound_laugh_participle
hunt_animal_sound_howl_participle
hunt_animal_sound_squeal_participle
hunt_animal_sound_squeak_participle
--------------------
GetAnimalDanger:
Scope: all
Random Valid: yes
Entries:
hunt_animal_danger_antlers
hunt_animal_danger_horns
hunt_animal_danger_fangs
hunt_animal_danger_claws
hunt_animal_danger_tusks
hunt_animal_danger_teeth
--------------------
GetAnimalDangerKill:
Scope: all
Random Valid: yes
Entries:
hunt_animal_danger_antlers
hunt_animal_danger_horns
hunt_animal_danger_fangs
hunt_animal_danger_claws
hunt_animal_danger_tusks
hunt_animal_danger_teeth
--------------------
GetAnimalTrack:
Scope: all
Random Valid: no
Entries:
hunt_animal_track_hoof
hunt_animal_track_trotter
hunt_animal_track_paw
--------------------
GetAnimalTrackPlural:
Scope: all
Random Valid: no
Parent: GetAnimalTrack
Suffix: _plural
Entries:
--------------------
GetAnimalColor:
Scope: all
Random Valid: yes
Entries:
fur_color_brown
fur_color_dark
fur_color_bright
fur_color_sandy
fur_color_black
fur_color_yellow
fur_color_golden
fur_color_gray
fur_color_silver
fur_color_orange
fur_color_white
fur_color_snowy
fur_color_dazzling
fur_color_spotted
fur_color_colorful
fur_color_speckled
fur_color_tawny
fur_color_pink
--------------------
GetAnimalMale:
Scope: all
Random Valid: yes
Entries:
hunt_animal_male_stag
hunt_animal_male_dog
hunt_animal_male_jack
hunt_animal_male_bull
animal_type_boar
animal_type_lion
animal_type_tiger
animal_type_leopard
horse_gender_stallion
hunt_animal_male_fallback
--------------------
GetAnimalFemale:
Scope: all
Random Valid: yes
Entries:
hunt_animal_female_doe
hunt_animal_female_hind
hunt_animal_female_bitch
hunt_animal_female_vixen
hunt_animal_female_jill
hunt_animal_female_cow
hunt_animal_female_sow
hunt_animal_female_lioness
hunt_animal_female_tigress
hunt_animal_female_leopardess
horse_gender_mare
hunt_animal_female_fallback
--------------------
GetAnimalChild:
Scope: all
Random Valid: yes
Entries:
hunt_animal_child_calf
hunt_animal_child_fawn
hunt_animal_child_pup
hunt_animal_child_kitten
hunt_animal_child_leveret
hunt_animal_child_piglet
hunt_animal_child_cub
hunt_animal_child_fallback
--------------------
GetLegendaryColor:
Scope: all
Random Valid: no
Entries:
fur_color_black
fur_color_white
--------------------
GetRaptorType:
Scope: all
Random Valid: no
Entries:
animal_type_hawk
animal_type_falcon
animal_type_raptor
--------------------
GetRaptorPlural:
Scope: all
Random Valid: no
Entries:
animal_type_hawk_plural
animal_type_falcon_plural
animal_type_raptor_plural
--------------------
GetAnimalType_DE_ART_DEF_S_N:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_ART_DEF_S_N
Entries:
--------------------
GetAnimalType_DE_END_ADJ_IND_S_N:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_END_ADJ_IND_S_N
Entries:
--------------------
GetAnimalType_DE_PRO_PER_S_3P_N:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_PRO_PER_S_3P_N
Entries:
--------------------
GetAnimalType_DE_END_PRO_S_N:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_END_PRO_S_N
Entries:
--------------------
GetAnimalType_DE_GEN:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_GEN
Entries:
--------------------
GetAnimalType_DE_ART_DEF_S_G:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_ART_DEF_S_G
Entries:
--------------------
GetAnimalType_DE_ART_IND_G:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_ART_IND_G
Entries:
--------------------
GetAnimalType_DE_DAT:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_DAT
Entries:
--------------------
GetAnimalType_DE_ART_IND_D:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_ART_IND_D
Entries:
--------------------
GetAnimalType_DE_ART_DEF_S_D:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_ART_DEF_S_D
Entries:
--------------------
GetAnimalType_DE_AKK:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_AKK
Entries:
--------------------
GetAnimalType_DE_ART_DEF_S_A:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_ART_DEF_S_A
Entries:
--------------------
GetAnimalType_DE_ART_IND_A:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_ART_IND_A
Entries:
--------------------
GetAnimalType_DE_END_ADJ_DEF_S_A:
Scope: all
Random Valid: no
Parent: GetAnimalType
Suffix: _DE_END_ADJ_DEF_S_A
Entries:
--------------------
GetAnimalTypeKill_DE_ART_DEF_S_N:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_ART_DEF_S_N
Entries:
--------------------
GetAnimalTypeKill_DE_END_ADJ_IND_S_N:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_END_ADJ_IND_S_N
Entries:
--------------------
GetAnimalTypeKill_DE_PRO_PER_S_3P_N:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_PRO_PER_S_3P_N
Entries:
--------------------
GetAnimalTypeKill_DE_END_PRO_S_N:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_END_PRO_S_N
Entries:
--------------------
GetAnimalTypeKill_DE_GEN:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_GEN
Entries:
--------------------
GetAnimalTypeKill_DE_ART_DEF_S_G:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_ART_DEF_S_G
Entries:
--------------------
GetAnimalTypeKill_DE_ART_IND_G:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_ART_IND_G
Entries:
--------------------
GetAnimalTypeKill_DE_DAT:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_DAT
Entries:
--------------------
GetAnimalTypeKill_DE_ART_IND_D:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_ART_IND_D
Entries:
--------------------
GetAnimalTypeKill_DE_ART_DEF_S_D:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_ART_DEF_S_D
Entries:
--------------------
GetAnimalTypeKill_DE_AKK:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_AKK
Entries:
--------------------
GetAnimalTypeKill_DE_ART_DEF_S_A:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_ART_DEF_S_A
Entries:
--------------------
GetAnimalTypeKill_DE_ART_IND_A:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_ART_IND_A
Entries:
--------------------
GetAnimalTypeKill_DE_END_ADJ_DEF_S_A:
Scope: all
Random Valid: no
Parent: GetAnimalTypeKill
Suffix: _DE_END_ADJ_DEF_S_A
Entries:
--------------------
GetAnimalTypeWaterfowl_DE_ART_DEF_S_N:
Scope: all
Random Valid: no
Parent: GetAnimalTypeWaterfowl
Suffix: _DE_ART_DEF_S_N
Entries:
--------------------
GetAnimalTypeWaterfowl_DE_END_ADJ_IND_S_N:
Scope: all
Random Valid: no
Parent: GetAnimalTypeWaterfowl
Suffix: _DE_END_ADJ_IND_S_N
Entries:
--------------------
GetAnimalTypeWaterfowl_DE_PRO_PER_S_3P_N:
Scope: all
Random Valid: no
Parent: GetAnimalTypeWaterfowl