-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExportGear_ru.json
1250 lines (1250 loc) · 174 KB
/
ExportGear_ru.json
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
{
"ExportGear": [
{
"uniqueName": "/Lotus/Types/Game/FishBait/Infested/InfestedFishBaitA",
"name": "\u041e\u0441\u0442\u0430\u043d\u043a\u0438 \u0424\u044d\u0437\u0430",
"description": "\u041a\u0443\u0441\u043e\u043a \u0432\u0438\u0440\u043c\u0430 \u0424\u044d\u0437\u0430, \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u0441\u043b\u0435 \u0435\u0433\u043e \u0432\u0437\u0440\u044b\u0432\u043d\u043e\u0439 \u0441\u043c\u0435\u0440\u0442\u0438 \u0432\u00a0\u041a\u0430\u043c\u0431\u0438\u043e\u043d\u0441\u043a\u043e\u043c \u0414\u0440\u0435\u0439\u0444\u0435. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0433\u043b\u044e\u0442\u0438\u043d\u043e\u043a\u0441\u0430 \u043d\u0430\u00a0\u043f\u043e\u0432\u0435\u0440\u0445\u043d\u043e\u0441\u0442\u0438 \u0432\u043e\u00a0\u0432\u0440\u0435\u043c\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0412\u043e\u0443\u043c, \u0438\u043b\u0438 \u043e\u0441\u0442\u0438\u043c\u0438\u0440\u0430 \u0432\u00a0\u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u043d\u0430\u00a0\u043f\u043e\u0432\u0435\u0440\u0445\u043d\u043e\u0441\u0442\u0438 \u0432\u043e\u00a0\u0432\u0440\u0435\u043c\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0424\u044d\u0437\u0430, \u0430\u00a0\u0442\u0430\u043a\u0436\u0435 \u0432\u0438\u0442\u0440\u0435\u043e\u0441\u043f\u0438\u043d\u043e\u0432 \u0432\u00a0\u043f\u0435\u0449\u0435\u0440\u0430\u0445 \u0432\u043e\u00a0\u0432\u0440\u0435\u043c\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0424\u044d\u0437\u0430/\u0412\u043e\u0443\u043c.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u041a\u0430\u043c\u0431\u0438\u043e\u043d\u0441\u043a\u0438\u0439 \u0414\u0440\u0435\u0439\u0444 \u043d\u0430\u00a0\u0414\u0435\u0439\u043c\u043e\u0441\u0435 \u0432\u043e\u00a0\u0432\u0440\u0435\u043c\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0412\u043e\u0443\u043c.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Infested/BaseInfestedFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Infested/InfestedFishBaitB",
"name": "\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0435 \u041e\u0441\u0442\u0430\u043d\u043a\u0438 \u0424\u044d\u0437\u0430",
"description": "\u041c\u0430\u0442\u0435\u0440\u0438\u044f \u0438\u0437 \u0442\u0435\u043b\u0430 \u0432\u0438\u0440\u043c\u0430 \u0424\u044d\u0437\u0430, \u043e\u0447\u0438\u0449\u0435\u043d\u043d\u0430\u044f \u043e\u0442 \u0442\u043e\u043a\u0441\u0438\u043d\u043e\u0432 \u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u0430\u044f. \u041d\u0443\u0436\u043d\u0430 \u0434\u043b\u044f \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0430\u043a\u0432\u0430\u043f\u0443\u043b\u044c\u043c \u0438 \u0444\u043b\u0430\u0433\u0435\u043b\u043b\u043e\u043a\u0430\u043d\u0442\u043e\u0432 \u0432 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u043d\u0430 \u043f\u043e\u0432\u0435\u0440\u0445\u043d\u043e\u0441\u0442\u0438 \u041a\u0430\u043c\u0431\u0438\u043e\u043d\u0441\u043a\u043e\u0433\u043e \u0414\u0440\u0435\u0439\u0444\u0430, \u0430\u043a\u0432\u0430\u043f\u0443\u043b\u044c\u043c\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0412\u043e\u0443\u043c.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0414\u043e\u0447\u0435\u0440\u0438 \u0432 \u041d\u0435\u043a\u0440\u0430\u043b\u0438\u0441\u043a\u0435 (\u0414\u0435\u0439\u043c\u043e\u0441).",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Infested/BaseInfestedFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Infested/OrokinFishBaitA",
"name": "\u041e\u0441\u0442\u0430\u043d\u043a\u0438 \u0412\u043e\u0443\u043c",
"description": "\u041a\u0443\u0441\u043e\u043a \u0441\u044b\u0440\u043e\u0439 \u043f\u043b\u043e\u0442\u0438 \u0432\u0438\u0440\u043c\u0430 \u0412\u043e\u0443\u043c \u043e\u0442\u0434\u0435\u043b\u0438\u0432\u0448\u0438\u0439\u0441\u044f \u0432 \u0435\u0451 \u0441\u043c\u0435\u0440\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0430\u0433\u043e\u043d\u0438\u0438. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0447\u0430\u043d\u0434\u0440\u0438\u043a\u043e\u0440\u0434\u043e\u0432 \u0438 \u0434\u0443\u0440\u043e\u0438\u0434\u043e\u0432 \u0432 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u043f\u0435\u0449\u0435\u0440 \u041a\u0430\u043c\u0431\u0438\u043e\u043d\u0441\u043a\u043e\u0433\u043e \u0414\u0440\u0435\u0439\u0444\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0424\u044d\u0437\u0430 \u0438 \u0412\u043e\u0443\u043c.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u041a\u0430\u043c\u0431\u0438\u043e\u043d\u0441\u043a\u0438\u0439 \u0414\u0440\u0435\u0439\u0444 \u043d\u0430 \u0414\u0435\u0439\u043c\u043e\u0441\u0435 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0424\u044d\u0437\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Infested/BaseInfestedFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Infested/OrokinFishBaitB",
"name": "\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0435 \u041e\u0441\u0442\u0430\u043d\u043a\u0438 \u0412\u043e\u0443\u043c",
"description": "\u041f\u043b\u043e\u0442\u044c \u0412\u043e\u0443\u043c, \u043e\u0447\u0438\u0449\u0435\u043d\u043d\u0430\u044f \u0438\u00a0\u0433\u043e\u0442\u043e\u0432\u0430\u044f \u043a\u00a0\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044e. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u043c\u0438\u043a\u0441\u043e\u0441\u0442\u043e\u043c\u0430\u0442\u043e\u0432 \u0432\u00a0\u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u043f\u0435\u0449\u0435\u0440 \u041a\u0430\u043c\u0431\u0438\u043e\u043d\u0441\u043a\u043e\u0433\u043e \u0414\u0440\u0435\u0439\u0444\u0430 \u0432\u043e\u00a0\u0432\u0440\u0435\u043c\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0412\u043e\u0443\u043c.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443\u00a0\u0414\u043e\u0447\u0435\u0440\u0438 \u0432\u00a0\u041d\u0435\u043a\u0440\u0430\u043b\u0438\u0441\u043a\u0435 (\u0414\u0435\u0439\u043c\u043e\u0441).",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Infested/BaseInfestedFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/CaveContaminantTierA",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u043d\u0430 \u0442\u0438\u043d\u043e\u043a\u0440\u0443\u0442\u0430",
"description": "\u042d\u0442\u0430 \u043d\u0430\u0436\u0438\u0432\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0438\u0437 \u0430\u0440\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0442\u0435\u0442\u0440\u0430\u043a\u0441\u0438\u043d\u0430, \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u0442\u0435\u043c, \u0447\u0442\u043e \u043e\u043d \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0435\u0442 \u0442\u0438\u043d\u043e\u043a\u0440\u0443\u0442\u043e\u0432 \u2014 \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431\u0443, \u043e\u0431\u0438\u0442\u0430\u044e\u0449\u0443\u044e \u0432 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u043f\u0435\u0449\u0435\u0440 \u0414\u043e\u043b\u0438\u043d\u044b \u0421\u0444\u0435\u0440.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0411\u0438\u0437\u043d\u0435\u0441\u0430 \u0432 \u0424\u043e\u0440\u0442\u0443\u043d\u0435 (\u0412\u0435\u043d\u0435\u0440\u0430).",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/CaveContaminantTierB",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u043d\u0430 \u043a\u0430\u0440\u0430\u043c\u043e\u0442\u0430",
"description": "\u042d\u0442\u0430 \u043d\u0430\u0436\u0438\u0432\u043a\u0430 \u0441\u0438\u043d\u0442\u0435\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0438\u0437 \u0441\u043b\u043e\u0436\u043d\u043e\u0433\u043e \u0433\u0435\u043a\u0441\u043e\u0444\u0435\u043d\u043e\u043b\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0435\u0442 \u043a\u0430\u0440\u0430\u043c\u043e\u0442\u043e\u0432 \u2014 \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431\u0443, \u043d\u0430\u0439\u0434\u0435\u043d\u043d\u0443\u044e \u0432 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u043f\u0435\u0449\u0435\u0440 \u0414\u043e\u043b\u0438\u043d\u044b \u0421\u0444\u0435\u0440.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0411\u0438\u0437\u043d\u0435\u0441\u0430 \u0432 \u0424\u043e\u0440\u0442\u0443\u043d\u0435 (\u0412\u0435\u043d\u0435\u0440\u0430)\u200b",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/CaveContaminantTierC",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u043d\u0430 \u0441\u0438\u043d\u0430\u0444\u0438\u0434\u0443",
"description": "\u042d\u0442\u0430 \u043d\u0430\u0436\u0438\u0432\u043a\u0430 \u0441\u0438\u043d\u0442\u0435\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0438\u0437 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0439 \u0410-\u0434\u0438\u0441\u0443\u043b\u044c\u0444\u0435\u043a\u0441\u0430-\u0410, \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445 \u0442\u0435\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044e\u0442 \u0441\u0438\u043d\u0430\u0444\u0438\u0434\u0443 \u2014 \u043b\u0435\u0433\u0435\u043d\u0434\u0430\u0440\u043d\u0443\u044e \u0440\u0435\u0434\u043a\u0443\u044e \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431\u0443, \u043e\u0431\u0438\u0442\u0430\u044e\u0449\u0443\u044e \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u043f\u0435\u0449\u0435\u0440.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0411\u0438\u0437\u043d\u0435\u0441\u0430 \u0432 \u0424\u043e\u0440\u0442\u0443\u043d\u0435 (\u0412\u0435\u043d\u0435\u0440\u0430)\u200b",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/GenericContaminant",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u0448\u0438\u0440\u043e\u043a\u043e\u0433\u043e \u0441\u043f\u0435\u043a\u0442\u0440\u0430",
"description": "\u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u043a\u043e\u043a\u0442\u0435\u0439\u043b\u044c \u0438\u0437 \u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0446\u0435\u043f\u043e\u0447\u0435\u0447\u043d\u044b\u0445 \u043f\u043e\u043b\u0438\u043c\u0435\u0440\u043e\u0432 \u0438 \u0437\u0430\u0433\u0440\u044f\u0437\u043d\u044f\u044e\u0449\u0438\u0445 \u0432\u0435\u0449\u0435\u0441\u0442\u0432. \u041b\u0435\u0433\u043a\u043e \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431\u043e\u0439 \u043f\u0440\u0438 \u043b\u044e\u0431\u044b\u0445 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445, \u043d\u043e \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0431\u043e\u043b\u0435\u0435 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043c\u043e\u0434\u0435\u043b\u044f\u043c\u0438. \u0425\u043e\u0440\u043e\u0448\u043e \u043f\u043e\u0434\u0445\u043e\u0434\u0438\u0442 \u0434\u043b\u044f \u0441\u0430\u043f\u043a\u0430\u0434\u0434\u0438 (\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u044b\u0445 \u0432 \u043e\u0437\u0435\u0440\u0435), \u0442\u0438\u043d\u043a\u0430 \u0438 \u043a\u0430\u043c\u0435\u043d\u0449\u0438\u043a\u0430 (\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u044b\u0445 \u0432 \u043f\u0440\u0443\u0434\u0430\u0445).\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0411\u0438\u0437\u043d\u0435\u0441\u0430 \u0432 \u0424\u043e\u0440\u0442\u0443\u043d\u0435 (\u0412\u0435\u043d\u0435\u0440\u0430)",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/LakeContaminantTierA",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u043d\u0430 \u043a\u0440\u0438\u043b\u043b\u0435\u0440\u0430",
"description": "\u042d\u0442\u0430 \u043d\u0430\u0436\u0438\u0432\u043a\u0430 \u0441\u0438\u043d\u0442\u0435\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0438\u0437 \u043c\u0435\u0442\u0430\u043a\u0430\u043b\u044c\u0446\u0435\u043d\u0430-1, \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u0442\u0435\u043c, \u0447\u0442\u043e \u043e\u043d \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0435\u0442 \u043a\u0440\u0438\u043b\u043b\u0435\u0440\u043e\u0432 \u2014 \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431\u0443, \u043e\u0431\u0438\u0442\u0430\u044e\u0449\u0443\u044e \u0432 \u043e\u0437\u0451\u0440\u0430\u0445 \u0414\u043e\u043b\u0438\u043d\u044b \u0421\u0444\u0435\u0440 \u0432 \u0442\u0451\u043f\u043b\u0443\u044e \u043f\u043e\u0433\u043e\u0434\u0443.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0411\u0438\u0437\u043d\u0435\u0441\u0430 \u0432 \u0424\u043e\u0440\u0442\u0443\u043d\u0435 (\u0412\u0435\u043d\u0435\u0440\u0430)\u200b",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/LakeContaminantTierB",
"name": "\u041f\u0440\u0438\u043c\u0430\u043d\u043a\u0430 \u043d\u0430 \u0434\u043b\u0438\u043d\u043d\u043e\u043a\u0440\u0443\u0442\u0430",
"description": "\u042d\u0442\u0430 \u043d\u0430\u0436\u0438\u0432\u043a\u0430 \u0441\u0438\u043d\u0442\u0435\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0438\u0437 \u0431\u0435\u0440\u0438\u0437\u0435\u043d\u0430, \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u0442\u0435\u043c, \u0447\u0442\u043e \u043e\u043d \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0435\u0442 \u0434\u043b\u0438\u043d\u043d\u043e\u043a\u0440\u0443\u0442\u043e\u0432 \u2014 \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431\u0443, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u043c\u043e\u0436\u043d\u043e \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0442\u044c \u0432 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u043e\u0437\u0451\u0440 \u0414\u043e\u043b\u0438\u043d\u044b \u0421\u0444\u0435\u0440 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0442\u0451\u043f\u043b\u043e\u0439 \u043f\u043e\u0433\u043e\u0434\u044b.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0411\u0438\u0437\u043d\u0435\u0441\u0430 \u0432 \u0424\u043e\u0440\u0442\u0443\u043d\u0435 (\u0412\u0435\u043d\u0435\u0440\u0430).",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/PondContaminantTierA",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u0443\u0437\u043a\u043e\u0433\u043e \u0441\u043f\u0435\u043a\u0442\u0440\u0430",
"description": "\u042d\u0442\u0430 \u0441\u043c\u0435\u0441\u044c \u044d\u043d\u0434\u043e\u0445\u043b\u043e\u0440\u0430 \u0438 \u0434\u0438\u043e\u043d\u0438\u0443\u043c\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u0430 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0442\u044c \u0440\u0435\u043a\u043a\u0430\u0441\u0442\u0435\u0440\u043e\u0432 \u0438 \u0433\u043b\u0430\u0437-\u0433\u043b\u0430\u0437\u043e\u0432 \u2014 \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431, \u043e\u0431\u0438\u0442\u0430\u044e\u0449\u0443\u044e \u0432 \u043f\u0440\u0443\u0434\u0430\u0445 \u0414\u043e\u043b\u0438\u043d\u044b \u0421\u0444\u0435\u0440. \u0413\u043b\u0430\u0437-\u0433\u043b\u0430\u0437\u044b \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432 \u0442\u0451\u043f\u043b\u0443\u044e \u043f\u043e\u0433\u043e\u0434\u0443, \u0430 \u0440\u0435\u043a\u043a\u0430\u0441\u0442\u0435\u0440\u044b \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0445\u043e\u043b\u043e\u0434\u043d\u043e\u0439 \u043f\u043e\u0433\u043e\u0434\u044b.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0411\u0438\u0437\u043d\u0435\u0441\u0430 \u0432 \u0424\u043e\u0440\u0442\u0443\u043d\u0435 (\u0412\u0435\u043d\u0435\u0440\u0430)\u200b",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/PondContaminantTierB",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u043d\u0430 \u0442\u0440\u043e\u043c\u0430\u0437\u043e\u043d\u0430",
"description": "\u042d\u0442\u0430 \u043d\u0430\u0436\u0438\u0432\u043a\u0430 \u0441\u0438\u043d\u0442\u0435\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0438\u0437\u00a0\u0434\u043b\u0438\u043d\u043d\u043e\u0446\u0435\u043f\u043e\u0447\u0435\u0447\u043d\u044b\u0445 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0439 LS-74, \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445 \u0442\u0435\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044e\u0442 \u0442\u0440\u043e\u043c\u0430\u0437\u043e\u043d\u0430\u00a0\u2014 \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431\u0443, \u043e\u0431\u0438\u0442\u0430\u044e\u0449\u0443\u044e \u0432\u00a0\u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u043f\u0440\u0443\u0434\u043e\u0432 \u0414\u043e\u043b\u0438\u043d\u044b \u0421\u0444\u0435\u0440 \u0432\u043e\u00a0\u0432\u0440\u0435\u043c\u044f \u0445\u043e\u043b\u043e\u0434\u043d\u043e\u0439 \u043f\u043e\u0433\u043e\u0434\u044b.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443\u00a0\u0411\u0438\u0437\u043d\u0435\u0441\u0430 \u0432\u00a0\u0424\u043e\u0440\u0442\u0443\u043d\u0435 (\u0412\u0435\u043d\u0435\u0440\u0430)",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/BothRareFishBaitAItem",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u043d\u0430 \u041c\u044e\u0440\u043a\u0440\u0435\u044f",
"description": "\u042d\u0442\u0430 \u043d\u0430\u0436\u0438\u0432\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0438\u0437 \u0432\u0435\u0449\u0435\u0441\u0442\u0432, \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044e\u0449\u0438\u0445 \u043c\u044e\u0440\u043a\u0440\u0435\u044f - \u0440\u044b\u0431\u0443, \u0447\u0442\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0442\u0441\u044f \u043b\u0438\u0448\u044c \u0432 \u043e\u0441\u043e\u0431\u044b\u0445 \u043e\u0431\u043b\u0430\u0441\u0442\u044f\u0445 \u043e\u043a\u0435\u0430\u043d\u0430 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0441\u0443\u0442\u043e\u043a.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0420\u044b\u0431\u0430\u0447\u043a\u0430 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432 \u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f).",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/BothUncommonFishBaitItem",
"name": "\u0421\u0443\u043c\u0435\u0440\u0435\u0447\u043d\u0430\u044f \u041d\u0430\u0436\u0438\u0432\u043a\u0430",
"description": "\u042d\u0442\u0430 \u043f\u0440\u0438\u043c\u0430\u043d\u043a\u0430 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0435\u0442 \u0445\u0438\u0449\u043d\u044b\u0445 \u0440\u044b\u0431, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u044b \u043d\u0430\u00a0\u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430 \u043a\u0430\u043a \u0434\u043d\u0451\u043c, \u0442\u0430\u043a \u0438\u00a0\u043d\u043e\u0447\u044c\u044e. \u041f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0435\u0442 \u0428\u0430\u0440\u0440\u0430\u043a\u0430 \u0438\u00a0\u041a\u0430\u0440\u043a\u0438\u043d\u0443 \u0432\u00a0\u043e\u043a\u0435\u0430\u043d\u0435.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0420\u044b\u0431\u0430\u0447\u043a\u0430 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432\u00a0\u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f).",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/GenericFishBait",
"name": "\u041f\u0440\u0438\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u0430\u044f \u041d\u0430\u0436\u0438\u0432\u043a\u0430",
"description": "\u042d\u0442\u0430 \u043f\u0440\u0438\u043c\u0430\u043d\u043a\u0430 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0435\u0442 \u0440\u044b\u0431\u0443, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u0430 \u043d\u0430\u00a0\u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430 \u0432\u00a0\u0442\u0435\u0447\u0435\u043d\u0438\u0435\u00a0\u0434\u043d\u044f. \u041f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0435\u0442 \u0440\u044b\u0431\u0443-\u043f\u0430\u0441\u0442\u044c \u0438\u00a0\u0447\u0430\u0440\u043a\u0430-\u0443\u0433\u0440\u0435\u0439 \u0432\u00a0\u043e\u0437\u0435\u0440\u0430\u0445; \u043a\u0445\u0443\u0442-\u043a\u0445\u0443\u0442\u043e\u0432, \u0439\u043e\u0433\u0432\u0443\u043d\u043e\u0432 \u0438\u00a0\u043c\u043e\u0440\u0442\u0443\u0441-\u0440\u043e\u0433\u043e\u0437\u0443\u0431\u043e\u0432 \u0432\u00a0\u043f\u0440\u0443\u0434\u0430\u0445; \u0430\u00a0\u0442\u0430\u043a\u0436\u0435 \u0433\u0443\u043f\u043e\u043b\u043b\u0443 \u0438\u00a0\u0442\u0440\u0430\u043b\u043e\u043a\u0430 \u0432\u00a0\u043e\u043a\u0435\u0430\u043d\u0435.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0420\u044b\u0431\u0430\u0447\u043a\u0430 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432\u00a0\u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f).",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/NightLegendaryFishBaitItem",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u043d\u0430 \u0413\u043b\u0430\u043f\u043f\u0438\u0434\u0443",
"description": "\u042d\u0442\u0430 \u043d\u0430\u0436\u0438\u0432\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0438\u0437 \u044d\u043a\u0437\u043e\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0432\u0435\u0449\u0435\u0441\u0442\u0432, \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044e\u0449\u0438\u0445 \u043d\u0435\u0443\u043b\u043e\u0432\u0438\u043c\u043e\u0433\u043e \u0433\u043b\u0430\u043f\u043f\u0438\u0434\u0430 \u2014 \u0440\u044b\u0431\u0443, \u0447\u0442\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u0442\u0441\u044f \u043b\u0438\u0448\u044c \u0432 \u043e\u0441\u043e\u0431\u044b\u0445 \u043e\u0431\u043b\u0430\u0441\u0442\u044f\u0445 \u043e\u043a\u0435\u0430\u043d\u0430 \u043d\u0430 \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430 \u043d\u043e\u0447\u044c\u044e.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0420\u044b\u0431\u0430\u0447\u043a\u0430 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432 \u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f).",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/NightRareFishBaitAItem",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u043d\u0430 \u041d\u043e\u0440\u0433\u0443",
"description": "\u042d\u0442\u0430 \u043d\u0430\u0436\u0438\u0432\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0438\u0437 \u0432\u0435\u0449\u0435\u0441\u0442\u0432, \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044e\u0449\u0438\u0445 \u043d\u043e\u0440\u0433\u0430 \u2014 \u0440\u044b\u0431\u0443, \u0447\u0442\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u0442\u0441\u044f \u043b\u0438\u0448\u044c \u0432 \u043e\u0441\u043e\u0431\u044b\u0445 \u043e\u0431\u043b\u0430\u0441\u0442\u044f\u0445 \u043e\u0437\u0451\u0440 \u043d\u0430 \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430 \u043d\u043e\u0447\u044c\u044e.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0420\u044b\u0431\u0430\u0447\u043a\u0430 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432 \u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f).",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/NightRareFishBaitBItem",
"name": "\u041d\u0430\u0436\u0438\u0432\u043a\u0430 \u043d\u0430 \u041a\u0443\u0442\u043e\u043b\u0430",
"description": "\u042d\u0442\u0430 \u043d\u0430\u0436\u0438\u0432\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0438\u0437 \u0432\u0435\u0449\u0435\u0441\u0442\u0432, \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044e\u0449\u0438\u0445 \u043a\u0443\u0442\u043e\u043b\u043e\u0432 \u2014 \u0440\u044b\u0431\u0443, \u0447\u0442\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u0442\u0441\u044f \u043b\u0438\u0448\u044c \u0432 \u043e\u0441\u043e\u0431\u044b\u0445 \u043e\u0431\u043b\u0430\u0441\u0442\u044f\u0445 \u043f\u0440\u0443\u0434\u043e\u0432 \u043d\u0430 \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430 \u043d\u043e\u0447\u044c\u044e.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0420\u044b\u0431\u0430\u0447\u043a\u0430 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432 \u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f).",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Keys/MummyQuest/MummyArtifact01GearItem",
"name": "\u0421\u0432\u044f\u0449\u0435\u043d\u043d\u044b\u0439 \u0421\u043e\u0441\u0443\u0434",
"description": "\u0421\u0442\u0440\u0430\u043d\u043d\u044b\u0439 \u0440\u0435\u043b\u0438\u043a\u0442 \u0438\u0437 \u0433\u0440\u043e\u0431\u043d\u0438\u0446\u044b \u0418\u043d\u0430\u0440\u043e\u0441\u0430.",
"codexSecret": true,
"parentName": "/Lotus/Types/Weapon/GearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedCritterLureGearItem",
"name": "\u042d\u0425\u041e-\u041c\u0410\u041d\u041e\u041a \u0414\u041b\u042f \u0412\u0423\u041b\u042c\u041f\u0410\u0424\u0418\u041b\u042b",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u0412\u0443\u043b\u044c\u043f\u0430\u0444\u0438\u043b \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedCritterRarityBoost",
"name": "\u0424\u0415\u0420\u041e\u041c\u041e\u041d\u041d\u0410\u042f \u0416\u0415\u041b\u0415\u0417\u0410 \u0412\u0423\u041b\u042c\u041f\u0410\u0424\u0418\u041b\u042b",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u0412\u0443\u043b\u044c\u043f\u0430\u0444\u0438\u043b\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedMaggotLureGearItem",
"name": "\u042d\u0425\u041e-\u041c\u0410\u041d\u041e\u041a \u0414\u041b\u042f \u041a\u0420\u0418\u041f\u0422\u0418\u041b\u0415\u041a\u0421\u0410",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u041a\u0440\u0438\u043f\u0442\u0438\u043b\u0435\u043a\u0441\u043e\u0432 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedMaggotRarityBoost",
"name": "\u0424\u0415\u0420\u041e\u041c\u041e\u041d\u041d\u0410\u042f \u0416\u0415\u041b\u0415\u0417\u0410 \u041a\u0420\u0418\u041f\u0422\u0418\u041b\u0415\u041a\u0421\u0410",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u041a\u0440\u0438\u043f\u0442\u0438\u043b\u0435\u043a\u0441\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedMergooLureGearItem",
"name": "\u042d\u0425\u041e-\u041c\u0410\u041d\u041e\u041a \u0414\u041b\u042f \u0410\u0412\u0418\u0427\u0415\u042f",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u0410\u0432\u0438\u0447\u0435\u0435\u0432 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedMergooRarityBoost",
"name": "\u0424\u0415\u0420\u041e\u041c\u041e\u041d\u041d\u0410\u042f \u0416\u0415\u041b\u0415\u0417\u0410 \u0410\u0412\u0418\u0427\u0415\u042f",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u0410\u0432\u0438\u0447\u0435\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedNexiferaLureGearItem",
"name": "\u042d\u0425\u041e-\u041c\u0410\u041d\u041e\u041a \u0414\u041b\u042f \u041d\u0415\u041a\u0421\u0418\u0424\u0415\u0420\u042b",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u041d\u0435\u043a\u0441\u0438\u0444\u0435\u0440 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedNexiferaRarityBoost",
"name": "\u0424\u0415\u0420\u041e\u041c\u041e\u041d\u041d\u0410\u042f \u0416\u0415\u041b\u0415\u0417\u0410 \u041d\u0415\u041a\u0421\u0418\u0424\u0415\u0420\u042b",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u041d\u0435\u043a\u0441\u0438\u0444\u0435\u0440\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedPredatorLureGearItem",
"name": "\u042d\u0445\u043e-\u041c\u0430\u043d\u043e\u043a \u0414\u043b\u044f \u041f\u0440\u0438\u0434\u0430\u0437\u0438\u0442\u0430",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u041f\u0440\u0438\u0434\u0430\u0437\u0438\u0442\u043e\u0432 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedPredatorRarityBoost",
"name": "\u0424\u0415\u0420\u041e\u041c\u041e\u041d\u041d\u0410\u042f \u0416\u0415\u041b\u0415\u0417\u0410 \u041f\u0420\u0418\u0414\u0410\u0417\u0418\u0422\u0410",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u041f\u0440\u0438\u0434\u0430\u0437\u0438\u0442\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedZongroLureGearItem",
"name": "\u042d\u0425\u041e-\u041c\u0410\u041d\u041e\u041a \u0414\u041b\u042f \u0423\u041d\u0414\u0410\u0417\u041e\u0418",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u0423\u043d\u0434\u0430\u0437\u043e\u0430 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedZongroRarityBoost",
"name": "\u0424\u0415\u0420\u041e\u041c\u041e\u041d\u041d\u0410\u042f \u0416\u0415\u041b\u0415\u0417\u0410 \u0423\u041d\u0414\u0410\u0417\u041e\u0418",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u0423\u043d\u0434\u0430\u0437\u043e\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/CondrocRarityBoost",
"name": "\u0423\u0442\u0430 \u0441 \u0444\u0435\u0440\u043e\u043c\u043e\u043d\u0430\u043c\u0438 \u043a\u043e\u043d\u0434\u0440\u043e\u043a\u0430",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u041a\u043e\u043d\u0434\u0440\u043e\u043a\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/KuakaRarityBoost",
"name": "\u0423\u0442\u0430 \u0441 \u0444\u0435\u0440\u043e\u043c\u043e\u043d\u0430\u043c\u0438 \u043a\u0443\u0430\u043a\u0438",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u041a\u0443\u0430\u043a\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/LegendaryKubrowRarityBoost",
"name": "\u0421\u0438\u043d\u0442\u0435\u0437\u0430\u0442\u043e\u0440 \u0424\u0435\u0440\u043e\u043c\u043e\u043d\u043e\u0432 \u041a\u0443\u0431\u0440\u043e\u0434\u043e\u043d\u0430",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u041a\u0443\u0431\u0440\u043e\u0434\u043e\u043d\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/MergooRarityBoost",
"name": "\u0423\u0442\u0430 \u0441 \u0444\u0435\u0440\u043e\u043c\u043e\u043d\u0430\u043c\u0438 \u043c\u0435\u0440\u0433\u0443",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u041c\u0435\u0440\u0433\u0443.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/OrokinKubrowRarityBoost",
"name": "\u0421\u0438\u043d\u0442\u0435\u0437\u0430\u0442\u043e\u0440 \u0424\u0435\u0440\u043e\u043c\u043e\u043d\u043e\u0432 \u041f\u043b\u0438\u0442\u043d\u0438\u043a\u0430",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u041f\u043b\u0438\u0442\u043d\u0438\u043a\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/SnowArmadilloRarityBoost",
"name": "\u0421\u0438\u043d\u0442\u0435\u0437\u0430\u0442\u043e\u0440 \u0424\u0435\u0440\u043e\u043c\u043e\u043d\u043e\u0432 \u0411\u043e\u043b\u0430\u0440\u043e\u043b\u044b",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u0411\u043e\u043b\u0430\u0440\u043e\u043b\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/SnowBirdRarityBoost",
"name": "\u0421\u0438\u043d\u0442\u0435\u0437\u0430\u0442\u043e\u0440 \u0424\u0435\u0440\u043e\u043c\u043e\u043d\u043e\u0432 \u041f\u0438\u043b\u043e\u043f\u0430\u0441\u0442\u0438",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u041f\u0438\u043b\u043e\u043f\u0430\u0441\u0442\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/SnowCritterRarityBoost",
"name": "\u0421\u0438\u043d\u0442\u0435\u0437\u0430\u0442\u043e\u0440 \u0424\u0435\u0440\u043e\u043c\u043e\u043d\u043e\u0432 \u0412\u0438\u0440\u043d\u043e\u0440\u043a\u0438",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u0412\u0438\u0440\u043d\u043e\u0440\u043a\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/SnowPredatorRarityBoost",
"name": "\u0421\u0438\u043d\u0442\u0435\u0437\u0430\u0442\u043e\u0440 \u0424\u0435\u0440\u043e\u043c\u043e\u043d\u043e\u0432 \u0425\u043e\u0440\u0440\u0430\u0441\u043a\u0430",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u0425\u043e\u0440\u0440\u0430\u0441\u043a\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/SnowRodentRarityBoost",
"name": "\u0421\u0438\u043d\u0442\u0435\u0437\u0430\u0442\u043e\u0440 \u0424\u0435\u0440\u043e\u043c\u043e\u043d\u043e\u0432 \u041f\u043e\u0431\u0431\u0435\u0440\u0430",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u041f\u043e\u0431\u0431\u0435\u0440\u043e\u0432.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/VampireKavatRarityBoost",
"name": "\u0423\u0442\u0430 \u0441 \u0444\u0435\u0440\u043e\u043c\u043e\u043d\u0430\u043c\u0438 \u0432\u0430\u0441\u043a\u0430 \u043a\u0430\u0432\u0430\u0442\u0430",
"description": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0434 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0445\u043e-\u043c\u0430\u043d\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u043e\u0433\u043e \u043f\u043e\u0434\u0432\u0438\u0434\u0430 \u0412\u0430\u0441\u043a\u0430 \u041a\u0430\u0432\u0430\u0442\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/BirdOfPreyLureGearItem",
"name": "\u042d\u0445\u043e-\u043c\u0430\u043d\u043e\u043a \u0434\u043b\u044f \u043a\u043e\u043d\u0434\u0440\u043e\u043a\u0430",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u041a\u043e\u043d\u0434\u0440\u043e\u043a\u043e\u0432 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b. \u041a\u043e\u043d\u0434\u0440\u043e\u043a\u0438 \u043e\u0431\u0438\u0442\u0430\u044e\u0442 \u043d\u0430 \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/ForestRodentLureGearItem",
"name": "\u042d\u0445\u043e-\u043c\u0430\u043d\u043e\u043a \u0434\u043b\u044f \u043a\u0443\u0430\u043a\u0438",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u041a\u0443\u0430\u043a \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b. \u041a\u0443\u0430\u043a\u0438 \u043e\u0431\u0438\u0442\u0430\u044e\u0442 \u043d\u0430 \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/LegendaryKubrowLureGearItem",
"name": "\u042d\u0445\u043e-\u041c\u0430\u043d\u043e\u043a \u0414\u043b\u044f \u041a\u0443\u0431\u0440\u043e\u0434\u043e\u043d\u0430",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u041a\u0443\u0431\u0440\u043e\u0434\u043e\u043d\u043e\u0432 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b. \u041a\u0443\u0431\u0440\u043e\u0434\u043e\u043d\u044b \u0447\u0430\u0449\u0435 \u0432\u0441\u0435\u0433\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0442\u0441\u044f \u043e\u043a\u043e\u043b\u043e \u043a\u0440\u0430\u0442\u0435\u0440\u043e\u0432 \u0432 \u0414\u043e\u043b\u0438\u043d\u0435 \u0421\u0444\u0435\u0440.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/OrokinKubrowLureGearItem",
"name": "\u042d\u0445\u043e-\u041c\u0430\u043d\u043e\u043a \u0414\u043b\u044f \u041f\u043b\u0438\u0442\u043d\u0438\u043a\u0430",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u041f\u043b\u0438\u0442\u043d\u0438\u043a\u043e\u0432 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/OstronSeaBirdLureGearItem",
"name": "\u042d\u0445\u043e-\u043c\u0430\u043d\u043e\u043a \u0434\u043b\u044f \u043c\u0435\u0440\u0433\u0443",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u041c\u0435\u0440\u0433\u0443 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b. \u041c\u0435\u0440\u0433\u0443 \u043e\u0431\u0438\u0442\u0430\u044e\u0442 \u043d\u0430 \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/SnowArmadilloLureGearItem",
"name": "\u042d\u0445\u043e-\u041c\u0430\u043d\u043e\u043a \u0414\u043b\u044f \u0411\u043e\u043b\u0430\u0440\u043e\u043b\u044b",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u0411\u043e\u043b\u0430\u0440\u043e\u043b \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b. \u0411\u043e\u043b\u0430\u0440\u043e\u043b\u044b \u0447\u0430\u0449\u0435 \u0432\u0441\u0435\u0433\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0442\u0441\u044f \u043e\u043a\u043e\u043b\u043e \u0433\u043e\u0440\u043d\u044b\u0445 \u043e\u0431\u043b\u0430\u0441\u0442\u0435\u0439 \u0432 \u0414\u043e\u043b\u0438\u043d\u0435 \u0421\u0444\u0435\u0440.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/SnowBirdLureGearItem",
"name": "\u042d\u0445\u043e-\u041c\u0430\u043d\u043e\u043a \u0414\u043b\u044f \u041f\u0438\u043b\u043e\u043f\u0430\u0441\u0442\u0438",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u041f\u0438\u043b\u043e\u043f\u0430\u0441\u0442\u0435\u0439 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/SnowCritterLureGearItem",
"name": "\u042d\u0445\u043e-\u041c\u0430\u043d\u043e\u043a \u0414\u043b\u044f \u0412\u0438\u0440\u043d\u043e\u0440\u043a\u0438",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u0412\u0438\u0440\u043d\u043e\u0440\u043e\u043a \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b. \u0412\u0438\u0440\u043d\u043e\u0440\u043a\u0438 \u0447\u0430\u0449\u0435 \u0432\u0441\u0435\u0433\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0442\u0441\u044f \u043e\u043a\u043e\u043b\u043e \u043e\u0437\u0451\u0440 \u0432 \u0414\u043e\u043b\u0438\u043d\u0435 \u0421\u0444\u0435\u0440.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/SnowPredatorLureGearItem",
"name": "\u042d\u0445\u043e-\u041c\u0430\u043d\u043e\u043a \u0414\u043b\u044f \u0425\u043e\u0440\u0440\u0430\u0441\u043a\u0430",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u0425\u043e\u0440\u0440\u0430\u0441\u043a\u043e\u0432 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b. ",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/SnowRodentLureGearItem",
"name": "\u042d\u0445\u043e-\u041c\u0430\u043d\u043e\u043a \u0414\u043b\u044f \u041f\u043e\u0431\u0431\u0435\u0440\u0430",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u041f\u043e\u0431\u0431\u0435\u0440\u043e\u0432 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b. \u041f\u043e\u0431\u0431\u0435\u0440\u044b \u0447\u0430\u0449\u0435 \u0432\u0441\u0435\u0433\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0442\u0441\u044f \u043e\u043a\u043e\u043b\u043e \u0433\u0440\u0438\u0431\u043d\u044b\u0445 \u043f\u043e\u043b\u0435\u0439 \u0432 \u0414\u043e\u043b\u0438\u043d\u0435 \u0421\u0444\u0435\u0440.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/TranqRifleGearItem",
"name": "\u0422\u0440\u0430\u043d\u043a\u0432\u0438\u043b\u0438\u0437\u0430\u0442\u043e\u0440\u043d\u0430\u044f \u0412\u0438\u043d\u0442\u043e\u0432\u043a\u0430",
"description": "\u041e\u0431\u0435\u0437\u0434\u0432\u0438\u0436\u0438\u0432\u0430\u0435\u0442 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445 \u0441 \u0446\u0435\u043b\u044c\u044e \u0438\u0445 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/BaseHuntingGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/UpgradedAnimalLureGearItem",
"name": "\u042d\u0445\u043e-\u041c\u0430\u043d\u043e\u043a",
"description": "\u0412\u043b\u0435\u043a\u0438\u0442\u0435 \u0438 \u043c\u0430\u043d\u0438\u0442\u0435 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0436\u0438\u0432\u043e\u0442\u043d\u043e\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u0445 \u0441\u0438\u0433\u043d\u0430\u043b\u043e\u0432.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/VampireKavatLureGearItem",
"name": "\u042d\u0445\u043e-\u043c\u0430\u043d\u043e\u043a \u0434\u043b\u044f \u0432\u0430\u0441\u043a\u0430 \u043a\u0430\u0432\u0430\u0442\u0430",
"description": "\u041c\u0430\u043d\u0438\u0442 \u0438 \u0432\u043b\u0435\u0447\u0435\u0442 \u0412\u0430\u0441\u043a\u0430 \u041a\u0430\u0432\u0430\u0442\u043e\u0432 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438, \u0438\u0437\u0434\u0430\u0432\u0430\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u043c \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0435 \u0437\u043e\u0432\u044b. \u0412\u0430\u0441\u043a\u0430 \u041a\u0430\u0432\u0430\u0442\u044b \u0431\u0440\u043e\u0434\u044f\u0442 \u043d\u043e\u0447\u044c\u044e \u043f\u043e \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u043c \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Eidolon/LandscapeTrapLightGear",
"name": "\u0421\u0438\u043b\u043e\u043a \u0421 \u041c\u0430\u043d\u043a\u043e\u043c",
"description": "\u0411\u0440\u043e\u0441\u044c\u0442\u0435 \u0438 \u0437\u0430\u0431\u0443\u0434\u044c\u0442\u0435, \u0441\u0438\u043b\u043e\u043a \u0438\u0441\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u0443\u0442\u0440\u0430\u0437\u0432\u0443\u043a\u043e\u0432\u044b\u0435 \u0432\u043e\u043b\u043d\u044b \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u043e\u0442\u044b, \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044e\u0449\u0435\u0439 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0435 \u0444\u043e\u0440\u043c\u044b \u0436\u0438\u0437\u043d\u0438. \u041f\u0440\u0438 \u043f\u043e\u0438\u043c\u043a\u0435 \u043e\u043d\u0438 \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u043d\u043e \u043f\u043e\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f \u0432\u043d\u0443\u0442\u0440\u0438 \u043e\u0434\u043d\u043e\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u0433\u043e \u0444\u043e\u0442\u043e\u043d\u043d\u043e\u0433\u043e \u0437\u0430\u0433\u0440\u0430\u0436\u0434\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0443\u0434\u043e\u0431\u0441\u0442\u0432\u0430 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u0432 \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0435 \u0434\u043b\u044f \u0412\u0430\u0441 \u0432\u0440\u0435\u043c\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/BaseLandscapeTrapGear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/FishingBoosts/AnglerVision",
"name": "\u0421\u0432\u0435\u0442\u044f\u0449\u0438\u0439\u0441\u044f \u041a\u0440\u0430\u0441\u0438\u0442\u0435\u043b\u044c",
"description": "\u0420\u0430\u0437\u0431\u0430\u0432\u043b\u044f\u0435\u0442 \u0432 \u0432\u043e\u0434\u0435 \u043a\u0440\u0430\u0441\u0438\u0442\u0435\u043b\u044c, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439 \u0441\u043c\u0435\u0441\u044c, \u043f\u0440\u0438\u043a\u0440\u0435\u043f\u043b\u044f\u044e\u0449\u0443\u044e\u0441\u044f \u043d\u0430 \u043f\u0440\u043e\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0443\u044e \u043c\u0438\u043c\u043e \u0440\u044b\u0431\u0443, \u0434\u0435\u043b\u0430\u044f \u0435\u0451 \u0431\u043e\u043b\u0435\u0435 \u0437\u0430\u043c\u0435\u0442\u043d\u043e\u0439 \u0441 \u0431\u0435\u0440\u0435\u0433\u0430.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0420\u044b\u0431\u0430\u0447\u043a\u0430 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432 \u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f).",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/FishingBoosts/BaseDyeConsumable"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/FishingBoosts/SoftTouch",
"name": "\u0424\u0430\u0440\u043e\u043c\u0430",
"description": "\u0421\u043e\u0441\u0442\u0430\u0432, \u0443\u0441\u043f\u043e\u043a\u0430\u0438\u0432\u0430\u044e\u0449\u0438\u0439 \u0440\u044b\u0431\u0443.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0420\u044b\u0431\u0430\u0447\u043a\u0430 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432 \u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f).",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/FishingBoosts/BaseDyeConsumable"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/ArmorBuffSpeedDebuff",
"name": "\u0421\u0442\u0438\u043c\u0443\u043b\u044f\u0442\u043e\u0440: \u041a\u0430\u043b\u044c\u0446\u0438\u0444\u0438\u043d",
"description": "\u0423\u043f\u0440\u043e\u0447\u043d\u044f\u0435\u0442 \u043a\u043e\u0436\u0443, \u043f\u043e\u0432\u044b\u0448\u0430\u044f \u0441\u043e\u043f\u0440\u043e\u0442\u0438\u0432\u043b\u0435\u043d\u0438\u0435 \u0443\u0440\u043e\u043d\u0443, \u043d\u043e \u0437\u0430\u043c\u0435\u0434\u043b\u044f\u044f \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/NpcBuff"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/CloakingBuff",
"name": "\u0421\u0442\u0438\u043c\u0443\u043b\u044f\u0442\u043e\u0440: \u0420\u0435\u0444\u0440\u0430\u043a\u0446",
"description": "\u041f\u043e\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044f \u043f\u043b\u0435\u043d\u043a\u043e\u0439, \u043e\u0442\u0440\u0430\u0436\u0430\u044e\u0449\u0435\u0439 \u0441\u0432\u0435\u0442, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044f \u043f\u0435\u0440\u0435\u0434\u0432\u0438\u0433\u0430\u0442\u044c\u0441\u044f \u0441\u043a\u0440\u044b\u0442\u043d\u043e.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/NpcBuff"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/ReviveBuff",
"name": "\u0421\u0442\u0438\u043c\u0443\u043b\u044f\u0442\u043e\u0440: \u041a\u043b\u043e\u0442\u0440\u0430",
"description": "\u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0432 \u0441\u0442\u0440\u043e\u0439 \u0438\u0441\u0442\u0435\u043a\u0430\u044e\u0449\u0443\u044e \u043a\u0440\u043e\u0432\u044c\u044e \u0446\u0435\u043b\u044c \u0438 \u0434\u0430\u0451\u0442 \u0431\u043e\u043d\u0443\u0441\u043d\u043e\u0435 \u0432\u043e\u0437\u0440\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u0441\u043e\u044e\u0437\u043d\u0438\u043a\u0430\u043c \u0432 \u0437\u043e\u043d\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/NpcBuff"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/SpeedBuffArmorDebuff",
"name": "\u0421\u0442\u0438\u043c\u0443\u043b\u044f\u0442\u043e\u0440: \u0410\u0434\u0440\u0435\u043d\u0430\u043b",
"description": "\u041f\u043e\u0432\u044b\u0448\u0430\u0435\u0442 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0430\u0434\u0440\u0435\u043d\u0430\u043b\u0438\u043d\u0430, \u0443\u0441\u043a\u043e\u0440\u044f\u044f \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f, \u043d\u043e \u043f\u043e\u0432\u044b\u0448\u0430\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a \u0443\u0440\u043e\u043d\u0443.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/NpcBuff"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Synthetics/FlareBlue",
"name": "\u0424\u043e\u0441\u0444\u043e\u0440-\u0411\u043b\u0430\u0443",
"description": "\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u044f\u0440\u043a\u043e-\u0441\u0438\u043d\u0438\u0439 \u0441\u0438\u0433\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u043e\u0433\u043e\u043d\u044c, \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u0432\u044b\u0448\u0430\u044e\u0449\u0438\u0439 \u0440\u0430\u0434\u0438\u0443\u0441 \u0421\u0438\u043d\u0442\u0435\u0437\u0430, \u043f\u043e\u043a\u0430 \u043e\u043d \u0433\u043e\u0440\u0438\u0442.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Synthetics/FlareDemo",
"name": "\u0424\u043e\u0441\u0444\u043e\u0440-\u0420\u0430\u0434",
"description": "\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u044f\u0440\u043a\u043e-\u043a\u0440\u0430\u0441\u043d\u044b\u0439 \u0441\u0438\u0433\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u043e\u0433\u043e\u043d\u044c, \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u0432\u044b\u0448\u0430\u044e\u0449\u0438\u0439 \u0440\u0430\u0434\u0438\u0443\u0441 \u0421\u0438\u043d\u0442\u0435\u0437\u0430, \u043f\u043e\u043a\u0430 \u043e\u043d \u0433\u043e\u0440\u0438\u0442.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Synthetics/FlareRed",
"name": "\u0424\u043e\u0441\u0444\u043e\u0440-\u0420\u0430\u0434",
"description": "\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u044f\u0440\u043a\u043e-\u043a\u0440\u0430\u0441\u043d\u044b\u0439 \u0441\u0438\u0433\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u043e\u0433\u043e\u043d\u044c, \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u0432\u044b\u0448\u0430\u044e\u0449\u0438\u0439 \u0440\u0430\u0434\u0438\u0443\u0441 \u0421\u0438\u043d\u0442\u0435\u0437\u0430, \u043f\u043e\u043a\u0430 \u043e\u043d \u0433\u043e\u0440\u0438\u0442.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/DayCommonAntitoxin",
"name": "\u0410\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d: \u0411\u0435\u0440\u0438\u043b\u043b",
"description": "\u0410\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d \u0441\u0440\u0435\u0434\u043d\u0435\u0439 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/DayUnCommonAntitoxin",
"name": "\u0410\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d: \u0426\u0438\u0442\u0440\u0438\u043d",
"description": "\u042d\u0442\u043e \u0430\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d \u0441\u0440\u0435\u0434\u043d\u0435\u0439 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/NightCommonAntitoxin",
"name": "\u0410\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d: \u0410\u043c\u0435\u0442\u0438\u0441\u0442",
"description": "\u0421\u043b\u0430\u0431\u044b\u0439 \u0430\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/NightUnCommonAntitoxin",
"name": "\u0410\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d: \u0422\u043e\u043f\u0430\u0437",
"description": "\u0410\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d \u0441\u0440\u0435\u0434\u043d\u0435\u0439 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/RareAntitoxin",
"name": "\u0410\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d: \u041b\u044f\u043f\u0438\u0441",
"description": "\u042d\u0442\u043e \u043a\u0440\u0430\u0439\u043d\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0430\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/SoloRareAntitoxin",
"name": "\u0410\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d: \u0412\u0435\u0440\u043c\u0438\u043b\u043b\u0438\u043e\u043d",
"description": "\u042d\u0442\u043e \u043a\u0440\u0430\u0439\u043d\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0430\u043d\u0442\u0438\u0442\u043e\u043a\u0441\u0438\u043d.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AlphaCorruptor",
"name": "\u0417\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u044b\u0439 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c \u0430\u043b\u044c\u0444\u0430",
"description": "\u0418\u043d\u0435\u0440\u0442\u043d\u044b\u0439 \u0441\u0430\u043c \u043f\u043e \u0441\u0435\u0431\u0435, \u044d\u0442\u043e\u0442 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u0447\u0440\u0435\u0437\u0432\u044b\u0447\u0430\u0439\u043d\u043e \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u043c, \u0435\u0441\u043b\u0438 \u0441\u043c\u0435\u0448\u0430\u0442\u044c \u0435\u0433\u043e \u0441 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u0435\u043c \u0431\u0435\u0442\u0430. \u0412 \u0432\u0435\u0440\u043d\u044b\u0445 \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u044f\u0445 \u0441\u043c\u0435\u0441\u044c \u0432\u044b\u0432\u043e\u0434\u0438\u0442 \u0440\u0435\u0430\u043a\u0442\u043e\u0440\u044b \u0444\u043e\u043c\u043e\u0440\u0438\u0430\u043d\u0446\u0435\u0432 \u0438\u0437 \u0441\u0442\u0440\u043e\u044f \u043d\u0430\u043c\u043d\u043e\u0433\u043e \u0431\u044b\u0441\u0442\u0440\u0435\u0435, \u0447\u0435\u043c \u0441\u0442\u0430\u0431\u0438\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c. \u042d\u0442\u043e\u0442 \u0432\u0437\u0440\u044b\u0432\u043e\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043d\u0430\u0440\u044f\u0436\u0451\u043d \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0441 \u0437\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u044b\u043c\u0438 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044f\u043c\u0438 \u0431\u0435\u0442\u0430. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0422\u044d\u043d\u043d\u043e, \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0438\u0445 \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0435.",
"codexSecret": true,
"parentName": "/Lotus/Types/Restoratives/Consumable/Corruptor"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AncientHealerBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440: \u0414\u0440\u0435\u0432\u043d\u0438\u0439 \u0437\u0430\u0449\u0438\u0442\u043d\u0438\u043a",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u044d\u043a\u0441\u0438\u043c\u0443\u0441\u0430\u00a0\u2014 \u0434\u0440\u0435\u0432\u043d\u0435\u0433\u043e \u0437\u0430\u0449\u0438\u0442\u043d\u0438\u043a\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430\u00a0\u0432\u0430\u0448\u0435\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AssassinBait",
"name": "\u041c\u0430\u044f\u0447\u043e\u043a: \u0421\u0442\u0430\u043b\u043a\u0435\u0440",
"description": "\u041f\u0440\u0438\u043c\u0430\u043d\u043a\u0430 \u0434\u043b\u044f \u0421\u0442\u0430\u043b\u043a\u0435\u0440\u0430. \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043a \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044e \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u043c\u0438\u0441\u0441\u0438\u044f\u0445, \u0433\u0434\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u044f\u0432\u0438\u0442\u044c\u0441\u044f \u0443\u0431\u0438\u0439\u0446\u0430 \u0438 \u0438\u0441\u0447\u0435\u0437\u0430\u0435\u0442 \u043f\u043e\u0441\u043b\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AssassinBaitB",
"name": "\u041c\u0430\u044f\u0447\u043e\u043a: \u0417\u0430\u043d\u0443\u043a\u0430 \u043e\u0445\u043e\u0442\u043d\u0438\u043a",
"description": "\u041f\u0440\u0438\u043c\u0430\u043d\u043a\u0430 \u0434\u043b\u044f \u0417\u0430\u043d\u0443\u043a\u0438 \u043e\u0445\u043e\u0442\u043d\u0438\u043a\u0430. \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043a \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044e \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u043c\u0438\u0441\u0441\u0438\u044f\u0445, \u0433\u0434\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u044f\u0432\u0438\u0442\u044c\u0441\u044f \u0443\u0431\u0438\u0439\u0446\u0430 \u0438 \u0438\u0441\u0447\u0435\u0437\u0430\u0435\u0442 \u043f\u043e\u0441\u043b\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AssassinBaitC",
"name": "\u041c\u0430\u044f\u0447\u043e\u043a: \u0413\u0440\u0430\u0441\u0442\u0440\u0430\u0433\u0441\u043a\u0430\u044f \u0442\u0440\u043e\u0439\u043a\u0430",
"description": "\u041f\u0440\u0438\u043c\u0430\u043d\u043a\u0430 \u0434\u043b\u044f \u0413\u0440\u0430\u0441\u0442\u0440\u0430\u0433\u0441\u043a\u043e\u0439 \u0442\u0440\u043e\u0439\u043a\u0438. \u041f\u043e\u0441\u043b\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0438\u0441\u0447\u0435\u0437\u0430\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u043c\u0438\u0441\u0441\u0438\u044f\u0445, \u0433\u0434\u0435 \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u044f\u0432\u0438\u0442\u044c\u0441\u044f \u0443\u0431\u0438\u0439\u0446\u044b.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AssassinBaitD",
"name": "\u041c\u0430\u044f\u0447\u043e\u043a: \u0412\u043e\u043b\u043a",
"description": "\u041f\u0440\u0438\u043c\u0430\u043d\u043a\u0430 \u0434\u043b\u044f \u0412\u043e\u043b\u043a\u0430. \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043a \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044e \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u043c\u0438\u0441\u0441\u0438\u044f\u0445, \u0433\u0434\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u044f\u0432\u0438\u0442\u044c\u0441\u044f \u0443\u0431\u0438\u0439\u0446\u0430 \u0438 \u0438\u0441\u0447\u0435\u0437\u0430\u0435\u0442 \u043f\u043e\u0441\u043b\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/BaroFireWorksCrate",
"name": "\u0424\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u0438 \u041a\u0438'\u0422\u0438\u0438\u0440",
"description": "\u0412\u0437\u0440\u044b\u0432\u043d\u0430\u044f \u0446\u0432\u0435\u0442\u043e\u0432\u0430\u044f \u0441\u0438\u043c\u0444\u043e\u043d\u0438\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/BaseSpearFishingSpear",
"name": "\u0420\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u044b\u0439 \u0413\u0430\u0440\u043f\u0443\u043d",
"description": "\u0428\u0438\u043f\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0448\u0442\u044b\u0440\u0438 \u043d\u0430 \u044d\u0442\u043e\u043c \u0440\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u043e\u043c \u0433\u0430\u0440\u043f\u0443\u043d\u0435 \u043e\u0431\u043b\u0435\u0433\u0447\u0430\u044e\u0442 \u043b\u043e\u0432\u043b\u044e \u0440\u044b\u0431 \u0441 \u0433\u043b\u0430\u0434\u043a\u043e\u0439 \u043a\u043e\u0436\u0435\u0439. \r\n\r\n\u041c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0443 \u0440\u044b\u0431\u0430\u0447\u043a\u0438 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432 \u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f). \u042d\u0442\u043e\u0442 \u0433\u0430\u0440\u043f\u0443\u043d \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u0435\u043d \u0434\u043b\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0440\u044b\u0431 \u043d\u0430 \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430: \r\n- \u0423\u0433\u043e\u0440\u044c \u0427\u0430\u0440\u043a\u0430 \r\n- \u041a\u0443\u0442\u043e\u043b \r\n- \u0413\u0443\u043f\u043f\u043e\u043b\u0430 \r\n- \u041c\u044e\u0440\u043a\u0440\u0435\u0439 \r\n- \u0428\u0430\u0440\u0440\u0430\u043a\u0430\r\n- \u0419\u043e\u0433\u0432\u0443\u043d",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/BetaCorruptor",
"name": "\u0417\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u044b\u0439 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c \u0431\u0435\u0442\u0430",
"description": "\u0418\u043d\u0435\u0440\u0442\u043d\u044b\u0439 \u0441\u0430\u043c \u043f\u043e \u0441\u0435\u0431\u0435, \u044d\u0442\u043e\u0442 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u0447\u0440\u0435\u0437\u0432\u044b\u0447\u0430\u0439\u043d\u043e \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u043c, \u0435\u0441\u043b\u0438 \u0441\u043c\u0435\u0448\u0430\u0442\u044c \u0435\u0433\u043e \u0441 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u0435\u043c \u0430\u043b\u044c\u0444\u0430. \u0412 \u0432\u0435\u0440\u043d\u044b\u0445 \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u044f\u0445 \u0441\u043c\u0435\u0441\u044c \u0432\u044b\u0432\u043e\u0434\u0438\u0442 \u0440\u0435\u0430\u043a\u0442\u043e\u0440\u044b \u0444\u043e\u043c\u043e\u0440\u0438\u0430\u043d\u0446\u0435\u0432 \u0438\u0437 \u0441\u0442\u0440\u043e\u044f \u043d\u0430\u043c\u043d\u043e\u0433\u043e \u0431\u044b\u0441\u0442\u0440\u0435\u0435, \u0447\u0435\u043c \u0441\u0442\u0430\u0431\u0438\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c. \u042d\u0442\u043e\u0442 \u0432\u0437\u0440\u044b\u0432\u043e\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043d\u0430\u0440\u044f\u0436\u0451\u043d \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0441 \u0437\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u044b\u043c\u0438 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044f\u043c\u0438 \u0430\u043b\u044c\u0444\u0430. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0422\u044d\u043d\u043d\u043e, \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0438\u0445 \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0435.",
"codexSecret": true,
"parentName": "/Lotus/Types/Restoratives/Consumable/Corruptor"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/BronzeSpectre",
"name": "\u0422\u0443\u043c\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0435\u043a\u0442\u0440",
"description": "\u0420\u0435\u043f\u043b\u0438\u043a\u0430\u043d\u0442-\u043a\u043b\u043e\u043d \u0432\u0430\u0440\u0444\u0440\u0435\u0439\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0434\u043b\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0422\u044d\u043d\u043d\u043e \u043d\u0430 \u043c\u0438\u0441\u0441\u0438\u044f\u0445.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpectreBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CameraConsumable",
"name": "\u0423\u0434\u0430\u043b\u0451\u043d\u043d\u044b\u0439 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u044c",
"description": "\u0412\u044b\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u0443\u044e \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0438\u043e\u043d\u043d\u0443\u044e \u043a\u0430\u043c\u0435\u0440\u0443, \u0447\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044c \u0435\u0451 \u0433\u043b\u0430\u0437\u0430\u043c\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/ChargerBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440: \u0418\u043d\u0444\u0435\u0441\u0442\u043e\u0438\u0434",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u044d\u043a\u0441\u0438\u043c\u0443\u0441\u0430-\u0438\u043d\u0444\u0435\u0441\u0442\u043e\u0438\u0434\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/ClemBall",
"name": "\u041a\u043b\u043e\u043d \u041a\u043b\u0435\u043c\u0430",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u043a\u043b\u043e\u043d \u041a\u043b\u0435\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CorruptedBombardBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440: \u041f\u043e\u0440\u0430\u0431\u043e\u0449\u0451\u043d\u043d\u044b\u0439 \u0431\u043e\u043c\u0431\u0430\u0440\u0434\u0438\u0440\u043e\u0432\u0449\u0438\u043a",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u041f\u043e\u0440\u0430\u0431\u043e\u0449\u0451\u043d\u043d\u043e\u0433\u043e \u0411\u043e\u043c\u0431\u0430\u0440\u0434\u0438\u0440\u043e\u0432\u0449\u0438\u043a\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0412\u0430\u0448\u0435\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CorruptedHeavyGunnerBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440: \u041f\u043e\u0440\u0430\u0431\u043e\u0449\u0451\u043d\u043d\u044b\u0439 \u043f\u0443\u043b\u0435\u043c\u0451\u0442\u0447\u0438\u043a",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u041f\u043e\u0440\u0430\u0431\u043e\u0449\u0451\u043d\u043d\u043e\u0433\u043e \u041f\u0443\u043b\u0435\u043c\u0435\u0442\u0447\u0438\u043a\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0412\u0430\u0448\u0435\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CorruptedLancerBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440: \u041f\u043e\u0440\u0430\u0431\u043e\u0449\u0451\u043d\u043d\u044b\u0439 \u0441\u0442\u0440\u0435\u043b\u043e\u043a",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u044d\u043a\u0441\u0438\u043c\u0443\u0441\u0430-\u043f\u043e\u0440\u0430\u0431\u043e\u0449\u0451\u043d\u043d\u043e\u0433\u043e \u0441\u0442\u0440\u0435\u043b\u043a\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CreditChipLarge",
"name": "\u0413\u043e\u0440\u044f\u0447\u0435\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0438\u0437 \u0411\u0435\u0437\u0434\u043d\u044b",
"description": "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0432 100 000 \u043a\u0440\u0435\u0434\u0438\u0442\u043e\u0432 \u0438\u0437 \u0411\u0435\u0437\u0434\u043d\u044b.",
"codexSecret": true,
"parentName": "/Lotus/Types/Restoratives/Consumable/CreditChipSmall"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CreditChipMedium",
"name": "\u0423\u043c\u0435\u0440\u0435\u043d\u043d\u043e\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0438\u0437 \u0411\u0435\u0437\u0434\u043d\u044b",
"description": "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0432 10 000 \u043a\u0440\u0435\u0434\u0438\u0442\u043e\u0432 \u0438\u0437 \u0411\u0435\u0437\u0434\u043d\u044b.",
"codexSecret": true,
"parentName": "/Lotus/Types/Restoratives/Consumable/CreditChipSmall"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CreditChipSmall",
"name": "\u0421\u043a\u0440\u043e\u043c\u043d\u043e\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0438\u0437 \u0411\u0435\u0437\u0434\u043d\u044b",
"description": "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0432 1 000 \u043a\u0440\u0435\u0434\u0438\u0442\u043e\u0432 \u0438\u0437 \u0411\u0435\u0437\u0434\u043d\u044b.",
"codexSecret": true,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CrewmateBall",
"name": "\u042d\u043a\u0438\u043f\u0430\u0436 \u043f\u043e \u0432\u044b\u0437\u043e\u0432\u0443",
"description": "\u0412\u044b\u0437\u043e\u0432\u0438\u0442\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430 \u044d\u043a\u0438\u043f\u0430\u0436\u0430 \u0434\u043b\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0432 \u043c\u0438\u0441\u0441\u0438\u044f\u0445, \u043d\u0435 \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0420\u044d\u0439\u043b\u0434\u0436\u0435\u043a\u043e\u043c.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/FireWorksCrate",
"name": "\u0413\u0440\u0430\u043d\u0434\u0438\u043e\u0437\u043d\u044b\u0439 \u0444\u0438\u043d\u0430\u043b",
"description": "\u0425\u043e\u0442\u0438\u0442\u0435 \u0431\u043e\u043b\u0435\u0435 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u044f\u044e\u0449\u0438\u0439 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a \u0434\u0430\u0431\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u043f\u0430\u0442\u0440\u0438\u043e\u0442\u0438\u0437\u043c? \u041f\u0440\u0430\u0437\u0434\u043d\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043b\u044c\u043d\u043e \u0441 \u044d\u0442\u0438\u043c \u043e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u043c \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u043c.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/FireWorksSingle",
"name": "\u0417\u0432\u0451\u0437\u0434\u043d\u0430\u044f \u0432\u0441\u043f\u044b\u0448\u043a\u0430",
"description": "\u041e\u0442\u043f\u0440\u0430\u0437\u0434\u043d\u0443\u0439\u0442\u0435 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435 \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u043e\u043c! \u041e\u0441\u0432\u0435\u0442\u0438\u0442\u0435 \u043d\u0435\u0431\u043e \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u044d\u0442\u043e\u0433\u043e \u043e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/FomorianNegator",
"name": "\u0424\u043e\u043c\u043e\u0440\u0438\u0430\u043d\u0441\u043a\u0438\u0439 \u0440\u0430\u0437\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044c",
"description": "\u041f\u0440\u0438 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043d\u0430\u0440\u0443\u0448\u0430\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0443 \u044d\u043d\u0435\u0440\u0433\u043e\u043f\u043e\u043b\u044f \u0424\u043e\u043c\u043e\u0440\u0438\u0430\u043d\u0441\u043a\u043e\u0433\u043e \u043e\u043c\u0435\u0433\u0430-\u044f\u0434\u0440\u0430, \u0434\u0435\u043b\u0430\u044f \u0435\u0433\u043e \u0443\u044f\u0437\u0432\u0438\u043c\u044b\u043c. \u0422\u0430\u043a\u0436\u0435 \u0437\u0430\u0449\u0438\u0449\u0430\u0435\u0442 \u0422\u044d\u043d\u043d\u043e \u043e\u0442 \u043e\u043c\u0435\u0433\u0430-\u0440\u0430\u0434\u0438\u0430\u0446\u0438\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/GlyphConsumable",
"name": "\u0413\u043b\u0438\u0444: \u041f\u0440\u0438\u0437\u043c\u0430",
"description": "\u0412\u044b\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u043c\u0430\u0433\u043d\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u043f\u0440\u0438\u0437\u043c\u0443 \u0441 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c \u0413\u043b\u0438\u0444\u043e\u043c. \u0415\u0434\u0438\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0430, \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430\u0440\u044f\u0434\u043e\u0432 \u043d\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/GlyphConsumableNoCharges",
"name": "\u0413\u043b\u0438\u0444: \u041f\u0440\u0438\u0437\u043c\u0430",
"description": "\u0412\u044b\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u043c\u0430\u0433\u043d\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u043f\u0440\u0438\u0437\u043c\u0443 \u0441 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c \u0413\u043b\u0438\u0444\u043e\u043c. \u0415\u0434\u0438\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0430, \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430\u0440\u044f\u0434\u043e\u0432 \u043d\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/GoldSpectre",
"name": "\u0421\u0438\u043b\u043e\u0432\u043e\u0439 \u0441\u043f\u0435\u043a\u0442\u0440",
"description": "\u0420\u0435\u043f\u043b\u0438\u043a\u0430\u043d\u0442-\u043a\u043b\u043e\u043d \u0432\u0430\u0440\u0444\u0440\u0435\u0439\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0434\u043b\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0422\u044d\u043d\u043d\u043e \u043d\u0430 \u043c\u0438\u0441\u0441\u0438\u044f\u0445.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpectreBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/HunterTool",
"name": "\u041a\u0438\u043d\u0435\u0442\u0438\u043a\u043e-\u0441\u0438\u0444\u043e\u043d\u043d\u0430\u044f \u043b\u043e\u0432\u0443\u0448\u043a\u0430",
"description": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u043b\u043e\u0432\u0443\u0448\u043a\u0430 \u0434\u043b\u044f \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0438 \u0437\u0430\u043c\u0435\u0434\u043b\u0435\u043d\u0438\u044f \u0446\u0435\u043b\u0438 \u0441\u0438\u043d\u0442\u0435\u0437\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/InfestedBaitBall",
"name": "\u041a\u0430\u043f\u0441\u0443\u043b\u044b \u0424\u0435\u0440\u043b\u0438\u0430\u043a\u0430",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 50 \u043a\u0430\u043f\u0441\u0443\u043b \u0424\u0435\u0440\u043b\u0438\u0430\u043a\u0430, \u0438\u0441\u043f\u0443\u0441\u043a\u0430\u044e\u0449\u0438\u0445 \u043c\u043e\u0449\u043d\u044b\u0435 \u0444\u0435\u0440\u043e\u043c\u043e\u043d\u044b, \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044e\u0449\u0438\u0435 \u0437\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u044b\u0445.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/InfestedFishingSpearA",
"name": "\u0413\u0430\u0440\u043f\u0443\u043d: \u0421\u043f\u0430\u0440\u0438",
"description": "\u041f\u043e\u0433\u0440\u0443\u0436\u0430\u0439\u0442\u0435\u0441\u044c \u0432 \u0433\u043b\u0443\u0431\u0438\u043d\u044b \u0441 \u044d\u0442\u0438\u043c \u0445\u0438\u0442\u0440\u043e\u0443\u043c\u043d\u044b\u043c \u0440\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u044b\u043c \u0433\u0430\u0440\u043f\u0443\u043d\u043e\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0435\u0434\u0432\u0430 \u0437\u0430\u043c\u0435\u0442\u0435\u043d \u0434\u043b\u044f \u0437\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u044b\u0445 \u0438 \u0433\u0438\u0431\u0440\u0438\u0434\u043d\u044b\u0445/\u043e\u0440\u043e\u043a\u0438\u043d\u0441\u043a\u0438\u0445 \u0440\u044b\u0431. \u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0441\u0432\u043e\u0435\u043c\u0443 \u0437\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u043e\u043c\u0443 \u0430\u0441\u043f\u0435\u043a\u0442\u0443, \u044d\u0442\u043e \u043e\u0434\u043d\u043e \u0438\u0437 \u043d\u0435\u043c\u043d\u043e\u0433\u0438\u0445 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u0445 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u044d\u043a\u0437\u043e\u043a\u0440\u0438\u043d.\r\n\r\n\u041c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0443 \u0414\u043e\u0447\u0435\u0440\u0438 \u0432 \u041d\u0435\u043a\u0440\u0430\u043b\u0438\u0441\u043a\u0435. \u042d\u0442\u043e\u0442 \u0433\u0430\u0440\u043f\u0443\u043d \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u0435\u043d \u0434\u043b\u044f \u0440\u044b\u0431, \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f \u0432 \u041a\u0430\u043c\u0431\u0438\u043e\u043d\u0441\u043a\u043e\u043c \u0414\u0440\u0435\u0439\u0444\u0435 (\u0414\u0435\u0439\u043c\u043e\u0441).",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/BaseSpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/InfestedFishingSpearB",
"name": "\u0413\u0430\u0440\u043f\u0443\u043d: \u042d\u0431\u0438\u0441\u0443",
"description": "\u041f\u043e\u0433\u0440\u0443\u0436\u0430\u0439\u0442\u0435\u0441\u044c \u0432 \u0433\u043b\u0443\u0431\u0438\u043d\u044b \u0441 \u044d\u0442\u0438\u043c \u0445\u0438\u0442\u0440\u043e\u0443\u043c\u043d\u044b\u043c \u0440\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u044b\u043c \u0433\u0430\u0440\u043f\u0443\u043d\u043e\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0435\u0434\u0432\u0430 \u0437\u0430\u043c\u0435\u0442\u0435\u043d \u0434\u043b\u044f \u0437\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u044b\u0445 \u0438 \u0433\u0438\u0431\u0440\u0438\u0434\u043d\u044b\u0445/\u043e\u0440\u043e\u043a\u0438\u043d\u0441\u043a\u0438\u0445 \u0440\u044b\u0431. \u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0441\u0432\u043e\u0435\u043c\u0443 \u0437\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u043e\u043c\u0443 \u0430\u0441\u043f\u0435\u043a\u0442\u0443, \u044d\u0442\u043e \u043e\u0434\u043d\u043e \u0438\u0437 \u043d\u0435\u043c\u043d\u043e\u0433\u0438\u0445 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u0445 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u044d\u043a\u0437\u043e\u043a\u0440\u0438\u043d.\r\n\r\n\u041c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0443 \u0414\u043e\u0447\u0435\u0440\u0438 \u0432 \u041d\u0435\u043a\u0440\u0430\u043b\u0438\u0441\u043a\u0435. \u042d\u0442\u043e\u0442 \u0433\u0430\u0440\u043f\u0443\u043d \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u0435\u043d \u0434\u043b\u044f \u0440\u044b\u0431, \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f \u0432 \u041a\u0430\u043c\u0431\u0438\u043e\u043d\u0441\u043a\u043e\u043c \u0414\u0440\u0435\u0439\u0444\u0435 (\u0414\u0435\u0439\u043c\u043e\u0441).",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/InfestedFishingSpearA"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/InfestedIrradiatedBaitBall",
"name": "\u041e\u0431\u043b\u0443\u0447\u0451\u043d\u043d\u044b\u0435 \u043a\u0430\u043f\u0441\u0443\u043b\u044b \u0424\u0435\u0440\u043b\u0438\u0430\u043a\u0430",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 50 \u043e\u0431\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0445 \u043a\u0430\u043f\u0441\u0443\u043b \u0424\u0435\u0440\u043b\u0438\u0430\u043a\u0430, \u0438\u0441\u043f\u0443\u0441\u043a\u0430\u044e\u0449\u0438\u0445 \u043c\u043e\u0449\u043d\u044b\u0435 \u0444\u0435\u0440\u043e\u043c\u043e\u043d\u044b, \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044e\u0449\u0438\u0435 \u0437\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u044b\u0445.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/InfestedSyringe",
"name": "\u0418\u043d\u044a\u0435\u043a\u0442\u043e\u0440 \u0430\u043d\u0442\u0438\u0441\u0435\u0440\u0443\u043c\u0430",
"description": "\u0412\u0432\u043e\u0434\u0438\u0442 \u0430\u043d\u0442\u0438\u0441\u0435\u0440\u0443\u043c \u0432 \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0435\u043b\u0438 \u0438\u043b\u0438 \u0432 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0449\u0430\u044f \u0440\u0430\u0437\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u0431\u0440\u043e\u043d\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/LibraryScanner",
"name": "\u0421\u043a\u0430\u043d\u0435\u0440 \u0441\u0438\u043d\u0442\u0435\u0437\u0430",
"description": "\u0421\u0438\u043d\u0442\u0435\u0437\u0438\u0440\u0443\u0435\u0442 \u0433\u0435\u043d\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0446\u0435\u043b\u0438 \u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 \u0438\u0445 \u0432 \u0421\u0432\u044f\u0442\u0438\u043b\u0438\u0449\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MacheteWomanBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440: \u0421\u043a\u043e\u0440\u043f\u0438\u043e\u043d",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u044d\u043a\u0441\u0438\u043c\u0443\u0441\u0430-\u0441\u043a\u043e\u0440\u043f\u0438\u043e\u043d\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MapMarker",
"name": "\u041c\u0435\u0441\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c",
"description": "\u041f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u044b\u0439 \u043c\u0430\u0440\u043a\u0435\u0440 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0441 \u043a\u0430\u0440\u0442\u043e\u0439 \u043c\u0438\u0440\u0430. \u041a\u043e\u043e\u0440\u0434\u0438\u043d\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0432\u043e\u0439 \u043e\u0442\u0440\u044f\u0434 \u0438 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u0432\u0430\u0436\u043d\u044b\u0435 \u043c\u0435\u0441\u0442\u0430!",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MiningLaser",
"name": "\u041d\u043e\u0437\u0430\u043c\u043e\u0432\u044b\u0439 \u0420\u0435\u0437\u0430\u043a",
"description": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0440\u0435\u0437\u043a\u0438 \u0440\u0443\u0434\u044b \u0438 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0434\u0440\u0430\u0433\u043e\u0446\u0435\u043d\u043d\u044b\u0445 \u043a\u0430\u043c\u043d\u0435\u0439 \u0438\u0437 \u043a\u0430\u043c\u043d\u044f.\r\n\r\n\u041e\u0442\u0445\u043e\u0434\u0438\u0442\u0435 \u043f\u043e\u0434\u0430\u043b\u044c\u0448\u0435 \u043e\u0442 \u043f\u043e\u0441\u0435\u043b\u0435\u043d\u0438\u0439, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0448\u0430\u043d\u0441\u044b \u043d\u0430 \u0434\u043e\u0431\u044b\u0447\u0443 \u0440\u0435\u0434\u043a\u0438\u0445 \u043c\u0438\u043d\u0435\u0440\u0430\u043b\u043e\u0432.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MiningLaserB",
"name": "\u0424\u043e\u043a\u0443\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u041d\u043e\u0437\u0430\u043c\u043e\u0432\u044b\u0439 \u0420\u0435\u0437\u0430\u043a",
"description": "\u0411\u043e\u043b\u0435\u0435 \u043f\u0440\u043e\u0434\u0432\u0438\u043d\u0443\u0442\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u041d\u043e\u0437\u0430\u043c\u043e\u0432\u043e\u0433\u043e \u0420\u0435\u0437\u0430\u043a\u0430.\r\n\r\n\u041e\u0442\u043e\u0439\u0434\u0438\u0442\u0435 \u043f\u043e\u0434\u0430\u043b\u044c\u0448\u0435 \u043e\u0442\u00a0\u043f\u043e\u0441\u0435\u043b\u0435\u043d\u0438\u0439, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0448\u0430\u043d\u0441\u044b \u043d\u0430\u00a0\u0434\u043e\u0431\u044b\u0447\u0443 \u0440\u0435\u0434\u043a\u0438\u0445 \u043c\u0438\u043d\u0435\u0440\u0430\u043b\u043e\u0432.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/MiningLaser"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MiningLaserC",
"name": "\u041f\u0440\u043e\u0434\u0432\u0438\u043d\u0443\u0442\u044b\u0439 \u043d\u043e\u0437\u0430\u043c\u043e\u0432\u044b\u0439 \u0440\u0435\u0437\u0430\u043a",
"description": "\u0423\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u00a0\u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u0438\u0431\u0435\u0440\u043d\u0435\u0442\u0438\u043a\u0438, \u044d\u0442\u043e\u0442 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0441\u043f\u043e\u0441\u043e\u0431\u0435\u043d \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c \u0431\u043b\u0438\u0437\u043b\u0435\u0436\u0430\u0449\u0438\u0435 \u0434\u0440\u0430\u0433\u043e\u0446\u0435\u043d\u043d\u044b\u0435 \u043a\u0430\u043c\u043d\u0438 \u0438\u00a0\u0440\u0443\u0434\u043d\u044b\u0435 \u0436\u0438\u043b\u044b, \u0430\u00a0\u0442\u0430\u043a\u0436\u0435 \u0438\u043c\u0435\u0435\u0442 \u0448\u0430\u043d\u0441 \u0438\u0437\u0432\u043b\u0435\u0447\u044c \u0440\u0435\u0434\u043a\u0438\u0435 \u0434\u0440\u0430\u0433\u043e\u0446\u0435\u043d\u043d\u044b\u0435 \u043a\u0430\u043c\u043d\u0438 \u043d\u0430\u00a0\u043b\u044e\u0431\u043e\u043c \u043b\u0430\u043d\u0434\u0448\u0430\u0444\u0442\u0435.\r\n\r\n\u041e\u0442\u0445\u043e\u0434\u0438\u0442\u0435 \u043f\u043e\u0434\u0430\u043b\u044c\u0448\u0435 \u043e\u0442\u00a0\u043f\u043e\u0441\u0435\u043b\u0435\u043d\u0438\u0439-\u0445\u0430\u0431\u043e\u0432, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0448\u0430\u043d\u0441\u044b \u043d\u0430\u00a0\u0434\u043e\u0431\u044b\u0447\u0443 \u0440\u0435\u0434\u043a\u0438\u0445 \u043c\u0438\u043d\u0435\u0440\u0430\u043b\u043e\u0432.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/MiningLaser"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MiningLaserSolaris",
"name": "\u0421\u043e\u043b-\u0442\u043e\u0447\u0435\u0447\u043d\u044b\u0439 \u043f\u043b\u0430\u0437\u043c\u0435\u043d\u043d\u044b\u0439 \u0431\u0443\u0440",
"description": "\u0411\u044b\u0441\u0442\u0440\u043e \u0432\u043e\u0441\u043f\u043b\u0430\u043c\u0435\u043d\u044f\u044e\u0449\u0438\u0439\u0441\u044f, \u0432\u044b\u0441\u043e\u043a\u043e\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0434\u043e\u0431\u044b\u0447\u0438, \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u0439 \u0438\u0437\u0432\u043b\u0435\u043a\u0430\u0442\u044c \u0440\u0435\u0434\u0447\u0430\u0439\u0448\u0438\u0435 \u043c\u0438\u043d\u0435\u0440\u0430\u043b\u044b \u0441\u00a0\u0445\u0438\u0440\u0443\u0440\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c\u044e.\r\n\r\n\u041c\u043e\u0436\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0440\u0435\u0434\u043a\u0438\u0445 \u0441\u0430\u043c\u043e\u0446\u0432\u0435\u0442\u043e\u0432 \u043d\u0430\u00a0\u043b\u044e\u0431\u043e\u043c \u043b\u0430\u043d\u0434\u0448\u0430\u0444\u0442\u0435. \u041e\u0442\u0445\u043e\u0434\u0438\u0442\u0435 \u043f\u043e\u0434\u0430\u043b\u044c\u0448\u0435 \u043e\u0442\u00a0\u043f\u043e\u0441\u0435\u043b\u0435\u043d\u0438\u0439, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u0430\u0438\u043b\u0443\u0447\u0448\u0438\u0435 \u0448\u0430\u043d\u0441\u044b \u043d\u0430\u00a0\u0434\u043e\u0431\u044b\u0447\u0443 \u0440\u0435\u0434\u043a\u0438\u0445 \u043c\u0438\u043d\u0435\u0440\u0430\u043b\u043e\u0432.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/MiningLaser"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MoaBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440: \u041c\u041e\u0410",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u044d\u043a\u0441\u0438\u043c\u0443\u0441\u0430-\u041c\u041e\u0410, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/NemesisBait",
"name": "\u0423\u043b\u044c\u0442\u0438\u043c\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0440\u0435\u043a\u0432\u0438\u0435\u043c",
"description": "\u0412\u044b\u0437\u044b\u0432\u0430\u0435\u0442 \u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u0443\u044e \u043a\u043e\u043d\u0444\u0440\u043e\u043d\u0442\u0430\u0446\u0438\u044e \u0441 \u0432\u0430\u0448\u0438\u043c \u041b\u0438\u0447\u043e\u043c \u041a\u0443\u0432\u044b \u0438\u043b\u0438 \u0421\u0435\u0441\u0442\u0440\u043e\u0439 \u041f\u0430\u0440\u0432\u043e\u0441\u0430: \u043e\u0441\u043a\u043e\u0440\u0431\u043b\u0435\u043d\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u043e\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043e.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/PlatinumSpectre",
"name": "\u041a\u043e\u0441\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u043f\u0435\u043a\u0442\u0440",
"description": "\u0420\u0435\u043f\u043b\u0438\u043a\u0430\u043d\u0442-\u043a\u043b\u043e\u043d \u0432\u0430\u0440\u0444\u0440\u0435\u0439\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0434\u043b\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0422\u044d\u043d\u043d\u043e \u043d\u0430 \u043c\u0438\u0441\u0441\u0438\u044f\u0445.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpectreBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RazorbackCipher",
"name": "\u0428\u0438\u0444\u0440 \u0421\u0435\u043a\u0430\u0447\u0430",
"description": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043e\u0431\u0445\u043e\u0434\u0430 \u0441\u0438\u0441\u0442\u0435\u043c \u0437\u0430\u0449\u0438\u0442\u044b \u044f\u0447\u0435\u0439\u043a\u0438 \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0421\u0435\u043a\u0430\u0447\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RecallToRailjack",
"name": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0432 \u0420\u044d\u0439\u043b\u0434\u0436\u0435\u043a",
"description": "",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RepairTool",
"name": "\u041e\u043c\u043d\u0438",
"description": "\u041e\u043c\u043d\u0438 - \u044d\u0442\u043e \u043c\u043d\u043e\u0433\u043e\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0420\u044d\u0439\u043b\u0434\u0436\u0435\u043a\u0430 \u0434\u043b\u044f \u0442\u0443\u0448\u0435\u043d\u0438\u044f \u043f\u043e\u0436\u0430\u0440\u043e\u0432, \u0437\u0430\u043d\u0443\u043b\u0435\u043d\u0438\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u043e\u043c\u0435\u0445 \u0438 \u0440\u0435\u043c\u043e\u043d\u0442\u0430 \u0440\u0430\u0437\u0440\u044b\u0432\u043e\u0432 \u0444\u044e\u0437\u0435\u043b\u044f\u0436\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0435\u0433\u043e \u0441\u043d\u0430\u0440\u0443\u0436\u0438 \u0420\u044d\u0439\u043b\u0434\u0436\u0435\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u043c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u043e \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u0431\u043e\u0440\u0442 \u043a\u043e\u0440\u0430\u0431\u043b\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RobofishSpearB",
"name": "\u0420\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u044b\u0439 \u0413\u0430\u0440\u043f\u0443\u043d \u0428\u043e\u043a\u043f\u0440\u043e\u0434",
"description": "\u0421\u043e\u0437\u0434\u0430\u043d \u0434\u043b\u044f \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431 \u0431\u0435\u0437 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0439. \u0412\u044b\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u0434\u0435\u0437\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043c\u0430\u0433\u043d\u0438\u0442\u043d\u044b\u0439 \u0438\u043c\u043f\u0443\u043b\u044c\u0441 \u043f\u043e\u0441\u043b\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0433\u043e \u043f\u043e\u043f\u0430\u0434\u0430\u043d\u0438\u044f, \u0435\u0441\u043b\u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0432\u0440\u0435\u043c\u044f.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0411\u0438\u0437\u043d\u0435\u0441\u0430 \u0432 \u0424\u043e\u0440\u0442\u0443\u043d\u0435. \u042d\u0442\u043e \u043a\u043e\u043f\u044c\u0451 \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e \u043f\u0440\u043e\u0442\u0438\u0432 \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431, \u043e\u0431\u0438\u0442\u0430\u044e\u0449\u0438\u0445 \u0432 \u0414\u043e\u043b\u0438\u043d\u0435 \u0441\u0444\u0435\u0440 (\u0412\u0435\u043d\u0435\u0440\u0430).",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/BaseSpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RobofishSpearC",
"name": "\u0420\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u044b\u0439 \u0413\u0430\u0440\u043f\u0443\u043d \u0421\u0442\u0430\u043d\u043d\u0430",
"description": "\u0423\u0441\u043f\u0435\u0448\u043d\u044b\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043c\u0430\u0433\u043d\u0438\u0442\u043d\u044b\u0435 \u0438\u043c\u043f\u0443\u043b\u044c\u0441\u044b \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u044e\u0442\u0441\u044f \u043d\u0430\u0440\u0443\u0436\u0443, \u0434\u0435\u0437\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0443\u044f \u0442\u0430\u043a\u0436\u0435 \u043b\u044e\u0431\u0443\u044e \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431\u0443 \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438.\r\n\r\n\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443\u00a0\u0411\u0438\u0437\u043d\u0435\u0441\u0430 \u0432\u00a0\u0424\u043e\u0440\u0442\u0443\u043d\u0435. \u042d\u0442\u043e \u043a\u043e\u043f\u044c\u0451 \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e \u043f\u0440\u043e\u0442\u0438\u0432 \u0441\u0435\u0440\u0432\u043e\u0440\u044b\u0431, \u043e\u0431\u0438\u0442\u0430\u044e\u0449\u0438\u0445 \u0432\u00a0\u0414\u043e\u043b\u0438\u043d\u0435 \u0421\u0444\u0435\u0440 (\u0412\u0435\u043d\u0435\u0440\u0430).",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/BaseSpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RollerBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440: \u0420\u043e\u043b\u043b\u0435\u0440",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u044d\u043a\u0441\u0438\u043c\u0443\u0441\u0430-\u0440\u043e\u043b\u043b\u0435\u0440\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Scanner",
"name": "\u0421\u043a\u0430\u043d\u0435\u0440",
"description": "\u0421\u043e\u0431\u0438\u0440\u0430\u0435\u0442 \u043e\u0431\u0440\u0430\u0437\u0435\u0446 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u0446\u0435\u043b\u0438 \u0434\u043b\u044f \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0430\u043d\u0430\u043b\u0438\u0437\u0430 \u0432 \u041a\u043e\u0434\u0435\u043a\u0441\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/ShieldDroneBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440: \u0414\u0440\u043e\u043d-\u0449\u0438\u0442\u043e\u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u044d\u043a\u0441\u0438\u043c\u0443\u0441\u0430 \u0434\u0440\u043e\u043d\u0430-\u0449\u0438\u0442\u043e\u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u0435.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/SilverSpectre",
"name": "\u0424\u0430\u0437\u043e\u0432\u044b\u0439 \u0441\u043f\u0435\u043a\u0442\u0440",
"description": "\u0420\u0435\u043f\u043b\u0438\u043a\u0430\u043d\u0442-\u043a\u043b\u043e\u043d \u0432\u0430\u0440\u0444\u0440\u0435\u0439\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0434\u043b\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0422\u044d\u043d\u043d\u043e \u043d\u0430 \u043c\u0438\u0441\u0441\u0438\u044f\u0445.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpectreBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/SkateBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440 \u043f\u0443\u0441\u0442\u044b\u043d\u043d\u043e\u0433\u043e \u0421\u043a\u0430\u0442\u0430",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u041f\u0415\u0421\u0427\u0410\u041d\u041e\u0413\u041e \u0421\u041a\u0410\u0422\u0410, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u0441\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0437\u0430 \u0432\u0430\u0441.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/SpearFishingSpear",
"name": "\u0420\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u044b\u0439 \u0413\u0430\u0440\u043f\u0443\u043d \u041b\u0430\u043d\u0437\u043e",
"description": "\u0428\u0438\u043f\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0448\u0442\u044b\u0440\u0438 \u043d\u0430 \u044d\u0442\u043e\u043c \u0440\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u043e\u043c \u0433\u0430\u0440\u043f\u0443\u043d\u0435 \u043e\u0431\u043b\u0435\u0433\u0447\u0430\u044e\u0442 \u043b\u043e\u0432\u043b\u044e \u0440\u044b\u0431 \u0441 \u0433\u043b\u0430\u0434\u043a\u043e\u0439 \u043a\u043e\u0436\u0435\u0439. \r\n\r\n\u041c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0443 \u0440\u044b\u0431\u0430\u0447\u043a\u0438 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432 \u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f). \u042d\u0442\u043e\u0442 \u0433\u0430\u0440\u043f\u0443\u043d \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u0435\u043d \u0434\u043b\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0440\u044b\u0431 \u043d\u0430 \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430: \r\n- \u0423\u0433\u043e\u0440\u044c \u0427\u0430\u0440\u043a\u0430 \r\n- \u041a\u0443\u0442\u043e\u043b \r\n- \u0413\u0443\u043f\u043f\u043e\u043b\u0430 \r\n- \u041c\u044e\u0440\u043a\u0440\u0435\u0439 \r\n- \u0428\u0430\u0440\u0440\u0430\u043a\u0430\r\n- \u0419\u043e\u0433\u0432\u0443\u043d",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/BaseSpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/SpearFishingSpearB",
"name": "\u0420\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u044b\u0439 \u0413\u0430\u0440\u043f\u0443\u043d \u0422\u0443\u043b\u043e\u043a",
"description": "\u042d\u0442\u043e\u0442 \u0440\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u044b\u0439 \u0433\u0430\u0440\u043f\u0443\u043d \u043e\u0441\u043d\u0430\u0449\u0451\u043d \u0442\u043e\u043d\u043a\u0438\u043c \u043b\u0435\u0437\u0432\u0438\u0435\u043c, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0431\u0438\u0432\u0430\u0442\u044c \u0431\u0440\u043e\u043d\u0435\u0432\u044b\u0435 \u043f\u043b\u0430\u0441\u0442\u0438\u043d\u044b \u0438 \u043f\u0430\u043d\u0446\u0438\u0440\u0438. \r\n\r\n\u041c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0443 \u0440\u044b\u0431\u0430\u0447\u043a\u0438 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432 \u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f). \u042d\u0442\u043e\u0442 \u0433\u0430\u0440\u043f\u0443\u043d \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u0435\u043d \u0434\u043b\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0440\u044b\u0431\u044b \u043d\u0430 \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430: \r\n- \u0422\u0440\u0430\u043b\u043e\u043a",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/SpearFishingSpearC",
"name": "\u0420\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u044b\u0439 \u0413\u0430\u0440\u043f\u0443\u043d \u041f\u0435\u0440\u0430\u043c",
"description": "\u042d\u0442\u043e\u0442 \u0440\u044b\u0431\u043e\u043b\u043e\u0432\u043d\u044b\u0439 \u0433\u0430\u0440\u043f\u0443\u043d \u0438\u043c\u0435\u0435\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043b\u0435\u0437\u0432\u0438\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u043f\u0440\u043e\u0431\u0438\u0432\u0430\u0442\u044c \u0448\u043a\u0443\u0440\u044b \u0447\u0435\u0448\u0443\u0439\u0447\u0430\u0442\u044b\u0445 \u0440\u044b\u0431. \r\n\r\n\u041c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0443 \u0440\u044b\u0431\u0430\u0447\u043a\u0438 \u0425\u0430\u0439-\u041b\u0443\u043a \u0432 \u0426\u0435\u0442\u0443\u0441\u0435 (\u0417\u0435\u043c\u043b\u044f). \u042d\u0442\u043e\u0442 \u0433\u0430\u0440\u043f\u0443\u043d \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u0435\u043d \u0434\u043b\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0440\u044b\u0431 \u043d\u0430 \u0420\u0430\u0432\u043d\u0438\u043d\u0430\u0445 \u042d\u0439\u0434\u043e\u043b\u043e\u043d\u0430: \r\n- \u0413\u043b\u0430\u043f\u043f\u0438\u0434\u0430\r\n- \u041a\u0445\u0443\u0442-\u041a\u0445\u0443\u0442 \r\n- \u0420\u044b\u0431\u0430-\u043f\u0430\u0441\u0442\u044c\r\n- \u041c\u043e\u0440\u0442\u0443\u0441-\u0440\u043e\u0433\u043e\u0437\u0443\u0431\r\n- \u041d\u043e\u0440\u0433\u0430",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/StableCorruptor",
"name": "\u0421\u0442\u0430\u0431\u0438\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0437\u0430\u0440\u0430\u0436\u0451\u043d\u043d\u044b\u0439 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c",
"description": "\u0412\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 \u0432 \u0440\u0435\u0430\u043a\u0442\u043e\u0440 \u0444\u043e\u043c\u043e\u0440\u0438\u0430\u043d\u0446\u0430, \u044d\u0442\u043e\u0442 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442 \u0431\u0430\u043b\u0430\u043d\u0441 \u0442\u043e\u043f\u043b\u0438\u0432\u0430. \u041a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0440\u0435\u0430\u043a\u0442\u043e\u0440\u044b \u0440\u0430\u043d\u043e \u0438\u043b\u0438 \u043f\u043e\u0437\u0434\u043d\u043e \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0438 \u0443\u043d\u0438\u0447\u0442\u043e\u0436\u0430\u0442 \u043a\u043e\u0440\u0430\u0431\u043b\u044c. \u041c\u0435\u0434\u043b\u0435\u043d\u043d\u044b\u0439, \u043d\u043e \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0439, \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0422\u044d\u043d\u043d\u043e-\u043e\u0434\u0438\u043d\u043e\u0447\u0435\u043a.",
"codexSecret": true,
"parentName": "/Lotus/Types/Restoratives/Consumable/Corruptor"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/StalkerBall",
"name": "\u0421\u043f\u0435\u043a\u0442\u0440 \u0421\u0442\u0430\u043b\u043a\u0435\u0440\u0430",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u043a\u043b\u043e\u043d \u0421\u0442\u0430\u043b\u043a\u0435\u0440\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u0441\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0437\u0430 \u0432\u0430\u0441.",
"codexSecret": true,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/ValentinesArrowBundle",
"name": "\u0421\u043a\u0438\u043d \u0421\u0442\u0440\u0435\u043b\u044b: \u042d\u0440\u043e\u0441",
"description": "\u041f\u043e\u043a\u0430\u0436\u0438\u0442\u0435 \u0432\u0440\u0430\u0433\u0443, \u043a\u0430\u043a \u0441\u0438\u043b\u044c\u043d\u043e \u0432\u044b\u00a0\u043e\u00a0\u043d\u0451\u043c \u0431\u0435\u0441\u043f\u043e\u043a\u043e\u0438\u0442\u0435\u0441\u044c, \u0441\u00a0\u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0432\u043e\u0441\u0445\u0438\u0442\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0441\u043a\u0438\u043d\u0430 \u0434\u043b\u044f \u0441\u0442\u0440\u0435\u043b \u00ab\u042d\u0440\u043e\u0441\u00bb.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonFeyarchOberon",
"name": "\u0410\u043f\u043e\u0442\u0438\u043a: \u0412\u043e\u0441\u0445\u043e\u0434",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u043e\u0440\u0433\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438\u0437 \u0440\u0435\u0434\u043a\u0438\u0445 \u0432\u0438\u0434\u043e\u0432 \u0440\u0430\u0441\u0442\u0435\u043d\u0438\u0439. \u042d\u0444\u0444\u0435\u043a\u0442 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonKnaveLoki",
"name": "\u0410\u043f\u043e\u0442\u0438\u043a: \u041f\u0440\u0438\u0445\u043e\u0434 \u043d\u043e\u0447\u0438",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u043e\u0440\u0433\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438\u0437 \u0440\u0435\u0434\u043a\u0438\u0445 \u0432\u0438\u0434\u043e\u0432 \u0440\u0430\u0441\u0442\u0435\u043d\u0438\u0439. \u042d\u0444\u0444\u0435\u043a\u0442 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonOrphidSaryn",
"name": "\u0410\u043f\u043e\u0442\u0438\u043a: \u0421\u0443\u043c\u0435\u0440\u0435\u0447\u043d\u044b\u0439",
"description": "\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u043e\u0440\u0433\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438\u0437 \u0440\u0435\u0434\u043a\u0438\u0445 \u0432\u0438\u0434\u043e\u0432 \u0440\u0430\u0441\u0442\u0435\u043d\u0438\u0439. \u042d\u0444\u0444\u0435\u043a\u0442 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Upgraded/DamageDebuffKey",
"name": "\u041a\u043b\u044e\u0447 \u043f\u043e\u0442\u0443\u0445\u0448\u0435\u0433\u043e \u0434\u0440\u0430\u043a\u043e\u043d\u0430",
"description": "\u041f\u043e\u043a\u0430 \u043a\u043b\u044e\u0447 \u044d\u043a\u0438\u043f\u0438\u0440\u043e\u0432\u0430\u043d, \u0443\u0440\u043e\u043d \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0441\u043d\u0438\u0436\u0430\u0435\u0442\u0441\u044f.\r\n\r\n\u0427\u0435\u0440\u0442\u0451\u0436 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0432 \u043b\u0430\u0431\u043e\u0440\u0430\u0442\u043e\u0440\u0438\u0438 \u041e\u0440\u043e\u043a\u0438\u043d \u0432 \u0414\u043e\u0434\u0437\u0451 \u041a\u043b\u0430\u043d\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Upgraded/CorruptedKey"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Upgraded/HealthDebuffKey",
"name": "\u041a\u043b\u044e\u0447 \u043a\u0440\u043e\u0432\u043e\u0442\u043e\u0447\u0430\u0449\u0435\u0433\u043e \u0434\u0440\u0430\u043a\u043e\u043d\u0430",
"description": "\u041f\u043e\u043a\u0430 \u043a\u043b\u044e\u0447 \u044d\u043a\u0438\u043f\u0438\u0440\u043e\u0432\u0430\u043d, \u0437\u0434\u043e\u0440\u043e\u0432\u044c\u0435 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0441\u043d\u0438\u0436\u0430\u0435\u0442\u0441\u044f.\r\n\r\n\u0427\u0435\u0440\u0442\u0451\u0436 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0432 \u043b\u0430\u0431\u043e\u0440\u0430\u0442\u043e\u0440\u0438\u0438 \u041e\u0440\u043e\u043a\u0438\u043d \u0432 \u0414\u043e\u0434\u0437\u0451 \u041a\u043b\u0430\u043d\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Upgraded/CorruptedKey"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Upgraded/ShieldDebuffKey",
"name": "\u041a\u043b\u044e\u0447 \u0443\u0432\u044f\u0434\u0430\u044e\u0449\u0435\u0433\u043e \u0434\u0440\u0430\u043a\u043e\u043d\u0430",
"description": "\u041f\u043e\u043a\u0430 \u043a\u043b\u044e\u0447 \u044d\u043a\u0438\u043f\u0438\u0440\u043e\u0432\u0430\u043d, \u0449\u0438\u0442\u044b \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u0441\u043b\u0430\u0431\u043b\u0435\u043d\u044b. \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0449\u0438\u0442\u044b \u0449\u0438\u0442\u043e\u0432 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0430\u00a0\u2014 0,33 \u0441\u0435\u043a.\r\n\r\n\u0427\u0435\u0440\u0442\u0451\u0436 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0432\u00a0\u041b\u0430\u0431\u043e\u0440\u0430\u0442\u043e\u0440\u0438\u0438 \u041e\u0440\u043e\u043a\u0438\u043d \u0432\u00a0\u0434\u043e\u0434\u0437\u0451 \u043a\u043b\u0430\u043d\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Upgraded/CorruptedKey"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Upgraded/SpeedDebuffKey",
"name": "\u041a\u043b\u044e\u0447 \u0445\u0440\u043e\u043c\u043e\u0433\u043e \u0434\u0440\u0430\u043a\u043e\u043d\u0430",
"description": "\u041f\u043e\u043a\u0430 \u043a\u043b\u044e\u0447 \u044d\u043a\u0438\u043f\u0438\u0440\u043e\u0432\u0430\u043d, \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0441\u043d\u0438\u0436\u0430\u0435\u0442\u0441\u044f.\r\n\r\n\u0427\u0435\u0440\u0442\u0451\u0436 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0432 \u043b\u0430\u0431\u043e\u0440\u0430\u0442\u043e\u0440\u0438\u0438 \u041e\u0440\u043e\u043a\u0438\u043d \u0432 \u0434\u043e\u0434\u0437\u0451 \u043a\u043b\u0430\u043d\u0430.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Upgraded/CorruptedKey"
},
{
"uniqueName": "/Lotus/Types/Restoratives/CatbrowVampireDisinfect",
"name": "\u0412\u0430\u043a\u0446\u0438\u043d\u0430 \u0412\u0430\u0441\u043a\u0438",
"description": "\u041d\u0430\u0440\u043e\u0434\u043d\u043e\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e \u043e\u0442 \u0432\u0438\u0440\u0443\u0441\u0430 \u0412\u0430\u0441\u043a\u0430, \u0441\u0440\u0435\u0434\u0438 \u041e\u0441\u0442\u0440\u043e\u043d\u0446\u0435\u0432 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0435 \u043a\u0430\u043a '\u043b\u0438\u0441\u0430\u0443 \u0445\u0435\u0439\u0441\u0430\u0445'. \u041f\u0440\u0438 \u0435\u0433\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u0432\u0441\u0435 \u043a\u0430\u0432\u0430\u0442\u044b \u043f\u043e\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438 \u0438\u0441\u0446\u0435\u043b\u044f\u044e\u0442\u0441\u044f.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Cipher",
"name": "\u0414\u0435\u0448\u0438\u0444\u0440\u0430\u0442\u043e\u0440",
"description": "\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0432\u0437\u043b\u043e\u043c\u0430 \u043f\u0430\u043d\u0435\u043b\u0435\u0439 \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/ClanTeamAmmoTotem",
"name": "\u0412\u043e\u0441\u0441\u0442. \u043f\u0430\u0442\u0440\u043e\u043d\u043e\u0432 \u043e\u0442\u0440\u044f\u0434\u0430 (\u0441\u0440\u0435\u0434\u043d\u0438\u0439)",
"description": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 2 \u0437\u0430\u0440\u044f\u0434\u0430 \u043a \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c\u0443 \u0438 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043c\u0443 \u043e\u0440\u0443\u0436\u0438\u044e \u043a\u0430\u0436\u0434\u044b\u0435 15 \u0441\u0435\u043a\u0443\u043d\u0434 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 60 \u0441\u0435\u043a\u0443\u043d\u0434.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/ClanTeamEnergyTotem",
"name": "\u0412\u043e\u0441\u0441\u0442. \u044d\u043d\u0435\u0440\u0433\u0438\u0438 \u043e\u0442\u0440\u044f\u0434\u0430 (\u0441\u0440\u0435\u0434\u043d\u0438\u0439)",
"description": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u044d\u043d\u0435\u0440\u0433\u0438\u044e \u0432\u0441\u0435\u043c \u0432 \u043e\u0442\u0440\u044f\u0434\u0435. \u0412\u043e\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u0442 50 \u0435\u0434. \u044d\u043d\u0435\u0440\u0433\u0438\u0438 \u043a\u0430\u0436\u0434\u044b\u0435 5 \u0441 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 20 \u0441.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/ClanTeamHealTotem",
"name": "\u0412\u043e\u0441\u0441\u0442. \u0437\u0434\u043e\u0440\u043e\u0432\u044c\u044f \u043e\u0442\u0440\u044f\u0434\u0430 (\u0441\u0440\u0435\u0434\u043d\u0438\u0439)",
"description": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0437\u0434\u043e\u0440\u043e\u0432\u044c\u0435 \u0432\u0441\u0435\u043c \u0432 \u043e\u0442\u0440\u044f\u0434\u0435. \u0412\u043e\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u0442 100 \u0435\u0434. \u0437\u0434\u043e\u0440\u043e\u0432\u044c\u044f \u043a\u0430\u0436\u0434\u044b\u0435 5 \u0441 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 20 \u0441.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/ClanTeamShieldTotem",
"name": "\u0412\u043e\u0441\u0441\u0442. \u0449\u0438\u0442\u043e\u0432 \u043e\u0442\u0440\u044f\u0434\u0430 (\u0441\u0440\u0435\u0434\u043d\u0438\u0439)",
"description": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0449\u0438\u0442\u044b \u0432\u0441\u0435\u043c \u0432 \u043e\u0442\u0440\u044f\u0434\u0435. \u0412\u043e\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u0442 100 \u0435\u0434. \u0449\u0438\u0442\u043e\u0432 \u043a\u0430\u0436\u0434\u044b\u0435 7,5 \u0441 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 30 \u0441.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/ErsatzSummon",
"name": "\u041f\u0440\u0438\u0437\u044b\u0432 \u043a\u0430\u0439\u0442\u0430",
"description": "\u041f\u0440\u0438\u0437\u043e\u0432\u0438\u0442\u0435 \u0438\u00a0\u043c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u043e \u043e\u0441\u0435\u0434\u043b\u0430\u0439\u0442\u0435 \u043a\u0430\u0439\u0442\u0430 \u0432\u043e\u00a0\u0432\u0440\u0435\u043c\u044f \u043c\u0438\u0441\u0441\u0438\u0439 \u0441\u043e\u00a0\u0441\u0432\u043e\u0431\u043e\u0434\u043e\u0439 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u044f.",