-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExportGear_ko.json
1250 lines (1250 loc) · 104 KB
/
ExportGear_ko.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": "\ud30c\uc2a4 \uc794\uc5ec\ubb3c",
"description": "\ucea0\ud53c\uc628 \ud1f4\uc801\uc9c0\uc5d0\uc11c \uace0\ub8e1 \ud30c\uc2a4\uac00 \ud3ed\uc0ac\ud55c \ud6c4 \uc218\uac70\ub41c \uc794\ud574\uc785\ub2c8\ub2e4. \ubd04 \uc8fc\uae30 \ub3d9\uc548 \ud45c\uba74\uc5d0\uc11c \uae00\ub7ec\ud2f0\ub179\uc2a4, \ud30c\uc2a4 \uc8fc\uae30 \ub3d9\uc548 \ud45c\uba74 \ud56b\uc2a4\ud31f\uc5d0\uc11c \uc624\uc2a4\ud2f0\ubbf8\ub974, \ud30c\uc2a4/\ubd04 \uc8fc\uae30 \ub3d9\uc548 \ub3d9\uad74\uc5d0\uc11c \ube44\ud2b8\ub9ac\uc624\uc2a4\ud53c\ub098\ub97c \uc720\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.\r\n\r\n\ud68d\ub4dd \uac00\ub2a5 \uc7a5\uc18c: \ubd04\uc774 \ud65c\ub3d9 \uc911\uc778 \ub370\uc774\ubaa8\uc2a4 \ub0b4 \ucea0\ube44\uc628 \ud1f4\uc801\uc9c0",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Infested/BaseInfestedFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Infested/InfestedFishBaitB",
"name": "\uac00\uacf5\ub41c \ud30c\uc2a4 \uc794\uc5ec\ubb3c",
"description": "\ub3c5\uc18c \uc81c\uac70 \ud6c4 \uc720\uc6a9\ud55c \uc18c\uc7ac\ub85c \uc0ac\uc6a9\uc774 \uac00\ub2a5\ud558\ub3c4\ub85d \uac00\uacf5\ub41c \uace0\ub8e1 \ud30c\uc2a4\uc758 \uc794\ud574 \ubb3c\uc9c8\uc785\ub2c8\ub2e4. \ucea0\ube44\uc628 \ud1f4\uc801\uc9c0 \ud45c\uba74 \ud56b\uc2a4\ud31f \ub0b4 \uc544\ucfe0\uc544\ud384\ubaa8 \ubc0f \ud50c\ub808\uc824\ub85c\uce94\uc2a4, \ubd04 \uc8fc\uae30 \ub3d9\uc548\uc5d0\ub294 \uc544\ucfe0\uc544\ud384\ubaa8\ub9cc \uc720\uc778\ud558\ub294\ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.\r\n\r\n\ub124\ud06c\ub784\ub9ac\uc2a4\ud06c (\ub370\uc774\ubaa8\uc2a4) \uc758 \ub538\uc5d0\uac8c\uc11c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Infested/BaseInfestedFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Infested/OrokinFishBaitA",
"name": "\ubd04 \uc794\uc5ec\ubb3c",
"description": "\uace0\ub8e1 \ubd04\uc758 \uc0ac\ud6c4 \uacbd\ub828\uc73c\ub85c \uc778\ud574 \ubab8\uccb4\uc5d0\uc11c \ub5a8\uc5b4\uc838 \ub098\uc628 \uc0b4\uc810 \ub369\uc774\uc785\ub2c8\ub2e4. \ud30c\uc2a4 \ubc0f \ubd04 \uc8fc\uae30 \ub3d9\uc548 \ucea0\ube44\uc628 \ud1f4\uc801\uc9c0\uc758 \ub3d9\uad74 \ud56b\uc2a4\ud31f\uc5d0\uc11c \ucf58\ub4dc\ub9ac\ucf54\ub4dc \ubc0f \ub4c0\ub85c\uc774\ub4dc\ub97c \uc720\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.\r\n\r\n\ud68d\ub4dd \uac00\ub2a5 \uc7a5\uc18c: \ud30c\uc2a4\uac00 \ud65c\ub3d9 \uc911\uc778 \ub370\uc774\ubaa8\uc2a4 \ub0b4 \ucea0\ube44\uc628 \ud1f4\uc801\uc9c0",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Infested/BaseInfestedFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Infested/OrokinFishBaitB",
"name": "\uac00\uacf5\ub41c \ubd04 \uc794\uc5ec\ubb3c",
"description": "\uac00\uacf5\ub418\uc5b4 \uc18c\uc7ac\ub85c \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubd04\uc758 \uc0b4\uc810\uc785\ub2c8\ub2e4. \ubd04 \uc8fc\uae30 \ub3d9\uc548 \ucea0\ube44\uc628 \ud1f4\uc801\uc9c0 \ub3d9\uad74 \ud56b\uc2a4\ud31f\uc5d0\uc11c \ubbf9\uc18c\uc2a4\ud1a0\ub9c8\ud0c0\ub97c \uc720\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.\r\n\r\n\ub124\ud06c\ub784\ub9ac\uc2a4\ud06c (\ub370\uc774\ubaa8\uc2a4) \uc758 \ub538\uc5d0\uac8c\uc11c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Infested/BaseInfestedFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/CaveContaminantTierA",
"name": "\ub9c8\uc774\uc5b4\uc640\uc778\ub354 \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \uc624\ube0c \ud611\uace1 \ub3d9\uad74\uc758 \ud56b\uc2a4\ud31f\uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \uc11c\ubcf4\ud53c\uc26c\uc778 \ub9c8\uc774\uc5b4\uc640\uc778\ub354\ub97c \uc720\uc778\ud558\ub294 \uac83\uc73c\ub85c \uc54c\ub824\uc9c4 \ud14c\ud2b8\ub77d\uc2e0\uc73c\ub85c \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\r\n\r\n\ud3ec\ub974\ud22c\ub098 (\uae08\uc131) \uc758 \ube44\uc988\ub2c8\uc2a4\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/CaveContaminantTierB",
"name": "\ucc28\ub77c\ubaa8\ud2b8 \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \uc624\ube0c \ud611\uace1 \ub3d9\uad74\uc758 \ud56b\uc2a4\ud31f\uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \uc11c\ubcf4\ud53c\uc26c\uc778 \ucc28\ub77c\ubaa8\ud2b8\ub97c \uc720\uc778\ud558\ub294 \uac83\uc73c\ub85c \uc54c\ub824\uc9c4 \ubcf5\uc7a1\ud55c \ud5e5\uc18c\ud398\ub180\ub85c \ud569\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\r\n\r\n\ud3ec\ub974\ud22c\ub098 (\uae08\uc131) \uc758 \ube44\uc988\ub2c8\uc2a4\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/CaveContaminantTierC",
"name": "\uc2dc\ub124\ud2f0\ub4dc \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \uc624\ube0c \ud611\uace1 \ub3d9\uad74\uc758 \ud56b\uc2a4\ud31f\uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \ub808\uc804\ub354\ub9ac \ud76c\uadc0 \uc11c\ubcf4\ud53c\uc26c\uc778 \uc2dc\ub124\ud2f0\ub4dc\ub97c \uc720\uc778\ud558\ub294 \uac83\uc73c\ub85c \uc54c\ub824\uc9c4 \ud2b9\ud654\ub41c A-\ub2e4\uc774\uc124\ud399\uc2a4-A\ub85c \ud569\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\r\n\r\n\ud3ec\ub974\ud22c\ub098 (\uae08\uc131) \uc758 \ube44\uc988\ub2c8\uc2a4\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/GenericContaminant",
"name": "\ube0c\ub85c\ub4dc-\uc2a4\ud399\ud2b8\ub7fc \ubbf8\ub07c",
"description": "\uc911\ud569\uccb4\uc640 \uc624\uc5fc\ubb3c\uc9c8\uc774 \uc11e\uc778 \uac04\ub2e8\ud55c \ud63c\ud569\ubb3c\uc785\ub2c8\ub2e4. \uc624\ube0c \ud611\uace1 \ub0b4 \uae30\ubcf8\uc801\uc778 \uc11c\ubcf4\ud53c\uc26c\uc5d0 \uc758\ud574 \uc27d\uac8c \uac10\uc9c0\ub418\uc9c0\ub9cc, \uc804\ubb38\uc801 \uc6a9\ub3c4\ub85c \uc0ac\uc6a9\ub418\ub294 \ubaa8\ub378\uc740 \uc774\ub97c \ubb34\uc2dc\ud569\ub2c8\ub2e4. \uc0d9\uce90\ub514(\ud638\uc218\uc5d0\uc11c \ubc1c\uacac), \ud2f4\ud06c, \ube0c\ub9ac\ud0a4 (\uc5f0\ubabb\uc5d0\uc11c \ubc1c\uacac) \uc720\uc778\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4.\r\n\r\n\ud3ec\ub974\ud22c\ub098 (\uae08\uc131) \uc758 \ube44\uc988\ub2c8\uc2a4\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/LakeContaminantTierA",
"name": "\ud06c\ub9b4\ub7ec \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \uc624\ube0c \ud611\uace1\uc758 \ub530\ub73b\ud55c \ub0a0\uc528\uc5d0 \ud638\uc218\uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \uc11c\ubcf4\ud53c\uc26c\uc778 \ud06c\ub9b4\ub7ec\ub97c \uc720\uc778\ud558\ub294 \uac83\uc73c\ub85c \uc54c\ub824\uc9c4 \uba54\ud0c0\uce7c\uc2e0-1\uc73c\ub85c \ud569\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\r\n\r\n\ud3ec\ub974\ud22c\ub098 (\uae08\uc131) \uc758 \ube44\uc988\ub2c8\uc2a4\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/LakeContaminantTierB",
"name": "\ub871\uc640\uc778\ub354 \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \uc624\ube0c \ud611\uace1\uc758 \ub530\ub73b\ud55c \ub0a0\uc528\uc5d0 \ud638\uc218\uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \uc11c\ubcf4\ud53c\uc26c\uc778 \ub871\uc640\uc778\ub354\ub97c \uc720\uc778\ud558\ub294 \uac83\uc73c\ub85c \uc54c\ub824\uc9c4 \ubca0\ub9ac\uc9c4\uc73c\ub85c \ud569\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\r\n\r\n\ud3ec\ub974\ud22c\ub098 (\uae08\uc131) \uc758 \ube44\uc988\ub2c8\uc2a4\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/PondContaminantTierA",
"name": "\ub0b4\ub85c\uc6b0-\uc2a4\ud399\ud2b8\ub7fc \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \uc624\ube0c \ud611\uace1\uc758 \uc5f0\ubabb\uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \uc11c\ubcf4\ud53c\uc26c\uc778 \uc544\uc774-\uc544\uc774 \ubc0f \ub9ac\uce90\uc2a4\ud130\ub97c \uc720\uc778\ud558\ub294 \uac83\uc73c\ub85c \uc54c\ub824\uc9c4 \uc5d4\ub3c4\ud074\ub85c\uc5b4\uc640 \ub514\uc624\ub284\uc73c\ub85c \ud569\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc544\uc774-\uc544\uc774\ub294 \ub530\ub73b\ud55c \ub0a0\uc528\uc5d0, \ub9ac\uce90\uc2a4\ud130\ub294 \uc11c\ub298\ud55c \ub0a0\uc528\uc5d0 \ud56b\uc2a4\ud31f\uc5d0\uc11c \ub098\ud0c0\ub0a9\ub2c8\ub2e4.\r\n\r\n\ud3ec\ub974\ud22c\ub098 (\uae08\uc131) \uc758 \ube44\uc988\ub2c8\uc2a4\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/Venus/PondContaminantTierB",
"name": "\ud2b8\ub85c\ubbf8\uc874 \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \uc624\ube0c \ud611\uace1\uc758 \uc11c\ub298\ud55c \ub0a0\uc528\uc5d0 \uc5f0\ubabb\uc758 \ud56b\uc2a4\ud31f\uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \uc11c\ubcf4\ud53c\uc26c\uc778 \ud2b8\ub85c\ubbf8\uc874\uc744 \uc720\uc778\ud558\ub294 \uac83\uc73c\ub85c \uc54c\ub824\uc9c4 \uae30\ub2e4\ub780 LS-74 \ud654\ud569\ubb3c \uc0ac\uc2ac\ub85c \ud569\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\r\n\r\n\ud3ec\ub974\ud22c\ub098 (\uae08\uc131) \uc758 \ube44\uc988\ub2c8\uc2a4\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/Venus/BaseContaminant"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/BothRareFishBaitAItem",
"name": "\uba38\ud06c\ub808\uc774 \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \uba38\ud06c\ub808\uc774\ub97c \uc720\uc778\ud560 \uc218 \uc788\ub2e4\uace0 \uc54c\ub824\uc9c4 \uc7ac\ub8cc\ub85c \uad6c\uc131\ub418\uc5c8\uc73c\uba70, \uba38\ud06c\ub808\uc774\ub294 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0 \ub0b4 \ub0ae\uacfc \ubc24 \ub3d9\uc548 \ubc14\ub2e4\uc758 \ud56b\uc2a4\ud31f\uc5d0\uc11c\ub9cc \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/BothUncommonFishBaitItem",
"name": "\ud669\ud63c \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \ub0ae\uacfc \ubc24 \ub3d9\uc548 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0\uc5d0\uc11c \ud65c\ub3d9\ud558\ub294 \ud3ec\uc2dd\uc131 \ubb3c\uace0\uae30\ub4e4\uc744 \uc720\uc778\ud569\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubc14\ub2e4\uc5d0\uc11c \uc0e4\ub77c\ud06c\uc640 \uce74\ub974\ud0a4\ub098\ub97c \ub04c\uc5b4\ub4e4\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/GenericFishBait",
"name": "\ud6c4\ucd94 \uce5c \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \ub0ae\uacfc \ubc24 \ub3d9\uc548 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0\uc5d0\uc11c \ud65c\ub3d9\ud558\ub294 \ud3ec\uc2dd\uc131 \ubb3c\uace0\uae30\ub4e4\uc744 \uc720\uc778\ud569\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud638\uc218\uc5d0\uc11c\ub294 \uba38\uc6b0\ud53c\uc26c\uc640 \ucc60\ud06c \uc7a5\uc5b4\ub97c, \uc5f0\ubabb\uc5d0\uc11c\ub294 \ucff3-\ucff3\uacfc \uc694\uadf8\uc6b4, \ubab0\ud130\uc2a4 \ud3d0\uc5b4\ub97c, \uadf8\ub9ac\uace0 \ubc14\ub2e4\uc5d0\uc11c\ub294 \uad6c\ud3f4\ub77c\uc640 \ud2b8\ub784\ub85d\uc744 \ub04c\uc5b4\ub4e4\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/NightLegendaryFishBaitItem",
"name": "\uae00\ub78d\ud53c\ub4dc \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \uae00\ub78d\ud53c\ub4dc\ub97c \uc720\uc778\ud560 \uc218 \uc788\ub2e4\uace0 \uc54c\ub824\uc9c4 \ud2b9\ubcc4\ud55c \uc7ac\ub8cc\ub85c \uad6c\uc131\ub418\uc5c8\uc73c\uba70, \uae00\ub78d\ud53c\ub4dc\ub294 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0 \ub0b4 \ubc24 \ub3d9\uc548 \ubc14\ub2e4\uc758 \ud56b\uc2a4\ud31f\uc5d0\uc11c\ub9cc \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/NightRareFishBaitAItem",
"name": "\ub178\uadf8 \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \ub178\uadf8\ub97c \uc720\uc778\ud560 \uc218 \uc788\ub2e4\uace0 \uc54c\ub824\uc9c4 \uc7ac\ub8cc\ub85c \uad6c\uc131\ub418\uc5c8\uc73c\uba70, \ub178\uadf8\ub294 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0 \ub0b4 \ubc24 \ub3d9\uc548 \ud638\uc218\uc758 \ud56b\uc2a4\ud31f\uc5d0\uc11c\ub9cc \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Game/FishBait/NightRareFishBaitBItem",
"name": "\ucef7\ud640 \ubbf8\ub07c",
"description": "\uc774 \ubbf8\ub07c\ub294 \ucef7\ud640\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub2e4\uace0 \uc54c\ub824\uc9c4 \uc7ac\ub8cc\ub85c \uad6c\uc131\ub418\uc5c8\uc73c\uba70, \ucef7\ud640\uc740 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0 \ub0b4 \ubc24 \ub3d9\uc548 \uc5f0\ubabb\uc758 \ud56b\uc2a4\ud31f\uc5d0\uc11c\ub9cc \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/FishBait/BaseFishBait"
},
{
"uniqueName": "/Lotus/Types/Keys/MummyQuest/MummyArtifact01GearItem",
"name": "\uc2e0\uc131\ud55c \ub2e8\uc9c0",
"description": "\uc774\ub098\ub85c\uc2a4\uc758 \uc601\ubb18\uc5d0\uc11c \ubc1c\uacac\ub41c \uae30\uc774\ud55c \uc720\ubb3c\uc785\ub2c8\ub2e4.",
"codexSecret": true,
"parentName": "/Lotus/Types/Weapon/GearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedCritterLureGearItem",
"name": "\ubd88\ud30c\ud30c\uc77c\ub77c \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ubd88\ud30c\ud30c\uc77c\ub77c\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedCritterRarityBoost",
"name": "\ubd88\ud30c\ud30c\uc77c\ub77c \ud398\ub85c\ubaac \ubd84\ube44\uc120",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ubd88\ud30c\ud30c\uc77c\ub77c\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedMaggotLureGearItem",
"name": "\ud06c\ub9bd\ud2f8\ub809\uc2a4 \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ud06c\ub9bd\ud2f8\ub809\uc2a4\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedMaggotRarityBoost",
"name": "\ud06c\ub9bd\ud2f8\ub809\uc2a4 \ud398\ub85c\ubaac \ubd84\ube44\uc120",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ud06c\ub9bd\ud2f8\ub809\uc2a4\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedMergooLureGearItem",
"name": "\uc544\ube44\ucf00\uc544 \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \uc544\ube44\ucf00\uc544\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedMergooRarityBoost",
"name": "\uc544\ube44\ucf00\uc544 \ud398\ub85c\ubaac \ubd84\ube44\uc120",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \uc544\ube44\ucf00\uc544\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedNexiferaLureGearItem",
"name": "\ub125\uc2dc\ud398\ub77c \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ub125\uc2dc\ud398\ub77c\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedNexiferaRarityBoost",
"name": "\ub125\uc2dc\ud398\ub77c \ud398\ub85c\ubaac \ubd84\ube44\uc120",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ub125\uc2dc\ud398\ub77c\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedPredatorLureGearItem",
"name": "\ud504\ub808\ub370\uc0ac\uc774\ud2b8 \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ud504\ub808\ub370\uc0ac\uc774\ud2b8\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedPredatorRarityBoost",
"name": "\ud504\ub808\ub370\uc0ac\uc774\ud2b8 \ud398\ub85c\ubaac \ubd84\ube44\uc120",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ud504\ub808\ub370\uc0ac\uc774\ud2b8\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedZongroLureGearItem",
"name": "\uc6b4\ub2e4\uc870\uc544 \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \uc6b4\ub2e4\uc870\uc544\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/Deimos/InfestedZongroRarityBoost",
"name": "\uc6b4\ub2e4\uc870\uc544 \ud398\ub85c\ubaac \ubd84\ube44\uc120",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \uc6b4\ub2e4\uc870\uc544\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/CondrocRarityBoost",
"name": "\ucf58\ub4dc\ub85d \ud398\ub85c\ubaac \uc6b0\ud0c0",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ucf58\ub4dc\ub85d\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/KuakaRarityBoost",
"name": "\ucfe0\uc544\uce74 \ud398\ub85c\ubaac \uc6b0\ud0c0",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ucfe0\uc544\uce74\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/LegendaryKubrowRarityBoost",
"name": "\ucfe0\ube0c\ub85c\ub3c8 \ud398\ub85c\ubaac \ud569\uc131\uae30",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ucfe0\ube0c\ub85c\ub3c8\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/MergooRarityBoost",
"name": "\uba54\ub974\uad6c \ud398\ub85c\ubaac \uc6b0\ud0c0",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \uba54\ub974\uad6c\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/OrokinKubrowRarityBoost",
"name": "\uc2a4\ud1a0\ubc84 \ud398\ub85c\ubaac \ud569\uc131\uae30",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \uc2a4\ud1a0\ubc84\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/SnowArmadilloRarityBoost",
"name": "\ubcfc\ub77c\ub864\ub77c \ud398\ub85c\ubaac \ud569\uc131\uae30",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ubcfc\ub77c\ub864\ub77c\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/SnowBirdRarityBoost",
"name": "\uc18c\uc6b0\uace0\uc6b0 \ud398\ub85c\ubaac \ud569\uc131\uae30",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \uc18c\uc6b0\uace0\uc6b0\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/SnowCritterRarityBoost",
"name": "\ubc84\ubc0d\ud06c \ud398\ub85c\ubaac \ud569\uc131\uae30",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ubc84\ubc0d\ud06c\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/SnowPredatorRarityBoost",
"name": "\ud638\ub798\uc2a4\ud06c \ud398\ub85c\ubaac \ud569\uc131\uae30",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ud638\ub798\uc2a4\ud06c\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/SnowRodentRarityBoost",
"name": "\ud3ec\ubc84 \ud398\ub85c\ubaac \ud569\uc131\uae30",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ud3ec\ubc84\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/VampireKavatRarityBoost",
"name": "\ubc14\uc2a4\uce74 \uce74\ubc27 \ud398\ub85c\ubaac \uc6b0\ud0c0",
"description": "\uc5d0\ucf54-\ub8e8\uc5b4 \uc0ac\uc6a9 \uc9c1\uc804\uc5d0 \ubc30\uce58\ud558\uc5ec \ub354\uc6b1 \ud76c\uadc0\ud55c \ubc14\uc2a4\uce74 \uce74\ubc27\uc758 \uc544\uc885\uc744 \uc720\uc778\ud560 \uc218 \uc788\ub294 \ud655\ub960\uc744 \uc99d\uac00\uc2dc\ud0a4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/RarityBoosts/AnimalRarityBoost"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/BirdOfPreyLureGearItem",
"name": "\ucf58\ub4dc\ub85d \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ucf58\ub4dc\ub85d\uc744 \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4. \ucf58\ub4dc\ub85d\uc740 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0\uc5d0 \uc11c\uc2dd\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/ForestRodentLureGearItem",
"name": "\ucfe0\uc544\uce74 \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ucfe0\uc544\uce74\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4. \ucfe0\uc544\uce74\ub294 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0\uc5d0 \uc11c\uc2dd\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/LegendaryKubrowLureGearItem",
"name": "\ucfe0\ube0c\ub85c\ub3c8 \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ucfe0\ube0c\ub85c\ub3c8\uc744 \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4. \ucfe0\ube0c\ub85c\ub3c8\uc740 \uc624\ube0c \ud611\uace1\uc758 \ubd84\ud654\uad6c \uc8fc\ubcc0\uc5d0\uc11c \uc790\uc8fc \ubc1c\uacac\ub429\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/OrokinKubrowLureGearItem",
"name": "\uc2a4\ud1a0\ubc84 \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \uc2a4\ud1a0\ubc84\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/OstronSeaBirdLureGearItem",
"name": "\uba54\ub974\uad6c \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \uba54\ub974\uad6c\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4. \uba54\ub974\uad6c\ub294 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0\uc5d0 \uc11c\uc2dd\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/SnowArmadilloLureGearItem",
"name": "\ubcfc\ub77c\ub864\ub77c \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ubcfc\ub77c\ub864\ub77c\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4. \ubcfc\ub77c\ub864\ub77c\ub294 \uc624\ube0c \ud611\uace1\uc758 \uc0b0\uc545 \uc9c0\uc5ed\uc5d0\uc11c \uc790\uc8fc \ubc1c\uacac\ub429\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/SnowBirdLureGearItem",
"name": "\uc18c\uc6b0\uace0\uc6b0 \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \uc18c\uc6b0\uace0\uc6b0\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/SnowCritterLureGearItem",
"name": "\ubc84\ubc0d\ud06c \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ubc84\ubc0d\ud06c\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4. \ubc84\ubc0d\ud06c\ub294 \uc624\ube0c \ud611\uace1\uc758 \ud638\uc218 \uc8fc\ubcc0\uc5d0\uc11c \uc790\uc8fc \ubc1c\uacac\ub429\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/SnowPredatorLureGearItem",
"name": "\ud638\ub798\uc2a4\ud06c \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ud638\ub798\uc2a4\ud06c\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/SnowRodentLureGearItem",
"name": "\ud3ec\ubc84 \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ud3ec\ubc84\ub97c \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4. \ud3ec\ubc84\ub294 \uc624\ube0c \ud611\uace1\uc758 \ubc84\uc12f \ub4e4\ud310 \uc8fc\ubcc0\uc5d0\uc11c \uc790\uc8fc \ubc1c\uacac\ub429\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/TranqRifleGearItem",
"name": "\ub9c8\ucde8 \uc18c\ucd1d",
"description": "\uc548\uc804\ud55c \uc218\uc1a1\uc744 \uc704\ud574 \ub3d9\ubb3c\ub4e4\uc744 \uc9c4\uc815\uc2dc\ud0b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/BaseHuntingGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/UpgradedAnimalLureGearItem",
"name": "\uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc \uc57c\uc0dd\ub3d9\ubb3c\uc744 \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Conservation/VampireKavatLureGearItem",
"name": "\ubc14\uc2a4\uce74 \uce74\ubc27 \uc5d0\ucf54-\ub8e8\uc5b4",
"description": "\uc0b4\uc544\uc788\ub294 \ub4ef\ud55c \ub3d9\ubb3c\uc758 \uc6b8\uc74c\uc18c\ub9ac\ub85c \uc778\uadfc\uc758 \ubc14\uc2a4\uce74 \uce74\ubc27\uc744 \uaf80\uc5b4 \uc720\uc778\ud569\ub2c8\ub2e4. \ubc14\uc2a4\uce74 \uce74\ubc27\uc740 \ubc24 \uc2dc\uac04\uc5d0 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0\uc744 \ubc30\ud68c\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Conservation/AnimalLureGearItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Eidolon/LandscapeTrapLightGear",
"name": "\ubca0\ucee8\uc2a4\ub124\uc5b4",
"description": "\ud3b8\ub9ac\ud558\uac8c \ud22c\ucc99 \ud6c4 \ubc29\uce58\ud560 \uc218 \uc788\ub294 \ubca0\ucee8\uc2a4\ub124\uc5b4\ub294 \ubaa9\ud45c\ud55c \uc0dd\uba85\uccb4\ub97c \uc720\uc778\ud558\ub294 \uc8fc\ud30c\uc218\uc758 \ucd08\uc74c\ud30c\ub97c \ubc29\ucd9c\ud569\ub2c8\ub2e4. \uc0dd\uba85\uccb4\uac00 \ub4e4\uc5b4\uc624\uba74 \uc77c\ubc29\ud1b5\ud589\ud615 \uad11\uc790 \ud39c\uc2a4 \uc548\uc5d0 \uc548\ub77d\ud558\uac8c \uc218\ub0a9\ub418\uba70, \uc0ac\uc6a9\uc790\uac00 \uc6d0\ud560 \ub54c \uc5b8\uc81c\ub4e0\uc9c0 \ud3b8\ub9ac\ud558\uac8c \ud68c\uc218\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/BaseLandscapeTrapGear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/FishingBoosts/AnglerVision",
"name": "\ub8e8\ubbf8\ub108\uc2a4 \uc5fc\ub8cc",
"description": "\uc9c0\ub098\uac00\ub294 \ubb3c\uace0\uae30\uc5d0\uac8c \ub2ec\ub77c\ubd99\uc5b4 \ubb3c\uac00\uc5d0\uc11c\ub3c4 \uc798 \ubcf4\uc774\uac8c \ud558\ub294 \ud63c\ud569 \ubb3c\uc9c8\ub85c \ubb3c\uc744 \ubb3c\ub4e4\uc785\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/FishingBoosts/BaseDyeConsumable"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/FishingBoosts/SoftTouch",
"name": "\ud30c\ub85c\ub9c8",
"description": "\uc8fc\ubcc0 \ubb3c\uace0\uae30\ub97c \uc9c4\uc815\uc2dc\ud0a4\ub294 \ud63c\ud569\ubb3c\uc785\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/FishingBoosts/BaseDyeConsumable"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/ArmorBuffSpeedDebuff",
"name": "\uce7c\uc2dc\ud540 \uc2a4\ud300",
"description": "\uc678\ud53c\ub97c \uacbd\ud654\uc2dc\ucf1c \ud53c\ud574\ub97c \uacbd\uac10\uc2dc\ud0a4\uc9c0\ub9cc, \uc774\ub3d9\uc774 \uc81c\ud55c\ub429\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/NpcBuff"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/CloakingBuff",
"name": "\ub9ac\ud504\ub799\ud2b8 \uc2a4\ud300",
"description": "\ube5b\uc744 \uad74\uc808\uc2dc\ud0a4\ub294 \ud544\ub984\uc73c\ub85c \ubaa9\ud45c\ubb3c\uc744 \uac10\uc2f8 \ub4e4\ud0a4\uc9c0 \uc54a\uace0 \uc6c0\uc9c1\uc77c \uc218 \uc788\ub3c4\ub85d \ud574 \uc90d\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/NpcBuff"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/ReviveBuff",
"name": "\ud074\ub85c\ud2b8\ub77c \uc2a4\ud300",
"description": "\ucd9c\ud608 \uc911\uc778 \ubaa9\ud45c\ubb3c\uc744 \ub418\uc0b4\ub9ac\uba70, \ub3d9\uc2dc\uc5d0 \ubc94\uc704 \ub0b4\uc5d0 \uc788\ub294 \uc544\uad70\uc5d0\uac8c \ubcf4\ub108\uc2a4 \ubd80\ud65c\uc744 \ubd80\uc5ec\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/NpcBuff"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/SpeedBuffArmorDebuff",
"name": "\uc544\ub4dc\ub808\ub0a0 \uc2a4\ud300",
"description": "\ud53c\ud574\uc5d0 \ub300\ud55c \ubbfc\uac10\ub3c4\uac00 \uc99d\uac00\ud558\ub294 \ubc18\uba74\uc5d0 \uc544\ub4dc\ub808\ub0a0\ub9b0 \ub18d\ub3c4\ub97c \ub192\uc5ec \uc774\ub3d9 \uc18d\ub3c4\ub97c \uc99d\uac00\uc2dc\ud0b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/NpcBuffs/NpcBuff"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Synthetics/FlareBlue",
"name": "\ud3ec\uc2a4\ud3ec\ub974 \ube14\ub77c\uc6b0",
"description": "\uc720\uc9c0\uc2dc\uac04 \ub3d9\uc548 \uc8fc\ubcc0\uc758 \uc219\ub828\ub3c4 \uacf5\uc720 \ubc94\uc704\ub97c \ub300\ud3ed\uc99d\uac00\uc2dc\ud0a4\ub294 \ud30c\ub780 \uc12c\uad11\ud0c4\uc744 \uc3d8\uc544\uc62c\ub9bd\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Synthetics/FlareDemo",
"name": "\ud3ec\uc2a4\ud3ec\ub974 \ub77c\ub4dc",
"description": "\uc720\uc9c0\uc2dc\uac04 \ub3d9\uc548 \uc8fc\ubcc0\uc758 \uc219\ub828\ub3c4 \uacf5\uc720 \ubc94\uc704\ub97c \ub300\ud3ed\uc99d\uac00\uc2dc\ud0a4\ub294 \ubd89\uc740 \uc12c\uad11\ud0c4\uc744 \uc3d8\uc544\uc62c\ub9bd\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Synthetics/FlareRed",
"name": "\ud3ec\uc2a4\ud3ec\ub974 \ub77c\ub4dc",
"description": "\uc720\uc9c0\uc2dc\uac04 \ub3d9\uc548 \uc8fc\ubcc0\uc758 \uc219\ub828\ub3c4 \uacf5\uc720 \ubc94\uc704\ub97c \ub300\ud3ed\uc99d\uac00\uc2dc\ud0a4\ub294 \ubd89\uc740 \uc12c\uad11\ud0c4\uc744 \uc3d8\uc544\uc62c\ub9bd\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/DayCommonAntitoxin",
"name": "\ubca0\ub9b4 \uc548\ud2f0\ud1a1\uc2e0",
"description": "\ud6a8\uacfc\uac00 \uc57d\ud55c \ud574\ub3c5\uc81c\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/DayUnCommonAntitoxin",
"name": "\uc2dc\ud2b8\ub9b0 \uc548\ud2f0\ud1a1\uc2e0",
"description": "\uc801\ub2f9\ud55c \ud6a8\uacfc\uc758 \ud574\ub3c5\uc81c\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/NightCommonAntitoxin",
"name": "\uc560\ubbf8\uc2dc\uc2a4\ud2b8 \uc548\ud2f0\ud1a1\uc2e0",
"description": "\ud6a8\uacfc\uac00 \uc57d\ud55c \ud574\ub3c5\uc81c\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/NightUnCommonAntitoxin",
"name": "\ud1a0\ud30c\uc988 \uc548\ud2f0\ud1a1\uc2e0",
"description": "\uc801\ub2f9\ud55c \ud6a8\uacfc\uc758 \ud574\ub3c5\uc81c\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/RareAntitoxin",
"name": "\ub77c\ud53c\uc2a4 \uc548\ud2f0\ud1a1\uc2e0",
"description": "\ud6a8\uacfc\uac00 \uac00\uc7a5 \uac15\ub825\ud55c \ud574\ub3c5\uc81c\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Toxins/SoloRareAntitoxin",
"name": "\ubc84\ubc00\ub9ac\uc628 \uc548\ud2f0\ud1a1\uc2e0",
"description": "\ud6a8\uacfc\uac00 \uac00\uc7a5 \uac15\ub825\ud55c \ud574\ub3c5\uc81c\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/Toxins/AntitoxinBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AlphaCorruptor",
"name": "\uc54c\ud30c \uc624\uc5fc\ubb3c\uc9c8",
"description": "\ubca0\ud0c0 \uc624\uc5fc\ubb3c\uc9c8\uacfc \ud63c\ud569\ub418\uba74 \ub9e4\uc6b0 \ud6a8\uacfc\uc801\uc73c\ub85c \ubc18\uc751\ud558\ub294 \uc624\uc5fc\ubb3c\uc9c8\uc785\ub2c8\ub2e4. \uc801\uc808\ud558\uac8c \ud63c\ud569 \ub420 \uacbd\uc6b0, \ud3ec\ubaa8\ub9ac\uc548 \ub9ac\uc561\ud130\ub294 \uc77c\ubc18 \uc624\uc5fc\ubb3c\uc9c8 \uc8fc\uc785\uae30\ub97c \uc0ac\uc6a9\ud588\uc744 \uacbd\uc6b0\ubcf4\ub2e4 \ub354 \ube60\ub974\uac8c \ubd88\uc548\uc815\ud574\uc9d1\ub2c8\ub2e4. \uc774 \ubd88\uc548\uc815\ud55c \uc54c\ud30c \uc624\uc5fc\ubb3c\uc9c8\uc740 \ubca0\ud0c0 \uc624\uc5fc\ubb3c\uc9c8\uacfc \uac19\uc774 \uc7a5\ucc29 \ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \ud300 \ub2e8\uc704\ub85c \uc6c0\uc9c1\uc774\ub294 \ud150\ub178\uac00 \uc6b4\uc601\ud558\ub294 \uac83\uc774 \ud6a8\uc728\uc801\uc785\ub2c8\ub2e4.",
"codexSecret": true,
"parentName": "/Lotus/Types/Restoratives/Consumable/Corruptor"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AncientHealerBall",
"name": "\uc5d0\uc778\uc158\ud2b8 \ud504\ub85c\ud14d\ud130 \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \uc5d0\uc778\uc158\ud2b8 \ud504\ub85c\ud14d\ud130 \uc5d1\uc2dc\ubb34\uc2a4\ub97c \ubc30\uce58\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AssassinBait",
"name": "\uc2a4\ud1a0\ucee4 \ube44\ucee8",
"description": "\uc228\uc5b4 \uc788\ub358 \uc2a4\ud1a0\ucee4\ub97c \uaf80\uc5b4\ub0c5\ub2c8\ub2e4. \uc774 \uc544\uc774\ud15c\uc740 \uc18c\ubaa8\uc131 1\ud68c\uc6a9\uc774\uba70, \uc77c\ubc18 \uc0c1\ud669\uc5d0\uc11c \uc554\uc0b4\uc790\uac00 \ub098\ud0c0\ub0a0 \uc218 \uc788\ub294 \ubbf8\uc158\uc5d0\uc11c\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AssassinBaitB",
"name": "\uc790\ub204\uce74 \ud5cc\ud130 \ube44\ucee8",
"description": "\uc228\uc5b4 \uc788\ub358 \uc790\ub204\uce74 \ud5cc\ud130\ub97c \uaf80\uc5b4\ub0c5\ub2c8\ub2e4. \uc774 \uc544\uc774\ud15c\uc740 \uc18c\ubaa8\uc131 1\ud68c\uc6a9\uc774\uba70, \uc77c\ubc18 \uc0c1\ud669\uc5d0\uc11c \uc554\uc0b4\uc790\uac00 \ub098\ud0c0\ub0a0 \uc218 \uc788\ub294 \ubbf8\uc158\uc5d0\uc11c\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AssassinBaitC",
"name": "\uadf8\ub7ec\uc2a4\ud2b8\ub798\uadf8 \uc0bc\ucd1d\uc0ac \ube44\ucee8",
"description": "\uc228\uc5b4 \uc788\ub358 \uadf8\ub7ec\uc2a4\ud2b8\ub798\uadf8 \uc0bc\ucd1d\uc0ac\ub97c \uaf80\uc5b4\ub0c5\ub2c8\ub2e4. \uc774 \uc544\uc774\ud15c\uc740 \uc18c\ubaa8\uc131 1\ud68c\uc6a9\uc774\uba70, \uc77c\ubc18 \uc0c1\ud669\uc5d0\uc11c \uc554\uc0b4\uc790\uac00 \ub098\ud0c0\ub0a0 \uc218 \uc788\ub294 \ubbf8\uc158\uc5d0\uc11c\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/AssassinBaitD",
"name": "\uc6b8\ud504 \ube44\ucee8",
"description": "\uc228\uc5b4 \uc788\ub358 \uc6b8\ud504\ub97c \uaf80\uc5b4\ub0c5\ub2c8\ub2e4. \uc774 \uc544\uc774\ud15c\uc740 \uc18c\ubaa8\uc131 1\ud68c\uc6a9\uc774\uba70, \uc77c\ubc18 \uc0c1\ud669\uc5d0\uc11c \uc554\uc0b4\uc790\uac00 \ub098\ud0c0\ub0a0 \uc218 \uc788\ub294 \ubbf8\uc158\uc5d0\uc11c\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/BaroFireWorksCrate",
"name": "\ud0a4'\ud2f0\uc5b4 \ud3ed\uc8fd",
"description": "\ud3ed\ubc1c\uc801\uc778 \uc0c9\uc0c1\uc758 \uad50\ud5a5\uace1\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/BaseSpearFishingSpear",
"name": "\ub09a\uc2dc \uc791\uc0b4",
"description": "\uac00\uc2dc\uac00 \ub3cb\uce5c \uac08\ud034\uac00 \uc788\ub294 \uc774 \ub09a\uc2dc \uc791\uc0b4\uc744 \uc774\uc6a9\ud558\uba74 \ub9e4\ub044\ub7ec\uc6b4 \uaecd\uc9c8\uc744 \uac00\uc9c4 \ubb3c\uace0\uae30\ub97c \uc27d\uac8c \uc7a1\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\uc5d0\uac8c\uc11c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc791\uc0b4\uc740 \uc544\ub798\uc640 \uac19\uc740 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0 \ubb3c\uace0\uae30\ub4e4\uc5d0\uac8c \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4:\r\n\ucc60\ud06c \uc7a5\uc5b4\r\n\ucef7\ud640\r\n\uad6c\ud3f4\ub77c\r\n\uba38\ud06c\ub808\uc774\r\n\uc0e4\ub77c\ud06c\r\n\uc694\uadf8\uc6b4",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/BetaCorruptor",
"name": "\ubca0\ud0c0 \uc624\uc5fc\ubb3c\uc9c8",
"description": "\uc54c\ud30c \uc624\uc5fc\ubb3c\uc9c8\uacfc \ud63c\ud569\ub418\uba74 \ub9e4\uc6b0 \ud6a8\uacfc\uc801\uc73c\ub85c \ubc18\uc751\ud558\ub294 \uc624\uc5fc\ubb3c\uc9c8\uc785\ub2c8\ub2e4. \uc801\uc808\ud558\uac8c \ud63c\ud569 \ub420 \uacbd\uc6b0, \ud3ec\ubaa8\ub9ac\uc548 \ub9ac\uc561\ud130\ub294 \uc77c\ubc18 \uc624\uc5fc\ubb3c\uc9c8\uc744 \uc0ac\uc6a9\ud588\uc744 \uacbd\uc6b0\ubcf4\ub2e4 \ub354 \ube60\ub974\uac8c \ubd88\uc548\uc815\ud574\uc9d1\ub2c8\ub2e4. \uc774 \ubd88\uc548\uc815\ud55c \ubca0\ud0c0 \uc624\uc5fc\ubb3c\uc9c8\uc740 \uc54c\ud30c \uc624\uc5fc\ubb3c\uc9c8\uacfc \uac19\uc774 \uc7a5\ucc29 \ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \ud300 \ub2e8\uc704\ub85c \uc6c0\uc9c1\uc774\ub294 \ud150\ub178\uac00 \uc6b4\uc601\ud558\ub294 \uac83\uc774 \ud6a8\uc728\uc801\uc785\ub2c8\ub2e4.",
"codexSecret": true,
"parentName": "/Lotus/Types/Restoratives/Consumable/Corruptor"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/BronzeSpectre",
"name": "\ubca0\uc774\ud37c \uc2a4\ud399\ud130",
"description": "\uc6cc\ud504\ub808\uc784\uc758 \ubcf5\uc81c\ud488\uc744 \ub9cc\ub4e4\uc5b4 \ubbf8\uc158\uc5d0\uc11c \ud150\ub178\ub97c \ub3d5\ub3c4\ub85d \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpectreBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CameraConsumable",
"name": "\ub9ac\ubaa8\ud2b8 \uc635\uc800\ubc84",
"description": "\uc6cc\ud504\ub808\uc784\uc758 \uc2dc\uc57c\ub97c \uc7a0\uc2dc \uc6d0\uac70\ub9ac \uad00\uce21\uc6a9\uc73c\ub85c \uc804\ud658\ud574\uc8fc\ub294 \uc624\ub798 \uac00\uc9c0 \uc54a\ub294 \uc6d0\uac70\ub9ac \uce74\uba54\ub77c\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/ChargerBall",
"name": "\ucc28\uc800 \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \ucc28\uc800 \uc5d1\uc2dc\ubb34\uc2a4\ub97c \ubc30\uce58\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/ClemBall",
"name": "\ud074\ub818 \ud074\ub860",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \ud074\ub818\uc758 \ubcf5\uc81c\ud488\uc744 \uc18c\ud658\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CorruptedBombardBall",
"name": "\ucee4\ub7fd\ud2f0\ub4dc \ubd04\ubc84\ub4dc \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \ucee4\ub7fd\ud2f0\ub4dc \ubd04\ubc84\ub4dc\ub97c \ubc30\uce58\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CorruptedHeavyGunnerBall",
"name": "\ucee4\ub7fd\ud2f0\ub4dc \ud5e4\ube44 \uac70\ub108 \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \ucee4\ub7fd\ud2f0\ub4dc \ud5e4\ube44 \uac70\ub108\ub97c \ubc30\uce58\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CorruptedLancerBall",
"name": "\ucee4\ub7fd\ud2f0\ub4dc \ub79c\uc11c \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \ucee4\ub7fd\ud2f0\ub4dc \ub79c\uc11c \uc5d1\uc2dc\ubb34\uc2a4\ub97c \ubc30\uce58\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CreditChipLarge",
"name": "\ud328\uc1fc\ub124\ud2b8 \ubcf4\uc774\ub4dc \uc624\ud37c\ub9c1",
"description": "\ubcf4\uc774\ub4dc\uc5d0 \uc790\ube44\ub86d\uac8c 100,000\ud06c\ub808\ub527\uc744 \ud5cc\uae08\ud569\ub2c8\ub2e4.",
"codexSecret": true,
"parentName": "/Lotus/Types/Restoratives/Consumable/CreditChipSmall"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CreditChipMedium",
"name": "\ud398\uc774\uc2a4\ud480 \ubcf4\uc774\ub4dc \uc624\ud37c\ub9c1",
"description": "\ubcf4\uc774\ub4dc\uc5d0 10,000 \ud06c\ub808\ub527\uc744 \ud5cc\uae08\ud569\ub2c8\ub2e4.",
"codexSecret": true,
"parentName": "/Lotus/Types/Restoratives/Consumable/CreditChipSmall"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CreditChipSmall",
"name": "\ud5d8\ube14 \ubcf4\uc774\ub4dc \uc624\ud37c\ub9c1",
"description": "\ubcf4\uc774\ub4dc\uc5d0 1,000 \ud06c\ub808\ub527\uc744 \ud5cc\uae08\ud569\ub2c8\ub2e4.",
"codexSecret": true,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/CrewmateBall",
"name": "\ub300\uae30 \uc2b9\ubb34\uc6d0",
"description": "\ub808\uc77c\uc7ad \uc678 \ubbf8\uc158\uc5d0\uc11c \uc9c0\uc815\ub41c \uc2b9\ubb34\uc6d0\uc744 \uc9c0\uc6d0\uad70\uc73c\ub85c \ubd88\ub7ec\ub0c5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/FireWorksCrate",
"name": "\uadf8\ub79c\ub4dc \ud53c\ub0a0\ub808",
"description": "\ub2f9\uc2e0\uc758 \uc560\uad6d\uc2ec\uc744 \ubcf4\uc5ec\uc904 \ud654\ub824\ud55c \ud3ed\uc8fd\uc744 \uc6d0\ud558\ub098\uc694? \uc774 \uc18c\ubaa8\uc131 \uc544\uc774\ud15c\uc744 \uc0ac\uc6a9\ud574\uc11c \ub354\uc6b1 \ud654\ub824\ud558\uac8c \uae30\ub150\ud574\ubcf4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/FireWorksSingle",
"name": "\uc2a4\ud0c0\ubc84\uc2a4\ud2b8",
"description": "\ud734\uc77c\uc744 \ud3ed\uc8fd\uc73c\ub85c \uae30\ub150\ud558\uc138\uc694! \uc774 \uc18c\ubaa8\uc131 \uc544\uc774\ud15c \ud558\ub098\ub85c \ud558\ub298\uc744 \ube5b\ub0b4\ubcf4\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/FomorianNegator",
"name": "\ud3ec\ubaa8\ub9ac\uc548 \ub514\uc2a4\ub7fd\ud130",
"description": "\uc791\ub3d9\uc2dc\ud0a4\uba74 \ud3ec\ubaa8\ub9ac\uc548 \ucf54\uc5b4\uc758 \uc624\uba54\uac00 \uc5d0\ub108\uc9c0 \ud544\ub4dc\ub97c \ubb34\ud6a8\ud654 \ud558\uc5ec \uacf5\uaca9\uc774 \uac00\ub2a5\ud558\ub3c4\ub85d \ub9cc\ub4e4\uba70, \ud150\ub178\uac00 \uc7a0\uc2dc\ub3d9\uc548 \uc624\uba54\uac00 \ubc29\uc0ac\ub2a5 \uc9c0\ub300\uc5d0\uc11c \ubc84\ud2f8 \uc218 \uc788\ub294 \uc2e4\ub4dc\ub97c \uce69\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/GlyphConsumable",
"name": "\uae00\ub9ac\ud504 \ud504\ub9ac\uc998",
"description": "\uc790\uc131 \ud504\ub9ac\uc998\uc744 \ubc1c\uc0ac\ud558\uc5ec \uc120\ud0dd\ud55c \ubaa8\uc591\uc758 \uae00\ub9ac\ud504\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \ud55c \ubc88\uc5d0 \ud558\ub098\uc758 \uae00\ub9ac\ud504\ub9cc\uc744 \ubc1c\uc0ac\ud560 \uc218 \uc788\uc73c\uba70, \uc0ac\uc6a9\ud560 \ub54c\ub9c8\ub2e4 \uc0ac\uc6a9\ub7c9\uc774 \uc18c\ubaa8\ub429\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/GlyphConsumableNoCharges",
"name": "\uae00\ub9ac\ud504 \ud504\ub9ac\uc998",
"description": "\uc790\uc131 \ud504\ub9ac\uc998\uc744 \ubc1c\uc0ac\ud558\uc5ec \uc120\ud0dd\ud55c \ubaa8\uc591\uc758 \uae00\ub9ac\ud504\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \ud55c \ubc88\uc5d0 \ud558\ub098\uc758 \uae00\ub9ac\ud504\ub9cc\uc744 \ubc1c\uc0ac\ud560 \uc218 \uc788\uc73c\uba70, \uc0ac\uc6a9\ub7c9\uc5d0 \uc0c1\uad00\uc5c6\uc774 \ubb34\ud55c\uc815\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/GoldSpectre",
"name": "\ud3ec\uc2a4 \uc2a4\ud399\ud130",
"description": "\uc6cc\ud504\ub808\uc784\uc758 \ubcf5\uc81c\ud488\uc744 \ub9cc\ub4e4\uc5b4 \ubbf8\uc158\uc5d0\uc11c \ud150\ub178\ub97c \ub3d5\ub3c4\ub85d \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpectreBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/HunterTool",
"name": "\ud0a4\ub124\ud2f1 \uc0ac\uc774\ud380 \ud2b8\ub7a9",
"description": "\uc2e0\ub514\uc2dc\uc2a4 \ub300\uc0c1\uc744 \ub04c\uc5b4\ub2f9\uaca8 \uc774\ub3d9 \uc18d\ub3c4\ub97c \uac10\uc18d\uc2dc\ud0a4\ub294 \ud568\uc815\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/InfestedBaitBall",
"name": "\ud384\ub9ac\uc545 \ud3ec\ub4dc",
"description": "\uc778\ud398\uc2a4\ud2f0\ub4dc\ub97c \uc720\uc778\ud558\ub294 \uac15\ub825\ud55c \ud398\ub85c\ubaac\uc744 \ubc1c\uc0b0\ud558\ub294 \ud384\ub9ac\uc545 \ud3ec\ub4dc\ub97c 50\uac1c \uc81c\uc791\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/InfestedFishingSpearA",
"name": "\uc2a4\ud30c\ub9ac \uc2a4\ud53c\uc5b4",
"description": "\uc778\ud398\uc2a4\ud2f0\ub4dc \ubc0f \uc778\ud398\uc2a4\ud2f0\ub4dc/\uc624\ub85c\ud0a8 \ud63c\uc131\uccb4 \ubb3c\uace0\uae30\uac00 \uac70\uc758 \uac10\uc9c0\ud574\ub0bc \uc218 \uc5c6\uc744 \uc815\ub3c4\ub85c \uc798 \ub9cc\ub4e4\uc5b4\uc9c4 \uc774 \ub09a\uc2dc \uc791\uc0b4\ub85c \uc2ec\uc5f0\uc744 \ud718\uc800\uc73c\uc138\uc694. \uc774 \uc791\uc0b4\uc740 \uac10\uc5fc\uccb4 \uae30\uc9c8\uc744 \uac00\uc9c4 \ub355\uc5d0 \uc678\ubd84\ube44\uc561\uc744 \uad00\ud1b5\ud560 \uc218 \uc788\ub2e4\uace0 \uc54c\ub824\uc9c4 \uba87 \uc548 \ub418\ub294 \ub3c4\uad6c \uc911 \ud558\ub098\uc785\ub2c8\ub2e4.\r\n\r\n\ub124\ud06c\ub784\ub9ac\uc2a4\ud06c\uc758 \ub538\uc5d0\uac8c\uc11c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc791\uc0b4\uc740 \ucea0\ube44\uc628 \ud1f4\uc801\uc9c0 (\ub370\uc774\ubaa8\uc2a4) \uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \ubb3c\uace0\uae30\ub4e4\uc5d0\uac8c \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/BaseSpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/InfestedFishingSpearB",
"name": "\uc5d0\ube44\uc2a4 \uc2a4\ud53c\uc5b4",
"description": "\uc778\ud398\uc2a4\ud2f0\ub4dc \ubc0f \uc778\ud398\uc2a4\ud2f0\ub4dc/\uc624\ub85c\ud0a8 \ud63c\uc131\uccb4 \ubb3c\uace0\uae30\uac00 \uac70\uc758 \uac10\uc9c0\ud574\ub0bc \uc218 \uc5c6\uc744 \uc815\ub3c4\ub85c \uc798 \ub9cc\ub4e4\uc5b4\uc9c4 \uc774 \ub09a\uc2dc \uc791\uc0b4\ub85c \uc2ec\uc5f0\uc744 \ud718\uc800\uc73c\uc138\uc694. \uc774 \uc791\uc0b4\uc740 \uac10\uc5fc\uccb4 \uae30\uc9c8\uc744 \uac00\uc9c4 \ub355\uc5d0 \uc678\ubd84\ube44\uc561\uc744 \uad00\ud1b5\ud560 \uc218 \uc788\ub2e4\uace0 \uc54c\ub824\uc9c4 \uba87 \uc548 \ub418\ub294 \ub3c4\uad6c \uc911 \ud558\ub098\uc785\ub2c8\ub2e4.\r\n\r\n\ub124\ud06c\ub784\ub9ac\uc2a4\ud06c\uc758 \ub538\uc5d0\uac8c\uc11c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc791\uc0b4\uc740 \ucea0\ube44\uc628 \ud1f4\uc801\uc9c0 (\ub370\uc774\ubaa8\uc2a4) \uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \ubb3c\uace0\uae30\ub4e4\uc5d0\uac8c \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/InfestedFishingSpearA"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/InfestedIrradiatedBaitBall",
"name": "\uac15\ud654 \ud384\ub9ac\uc545 \ud3ec\ub4dc",
"description": "\uc778\ud398\uc2a4\ud2f0\ub4dc\ub97c \uc720\ud639\ud558\ub294 \uac15\ub825\ud55c \ud398\ub85c\ubaac\uc744 \ubc29\ucd9c\ud558\ub294 50\uac1c\uc758 \uac15\ud654 \ud384\ub9ac\uc545 \ud3ec\ub4dc\ub97c \uc81c\uc791\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/InfestedSyringe",
"name": "\uba74\uc5ed \ud608\uccad \uc8fc\uc785\uae30",
"description": "\ubd84\uc0ac\uae30 \ud639\uc740 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uba74\uc5ed \ud608\uccad\uc744 \uc8fc\uc785\ud558\uc5ec \uc7a5\uac11 \uc190\uc0c1\uc744 \ub9c9\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/LibraryScanner",
"name": "\uc2e0\ub514\uc2dc\uc2a4 \uc2a4\uce90\ub108",
"description": "\ubaa9\ud45c\uc758 \uc720\uc804 \ub370\uc774\ud130\ub97c \ud574\uc11d\ud558\uc5ec \uc774\ub97c \uc0dd\uce04\uc5b4\ub9ac\ub85c \uc804\uc1a1\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MacheteWomanBall",
"name": "\uc2a4\ucf5c\ud53c\uc628 \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \uc2a4\ucf5c\ud53c\uc628 \uc5d1\uc2dc\ubb34\uc2a4\ub97c \ubc30\uce58\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MapMarker",
"name": "\ub77d-\ud540",
"description": "\uc6d4\ub4dc \ub9f5\uc5d0\uc11c \uc601\uad6c\uc801\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc6e8\uc774\ud3ec\uc778\ud2b8 \ub9c8\ucee4\uc785\ub2c8\ub2e4. \ubd84\ub300\ub97c \uc870\uc815\ud558\uc5ec \uc911\uc694\ud55c \uc7a5\uc18c\ub97c \ucd94\uc801\ud558\uc138\uc694!",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MiningLaser",
"name": "\ub178\uc7a0 \ucee4\ud130",
"description": "\uc11d\uc7ac\uc5d0\uc11c \uad11\ubb3c\uc774\ub098 \ubcf4\uc11d\uc744 \uae4e\uc544\ub0b4\ub294 \ub370 \uc4f0\uc774\ub294 \uae30\ubcf8\uc801\uc778 \ub3c4\uad6c\uc785\ub2c8\ub2e4.\r\n\r\n\ud76c\uadc0\ud55c \uad11\ubb3c\uc744 \ucc44\uad74\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \uae30\ud68c\ub97c \uc5bb\uc73c\ub824\uba74 \ub9c8\uc744 \ud5c8\ube0c \uc815\ucc29\uc9c0\ub85c\ubd80\ud130 \uba40\ub9ac \ub5a8\uc5b4\uc838\uc57c \ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MiningLaserB",
"name": "\ud3ec\ucee4\uc2a4\ub4dc \ub178\uc7a0 \ucee4\ud130",
"description": "\uc77c\ubc18 \ub178\uc7a0 \ucee4\ud130\ubcf4\ub2e4 \ub354\uc6b1 \uc815\ubc00\ud55c \ud615\ud0dc\uc758 \ub3c4\uad6c\uc785\ub2c8\ub2e4.\r\n\r\n\ud76c\uadc0\ud55c \uad11\ubb3c\uc744 \ucc44\uad74\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \uae30\ud68c\ub97c \uc5bb\uc73c\ub824\uba74 \ub9c8\uc744 \ud5c8\ube0c \uc815\ucc29\uc9c0\ub85c\ubd80\ud130 \uba40\ub9ac \ub5a8\uc5b4\uc838\uc57c \ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/MiningLaser"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MiningLaserC",
"name": "\uc5b4\ub4dc\ubc34\uc2a4\ub4dc \ub178\uc7a0 \ucee4\ud130",
"description": "\uc778\uacf5\ub450\ub1cc \uae30\uc220\ub85c \uac1c\ub7c9\ub41c \uc774 \ub3c4\uad6c\ub294 \uadfc\ucc98\uc758 \ubcf4\uc11d \ubc0f \uad11\ub9e5\uc744 \ucc3e\uc544\ub0bc \uc218 \uc788\uc73c\uba70, \ubaa8\ub4e0 \uc9c0\ud615\uc5d0\uc11c \ud655\ub960\uc801\uc73c\ub85c \ud76c\uadc0 \ubcf4\uc11d\uc744 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\r\n\r\n\ud76c\uadc0\ud55c \uad11\ubb3c\uc744 \ucc44\uad74\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \uae30\ud68c\ub97c \uc5bb\uc73c\ub824\uba74 \ub9c8\uc744 \ud5c8\ube0c \uc815\ucc29\uc9c0\ub85c\ubd80\ud130 \uba40\ub9ac \ub5a8\uc5b4\uc838\uc57c \ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/MiningLaser"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MiningLaserSolaris",
"name": "\uc36c\ud3ec\uc778\ud2b8 \ud50c\ub77c\uc988\ub9c8 \ub4dc\ub9b4",
"description": "\uc218\uc220\uae09 \uc815\ubc00\ub3c4\ub85c \uac00\uc7a5 \ud76c\uadc0\ud55c \ubb3c\uc9c8\uc870\ucc28 \ucd94\ucd9c\ud560 \uc218 \uc788\ub294 \ube60\ub978 \uc810\ud654\uc640 \uace0\uac15\ub3c4\uc758 \ucc44\uad11 \uc7a5\ube44\uc785\ub2c8\ub2e4. \r\n\r\n\ubaa8\ub4e0 \uc9c0\ud615\uc5d0\uc11c \ud76c\uadc0 \ubcf4\uc11d\uc744 \ucc44\uad74\ud560 \ub54c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud76c\uadc0\ud55c \uad11\ubb3c\uc744 \ucc44\uad74\ud560 \uc218 \uc788\ub294 \uae30\ud68c\ub97c \uc5bb\uc73c\ub824\uba74 \ub9c8\uc744 \ud5c8\ube0c \uc815\ucc29\uc9c0\ub85c\ubd80\ud130 \uba40\ub9ac \ub5a8\uc5b4\uc838\uc57c \ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/MiningLaser"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/MoaBall",
"name": "MOA \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 MOA \uc5d1\uc2dc\ubb34\uc2a4\ub97c \ubc30\uce58\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/NemesisBait",
"name": "\ub808\ud034\uc5e0 \uc5bc\ud2f0\uba54\uc774\ud140",
"description": "\ucfe0\ubc14 \ub9ac\uce58 \ubc0f \ud30c\ubcf4\uc2a4\uc758 \uc790\ub9e4\ub4e4\uacfc \uc989\uac01\uc801\uc778 \ub300\uba74\uc744 \uc720\ubc1c\ud569\ub2c8\ub2e4; \uc774\ub294 \ubb34\uc2dc\ud560 \uc218 \uc5c6\ub294 \ubaa8\uc695\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/PlatinumSpectre",
"name": "\ucf54\uc2a4\ubbf9 \uc2a4\ud399\ud130",
"description": "\uc6cc\ud504\ub808\uc784\uc758 \ubcf5\uc81c\ud488\uc744 \ub9cc\ub4e4\uc5b4 \ubbf8\uc158\uc5d0\uc11c \ud150\ub178\ub97c \ub3d5\ub3c4\ub85d \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpectreBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RazorbackCipher",
"name": "\ub808\uc774\uc800\ubc31 \ud574\ub3c5\uae30",
"description": "\ub808\uc774\uc800\ubc31\uc758 \uc218\uc6a9\uc18c\ub97c \uc9c0\ud0a4\uace0 \uc788\ub294 \ubcf4\uc548 \uc2dc\uc2a4\ud15c\uc744 \uc6b0\ud68c\ud558\uae30 \uc704\ud574 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RecallToRailjack",
"name": "\ub808\uc77c\uc7ad \uadc0\ud658",
"description": "",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RepairTool",
"name": "\uc634\ub2c8",
"description": "\uc634\ub2c8\ub294 \ud654\uc7ac \uc9c4\uc555, \ub204\uc804 \uc704\ud5d8 \ud574\uacb0 \ubc0f \uc120\uccb4 \ud30c\uc5f4 \uc218\ub9ac\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ub808\uc77c\uc7ad\uc6a9 \ub2e4\uc6a9\ub3c4 \ub3c4\uad6c\uc785\ub2c8\ub2e4. \ub808\uc77c\uc7ad \ubc16\uc5d0\uc11c \uc0ac\uc6a9\ud558\uba74 \uc989\uc2dc \ud568\uc120\uc73c\ub85c \uadc0\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RobofishSpearB",
"name": "\uc1fc\ud06c\ud504\ub85c\ub4dc \ub09a\uc2dc \uc791\uc0b4",
"description": "\uc11c\ubcf4\ud53c\uc26c\ub97c \uc190\uc0c1 \uc5c6\uc774 \ub09a\uc744 \ubaa9\uc801\uc73c\ub85c \uc81c\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud0c0\uc774\ubc0d\uc774 \uc62c\ubc14\ub974\uba74 \ud0c0\uaca9 \ud6c4 \uae30\ub2a5\uc744 \uc815\uc9c0\uc2dc\ud0a4\ub294 \uc804\uc790\uae30 \ud384\uc2a4\ub97c \uc804\ub2ec\ud569\ub2c8\ub2e4.\r\n\r\n\ud3ec\ub974\ud22c\ub098\uc758 \ube44\uc988\ub2c8\uc2a4\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc791\uc0b4\uc740 \uc624\ube0c \ud611\uace1 (\uae08\uc131) \uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \uc11c\ubcf4\ud53c\uc26c\ub4e4\uc5d0\uac8c \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4. ",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/BaseSpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RobofishSpearC",
"name": "\uc2a4\ud130\ub098 \ub09a\uc2dc \uc791\uc0b4",
"description": "\uc804\uc790\uae30 \ud384\uc2a4 \ubc29\ucd9c\uc5d0 \uc131\uacf5\ud560 \uc2dc \ubc14\uae65\ucabd\uc73c\ub85c\ub3c4 \ub0b4\ubfdc\uc5b4\uc838 \uc8fc\uc704\uc758 \uc11c\ubcf4\ud53c\uc26c\ub4e4 \ub610\ud55c \ub9dd\uac00\ub728\ub9bd\ub2c8\ub2e4.\r\n\r\n\ud3ec\ub974\ud22c\ub098\uc758 \ube44\uc988\ub2c8\uc2a4\ub85c\ubd80\ud130 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc791\uc0b4\uc740 \uc624\ube0c \ud611\uace1 (\uae08\uc131) \uc5d0\uc11c \ubc1c\uacac\ub418\ub294 \uc11c\ubcf4\ud53c\uc26c\ub4e4\uc5d0\uac8c \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4. ",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/BaseSpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/RollerBall",
"name": "\ub864\ub7ec \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \ub864\ub7ec \uc5d1\uc2dc\ubb34\uc2a4\ub97c \ubc30\uce58\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/Scanner",
"name": "\ucf54\ub371\uc2a4 \uc2a4\uce90\ub108",
"description": "\uc870\uc0ac \ub300\uc0c1\uc744 \uc2a4\uce94\ud558\uace0 \ub098\uc911\uc5d0 \ucf54\ub371\uc2a4\ub97c \ud1b5\ud574\uc11c \ubcfc \uc218 \uc788\ub3c4\ub85d \ud574\uc8fc\ub294 \uc7a5\uce58\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/ShieldDroneBall",
"name": "\uc2e4\ub4dc \uc624\uc2a4\ud504\ub9ac \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \uc2e4\ub4dc \uc624\uc2a4\ud504\ub9ac \uc5d1\uc2dc\ubb34\uc2a4\ub97c \ubc30\uce58\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/SilverSpectre",
"name": "\ud398\uc774\uc988 \uc2a4\ud399\ud130",
"description": "\uc6cc\ud504\ub808\uc784\uc758 \ubcf5\uc81c\ud488\uc744 \ub9cc\ub4e4\uc5b4 \ubbf8\uc158\uc5d0\uc11c \ud150\ub178\ub97c \ub3d5\ub3c4\ub85d \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpectreBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/SkateBall",
"name": "\ub370\uc800\ud2b8 \uc2a4\ucf00\uc774\ud2b8 \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \ub370\uc800\ud2b8 \uc2a4\ucf00\uc774\ud2b8\ub97c \ubc30\uce58\ud569\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/SpearFishingSpear",
"name": "\ub80c\uc870 \ub09a\uc2dc \uc791\uc0b4",
"description": "\uac00\uc2dc\uac00 \ub3cb\uce5c \uac08\ud034\uac00 \uc788\ub294 \uc774 \ub09a\uc2dc \uc791\uc0b4\uc744 \uc774\uc6a9\ud558\uba74 \ub9e4\ub044\ub7ec\uc6b4 \uaecd\uc9c8\uc744 \uac00\uc9c4 \ubb3c\uace0\uae30\ub97c \uc27d\uac8c \uc7a1\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\uc5d0\uac8c\uc11c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc791\uc0b4\uc740 \uc544\ub798\uc640 \uac19\uc740 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0 \ubb3c\uace0\uae30\ub4e4\uc5d0\uac8c \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4:\r\n\ucc60\ud06c \uc7a5\uc5b4\r\n\ucef7\ud640\r\n\uad6c\ud3f4\ub77c\r\n\uba38\ud06c\ub808\uc774\r\n\uc0e4\ub77c\ud06c\r\n\uc694\uadf8\uc6b4",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/BaseSpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/SpearFishingSpearB",
"name": "\ud234\ub85d \ub09a\uc2dc \uc791\uc0b4",
"description": "\uc774 \ub09a\uc2dc \uc791\uc0b4\uc740 \ub531\ub531\ud55c \uc678\ud53c\uc640 \ub4f1\uaecd\uc9c8\uc5d0 \uad6c\uba4d\uc744 \ub0bc \uc218 \uc788\ub3c4\ub85d \uac00\ub290\ub2e4\ub780 \ub0a0\uc744 \uac16\ucd94\uace0 \uc788\uc2b5\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\uc5d0\uac8c\uc11c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc791\uc0b4\uc740 \uc544\ub798\uc640 \uac19\uc740 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0 \ubb3c\uace0\uae30\ub4e4\uc5d0\uac8c \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4:\r\n\ud2b8\ub784\ub85d",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/SpearFishingSpearC",
"name": "\ud398\ub7fc \ub09a\uc2dc \uc791\uc0b4",
"description": "\uc774 \ub09a\uc2dc \uc791\uc0b4\uc740 \ube44\ub298 \uac00\uc8fd\uc73c\ub85c \ub4a4\ub36e\ud78c \ubb3c\uace0\uae30\ub97c \ucc0c\ub974\uae30 \uc704\ud55c \ub2e4\uc218\uc758 \ub0a0\uc744 \uac16\uace0 \uc788\uc2b5\ub2c8\ub2e4.\r\n\r\n\uc2dc\ud130\uc2a4 (\uc9c0\uad6c) \uc758 \uc5b4\ubd80 \ud558\uc77c\ub8e8\ud06c\uc5d0\uac8c\uc11c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc791\uc0b4\uc740 \uc544\ub798\uc640 \uac19\uc740 \uc544\uc774\ub3cc\ub860\uc758 \ud3c9\uc6d0 \ubb3c\uace0\uae30\ub4e4\uc5d0\uac8c \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4:\r\n\uae00\ub78d\ud53c\ub4dc\r\n\ucff3-\ucff3\r\n\uba38\uc6b0\ud53c\uc26c\r\n\ubab0\ud130\uc2a4 \ud3d0\uc5b4\r\n\ub178\uadf8",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Consumable/SpearFishingSpear"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/StableCorruptor",
"name": "\uc77c\ubc18 \uc624\uc5fc\ubb3c\uc9c8",
"description": "\uc774 \uc624\uc5fc\ubb3c\uc9c8\uc744 \ud3ec\ubaa8\ub9ac\uc548 \ub9ac\uc561\ud130\uc5d0 \uc8fc\uc785\ud560 \uacbd\uc6b0 \uc5f0\ub8cc\uc758 \uade0\ud615\uc744 \ubb34\ub108\ub728\ub9bd\ub2c8\ub2e4. \uc2ec\uac01\ud55c \ubd88\uade0\ud615\uc774 \ucd08\ub798\ub41c \ub9ac\uc561\ud130\ub294 \ubd95\uad34 \ubc18\uc751\uc744 \uc77c\uc73c\ud0a4\uba70 \ubc30\ub97c \ud30c\uad34\ud558\uac8c \ub429\ub2c8\ub2e4. \ub290\ub9ac\uc9c0\ub9cc \ud6a8\uacfc\uc801\uc778 \uc774 \ubb3c\uc9c8\uc740 \ud640\ub85c \uc791\uc804\uc744 \uc218\ud589\ud558\ub294 \ud150\ub178\uc5d0\uac8c \uc720\uc6a9\ud569\ub2c8\ub2e4.",
"codexSecret": true,
"parentName": "/Lotus/Types/Restoratives/Consumable/Corruptor"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/StalkerBall",
"name": "\uc2a4\ud1a0\ucee4 \uc2a4\ud399\ud130",
"description": "\ub2f9\uc2e0\uc744 \uc704\ud574 \uc2f8\uc6cc\uc904 \uc2a4\ud1a0\ucee4\uc758 \ubcf5\uc81c\ud488\uc744 \uc18c\ud658\ud569\ub2c8\ub2e4.",
"codexSecret": true,
"parentName": "/Lotus/Types/Game/SummonNpcItem"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Consumable/ValentinesArrowBundle",
"name": "\uc5d0\ub85c\uc2a4 \uc560\ub85c\uc6b0 \uc2a4\ud0a8",
"description": "\uc0ac\ub791\uc2a4\ub7ec\uc6b4 \uc5d0\ub85c\uc2a4 \uc560\ub85c\uc6b0 \uc2a4\ud0a8\uc73c\ub85c \uc801\ub4e4\uc744 \ud5a5\ud55c \uc5ec\ub7ec\ubd84\uc758 \ub9c8\uc74c\uc744 \ubcf4\uc5ec\uc8fc\uc138\uc694.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonFeyarchOberon",
"name": "\uc120\ub77c\uc774\uc988 \uc5b4\ud3ec\ud2f1",
"description": "\ud76c\uadc0\ud55c \uc2dd\ubb3c \ud45c\ubcf8\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uc720\uae30 \ud654\ud569\ubb3c\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4. \ud6a8\uacfc \ubd88\uba85.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonKnaveLoki",
"name": "\ub098\uc774\ud2b8\ud3f4 \uc5b4\ud3ec\ud2f1",
"description": "\ud76c\uadc0\ud55c \uc2dd\ubb3c \ud45c\ubcf8\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uc720\uae30 \ud654\ud569\ubb3c\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4. \ud6a8\uacfc \ubd88\uba85.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonOrphidSaryn",
"name": "\ud2b8\uc640\uc77c\ub77c\uc787 \uc5b4\ud3ec\ud2f1",
"description": "\ud76c\uadc0\ud55c \uc2dd\ubb3c \ud45c\ubcf8\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uc720\uae30 \ud654\ud569\ubb3c\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4. \ud6a8\uacfc \ubd88\uba85.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/TitaniaQuest/SpecterSummonBase"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Upgraded/DamageDebuffKey",
"name": "\uc775\uc2a4\ud305\uae30\uc26c\ub4dc \ub4dc\ub798\uace4 \ud0a4",
"description": "\ud0a4\ub97c \uc7a5\ucc29\ud558\uba74 \ud53c\ud574\ub97c \ub300\ud3ed \uac10\uc18c\uc2dc\ud0b5\ub2c8\ub2e4. \r\n\r\n\ub3c4\uc7a5\uc758 \uc624\ub85c\ud0a8 \uc5f0\uad6c\uc18c\uc5d0\uc11c \uc124\uacc4\ub3c4\ub97c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Upgraded/CorruptedKey"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Upgraded/HealthDebuffKey",
"name": "\ube14\ub9ac\ub529 \ub4dc\ub798\uace4 \ud0a4",
"description": "\ud0a4\ub97c \uc7a5\ucc29\ud558\uba74 \uccb4\ub825\uc744 \ub300\ud3ed \uac10\uc18c\uc2dc\ud0b5\ub2c8\ub2e4. \r\n\r\n\ub3c4\uc7a5\uc758 \uc624\ub85c\ud0a8 \uc5f0\uad6c\uc18c\uc5d0\uc11c \uc124\uacc4\ub3c4\ub97c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Upgraded/CorruptedKey"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Upgraded/ShieldDebuffKey",
"name": "\ub514\ucf00\uc789 \ub4dc\ub798\uace4 \ud0a4",
"description": "\ud0a4\ub97c \uc7a5\ucc29\ud558\uba74 \uc2e4\ub4dc\ub97c \ub300\ud3ed \uac10\uc18c\uc2dc\ud0b5\ub2c8\ub2e4. \ub610\ud55c \uc2e4\ub4dc \uac8c\uc774\ud2b8\uc758 \uc804\uccb4 \uc9c0\uc18d \uc2dc\uac04\uc774 0.33\ucd08\ub85c \uace0\uc815\ub429\ub2c8\ub2e4.\r\n\r\n\ub3c4\uc7a5\uc758 \uc624\ub85c\ud0a8 \uc5f0\uad6c\uc18c\uc5d0\uc11c \uc124\uacc4\ub3c4\ub97c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Upgraded/CorruptedKey"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Upgraded/SpeedDebuffKey",
"name": "\ud638\ube14\ub4dc \ub4dc\ub798\uace4 \ud0a4",
"description": "\ud0a4\ub97c \uc7a5\ucc29\ud558\uba74 \uc18d\ub3c4\ub97c \ub300\ud3ed \uac10\uc18c\uc2dc\ud0b5\ub2c8\ub2e4. \r\n\r\n\ub3c4\uc7a5\uc758 \uc624\ub85c\ud0a8 \uc5f0\uad6c\uc18c\uc5d0\uc11c \uc124\uacc4\ub3c4\ub97c \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Restoratives/Upgraded/CorruptedKey"
},
{
"uniqueName": "/Lotus/Types/Restoratives/CatbrowVampireDisinfect",
"name": "\ubc14\uc2a4\uce74 \ud050\ub7ec\ud2f0\ube0c",
"description": "\uc624\uc2a4\ud2b8\ub860\uc5d0\uac8c\ub294 '\ub9ac\uc0ac\uc6b0 \ud5e4\uc774\uc0ac'\ub77c\ub294 \uc774\ub984\uc73c\ub85c \uc54c\ub824\uc838 \uc788\ub294 \uc774 \uc57d\uc740 \uc804\ud1b5\uc801\uc778 \ubc29\uc2dd\uc73c\ub85c \uc8fc\uc870\ub41c \ubc14\uc2a4\uce74 \ubc14\uc774\ub7ec\uc2a4\uc758 \uce58\ub8cc\uc81c\uc785\ub2c8\ub2e4. \uc801\uc6a9 \uc2dc \uc881\uc740 \ubc94\uc704 \ub0b4\uc758 \uac10\uc5fc\ub41c \uce74\ubc27\ub4e4\uc774 \ubaa8\ub450 \uce58\ub8cc\ub429\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/Cipher",
"name": "\ud574\ub3c5\uae30",
"description": "\ucee8\ud2b8\ub864 \ud328\ub110\uc744 \uc790\ub3d9\uc73c\ub85c \ud574\ud0b9\ud558\ub294 \uc77c\ud68c\uc6a9 \uc7a5\uce58\uc785\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/ClanTeamAmmoTotem",
"name": "\ubd84\ub300\uc6a9 \ud0c4\uc57d \ubcf4\uae09 \ud0a4\ud2b8 (\uc911\ud615)",
"description": "60\ucd08 \uac04 \uc8fc\ubb34\uae30 \ubc0f \ubcf4\uc870 \ubb34\uae30 \ud0c4\uc57d \uc2b5\ub4dd\ub7c9\uc758 2\ubc30\ub97c 15\ucd08\uc5d0 \ud55c \ubc88\uc529 \ud68c\ubcf5\uc2dc\ud0b5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/ClanTeamEnergyTotem",
"name": "\ubd84\ub300\uc6a9 \uc5d0\ub108\uc9c0 \ud68c\ubcf5 \ud0a4\ud2b8 (\uc911\ud615)",
"description": "\ubaa8\ub4e0 \ubd84\ub300\uc6d0\ub4e4\uc758 \uc5d0\ub108\uc9c0\ub97c \ud68c\ubcf5\uc2dc\ud0b5\ub2c8\ub2e4. 20\ucd08 \ub3d9\uc548 \ub9e4 5\ucd08\ub9c8\ub2e4 50\uc758 \uc5d0\ub108\uc9c0\ub97c \ud68c\ubcf5\uc2dc\ud0a4\ub294 \ud30c\ub3d9\uc744 \ub0b4\ubcf4\ub0c5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/ClanTeamHealTotem",
"name": "\ubd84\ub300\uc6a9 \uccb4\ub825 \ud68c\ubcf5 \ud0a4\ud2b8 (\uc911\ud615)",
"description": "\ubaa8\ub4e0 \ubd84\ub300\uc6d0\ub4e4\uc758 \uccb4\ub825\uc744 \ud68c\ubcf5\uc2dc\ud0b5\ub2c8\ub2e4. 20\ucd08 \ub3d9\uc548 \ub9e4 5\ucd08\ub9c8\ub2e4 100\uc758 \uccb4\ub825\uc744 \ud68c\ubcf5\uc2dc\ud0a4\ub294 \ud30c\ub3d9\uc744 \ub0b4\ubcf4\ub0c5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/ClanTeamShieldTotem",
"name": "\ubd84\ub300\uc6a9 \uc2e4\ub4dc \ud68c\ubcf5 \ud0a4\ud2b8 (\uc911\ud615)",
"description": "\ubaa8\ub4e0 \ubd84\ub300\uc6d0\ub4e4\uc758 \uc2e4\ub4dc\ub97c \ud68c\ubcf5\uc2dc\ud0b5\ub2c8\ub2e4. 30\ucd08 \ub3d9\uc548 \ub9e4 7.5\ucd08\ub9c8\ub2e4 100\uc758 \uc2e4\ub4dc\ub97c \ud68c\ubcf5\uc2dc\ud0a4\ub294 \ud30c\ub3d9\uc744 \ub0b4\ubcf4\ub0c5\ub2c8\ub2e4.",
"codexSecret": false,
"parentName": "/Lotus/Types/Game/Restorative"
},
{
"uniqueName": "/Lotus/Types/Restoratives/ErsatzSummon",
"name": "\ucf00\uc774\uc2a4 \uc18c\ud658",
"description": "\uc790\uc720 \ud0d0\ud5d8 \ubbf8\uc158\uc744 \uc218\ud589\ud558\ub294 \ub3d9\uc548 \ucf00\uc774\uc2a4\ub97c \uc18c\ud658\ud558\uc5ec \uc989\uc2dc \ud0d1\uc2b9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",