-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcommunity_iteminfo.lua
976 lines (976 loc) · 36.4 KB
/
community_iteminfo.lua
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
community_iteminfo = {
[15376] = {
-- Illusion Armor Type A
identifiedDescriptionName = {
"ATK +100<LB>",
"E2R",
"<IND>ATK +10<LB>",
"@7",
"<IND>ASPD +10%<LB>",
"<SB>Illusion Engine Wing Type A</>",
"<IND>ATK +50<LB>",
"<SB>Illusion Engine Wing Type B</>",
"<IND>Reduce ACD by 10%<LB>",
"<SB>Illusion Leg Type A</>",
"<IND>ATK +5%<LB>",
"<SB>Illusion Leg Type B</>",
"<IND>MaxSP +5%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>105</>",
"Weight: <EQ>100</>",
"Required Level: <EQ>130</>",
"Class: <EQ>All</>",
}
},
[15377] = {
-- Illusion Armor Type B
identifiedDescriptionName = {
"MATK +100<LB>",
"E2R",
"<IND>MATK +10<LB>",
"@7",
"<IND>Reduce VCT by 10%<LB>",
"<SB>Illusion Engine Wing Type A</>",
"<IND>ASPD +10%<LB>",
"<SB>Illusion Engine Wing Type B</>",
"<IND>MATK +50<LB>",
"<SB>Illusion Leg Type A</>",
"<IND>ASPD +5%<LB>",
"<SB>Illusion Leg Type B</>",
"<IND>MATK +5%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>105</>",
"Weight: <EQ>100</>",
"Required Level: <EQ>130</>",
"Class: <EQ>All</>",
}
},
[15391] = {
-- Red Dragon Plate
identifiedDescriptionName = {
"STR +12",
"MaxHP +15%",
"MaxSP +10%<LB>",
"E2R",
"<IND>ATK +2%",
"E3R",
"<IND>Increase physical damage against Dragon race by 7%",
"@11",
"<IND>Increase physical damage against Medium and Large Size by 10%",
"<IND>Reduce FCT by 0.2 sec<LB>",
"<SB>Dragon Scale Boots",
"Dragon Scale Hood</>",
"<IND>ATK +5%",
"<IND>DEF +50",
"<IND>MDEF +8",
"<IND><G>For every 15 base STR</>,",
"<IND2>ATK +15%",
"<IND>Chance to trigger <SK>[Dragon's Strength]</> when receiving physical or magical damage</>",
"<IND2>Chance is increased if base STR is 120 or higher",
"<IND><G>When the sum of refine is 33 or higher</>,",
"<IND2>ASPD +20%",
"<IND2>Reduce ACD by 25%<LB>",
"<SK>[Dragon's Strength]</>",
"<G>For 10 seconds</>,",
"<IND>ATK +10%",
"<IND><G>If base STR is 120 or higher</>, increase effect to:",
"<IND2>ATK +25%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>110</>",
"Weight: <EQ>120</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15392] = {
-- Green Dragon Plate
identifiedDescriptionName = {
"AGI +12",
"MaxHP +10%",
"MaxSP +10%<LB>",
"E2R",
"<IND>Increase LRD by 2%",
"E3R",
"<IND>Increase physical damage against Dragon race by 7%",
"@11",
"<IND>Increase physical damage against Medium and Large Size by 10%",
"<IND>Reduce FCT by 0.2 sec<LB>",
"<SB>Dragon Scale Boots",
"Dragon Scale Hood</>",
"<IND>Increase LRD by 7%",
"<IND>DEF +50",
"<IND>MDEF +8",
"<IND><G>For every 15 base AGI</>,",
"<IND2>ASPD +4%",
"<IND>Chance to trigger <SK>[Dragon's Speed]</> when receiving physical or magical damage</>",
"<IND2>Chance is increased if base AGI is 120 or higher",
"<IND><G>When the sum of refine is 33 or higher</>,",
"<IND2>ASPD +20%",
"<IND2>Reduce ACD by 25%<LB>",
"<SK>[Dragon's Speed]</>",
"<G>For 10 seconds</>,",
"<IND>Increase LRD by 7%",
"<IND><G>If base AGI is 120 or higher</>, increase effect to:",
"<IND2>Increase LRD by 17%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>110</>",
"Weight: <EQ>120</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15393] = {
-- Gold Dragon Plate
identifiedDescriptionName = {
"VIT +12",
"MaxHP +20%",
"MaxSP +5%<LB>",
"E2R",
"<IND>Reduce VCT by 3%",
"<IND>ASPD +3%",
"E3R",
"<IND>Increase physical and magical damage against Dragon race by 7%",
"@11",
"<IND>Increase physical and magical damage against Medium and Large Size by 6%",
"<IND>Reduce FCT by 0.2 sec<LB>",
"<SB>Dragon Scale Boots",
"Dragon Scale Hood</>",
"<IND>MaxHP +10%",
"<IND>DEF +80",
"<IND>MDEF +15",
"<IND><G>For every 30 base VIT</>,",
"<IND2>RDTF Medium and Large size by 1%",
"<IND2>Increase CRITD by 3%",
"<IND>Chance to trigger <SK>[Dragon's Vitality]</> when receiving physical or magical damage</>",
"<IND2>Chance is increased if base VIT is 120 or higher",
"<IND><G>When the sum of refine is 33 or higher</>,",
"<IND2>ASPD +20%",
"<IND2>Reduce ACD by 25%<LB>",
"<SK>[Dragon's Vitality]</>",
"<G>For 10 seconds</>,",
"<IND>RDTF all size by 7%",
"<IND><G>If base VIT is 120 or higher</>, increase effect to:",
"<IND2>RDTF all size by 12%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>110</>",
"Weight: <EQ>120</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15394] = {
-- Purple Dragon Plate
identifiedDescriptionName = {
"DEX +12",
"MaxHP +15%",
"MaxSP +10%<LB>",
"E2R",
"<IND>Reduce VCT by 4%",
"<IND>ASPD +4%",
"E3R",
"<IND>Increase physical and magical damage against Dragon race by 8%",
"@11",
"<IND>Increase physical and magical damage against Medium and Large Size by 8%",
"<IND>Reduce FCT by 0.2 sec<LB>",
"<SB>Dragon Scale Boots",
"Dragon Scale Hood</>",
"<IND>ATK +5%",
"<IND>MATK +5%",
"<IND>DEF +50",
"<IND>MDEF +8",
"<IND><G>For every 15 base INT</>,",
"<IND2>ASPD +3%%",
"<IND2>Reduce VCT by 3%",
"<IND>Chance to trigger <SK>[Dragon's Dexterity]</> when receiving physical or magical damage</>",
"<IND2>Chance is increased if base DEX is 120 or higher",
"<IND><G>When the sum of refine is 33 or higher</>,",
"<IND2>ASPD +15%",
"<IND2>Reduce VCT by 15%",
"<IND2>Reduce ACD by 25%<LB>",
"<SK>[Dragon's Dexterity]</>",
"<G>For 10 seconds</>,",
"<IND>FLEE +50",
"<IND>Perfect Dodge +10",
"<IND><G>If base INT is 120 or higher</>, increase effect to:",
"<IND2>FLEE +80",
"<IND2>Perfect Dodge +15<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>110</>",
"Weight: <EQ>120</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15395] = {
-- Blue Dragon Plate
identifiedDescriptionName = {
"INT +12",
"MaxHP +5%",
"MaxSP +20%<LB>",
"E2R",
"<IND>MATK +2%",
"<IND>Increase healing effect by 4%",
"E3R",
"<IND>Increase magical damage against Dragon race by 7%",
"@11",
"<IND>Increase magical damage against Medium and Large Size by 10%",
"<IND>Reduce FCT by 0.2 sec<LB>",
"<SB>Dragon Scale Boots",
"Dragon Scale Hood</>",
"<IND>MATK +7%",
"<IND>Increase healing effect by 15%",
"<IND>DEF +50",
"<IND>MDEF +8",
"<IND><G>For every 15 base INT</>,",
"<IND2>Reduce VCT by 4%",
"<IND2>Increase CRITD by 3%",
"<IND>Chance to trigger <SK>[Dragon's Wisdom]</> when receiving physical or magical damage</>",
"<IND2>Chance is increased if base INT is 120 or higher",
"<IND><G>When the sum of refine is 33 or higher</>,",
"<IND2>Reduce VCT by 20%",
"<IND2>Reduce ACD by 25%<LB>",
"<SK>[Dragon's Wisdom]</>",
"<G>For 10 seconds</>,",
"<IND>Increase magic damage against all element by 20%",
"<IND>Increase Healing effect by 40%",
"<IND><G>If base INT is 120 or higher</>, increase effect to:",
"<IND2>Increase magic damage against all element by 30%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>110</>",
"Weight: <EQ>120</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15396] = {
-- Silver Dragon Plate
identifiedDescriptionName = {
"LUK +12",
"MaxHP +15%",
"MaxSP +15%<LB>",
"E2R",
"<IND>CRIT +2",
"<IND>Increase CRITD by 4%",
"E3R",
"<IND>Increase physical damage against Dragon race by 7%",
"@11",
"<IND>Increase physical damage against Medium and Large Size by 10%",
"<IND>Reduce FCT by 0.2 sec<LB>",
"<SB>Dragon Scale Boots",
"Dragon Scale Hood</>",
"<IND>ATK +5%",
"<IND>DEF +50",
"<IND>MDEF +8",
"<IND><G>For every 15 base LUK</>,",
"<IND2>CRIT +2",
"<IND2>Increase CRITD by 3%",
"<IND>Chance to trigger <SK>[Dragon's Luck]</> when receiving physical or magical damage</>",
"<IND2>Chance is increased if base LUK is 120 or higher",
"<IND><G>When the sum of refine is 33 or higher</>,",
"<IND2>ASPD +10%",
"<IND2>Reduce ACD by 25%<LB>",
"<SK>[Dragon's Luck]</>",
"<G>For 10 seconds</>,",
"<IND>ATK +7%",
"<IND>Increase CRITD by 7%",
"<IND><G>If base LUK is 120 or higher</>, increase effect to:",
"<IND2>ATK +10%",
"<IND2>Increase CRITD by 10%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>110</>",
"Weight: <EQ>120</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15397] = {
-- Soutane of STR
identifiedDescriptionName = {
"MaxHP +10%",
"MaxSP +10%",
"ASPD +10%<LB>",
"E2R",
"<IND>ATK +3%",
"E3R",
"<IND>STR +5",
"E4R",
"<IND>Increase physical damage against Angel and Devil race by 8%<LB>",
"<SB>Clergy's Boots",
"Clergy's Manteau</>",
"<IND>STR +8",
"<IND>DEF +30",
"<IND>MDEF +15",
"<IND>RDTF Angel and Devil race by 15%",
"<IND><G>When the sum of refine is 27 or higher</>,",
"<IND2>ATK +10%",
"<IND2>Reduce ACD by 20%",
"<IND2>Reduce FCT by 20%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>100</>",
"Weight: <EQ>80</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15398] = {
-- Soutane of AGI
identifiedDescriptionName = {
"MaxHP +10%",
"MaxSP +10%",
"ASPD +10%<LB>",
"E2R",
"<IND>Increase LRD by 3%",
"E3R",
"<IND>AGI +5",
"E4R",
"<IND>Increase physical damage against Angel and Devil race by 8%<LB>",
"<SB>Clergy's Boots",
"Clergy's Manteau</>",
"<IND>AGI +8",
"<IND>DEF +30",
"<IND>MDEF +15",
"<IND>RDTF Angel and Devil race by 15%",
"<IND><G>When the sum of refine is 27 or higher</>,",
"<IND2>Increase LRD by 10%",
"<IND2>Reduce ACD by 20%",
"<IND2>Reduce FCT by 20%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>100</>",
"Weight: <EQ>80</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15399] = {
-- Soutane of VIT
identifiedDescriptionName = {
"MaxHP +15%",
"MaxSP +5%",
"ASPD +7%<LB>",
"E2R",
"<IND>MaxHP +2%",
"E3R",
"<IND>VIT +5",
"E4R",
"<IND>Increase physical damage against Angel and Devil race by 10%",
"<IND>Increase magical damage against Angel and Devil race by 10%<LB>",
"<SB>Clergy's Boots",
"Clergy's Manteau</>",
"<IND>VIT +8",
"<IND>DEF +50",
"<IND>MDEF +20",
"<IND>RDTF Angel and Devil race by 20%",
"<IND><G>When the sum of refine is 27 or higher</>,",
"<IND2>ATK +4%",
"<IND2>MATK +4%",
"<IND2>Reduce ACD by 20%",
"<IND2>Reduce FCT by 20%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>100</>",
"Weight: <EQ>80</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15400] = {
-- Soutane of DEX
identifiedDescriptionName = {
"MaxHP +10%",
"MaxSP +10%",
"ASPD +10%",
"Reduce VCT by 10%<LB>",
"E2R",
"<IND>ATK +1%",
"<IND>MATK +1%",
"E3R",
"<IND>DEX +5",
"E4R",
"<IND>Increase physical damage against Angel and Devil race by 6%",
"<IND>Increase magical damage against Angel and Devil race by 6%<LB>",
"<SB>Clergy's Boots",
"Clergy's Manteau</>",
"<IND>DEX +8",
"<IND>DEF +30",
"<IND>MDEF +15",
"<IND>RDTF Angel and Devil race by 15%",
"<IND><G>When the sum of refine is 27 or higher</>,",
"<IND2>ATK +7%",
"<IND2>MATK +7%",
"<IND2>Reduce ACD by 20%",
"<IND2>Reduce FCT by 20%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>100</>",
"Weight: <EQ>80</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15401] = {
-- Soutane of INT
identifiedDescriptionName = {
"MaxHP +5%",
"MaxSP +15%",
"Reduce VCT by 10%<LB>",
"E2R",
"<IND>MATK +3%",
"E3R",
"<IND>INT +5",
"E4R",
"<IND>Increase magical damage against Angel and Devil race by 8%<LB>",
"<SB>Clergy's Boots",
"Clergy's Manteau</>",
"<IND>INT +8",
"<IND>DEF +30",
"<IND>MDEF +15",
"<IND>RDTF Angel and Devil race by 15%",
"<IND><G>When the sum of refine is 27 or higher</>,",
"<IND2>MATK +10%",
"<IND2>Reduce ACD by 20%",
"<IND2>Reduce FCT by 20%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>100</>",
"Weight: <EQ>80</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[15402] = {
-- Soutane of LUK
identifiedDescriptionName = {
"MaxHP +10%",
"MaxSP +10%",
"ASPD +10%<LB>",
"E2R",
"<IND>CRIT +3",
"<IND>Increase CRITD by 4%",
"E3R",
"<IND>LUK +5",
"E4R",
"<IND>Increase physical damage against Angel and Devil race by 8%<LB>",
"<SB>Clergy's Boots",
"Clergy's Manteau</>",
"<IND>LUK +5",
"<IND>DEF +30",
"<IND>MDEF +15",
"<IND>RDTF Angel and Devil race by 15%",
"<IND><G>When the sum of refine is 27 or higher</>,",
"<IND2>ATK +10%",
"<IND2>Reduce ACD by 20%",
"<IND2>Reduce FCT by 20%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>100</>",
"Weight: <EQ>80</>",
"Required Level: <EQ>170</>",
"Class: <EQ>All</>",
}
},
[19453] = {
-- Jejecap Type J
identifiedDescriptionName = {
"Casting is uninterruptible",
"<IND>NOWOE",
"Reduce ACD by 15%",
"Reduce VCT of <SK>Crazy Vines</> by 50%",
"Increase damage of <SK>Acid Bomb</> and <SK>Crazy Vines</> by 10%<LB>",
"For every Lvl. of <SK>Crazy Vines</>,",
"<IND>Reduce ACD by 6%<LB>",
"If <SK>Lv.5 Fire Expansion</> is learned,",
"<IND>Increase physical damage against boss class by 50%<LB>",
"If <SK>Lv.5 Mandragora Howling</> is learned,",
"<IND>Reduce ACD by 25%",
"<IND>Reduce Cooldown of <SK>Crazy Vines</> by 0.45 sec<LB>",
"@9",
"<IND>Increase damage of <SK>Acid Bomb</> and <SK>Crazy Vines</> by 15%<LB>",
"@11",
"<IND>Increase damage of <SK>Acid Bomb</> and <SK>Crazy Vines</> by 25%<LB>",
"@13",
"<IND>Ignore DEF against normal and boss class by 100%<LB>",
"Type: <EQ>Upper Headgear</>",
"Defense: <EQ>18</>",
"Weight: <EQ>100</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[20933] = {
-- Illusion Engine Wing Type A
identifiedDescriptionName = {
"MaxHP +1000<LB>",
"E2R",
"<IND>MaxHP +100<LB>",
"@7",
"<IND>ASPD +5%<LB>",
"<SB>Illusion Armor Type A</>",
"<IND>ATK +50<LB>",
"<SB>Illusion Armor Type B</>",
"<IND>ASPD +10%<LB>",
"<SB>Illusion Leg Type A</>",
"<IND>Increase CRITD by 10%<LB>",
"<SB>Illusion Leg Type B</>",
"<IND>Reduce VCT by 10%<LB>",
"Type: <EQ>Garment</>",
"Defense: <EQ>0</>",
"Weight: <EQ>90</>",
"Required Level: <EQ>130</>",
"Class: <EQ>All</>",
}
},
[20934] = {
-- Illusion Engine Wing Type B
identifiedDescriptionName = {
"MaxHP +1000<LB>",
"E2R",
"<IND>MaxHP +100<LB>",
"@7",
"<IND>Reduce VCT by 5%<LB>",
"<SB>Illusion Armor Type A</>",
"<IND>Reduce ACD by 10%<LB>",
"<SB>Illusion Armor Type B</>",
"<IND>Increase All Elemental Magic Damage by 10%<LB>",
"<SB>Illusion Leg Type A</>",
"<IND>Increase LRD by 5%<LB>",
"<SB>Illusion Leg Type B</>",
"<IND>MATK +50<LB>",
"Type: <EQ>Garment</>",
"Defense: <EQ>0</>",
"Weight: <EQ>90</>",
"Required Level: <EQ>130</>",
"Class: <EQ>All</>",
}
},
[22196] = {
-- Illusion Leg Type A
identifiedDescriptionName = {
"MaxSP +200<LB>",
"E2R",
"<IND>MaxSP +20<LB>",
"@7",
"<IND>Increase LRD by 5%<LB>",
"<SB>Illusion Armor Type A</>",
"<IND>ATK +5%<LB>",
"<SB>Illusion Armor Type B</>",
"<IND>ASPD +5%<LB>",
"<SB>Illusion Engine Wing Type A</>",
"<IND>Increase CRITD by 10%<LB>",
"<SB>Illusion Engine Wing Type B</>",
"<IND>Increase LRD by 5%<LB>",
"Type: <EQ>Shoes</>",
"Defense: <EQ>20</>",
"Weight: <EQ>50</>",
"Required Level: <EQ>130</>",
"Class: <EQ>All</>",
}
},
[22197] = {
-- Illusion Leg Type B
identifiedDescriptionName = {
"MaxSP +200<LB>",
"E2R",
"<IND>MaxSP +20<LB>",
"@7",
"<IND>Increase All Elemental Magic Damage by 5%<LB>",
"<SB>Illusion Armor Type A</>",
"<IND>MaxSP +5%<LB>",
"<SB>Illusion Armor Type B</>",
"<IND>MATK +5%<LB>",
"<SB>Illusion Engine Wing Type A</>",
"<IND>Reduce VCT by 10%<LB>",
"<SB>Illusion Engine Wing Type B</>",
"<IND>Increase All Elemental Magic Damage by 10%<LB>",
"Type: <EQ>Shoes</>",
"Defense: <EQ>20</>",
"Weight: <EQ>50</>",
"Required Level: <EQ>130</>",
"Class: <EQ>All</>",
}
},
[25359] = {
-- Slightly Aged Antique Box
identifiedDescriptionName = {
"Prontera: <NAVI>^4D4DFF[Sheep]^000000<INFO>prt_in,56,57,0,100,0,0</INFO></NAVI>^000000",
"Payon: <NAVI>^4D4DFF[Sheep]^000000<INFO>payon,140,174,0,100,0,0</INFO></NAVI>^000000",
"Aldebaran: <NAVI>^4D4DFF[Sheep]^000000<INFO>aldeba_in,97,55,0,100,0,0</INFO></NAVI>^000000",
"Comodo: <NAVI>^4D4DFF[Sheep]^000000<INFO>cmd_in01,128,171,0,100,0,0</INFO></NAVI>^000000",
"Morocc: <NAVI>^4D4DFF[Sheep]^000000<INFO>morocc162,258,0,100,0,0</INFO></NAVI>^000000<LB>",
"Weight: <EQ>20</>",
}
},
[27355] = {
-- Polluted Raydrick Archer Card
identifiedDescriptionName = {
"Increase LRD by 10%<LB>",
"<SB>Powerful Archer Skeleton Card</>",
"Increase LRD by 5%<LB>",
"Type: <EQ>Card</>",
"Location: <EQ>Weapon</>",
"Weight: <EQ>1</>",
}
},
[400047] = {
-- Runaway Accelerator
identifiedDescriptionName = {
"RDTF normal and boss class by 10%",
"Recover 250 HP and 30 SP every 5 sec<LB>",
"ER",
"Increase physical and magical damage against all classes by 1%<LB>",
"@7",
"<IND>Ignore DEF and MDEF against normal and boss class by 25%",
"<IND>RDTF normal and boss class by 5%<LB>",
"@9",
"<IND>Ignore DEF and MDEF against normal and boss class by 25%",
"<IND>RDTF normal and boss class by 5%<LB>",
"<SB>Modification Orb (ATK)</>",
"<IND>ATK +15<LB>",
"<SB>Modification Orb (DEF)</>",
"<IND>DEF +500<LB>",
"<SB>Modification Orb (HP Recovery)</>",
"<IND>HP Recovery +350%<LB>",
"<SB>Modification Orb (MATK)</>",
"<IND>MATK +15<LB>",
"<SB>Modification Orb (Health)</>",
"<IND>MaxHP +7500<LB>",
"<SB>Modification Orb (Spirit)</>",
"<IND>MaxSP +150<LB>",
"<SB>Modification Orb (MDEF)</>",
"<IND>MDEF +20<LB>",
"<SB>Modification Orb (SP Recovery)</>",
"<IND>SP Recovery +50%<LB>",
"<SB>Modification Orb (Drain Life)</>",
"<IND>Armor becomes unbreakable<LB>",
"<SB>Modification Orb (Drain Soul)</>",
"<IND>Armor becomes unbreakable<LB>",
"<SB>Modification Orb (Magic Healing)</>",
"<IND>Recover 1500 HP every 5 sec<LB>",
"<SB>Modification Orb (Magic Soul)</>",
"<IND>Recover 25 SP every 5 sec<LB>",
"<SB>Modification Orb (Above All)</>",
"<IND>Increase physical and magical damage against all elements by 5%<LB>",
"<SB>Modification Orb (Fixed Casting)</>",
"<IND>Increase movement speed<LB>",
"<SB>Modification Orb (Caster)</>",
"<IND>VIT +10<LB>",
"<SB>Modification Orb (Global Delay)</>",
"<IND>STR +10<LB>",
"<SB>Modification Orb (Critical)</>",
"<IND>LUK +10<LB>",
"<SB>Modification Orb (Heal)</>",
"<IND>INT +10<LB>",
"<SB>Modification Orb (Sharpshooter)</>",
"<IND>DEX +10<LB>",
"<SB>Modification Orb (Speed)</>",
"<IND>AGI +10<LB>",
"<SB>Modification Orb (Fatal Flash)</>",
"<IND>Reduce ACD by 20%<LB>",
"<SB>Modification Orb (Fierce Shooter)</>",
"<IND>Perfect Hit +20<LB>",
"<SB>Modification Orb (Lucky Strike)</>",
"<IND>Perfect Dodge +20<LB>",
"<SB>Modification Orb (Overpower)</>",
"<IND>MaxHP +20%<LB>",
"<SB>Modification Orb (Spell Buster)</>",
"<IND>MaxSP +20%<LB>",
"<SB>Modification Orb (Unlimited Vitality)</>",
"<IND>Reduce VCT by 20%<LB>",
"Type: <EQ>Upper Headgear</>",
"Defense: <EQ>20</>",
"Weight: <EQ>70</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[400177] = {
-- Fafnir Helm
identifiedDescriptionName = {
"Reduce ACD by 10%",
"Increase damage of <SK>Dragon's Breath</> and <SK>Dragon's Water Breath</> by 20%",
"Increase damage of <SK>Storm Blast</> by 30%",
"Reduce FCT of Nosiege Rune by 100%<LB>",
"If <SK>Lv. 5 Dragon Training</> is learned,",
"<IND>MaxHP +25%",
"<IND>MaxSP +25%",
"<IND>Reduce ACD by 20%<LB>",
"If <SK>Lv. 5 Dragon Howling</> is learned,",
"<IND>RDTF normal and boss class by 20%<LB>",
"If <SK>Lv. 10 Dragon's Breath</> and <SK>Lv. 10 Dragon's Water Breath</> are learned,",
"<IND>Increase LRD by 50%",
"<IND>Reduce FCT of <SK>Dragon's Breath</> and <SK>Dragon's Water Breath</> by 0.2 sec<LB>",
"<G>When using Turisus Rune</>,",
"<IND>For 4 minutes, STR +30, INT -30<LB>",
"<G>When using Isia Rune</>,",
"<IND>For 5 minutes, Recover 500 HP every 10 seconds<LB>",
"<G>When using Hagalas Rune</>,",
"<IND>For 5 minutes, Reflects 10% of incoming melee damage<LB>",
"<G>When using Asir Rune</>,",
"<IND>For 5 minutes, ATK +10, ASPD +10%<LB>",
"<G>When using Urj Rune</>,",
"<IND>For 5 minutes, Recover 40 SP every 10 seconds<LB>",
"<G>When using Rhydo Rune</>,",
"<IND>For 30 seconds, Resist Knockback<LB>",
"<G>When using Nosiege Rune</>,",
"<IND>Recover 100% HP and SP, Cleanses all Masquerade status<LB>",
"<G>When using Verkana Rune</>,",
"<IND>Reduce physical damage against all class by 50%",
"<IND>Reduce LRD by 50%",
"<IND>MATK- 50%",
"<IND>Adds a chance to autocast <SK>Lv1. Millenium Shield</>",
"<IND>Chance to autocast is increased when helmet refinement is above +6 and +8",
"<IND>NOWOE<LB>",
"ER",
"<IND>RDTF Fire and Water elements by 3%<LB>",
"@6",
"<IND>Increase damage of <SK>Storm Blast</> by 20%<LB>",
"@7",
"<IND>Increase damage of <SK>Dragon's Breath</> and <SK>Dragon's Water Breath</> by 30%<LB>",
"@8",
"<IND>Increase damage of <SK>Storm Blast</> by 20%<LB>",
"@9",
"<IND>Increase damage of <SK>Dragon's Breath</> and <SK>Dragon's Water Breath</> by 50%<LB>",
"Type: <EQ>Upper Headgear</>",
"Defense: <EQ>10</>",
"Weight: <EQ>50</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[400187] = {
-- Cat Ears Beret
identifiedDescriptionName = {
"Reduce ACD by 10%",
"Increase physical damage against all class by 10%<LB>",
"For each Lvl. of <SK>Hiss</>,",
"<IND>Reduce Cooldown of <SK>Hiss</> by 9 sec<LB>",
"When <SK>Lvl. 5 Power of Flock</> is learned,",
"<IND><G>When using <SK>Power of Flock</>,",
"<IND2>Autocast <SK>Lvl. 3 Medusa's Stare</><LB>",
"For each Lvl. of <SK>Spirit of Savage</>,",
"<IND>Increase physical and magical damage against all elements by 5%<LB>",
"ER",
"<IND>Reduce ACD by 2%<LB>",
"@7",
"<IND>Increase physical damage against all class by 10%",
"<IND>For every base Lvl.",
"<IND2>Increase damage of <SK>Scratch</> and <SK>Bite</> by 2%<LB>",
"@9",
"<IND>Increase physical damage against all class by 15%",
"<IND2>Increase damage of <SK>Scratch</> and <SK>Bite</> by 2%<LB>",
"<SK>Lvl. 3 Medusa's Stare</>:",
"<IND>Inflict Petrify status in 17x17 area<LB>",
"Type: <EQ>Upper Headgear</>",
"Defense: <EQ>10</>",
"Weight: <EQ>50</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[450165] = {
-- Striking Mail
identifiedDescriptionName = {
"All Stats +10<LB>",
"<SB>Striking Mikoshi</>",
"E3ROStriking Mail</>,",
"<IND>Max HP +20%",
"<IND>Reduce LRD taken by 5%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>120</>",
"Weight: <EQ>100</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[450208] = {
-- Paracelsus Coat
identifiedDescriptionName = {
"MaxHP +10%",
"MaxSP +10%",
"DEF +300",
"MDEF +30<LB>",
"If <SK>Lv.5 Geneticist Cart Boost</> is learned,",
"<IND>For every base Lvl. MaxHP +50<LB>",
"For every Lvl. of <SK>Crazy Vines</>,",
"<IND>Increase physical damage against all size by 7%<LB>",
"If <SK>Lv.5 Fire Expansion</> is learned,",
"<IND>For every base Lvl. increase damage of <SK>Cart Cannon</> by 2%",
"<IND>For every base Lvl. increase damage of <SK>Cart Tornado</> by 1%<LB>",
"Type: <EQ>Armor</>",
"Defense: <EQ>100</>",
"Weight: <EQ>100</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[470027] = {
-- Juggernaut
identifiedDescriptionName = {
"MaxHP +3%",
"MaxSP +3%",
"Enables <SK>Lv.1 Improve Concentration</>",
"Reduce cooldown of <SK>Rich's Coin</> by 3 seconds<LB>",
"If <SK>Lv.1 Fallen Angel</> is learned,",
"<IND>ASPD +20%",
"<IND><SK>Fallen Angel</> SP Cost- 20<LB>",
"If <SK>Lv.5 Anti-Material Blast</> is learned,",
"<IND>Ignore DEF against all race by 100%",
"<IND>When using <SK>God's Hammer</> autocast <SK>Rich's Coin</><LB>",
"For every Lvl. of <SK>Vanishing Buster</>,",
"<IND>Reduce FCT by 20%",
"<IND>Increase damage of <SK>Vanishing Buster</> by 60%<LB>",
"For every Lvl. of <SK>Fire Rain</>,",
"<IND>Increase physical damage against all class by 4%",
"<IND>Increase damage of <SK>Fire Rain</> by 50%<LB>",
"For every Lvl. of <SK>Howling Mine</>,",
"<IND>Reduce ACD by 8%",
"<IND>Increase damage of <SK>Howling Mine</> by 40%<LB>",
"@5",
"<IND>MaxHP +7%",
"<IND>MaxSP +7%<LB>",
"@7",
"<IND>MaxHP +10%",
"<IND>MaxSP +10%<LB>",
"Type: <EQ>Shoes</>",
"Defense: <EQ>12</>",
"Weight: <EQ>40</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[470112] = {
-- Moaning of Evil Spirits
identifiedDescriptionName = {
"MATK +10%",
"RDTF normal class by 5%<LB>",
"ER",
"<IND>ASPD +1%<LB>",
"@7",
"<IND>MATK +10%<LB>",
"@9",
"<IND>MATK +10%",
"<IND>Ignore MDEF against all race by 100%<LB>",
"<SB>Fallen Bishop Card</>",
"<IND>Increase damage against Doram by 50%",
"<IND>ER",
"<IND2>Reduce reflection damage by 10%",
"Type: <EQ>Shoes</>",
"Defense: <EQ>12</>",
"Weight: <EQ>40</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[480064] = {
-- Storm Muffler
identifiedDescriptionName = {
"RDTF player races by 5%",
"MaxHP +2%",
"MaxSP +2%",
"Increase LRD by 2%<LB>",
"If <SK>Lv.5 Infinite Humming</> is learned,",
"<IND>Perfect Hit +20",
"<IND>Recover 2 SP per attack<LB>",
"For every Lvl. of <SK>Frigg's Song</>,",
"<IND>Increase LRD by 4%",
"<IND>Increase damage of <SK>Severe Rainstorm</> by 2%<LB>",
"If <SK>Lv.5 Gloomy Shyness</> is learned,",
"<IND>Reduce ACD by 10%",
"<IND>Reduce Cooldown of <SK>Severe Rainstorm</> by 2 sec<LB>",
"@7",
"<IND>MaxHP +3%",
"<IND>MaxSP +3%",
"<IND>Increase LRD by 3%<LB>",
"@11",
"<IND>MaxHP +5%",
"<IND>MaxSP +5%",
"<IND>Increase LRD by 5%<LB>",
"<SB>Fire Arrow</>",
"<IND>RDTF Fire element by 75%<LB>",
"<SB>Crystal Arrow</>",
"<IND>RDTF Water element by 75%<LB>",
"<SB>Wind Arrow</>",
"<IND>RDTF Wind element by 75%<LB>",
"<SB>Stone Arrow</>",
"<IND>RDTF Earth element by 75%<LB>",
"<SM>Bow of Storm</>",
"<IND>Nullify Cooldown reduction of <SK>Severe Rainstorm</><LB>",
"<SM>Elven Bow",
"Scaraba High Heels</>",
"<IND>Nullify Cooldown reduction of <SK>Severe Rainstorm</><LB>",
"Type: <EQ>Garment</>",
"Defense: <EQ>12</>",
"Weight: <EQ>30</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[480114] = {
-- Striking Mikoshi
identifiedDescriptionName = {
"RDTF normal and boss class by 5%",
"RDTF player races by 5%<LB>",
"ER",
"<IND>Reduce ACD by 1%",
"<IND>Increase physical damage against all class by 2%<LB>",
"@6",
"<IND>ASPD +10%",
"<IND>Perfect Hit +25<LB>",
"@8",
"<IND>Enables <SK>Lv.10 Improve Concentration</>",
"<IND>If <SK>Lv.10 Improve Concentration</> is learned,",
"<IND2>ATK +50",
"<IND2>Flee +50<LB>",
"<SB>Striking Hat</>",
"<IND>Increase LRD by 25%",
"<IND>Recover 5 SP per attack<LB>",
"<SB>Striking Shoes</>",
"E3ROStriking Shoes</>,",
"<IND>All Stats +10<LB>",
"<SB>Striking Mail</>",
"E3ROStriking Mail</>,",
"<IND>Max HP +20%",
"<IND>Reduce LRD taken by 5%<LB>",
"Type: <EQ>Garment</>",
"Defense: <EQ>40</>",
"Weight: <EQ>40</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[490208] = {
-- Memento Mori
identifiedDescriptionName = {
"All Stats +10",
"Reduce ACD by 10%",
"Increase physical damage against all size by 10%",
"Increase magical damage against all size by 10%<LB>",
"Type: <EQ>Accessory</>",
"Defense: <EQ>0</>",
"Weight: <EQ>10</>",
"Required Level: <EQ>100</>",
"Class: <EQ>All</>",
}
},
[590011] = {
-- Awakened Meteor Striker
identifiedDescriptionName = {
"Unbreakable",
"E2R",
"<IND>ATK +15<LB>",
"E3R",
"<IND>Increase damage of <SK>Vulcan Arm</> and <SK>Knuckle Boost</> by 10%<LB>",
"@7",
"<IND>Increase damage of <SK>Vulcan Arm</> and <SK>Knuckle Boost</> by 15%<LB>",
"@9",
"<IND>Increase damage of <SK>Arm Cannon</> by 25%<LB>",
"@11",
"<IND>Increase LRD by 15%",
"<IND>Reduce VCT by 15%<LB>",
"<SB>Great Hero's Boots</>",
"<IND>STR +10",
"<IND>Increase LRD by 5%<LB>",
"Type: <EQ>Mace</>",
"Attack: <EQ>320</>",
"Weapon Level: <EQ>4</>",
"Weight: <EQ>350</>",
"Required Level: <EQ>150</>",
"Class: <EQ>Mechanic Class</>",
}
},
}