-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzh_cn.json
2381 lines (2279 loc) · 433 KB
/
zh_cn.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
{
//Creative Mode Tabs
"itemGroup.digiitems": "数码物品",
"itemGroup.digieggs": "数码蛋",
"itemGroup.digiweapons": "数码武器",
"itemGroup.digiarmors": "数码盾甲",
"itemGroup.digiaccessories": "数码配件",
"itemGroup.digifoods": "数码食物",
//Keybinds
"key.digimobs.radial": "打开轮式指令菜单",
//Items
"item.digimobs.digivice": "数码暴龙机",
"digivice.tip1": "在数码兽上方按下适当的键位,即可进入轮式指令交互系统!",
"item.digimobs.d3digivice": "D3暴龙机",
"item.digimobs.dterminal": "D-终端",
"item.digimobs.vpet": "V-Pet",
"vpet.tip": "在你已经驯服的数码兽上单击右键进行寄存他们!",
"item.digimobs.storymode": "请选择你的搭档",
"item.digimobs.chrondigizoit": "时之数码合金",
"item.digimobs.circuitboard": "电路板",
"item.digimobs.computerchip": "数码芯片",
"item.digimobs.digicase": "数码空盒",
"item.digimobs.lcdscreen": "LCD屏幕",
"item.digimobs.reddata": "红色数码数据",
"item.digimobs.bluedata": "蓝色数码数据",
"item.digimobs.golddata": "金色数码数据",
"item.digimobs.browndata": "棕色数码数据",
"item.digimobs.obsidiandata": "黑曜石数码数据",
"item.digimobs.blackdata": "黑色数码数据",
"item.digimobs.digizoidsaddle": "数码兽合金鞍",
"item.digimobs.hpfloppysmall": "初级生命恢复软盘",
"hpfloppysmall.tip": "使您的数码兽恢复50生命值",
"item.digimobs.hpfloppymedium": "中级生命恢复软盘",
"hpfloppymedium.tip": "使您的数码兽恢复75生命值",
"item.digimobs.hpfloppylarge": "高级生命恢复软盘",
"hpfloppylarge.tip": "使您的数码兽恢复100生命值",
"item.digimobs.hpfloppysuper": "特级生命恢复软盘",
"hpfloppysuper.tip": "使您的数码兽恢复200生命值",
"item.digimobs.egfloppysmall": "初级能量恢复软盘",
"egfloppysmall.tip": "使您的数码兽恢复25能量",
"item.digimobs.egfloppymedium": "中级能量恢复软盘",
"egfloppymedium.tip": "使您的数码兽恢复75能量",
"item.digimobs.egfloppylarge": "高级能量恢复软盘",
"egfloppylarge.tip": "使您的数码兽恢复125能量",
"item.digimobs.dragonchip": "龙型芯片(仅加速孵化数码蛋用)",
"item.digimobs.beastchip": "兽型芯片(仅加速孵化数码蛋用)",
"item.digimobs.avianchip": "鸟型芯片(仅加速孵化数码蛋用)",
"item.digimobs.insectchip": "虫型芯片(仅加速孵化数码蛋用)",
"item.digimobs.plantchip": "植物型芯片(仅加速孵化数码蛋用)",
"item.digimobs.aquanchip": "鱼型芯片(仅加速孵化数码蛋用)",
"item.digimobs.holychip": "希望芯片(仅加速孵化数码蛋用)",
"item.digimobs.evilchip": "病毒芯片(仅加速孵化数码蛋用",
"item.digimobs.evoliner": "进化链扩展神器",
"evoliner.tip": "此道具可为您的数码兽增加一个空的进化槽",
"item.digimobs.bluecrystal": "蓝色水晶",
"bluecrystal.tip": "此道具可以将自己的适应领域为自然灵魂的成长期数码兽进化为古鲁鲁兽",
"item.digimobs.whitewings": "白色羽毛",
"whitewings.tip": "此道具可以将自己的适应领域为病毒克星的成长期数码兽进化为天使兽",
"item.digimobs.blackwings": "暗黑之翼",
"blackwings.tip": "此道具可以将自己的适应领域为噩梦军团的成长期数码兽进化为恶魔兽",
"item.digimobs.headstone": "墓碑",
"item.digimobs.beetlepearl": "甲虫珍珠",
"beetlepearl.tip": "此道具可将自己的适应领域为丛林骑兵的成熟期数码兽超进化为力神比多兽",
"item.digimobs.cyberparts": "网络组件",
"cyberparts.tip": "此道具可以将自己的适应领域为钢铁帝国的成熟期数码兽超进化为安杜路兽",
"item.digimobs.fatalbone": "致命的骨头",
"fatalbone.tip": "此道具可以将自己的适应领域为龙之怒吼的成熟期数码兽超进化丧尸暴龙兽",
"item.digimobs.fireball": "烈焰球",
"fireball.tip": "此道具可以将自己的元素属性为火的成长期数码兽进化为火焰兽",
"item.digimobs.flamingmane": "火焰鬃毛",
"flamingmane.tip": "此道具可以将自己的适应领域为自然灵魂的成长期数码兽进化为狮子兽",
"item.digimobs.flamingwings": "燃烧羽翼",
"flamingwings.tip": "此道具可以使你的数码兽其中之一的进化链解锁为鸟龙兽",
"item.digimobs.greyclaws": "灰色锐爪",
"greyclaws.tip": "此道具可以使你的数码兽其中之一的进化链解锁为暴龙兽",
"item.digimobs.hornhelmet": "兜帽",
"hornhelmet.tip": "此道具可以使你的数码兽其中之一的进化链解锁为独角仙兽",
"item.digimobs.icecrystal": "冷冻水晶",
"icecrystal.tip": "此道具可以使你的数码兽其中之一的进化链解锁为雪人兽",
"item.digimobs.metalarmor": "金属铠甲",
"metalarmor.tip":"此道具可以使你的数码兽其中之一的进化链解锁为金属豆豆兽",
"item.digimobs.metalparts": "金属零件",
"metalparts.tip": "此道具可以使你的数码兽其中之一的进化链解锁为金属暴龙兽",
"item.digimobs.moonmirror": "月镜",
"moonmirror.tip": "此道具可以使你的数码兽其中之一的进化链解锁为狼人加鲁鲁兽",
"item.digimobs.noblemane": "高贵鬃毛",
"noblemane.tip": "此道具可以使你的数码兽其中之一的进化链解锁为冰狮子兽",
"item.digimobs.redruby": "红宝石",
"redruby.tip": "此道具可以使你的数码兽其中之一的进化链解锁为凤凰兽",
"item.digimobs.redshell": "红壳",
"redshell.tip": "此道具可以使你的数码兽其中之一的进化链解锁为贝壳兽",
"item.digimobs.silverball": "银球",
"silverball.tip": "此道具可以使你的数码兽其中之一的进化链解锁为豆豆兽",
"item.digimobs.waterbottle": "水壶",
"waterbottle.tip": "此道具可以使你的数码兽其中之一的进化链解锁为海龙兽",
"item.digimobs.xbandage": "X型绷带",
"xbandage.tip": "此道具可以使你的数码兽其中之一的进化链解锁为熊仔兽",
"item.digimobs.byte": "比特",
"byte.tip":"增加500经验值到你自己的一只数码兽",
"item.digimobs.megabyte": "兆字节",
"megabyte.tip":"增加1000经验值到你自己的一只数码兽",
"item.digimobs.gigabyte": "千兆字节",
"gigabyte.tip":"增加2000经验值到你自己的一只数码兽",
"item.digimobs.terabyte": "Tera Byte",
"terabyte.tip":"增加4000经验值到你自己的一只数码兽",
"item.digimobs.petabyte": "拍字节",
"petabyte.tip":"增加6000经验值到你自己的一只数码兽.",
"item.digimobs.exabyte": "艾字节",
"exabyte.tip":"增加9999经验值到你自己的一只数码兽",
"weapon.tip":"数码兽武器",
"armor.tip":"数码兽防御专用",
"accessory.tip":"数码兽碎片",
"equipped.tip": "给数码宝贝装备: ",
"delayamt.tip": "冷却时间: ",
"dmgamt.tip": "伤害: ",
"armoramt.tip": "防御: ",
"expamt.tip": "经验: ",
"fed.tip": "可以喂给他: ",
"foodamt.tip": "重: ",
"hpamt.tip": "血量: ",
"item.digimobs.botaegg": "Bota Egg(WarGreymon)",
"item.digimobs.botaeggshine": "Bota Egg(ShineGreymon)",
"item.digimobs.botaeggblack": "Bota Egg(BlackWarGreymon)",
"item.digimobs.botaeggrust": "Bota Egg(RustTyrannomon)",
"item.digimobs.botaegggao": "Bota Egg(MirageGaogamon)",
"item.digimobs.puniegg": "Puni Egg(MetalGarurumon)",
"item.digimobs.punieggblack": "Puni Egg(BlackMetalGarurumon)",
"item.digimobs.punieggleo": "Puni Egg(SaberLeomon)",
"item.digimobs.nyokiegg": "Nyoki Egg(Phoenixmon)",
"item.digimobs.nyokieggflora": "Nyoki Egg(Gryphonmon)",
"item.digimobs.nyokieggpenguin": "Nyoki Egg(KingWhamon)",
"item.digimobs.pabuegg": "Pabu Egg(HerculesKabuterimon)",
"item.digimobs.yuraegg": "Yura Egg(Rosemon)",
"item.digimobs.yuraegglala": "Yura Egg(Rosemon Savers Ver.)",
"item.digimobs.yuraeggpuppet": "Yura Egg(Puppetmon)",
"item.digimobs.yuraeggnoble": "Yura Egg(NoblePumpkinmon)",
"item.digimobs.pichiegg": "Pichi Egg(Vikemon)",
"item.digimobs.pichieggplesio": "Pichi Egg(Plesiomon)",
"item.digimobs.pichieggseadra": "Pichi Egg(MetalSeadramon)",
"item.digimobs.poyoegg": "Poyo Egg(Seraphimon)",
"item.digimobs.poyoegggoddra": "Poyo Egg(Goddramon)",
"item.digimobs.poyoeggpied": "Poyo Egg(Piedmon)",
"item.digimobs.yukimibotaegg": "YukimiBota Egg(Ophanimon)",
"item.digimobs.yukimibotaeggmoon": "YukimiBota Egg(Dianamon)",
"item.digimobs.meicooyukimibotaegg": "YukimiBota Egg(Rasielmon)",
"item.digimobs.meicooyukimibotaeggvirus": "YukimiBota Egg(Raguelmon)",
"item.digimobs.metalkoroegg": "MetalKoro Egg(HiAndromon)",
"item.digimobs.metalkoroeggcrania": "MetalKoro Egg(Craniamon)",
"item.digimobs.metalkoroeggclear": "MetalKoro Egg(MarineAngemon)",
"item.digimobs.metalkoroeggcrusader": "MetalKoro Egg(Crusadermon)",
"item.digimobs.metalkoroeggthunder": "MetalKoro Egg(BanchoMamemon)",
"item.digimobs.metalkoroeggblack": "MetalKoro Egg(QueenChessmon)",
"item.digimobs.metalkoroeggwhite": "MetalKoro Egg(KingChessmon)",
"item.digimobs.mokuegg": "Moku Egg(Boltmon)",
"item.digimobs.mokueggdynas": "Moku Egg(Dynasmon)",
"item.digimobs.mokuegggankoo": "Moku Egg(Gankoomon)",
"item.digimobs.mokueggsun": "Moku Egg(Apollomon)",
"item.digimobs.zuruegg": "Zuru Egg(VenomMyotismon)",
"item.digimobs.zurueggpied": "Zuru Egg(Piedmon)",
"item.digimobs.zurueggete": "Zuru Egg(MetalEtemon)",
"item.digimobs.zurueggplatinum": "Zuru Egg(PlatinumNumemon)",
"item.digimobs.tsubuegg": "Tsubu Egg(SlashAngemon)",
"item.digimobs.tsubueggmonkey": "Tsubu Egg(Cannondramon)",
"item.digimobs.popoegg": "Popo Egg(BanchoLeomon)",
"item.digimobs.popoeggleopard": "Popo Egg(Leopardmon)",
"item.digimobs.paoegg": "Pao Egg(Anubismon)",
"item.digimobs.kuraegg": "Kura Egg(Diaboromon)",
"item.digimobs.chiboegg": "Chibo Egg(Imperialdramon)",
"item.digimobs.chiboeggulforce": "Chibo Egg(UlforceVeedramon)",
"item.digimobs.pururuegg": "Pururu Egg(Valkyrimon)",
"item.digimobs.pururuegggrypho": "Pururu Egg(Gryphomon)",
"item.digimobs.pururueggchrono": "Pururu Egg(Chronomon)",
"item.digimobs.leafegg": "Leaf Egg(Imperialdramon)",
"item.digimobs.jyariegg": "Jyari Egg(Gallantmon)",
"item.digimobs.jyarieggblack": "Jyari Egg(ChaosGallantmon)",
"item.digimobs.jyarieggdata": "Jyari Egg(MedievalGallantmon)",
"item.digimobs.releegg": "Rele Egg(Sakuyamon)",
"item.digimobs.releeggblack": "Rele Egg(Kuzuhamon)",
"item.digimobs.zeriegg": "Zeri Egg(MegaGargomon)",
"item.digimobs.zerieggblack": "Zeri Egg(BlackMegaGargomon)",
"item.digimobs.cocoegg": "Coco Egg(Cherubimon Virtue)",
"item.digimobs.cocoeggblack": "Coco Egg(Cherubimon Vice)",
"item.digimobs.ketoegg": "Keto Egg(Justimon)",
"item.digimobs.kiiegg": "Kii Egg(Beelzemon)",
"item.digimobs.bomegg": "Bom Egg(Darkdramon)",
"item.digimobs.puwaegg": "Puwa Egg(Ravemon)",
"item.digimobs.pafuegg": "Pafu Egg(Sleipmon)",
"item.digimobs.dodoegg": "Dodo Egg(Alphamon)",
"item.digimobs.pupuegg": "Pupu Egg(TigerVespamon)",
"item.digimobs.fufuegg": "Fufu Egg(Ouryumon)",
"item.digimobs.puttiegg": "Putti Egg(Lucemon)",
"item.digimobs.petitegg": "Petit Egg(Slayerdramon)",
"item.digimobs.petitegggreen": "Petit Egg(Breakdramon)",
"item.digimobs.sakuegg": "Saku Egg(Jesmon)",
"item.digimobs.curiegg": "Curi Egg(Siriusmon)",
"item.digimobs.dokiegg": "Doki Egg(Kazuchimon)",
"item.digimobs.dokiegg2": "Doki Egg(Shivamon)",
"item.digimobs.dokiegg3": "Doki Egg(Shroudmon)",
"item.digimobs.dokiegg4": "Doki Egg(Achillesmon)",
"item.digimobs.treategg": "Treat Egg",
"item.digimobs.alarmclock": "Alarm Clock",
"item.digimobs.creationtool": "Creation Tool",
"item.digimobs.digitear": "Digi Tear",
"item.digimobs.energypacket": "Packet",
"item.digimobs.gear": "Gear",
"item.digimobs.hpchip": "HP Chip",
"hpchip.tip": "Permanently adds 10 Max HP Stat to Digimon",
"item.digimobs.mpchip": "EG Chip",
"mpchip.tip": "Permanently adds 10 Max Energy Stat to Digimon",
"item.digimobs.atkchip": "ATK Chip",
"atkchip.tip": "Permanently adds 1 Attack Stat to Digimon",
"item.digimobs.defchip": "DEF Chip",
"defchip.tip": "Permanently adds 1 Defense Stat to Digimon",
"item.digimobs.satkchip": "S.ATK Chip",
"satkchip.tip": "Permanently adds 1 Special Attack Stat to Digimon",
"item.digimobs.sdefchip": "S.DEF Chip",
"sdefchip.tip": "Permanently adds 1 Special Defense Stat to Digimon",
"item.digimobs.luckchip": "LUK Chip",
"luckchip.tip": "Permanently adds 1 Luck Stat to Digimon",
"item.digimobs.agichip": "AGI Chip",
"agichip.tip": "Permanently adds 1 Speed Stat to Digimon",
"item.digimobs.devilchip": "DEV Chip",
"devilchip.tip": "Permanently alters a Digimon's stats..if you're willing to pay the price.",
"chiplimit.txt": "Chip limit is at its max!",
"item.digimobs.digicore": "Digicore",
"item.digimobs.corruptedcore": "Corrupted Digicore",
"item.digimobs.corrupteddata": "Corrupted Data",
"item.digimobs.ankh": "Ankh",
"item.digimobs.holydata": "Holy Data",
"item.digimobs.largedigicore": "Large Digicore",
"item.digimobs.largedarkdigicore": "Large Dark Digicore",
"item.digimobs.floraseed": "Flora Seed",
"block.digimobs.blockfloraflower": "Flora Seed",
"item.digimobs.meatseeds": "Bone Seeds",
"block.digimobs.blockdigimeat": "Bone Seeds",
"item.digimobs.hawkradishseeds": "Hawk Radish Seeds",
"block.digimobs.blockhawkradish": "Hawk Radish Seeds",
"item.digimobs.muscleyamseed": "Muscle Yam Seed",
"block.digimobs.blockmuscleyam": "Muscle Yam Seed",
"item.digimobs.supercarrotseed": "Super Carrot Seed",
"block.digimobs.blocksupercarrot": "Super Carrot Seed",
"item.digimobs.superveggyseeds": "Super Veggy Seeds",
"block.digimobs.blocksuperveggy": "Super Veggy Seeds",
"item.digimobs.acorn": "Acorn",
"item.digimobs.anchovypizza": "Anchovy Pizza",
"item.digimobs.bigberry": "Big Berry",
"item.digimobs.bigberrymilkshake": "Big Berry Milkshake",
"item.digimobs.blueapple": "Blue Apple",
"item.digimobs.blueapplepie": "Blue Apple Pie",
"item.digimobs.breadandjam": "Bread and Jam",
"item.digimobs.calmberry": "Calm Berry",
"item.digimobs.chainmelon": "Chain Melon",
"item.digimobs.digianchovy": "Digi Anchovy",
"item.digimobs.digiblacktrout": "Digi Black Trout",
"item.digimobs.digicatfish": "Digi Catfish",
"item.digimobs.digiseabass": "Digi Sea Bass",
"item.digimobs.digikebab": "Digikebab",
"item.digimobs.digiplatter": "Digi Platter",
"item.digimobs.digislaw": "Digislaw",
"item.digimobs.digisnapper": "Digi Snapper",
"item.digimobs.digitrout": "Digi Trout",
"item.digimobs.ebiburger": "Ebiburger",
"item.digimobs.fruitsalad": "Fruit Salad",
"item.digimobs.gbj": "GB&J",
"item.digimobs.goldenacorn": "Golden Acorn",
"item.digimobs.greensmoothie": "Green Smoothie",
"item.digimobs.hawkradish": "Hawk Radish",
"item.digimobs.meatlarge": "Large Meat",
"item.digimobs.mixedberryjam": "Mixed Berry Jam",
"item.digimobs.muscleyam": "Muscle Yam",
"item.digimobs.orangebanana": "Orange Banana",
"item.digimobs.powerfruit": "Power Fruit",
"item.digimobs.powerice": "Power Ice",
"item.digimobs.pricklypear": "Prickly Pear",
"item.digimobs.pricklytoast": "Prickly Toast",
"item.digimobs.rainsalad": "Rain Salad",
"item.digimobs.redberry": "Red Berry",
"item.digimobs.redberryjam": "Red Berry Jam",
"item.digimobs.redsmoothie": "Red Smoothie",
"item.digimobs.sagefruit": "Sage Fruit",
"item.digimobs.meatsirloin": "Sirloin",
"item.digimobs.meatsmall": "Small Meat",
"item.digimobs.supercarrot": "Super Carrot",
"item.digimobs.superveggy": "Super Veggy",
"item.digimobs.sweetnut": "Sweet Nut",
"item.digimobs.toastandjam": "Toast and Jam",
"item.digimobs.miraclefruit": "Miracle Fruit",
"item.digimobs.moldycarrot": "Moldy Carrot",
"item.digimobs.moldyradish": "Moldy Radish",
"item.digimobs.moldymeat": "Moldy Meat",
"item.digimobs.moldypear": "Moldy Pear",
"item.digimobs.moldyveggy": "Moldy Veggy",
"item.digimobs.moldyyam": "Moldy Yam",
"item.digimobs.cardgame": "Card Game",
"cardgame.tip": "Data Types: Bond+1",
"item.digimobs.cdplayer": "CD Player",
"cdplayer.tip": "Data Types: Bond+2",
"item.digimobs.cdgame": "CD Game",
"cdgame.tip": "Data Types: Bond+3",
"item.digimobs.dvdgame": "DVD Game",
"dvdgame.tip": "Data Types: Bond+4",
"item.digimobs.dvdplayer": "DVD Player",
"dvdplayer.tip": "Data Types: Bond+5",
"item.digimobs.wristwatch": "Wristwatch",
"wristwatch.tip": "Vaccine Types: Bond+1",
"item.digimobs.toydigivice": "Toy Digivice",
"toydigivice.tip": "Vaccine Types: Bond+2",
"item.digimobs.cellphone": "Cell Phone",
"cellphone.tip": "Vaccine Types: Bond+3",
"item.digimobs.digicamera": "DigiCamera",
"digicamera.tip": "Vaccine Types: Bond+4",
"item.digimobs.laptop": "Laptop",
"laptop.tip": "Vaccine Types: Bond+5",
"item.digimobs.kickboard": "Kickboard",
"kickboard.tip": "Virus Types: Bond+1",
"item.digimobs.skateboard": "Skateboard",
"skateboard.tip": "Virus Types: Bond+2",
"item.digimobs.skis": "Skis",
"skis.tip": "Virus Types: Bond+3",
"item.digimobs.snowboard": "Snowboard",
"snowboard.tip": "Virus Types: Bond+4",
"item.digimobs.surfboard": "Surfboard",
"surfboard.tip": "Virus Types: Bond+5",
"item.digimobs.toycar": "Toy Car",
"toycar.tip": "Free Types: Bond+1",
"item.digimobs.toytruck": "Toy Truck",
"toytruck.tip": "Free Types: Bond+2",
"item.digimobs.toytank": "Toy Tank",
"toytank.tip": "Free Types: Bond+3",
"item.digimobs.toyboat": "Toy Boat",
"toyboat.tip": "Free Types: Bond+4",
"item.digimobs.toyplane": "Toy Plane",
"toyplane.tip": "Free Types: Bond+5",
"item.digimobs.noviceblade": "Novice Blade",
"item.digimobs.bronzeblade": "Bronze Blade",
"item.digimobs.silverblade": "Silver Blade",
"item.digimobs.goldblade": "Gold Blade",
"item.digimobs.leafdagger": "Leaf Dagger",
"item.digimobs.chickendagger": "Chicken Dagger",
"item.digimobs.auxdagger": "Aux Dagger",
"item.digimobs.lumberaxe": "Lumber Axe",
"item.digimobs.doubleaxe": "Double Axe",
"item.digimobs.beastsword": "Beast Sword",
"item.digimobs.boneclub": "Bone Club",
"item.digimobs.broadrapier": "Broad Rapier",
"item.digimobs.crystalsword": "Crystal Sword",
"item.digimobs.vulcanhammer": "Vulcan's Hammer",
"item.digimobs.dramonbreaker": "Dramon Breaker",
"item.digimobs.holyrod": "Holy Rod",
"item.digimobs.omnisword": "Grey Sword",
"item.digimobs.omegasword": "Omega Sword",
"item.digimobs.scalescimitar": "Scale Scimitar",
"item.digimobs.shademace": "Shade Mace",
"item.digimobs.shamanspear": "Shaman Spear",
"item.digimobs.titaniumsaber": "Titanium Saber",
"item.digimobs.auxhelm": "Aux Helm",
"item.digimobs.broadshield": "Broad Shield",
"item.digimobs.crystalguard": "Crystal Guard",
"item.digimobs.doubleplate": "Double Plate",
"item.digimobs.scaleshield": "Scale Shield",
"item.digimobs.shadehelm": "Shade Helm",
"item.digimobs.shamanhelm": "Shaman Helm",
"item.digimobs.titaniumshield": "Titanium Shield",
//Blocks
"block.digimobs.huanglongore": "Huanglong Ore",
"block.digimobs.chromedigizoid": "Chrome Digizoid",
"block.digimobs.reddigizoid": "Red Digizoid",
"block.digimobs.bluedigizoid": "Blue Digizoid",
"block.digimobs.blackdigizoid": "Black Digizoid",
"block.digimobs.browndigizoid": "Brown Digizoid",
"block.digimobs.golddigizoid": "Gold Digizoid",
"block.digimobs.obsidiandigizoid": "Obsidian Digizoid",
"block.digimobs.refinedchromedigizoid": "Refined Chrome Digizoid",
"block.digimobs.refinedreddigizoid": "Refined Red Digizoid",
"block.digimobs.refinedbluedigizoid": "Refined Blue Digizoid",
"block.digimobs.refinedblackdigizoid": "Refined Black Digizoid",
"block.digimobs.refinedbrowndigizoid": "Refined Brown Digizoid",
"block.digimobs.refinedgolddigizoid": "Refined Gold Digizoid",
"block.digimobs.refinedobsidiandigizoid": "Refined Obsidian Digizoid",
"block.digimobs.igneousdigirock": "Igneous Digirock",
"block.digimobs.digibank": "Digi Bank",
"block.digimobs.digispawner": "Digi Spawner",
"block.digimobs.vendingmachine": "Vending Machine",
"block.digimobs.digimentalcourage": "Digimental of Courage",
"block.digimobs.digimentalfriendship": "Digimental of Friendship",
"block.digimobs.digimentallove": "Digimental of Love",
"block.digimobs.digimentalknowledge": "Digimental of Knowledge",
"block.digimobs.digimentalsincerity": "Digimental of Sincerity",
"block.digimobs.digimentalreliability": "Digimental of Reliability",
"block.digimobs.digimentalhope": "Digimental of Hope",
"block.digimobs.digimentallight": "Digimental of Light",
"block.digimobs.digimentalkindness": "Digimental of Kindness",
"block.digimobs.digimentalmiracles": "Digimental of Miracles",
"block.digimobs.digimentaldestiny": "Digimental of Destiny",
"block.digimobs.firewall": "Firewall",
"block.digimobs.trader": "Trader",
"block.digimobs.matcher": "Matcher",
"block.digimobs.npcspawner": "NPC Spawner",
//GUI
//General
"close.txt": "Close",
"buy.txt": "Buy",
"sell.txt": "Sell",
"next.txt": "Next",
"back.txt": "Back",
"bitsbal.txt": "Total Bits:",
"unlockevo.txt": " glows with a mysterious aura...",
"evolution1.txt": "does not have enough open slots to use this item!",
"evolution2.txt": "Digimon does not posess the required Attribute. Attribute required: ",
"evolution3.txt": "Digimon does not posess the required Element. Element required: ",
"evolution4.txt": "Digimon does not posess the required Field. Field required: ",
"evolution5.txt": "Digimon does not posess the required Form. Form required: ",
"evolution6.txt": "Error: Digimon already posesses this evolution.",
"noevo.txt": "This Digimon cannot use an evolution item.",
"evolution7.txt": "Digimon has the max amount of evolutions allowed for this Form!",
"evolution8.txt": "unlocked a new evolution!",
"trade.txt": "Trade",
"match.txt": "Match",
//Overlay
"attack.overlay": "Attack Digimon",
"sit.overlay": "Sit",
"follow.overlay": "Follow",
"vpet.overlay": "Return to V-Pet",
"select.overlay": "Select Digimon",
"deselect.overlay": "De-Select Digimon",
"examine.overlay": "Examine Digimon",
"digivolve.overlay": "Digivolve",
"pvpon.overlay": "Enable PvP",
"pvpoff.overlay": "Disable PvP",
//Stats
"tamer.stat": "Tamer:",
"health.stat": "HP:",
"energy.stat": "EG:",
"level.stat": "LVL:",
"rank.stat": "RANK:",
"dragonsroar.stat": "Dragon's Roar",
"naturespirits.stat": "Nature Spirits",
"windguardians.stat": "Wind Guardians",
"jungletroopers.stat": "Jungle Troopers",
"deepsavers.stat": "Deep Savers",
"metalempire.stat": "Metal Empire",
"virusbusters.stat": "Virus Busters",
"nightmaresoldiers.stat": "Nightmare Soldiers",
"fire.stat": "Fire",
"light.stat": "Light",
"wind.stat": "Wind",
"thunder.stat": "Thunder",
"ice.stat": "Ice",
"steel.stat": "Steel",
"wood.stat": "Wood",
"earth.stat": "Earth",
"water.stat": "Water",
"darkness.stat": "Darkness",
"vaccine.stat": "Vaccine",
"data.stat": "Data",
"virus.stat": "Virus",
"free.stat": "Free",
"egg.stat": "Egg",
"baby.stat": "Baby",
"intraining.stat": "In-Training",
"rookie.stat": "Rookie",
"champion.stat": "Champion",
"armor.stat": "Armor",
"ultimate.stat": "Ultimate",
"mega.stat": "Mega",
//Specials
"specials1.txt": "Equip as Sp. 1",
"specials2.txt": "Equip as Sp. 2",
"icarus.txt": "Eliminates fall damage.",
"revitalize.txt": "If digimon drops below 50% hp, grant hp regen up to half.",
"recharge.txt": "If digimon drops below 50% eg, grant eg regen up to half",
"vampiric.txt": "25% chance of draining 30% of damage dealt as HP",
"siphonic.txt": "25% chance of draining 30% of damage dealt as EG",
"nestbound.txt": "Will always revert into an egg, even if bond is too low. Increases egg chip drops by 15%",
"glutton.txt": "Raises digimon's max hunger by 100",
"scrappy.txt": "If hp below 25%, double digimon's base damage",
"gourmand.txt": "Food effects are doubled(not for taming purposes, only weight)",
"caretaker.txt": "Doubles effectiveness of hatching chips.",
"haste.txt": "Reduces physical attack delay by 12.5%",
"aeronautic.txt": "Allows non-aerial digimon to fight in the air.",
"subnautic.txt": "Allows non-aquatic digimon to fight underwater.",
//Battle
"battle1.txt":"No target has been selected!",
"battle2.txt":"You can't use this yet!",
"halloween.txt": "Happy Halloween. . .",
"trickortreat.txt": "TrIcK oR tReAt!!!",
//Bank
"block.pc.previous": "Back",
"block.pc.next": "Next",
"block.pc.option.release": "Delete",
"block.pc.option.confirm": "Confirm",
"block.pc.rename": "Rename",
"block.pc.autooff": "Off",
//Personality Quiz
"begin.txt": "Begin!",
"contributor.txt": "Wait..is that you?",
"starter1.txt": "Welcome to Digimobs.",
"starter2.txt": "Before we get started, we need to ask you a few questions.",
"starter3.txt": "Hmmm. Hmm. I see.",
"starter4.txt": "It looks like your partner is waiting for you.",
"starter5.txt": "Which one was it again?",
"agree.txt": "Agree",
"neutral.txt": "Neutral",
"disagree.txt": "Disagree",
"q1.txt": "You like to hang out with lots of people you may or may not have ever met.",
"q2.txt": "You often spend time exploring unrealistic yet intriguing ideas.",
"q3.txt": "You make decisions in the moment rather than having a plan",
"q4.txt": "You would rather support your friends than solve their problems for them.",
"q5.txt": "People can rarely upset you.",
"q6.txt": "You aren't usually the first to strike up conversation.",
"q7.txt": "You always stay focused on the task at hand.",
"q8.txt": "You need to be around other people to stay entertained",
"q9.txt": "You are more of a detail-oriented than a big picture person.",
"q10.txt": "You are very affectionate with people you care about.",
"q11.txt": "You are careful and methodical.",
"q12.txt": "You would rather stay away from all the action.",
"q13.txt": "You don't really let your emotions guide you.",
"q14.txt": "You can be rather indecisive.",
"q15.txt": "You have no problems being outgoing.",
"q16.txt": "You often have weird or bizarre dreams.",
"q17.txt": "Sometimes its okay to use others to get ahead.",
"q18.txt": "You rarely get sidetracked from your goals.",
"q19.txt": "You would rather stick with the people that you know rather than meet someone new.",
"q20.txt": "You are disinterested by anything philosophical.",
"q21.txt": "You'll never cry in front of others.",
"q22.txt": "You'd rather be somewhere busy and loud as opposed to somewhere quiet and alone",
"q23.txt": "You like discussing different views and theories on what the world could look like in the future.",
"q24.txt": "You mostly listen to your heart, and not your head.",
"q25.txt": "You don't believe in anything that you can't see with your own eyes.",
"q26.txt": "You would rather seek revenge than forgiveness.",
"q27.txt": "You are impulsive.",
"q28.txt": "You would rather spend time doing things alone than spending it with other people.",
"q29.txt": "You spend a lot of time interpreting the meaning behind a story.",
"q30.txt": "You tend to stay away from crowds in public.",
"q31.txt": "You focus more on the present than the future.",
"q32.txt": "You find it hard to sympathize with other people.",
"q33.txt": "You try to plan as many things out as possible ahead of time.",
"q34.txt": "You feel comfortable conversing with strangers.",
"q35.txt": "You spend a lot of time daydreaming.",
"q36.txt": "You come first, others come second.",
"q37.txt": "You tend to improvise more than sticking to a plan.",
"q38.txt": "You often contemplate the reasons for human existence or the meaning of life.",
"q39.txt": "You are very open with your feelings and thoughts.",
"q40.txt": "You often make detailed plans for the future.",
"q41.txt": "Spending a lot of time around people requires you to get away and recharge.",
"q42.txt": "You see yourself as more of a realist than a visionary.",
"q43.txt": "You find it easy to be empathetic.",
"q44.txt": "You have more bursts of energy as opposed to a consistent flow.",
"q45.txt": "After a stressful week, you just need to socialize.",
"q46.txt": "You are excited at technological advances.",
"q47.txt": "You always consider how your actions might have consequences.",
"q48.txt": "You still honor the commitments you have made even if you have a change of heart.",
//Achievements
"advancements.digimobs.story.root.title": "Digimon Adventure",
"advancements.digimobs.story.root.desc": "Took the first steps in your very own digital story.",
"advancements.digimobs.story.omnimon.title": "The Brave",
"advancements.digimobs.story.omnimon.desc": "Tamed an Omnimon",
"advancements.digimobs.story.magnamon.title": "The Miracle",
"advancements.digimobs.story.magnamon.desc": "Tamed a Magnamon",
"advancements.digimobs.story.gallantmon.title": "Quo Vadis",
"advancements.digimobs.story.gallantmon.desc": "Tamed a Gallantmon",
"advancements.digimobs.story.dynasmon.title": "The Wyvern",
"advancements.digimobs.story.dynasmon.desc": "Tamed a Dynasmon",
"advancements.digimobs.story.crusadermon.title": "The Conqueror",
"advancements.digimobs.story.crusadermon.desc": "Tamed a Crusadermon",
"advancements.digimobs.story.ulforceveedramon.title": "The Prophecy",
"advancements.digimobs.story.ulforceveedramon.desc": "Tamed an UlforceVeedramon",
"advancements.digimobs.story.alphamon.title": "Siege Perilous",
"advancements.digimobs.story.alphamon.desc": "Tamed an Alphamon",
"advancements.digimobs.story.craniamon.title": "The Loyal",
"advancements.digimobs.story.craniamon.desc": "Tamed a Craniamon",
"advancements.digimobs.story.sleipmon.title": "The Cavalry",
"advancements.digimobs.story.sleipmon.desc": "Tamed a Sleipmon",
"advancements.digimobs.story.leopardmon.title": "The Tactician",
"advancements.digimobs.story.leopardmon.desc": "Tamed a Leopardmon",
"advancements.digimobs.story.examon.title": "The King",
"advancements.digimobs.story.examon.desc": "Tamed an Examon",
"advancements.digimobs.story.gankoomon.title": "The Wanderer",
"advancements.digimobs.story.gankoomon.desc": "Tamed a Gankoomon",
"advancements.digimobs.story.jesmon.title": "The Savior",
"advancements.digimobs.story.jesmon.desc": "Tamed a Jesmon",
//Text
"vpet.sync": "Syncing V-Pet for use..Right Click Digimon again to confirm.",
"vpet.store": "Digimon synced to V-Pet! Use your digivice to command it!",
"block.bank.sentto": "Item transferred to the Digibank",
"msg.requirementsnotmet.txt": "You do not meet the requirements to digivolve!",
"msg.digivolve.txt": "digivolve to.....!",
"msg.armordigivolve.txt": "armor digivolve to.....!",
"msg.jogressdigivolve.txt": "DNA digivolve to.....!",
"msg.mismatchedranks.txt": "Trade failed: Digimon's ranks do not match!",
"msg.nomoney.txt": "You do not have the required amount of bits to perform this action!",
"slotsopen.txt":"Digimon's open slots increased by one!",
"msg.notype.txt": "Digimon Genetics not detected. Degenerate to a Rookie level and resync to your v-pet to fix this",
"msg.badfields.txt": "Digimons fields are not the same. Digimon cannot be matched!",
"msg.lowforms.txt": "Digimon's forms are too low! Digimon must be Champion or higher!",
//Quests
"quest.adventurebegins.title": "Stranger in a Strange Land",
"quest.adventurebegins.desc": "You've landed in a new world with a strange device in your hands. Maybe you should use it...",
"quest.adventurebegins.obj1": "Use your 'Select Partner' item and complete the quiz!",
"quest.vpet.title": "V-What?",
"quest.vpet.desc": "You need to learn how to use the V-Pet if you want your Digimon to not get lost on your adventures.",
"quest.vpet.obj1": "Sync your digimon to its V-Pet! Use a V-Pet on your Digimon to sync them together.",
"quest.vpet.obj2": "Using your digivice to select your digimon, navigate to the command to store your Digimon in the v-pet.",
"quest.vpetcolor.title": "Pretty Colors",
"quest.vpetcolor.desc": "Now that you understand how to use a V-Pet..it's time to give it some color and personality!",
"quest.vpetcolor.obj1": "Go to a mountainous or forest biome at night and find some butterflies!",
"quest.vpetcolor.obj2": "Shift+Right Click a colored butterfly with either your Digivice or V-Pet to change its color.",
"quest.feeddigimon.title": "Hunger Crisis",
"quest.feeddigimon.desc": "Uh oh! Your digimon is starving! Feed it some food or else it won't stand back up!",
"quest.feeddigimon.obj1": "Feed your digimon enough food to where it is no longer starving!(Hunger Bar turns white)",
"quest.tamedigimon.title": "Two Digimon Are Better Than One",
"quest.tamedigimon.desc": "Your partner probably would like a friend other than you. Why not go find them one?",
"quest.tamedigimon.obj1": "Sneak+Right Click a wild Digimon to see if they have a favorite item.",
"quest.tamedigimon.obj2": "Give the Digimon enough of its favorite item for it to want to join you.",
"quest.tamedigimon.obj3": "Tame the Digimon by right clicking it with an empty V-Pet!",
"quest.bonddigimon.title": "Bonding Session",
"quest.bonddigimon.desc": "You may have noticed your newly tamed friend can't evolve very far, maybe you should bond with them!",
"quest.bonddigimon.obj1": "Purchase the appropriate bond items for your Digimon's Type.",
"quest.bonddigimon.obj2": "Increase its bond enough to unlock its next evolution!",
"quest.bonemeal.title": "The Bonemeal Dilemma",
"quest.bonemeal.desc": "Gankoomon is searching for a heir to his position. Knowing more about this world, he asks for your help.",
"quest.bonemeal.obj1": "Charge the holy relic given to you by Gankoomon!(Item must be in first hotbar slot to charge)",
"quest.bonemeal.obj2": "Seek out a worthy successor!",
"quest.bonemeal.pretxt1":"Greetings, human. I am Gankoomon, one of the Royal Knights. I have come to this village in search of a worthy successor to my title...",
"quest.bonemeal.pretxt2":"But I have fallen short of finding anyone who may qualify. Perhaps you have more knowledge of this bizarre world and could help me out?",
"quest.bonemeal.txt1":"Excellent. Take this holy relic and find a way to charge it. Once charged, it will only react to one worthy of the title",
"quest.bonemeal.posttxt1":"The Royal Knights owe you a debt of gratitude, human. Raise him to become worthy of the title 'Royal Knight'.",
"bonemeal1.tip":"Mega-level Nightmare Soldier Digimon killed: ",
//Entities
"entity.digimobs.botaegg": "Bota Egg",
"entity.digimobs.puniegg": "Puni Egg",
"entity.digimobs.nyokiegg": "Nyoki Egg",
"entity.digimobs.pabuegg": "Pabu Egg",
"entity.digimobs.yuraegg": "Yura Egg",
"entity.digimobs.pichiegg": "Pichi Egg",
"entity.digimobs.poyoegg": "Poyo Egg",
"entity.digimobs.yukimibotaegg": "YukimiBota Egg",
"entity.digimobs.meicooyukimibotaegg": "YukimiBota Egg",
"entity.digimobs.zuruegg": "Zuru Egg",
"entity.digimobs.mokuegg": "Moku Egg",
"entity.digimobs.metalkoroegg": "MetalKoro Egg",
"entity.digimobs.tsubuegg": "Tsubu Egg",
"entity.digimobs.popoegg": "Popo Egg",
"entity.digimobs.paoegg": "Pao Egg",
"entity.digimobs.kuraegg": "Kura Egg",
"entity.digimobs.chiboegg": "Chibo Egg",
"entity.digimobs.pururuegg": "Pururu Egg",
"entity.digimobs.leafegg": "Leaf Egg",
"entity.digimobs.jyariegg": "Jyari Egg",
"entity.digimobs.releegg": "Rele Egg",
"entity.digimobs.zeriegg": "Zeri Egg",
"entity.digimobs.cocoegg": "Coco Egg",
"entity.digimobs.ketoegg": "Keto Egg",
"entity.digimobs.kiiegg": "Kii Egg",
"entity.digimobs.bomegg": "Bom Egg",
"entity.digimobs.puwaegg": "Puwa Egg",
"entity.digimobs.pafuegg": "Pafu Egg",
"entity.digimobs.dodoegg": "Dodo Egg",
"entity.digimobs.pupuegg": "Pupu Egg",
"entity.digimobs.fufuegg": "Fufu Egg",
"entity.digimobs.puttiegg": "Putti Egg",
"entity.digimobs.petitegg": "Petit Egg",
"entity.digimobs.sakuegg": "Saku Egg",
"entity.digimobs.curiegg": "Curi Egg",
"entity.digimobs.dokiegg": "Doki Egg",
"entity.digimobs.dregg": "Dragon's Roar Egg",
"entity.digimobs.nsegg": "Nature Spirits Egg",
"entity.digimobs.wgegg": "Wind Guardians Egg",
"entity.digimobs.jtegg": "Jungle Troopers Egg",
"entity.digimobs.dsegg": "Deep Savers Egg",
"entity.digimobs.megg": "Metal Empire Egg",
"entity.digimobs.vbegg": "Virus Busters Egg",
"entity.digimobs.nmegg": "Nightmare Soldiers Egg",
"entity.digimobs.botamon": "Botamon",
"bota.desc": "A Digital Monster that was born just recently. On the surface of its slime-shaped body, it has grown thick, black fuzz. It is unable to battle as it has just been born, but it can produce bubble-like objects from its mouth to intimidate the enemy.",
"entity.digimobs.punimon": "Punimon",
"puni.desc": "A new kind of newborn Digimon. Its gelatinous red body is squishy, and there are three feeler-like things growing on its head. It is unable to battle, but it can produce resilient, acidic bubbles to intimidate its opponents.",
"entity.digimobs.nyokimon": "Nyokimon",
"nyoki.desc": "A Digital Monster that was born just recently. On the surface of its slime-shaped body, it has grown thick, black fuzz. It is unable to battle as it has just been born, but it can produce bubble-like objects from its mouth to intimidate the enemy.",
"entity.digimobs.pabumon": "Pabumon",
"pabu.desc": "Although it looks like it is just pale green bubbles at first glance, it is a Bubble Digimon that can move freely and express a plethora of facial expressions. Because its surface has not hardened yet, its defensive power is nonexistent and it is equally unsuited for combat. From the portion that looks like a pacifier held in its mouth, it generates tiny bubbles, and proliferates them infinitely. As for that proliferation, at one point, it started being used for computer virus development, but because its life force was too weak, that was fortunately never implemented. Although its life is fleeting, it is a lovable Digimon Baby that lives earnestly.",
"entity.digimobs.yuramon": "Yuramon",
"yura.desc": "A Seed Digimon whose whole body is covered in a substance with the appearance of long, soft hair. When it hatches from its Digiegg, it seeks an environment suitable for its growth, and drifts lightly through the air, like a dandelion seed. If it finds a place where there will be no intruders and where the environment is good, it will settle to the ground and begin preparations for evolution. Its offensive ability is practically nil, so it will spit out adhesive bubbles to hinder the opponent's movement, then seize the opportunity to escape.",
"entity.digimobs.pichimon": "Pichimon",
"pichi.desc": "A microbe-like Digimon which was discovered in the 'Net Ocean', which had long been studied as the birthplace of life within the Digital World, it has the smallest size among the many Digimon. Since it seems to be living with nothing but emotions, its behavior changes very frequently. Since it is extremely full of curiosity, it greatly wishes to communicate with the outside world, but as yet, no means to do so has been found. However, it is a Digimon Baby that is loved by everyone, due to its big, bright red eyes which are charming enough to shake the opponent's feelings.",
"entity.digimobs.poyomon": "Poyomon",
"poyo.desc": "With a translucent body, it is a Digimon Baby that drifts through the 'Net Ocean' like a jellyfish. As it has the most primitive structure among the Digimon discovered to date, it has been showered in attention as the 'Missing Link', the key to solving the mystery of the origin of Digimon, by the scholars and enthusiasts studying the roots of Digimon.",
"entity.digimobs.yukimibotamon": "YukimiBotamon",
"yukimibota.desc": "A Baby Digimon whose whole body is covered in fluffy, white hair. It is considered a species of Botamon, and was named 'Yukimi Botamon' after its white body, but the details are not clearly known. It is weak to heat, and tends to prefer cold places, so its body feels cold to the touch.",
"entity.digimobs.metalkoromon": "MetalKoromon",
"metalkoro.desc": "A super-tiny Machine Digimon which has red eyes that act as photosensors. The appearance of it moving around restlessly seems very cute, but because it is carrying nothing but a simple program that moves in reaction to bright lights, if its surroundings go dark it becomes completely unable to move. The reason why is not understood, but when it is in a good mood, it discharges electricity from the tip of its tail.",
"entity.digimobs.mokumon": "Mokumon",
"moku.desc": "A Digimon Baby which envelops its whole body with a smoke-like vapor. It is a unique Digimon whose computer kernel (Digicore), said to be at the center of a Digimon's body, is bare, so it seems it protects its Digicore with Smoke. Because its Digicore is bare, Mokumon is a Digimon of an unusual way of life which covers its body in Smoke from when it was burned. It scatters the Smoke issuing from its body all around, then seizes the opportunity to flee.",
"entity.digimobs.zurumon": "Zurumon",
"zuru.desc": "As a Digimon that was born from fusing a malevolent computer virus and the negativity of humans who abuse computers, it is a special Slime Digimon which differs from other Digimon in its root cause. It nimbly maneuvers its pliable body, and moves as if crawling across the ground. Because the substance composing its body is a potent toxin, and it spews intensely venomous bubbles from its mouth, even large Digimon will not approach it.",
"entity.digimobs.kuramon": "Kuramon",
"kura.desc": "An Unidentified Digimon that suddenly appeared on the Computer Network. The aggression generated by the malice of people who abuse the Computer Network, and the conflicts which are unfolding on the Network, manifested and a single Digiegg was created. Humanity's destruction instinct is condensed within that Digiegg, and as such the mysterious Digimon that was born from it is a very dangerous being. It multiplies like a virus within the Computer Network, causing a slight degree of network failure.",
"entity.digimobs.chibomon": "Chibomon",
"chibo.desc": "A small, blue-colored, Dragon Digimon child. Although it is small and powerless, it has the potential to evolve to every Dragon Digimon. For that reason, it is a Digimon that is considered exceedingly valuable by tamers and researchers of Dragon Digimon. It is cherished due to its personality of friendliness and overflowing curiosity, characteristic of Baby Digimon.",
"entity.digimobs.pururumon": "Pururumon",
"pururu.desc": "A Slime Digimon with a chubby body similar to silicon, it jiggles flabbily when it crawls forward. Both of its small fins are unexpectedly handy, but to be absolutely precise it is not yet able to fly. As it loves the smell of the sun, on days with good weather it lies sprawled on the lawn and smells the scent of grass with a sniff, immersing it in a good mood.",
"entity.digimobs.tsubumon": "Tsubumon",
"tsubu.desc": "A Baby Digimon which has an appearance like a seed, although it is not a Plant-species Digimon. It cannot fly, but it is able to move over land, water, or anywhere, while hopping and bouncing, and it is said that there is no place where Tsubumon cannot move through. However, because of its small body it is sent flying on days with a strong wind, and as a result of that it is often mistaken for a Plant-species.",
"entity.digimobs.leafmon": "Leafmon",
"leaf.desc": "A Slime Digimon which has a breath of fresh greens (a tiny leaf) on its tail. It has many of the elements of a plant and the composition of its body includes chlorophyll, so it photosynthesizes to grow. It possesses a leaf-shaped tail, and the leaf protects it from intense sunlight or when it is raining. Due to its pure nature, it doesn't distrust others even if they are frightening. However, it is just a little bit shy. As it was just born it is unable to battle, but its innocent spirit, overflowing with vitality, can make the surrounding people remember pure feelings that were forgotten, wrapping them in a calm air.",
"entity.digimobs.jyarimon": "Jyarimon",
"jyari.desc": "An extremely scarce Digimon, whose population is small. The Babies of Dragon-species Digimon are small in absolute number, and it is said that most of them are captured or die before they grow up. You wouldn't know it to look at it, but there are tiny, closely packed fangs growing within its mouth, and it is foreseen that it will grow into a powerful Dragon-species Digimon. Although it is powerless, it has the disposition to face those with bodies larger than its own, and that becomes the reason for its low survival rate.",
"entity.digimobs.relemon": "Relemon",
"rele.desc": "A mysterious Digimon that is said to only be born on moonlit nights. It is said that Relemon born specifically on the night of the full moon receive it's magical power, and as they grow, are able to use greater and more wondrous abilities than other Digimon. Because it is nocturnal, it seldom appears before people and has a shy personality. It is not able to attack, but it can transform into anything to defend itself, if it is close to the size of its body. However, it can still be found because it can never conceal its tail.",
"entity.digimobs.zerimon": "Zerimon",
"zeri.desc": "An extremely rare Digimon, which is born in pairs from a single Digiegg. The reason why only Zerimon and Cocomon are born as twins is unclear at the present stage. Moreover, they are not restricted to always being born as twins, and either a Zerimon or Cocomon may be born from a single Digiegg. Compared to the extremely energetic, one-horned Zerimon, the three-horned Cocomon has a relatively docile personality. In addition, unlike other Slime Digimon, more of Zerimon than just the horn on its head is firm-knit and rigid.",
"entity.digimobs.cocomon": "Cocomon",
"coco.desc": "Extremely rare Digimon, which are born in pairs from a single Digiegg. Why only Zerimon and Cocomon are born as twins is not clearly known at the present stage. What is more, they are not restricted to always being born as twins, and either a Zerimon or Cocomon may be born from a single Digiegg. Compared to the extremely energetic, one-horned Zerimon, the three-horned Cocomon has a relatively docile personality.",
"entity.digimobs.ketomon": "Ketomon",
"keto.desc": "A Slime Digimon whose large eyes are its defining characteristic. These eyes have the ability to discern the nature of Digimon, allowing it to detect violent Digimon in advance and warn its allies of the danger.",
"entity.digimobs.kiimon": "Kiimon",
"kii.desc": "A bad looking Slime digimon that is always scowling. Even though it is very young, it hates being in crowds, and lives while hiding itself.",
"entity.digimobs.paomon": "Paomon",
"pao.desc": "Paomon, unlike other Digimon that developed naturally, is an artificial Digimon that was created through human effort to be used for appreciation and rearing. Although there is no shortage of Digimon at the Child stage whose configuration program is remodeled through human effort, Digimon artificially created from the Baby stage are rare. According to one theory it was developed jointly by research groups in Shanghai, Taiwan, and Okinawa, but its birthplace is not certain.",
"entity.digimobs.bommon": "Bommon",
"bom.desc": "A Slime Digimon which has a bomb-shaped body. The fuse on its tail ignites the moment it hatches from its egg and steadily grows shorter, but because it evolves to the next generation before the fuse disappears, nobody knows what will happen if the fuse went out. It possesses a short-tempered personality, and it's said that when it gets in a bad mood, the progress of the fuse gets faster.",
"entity.digimobs.popomon": "Popomon",
"popo.desc": "A Slime Digimon that looks like a species of plant. It skillfully uses its tail, which looks like a leaf, and it moves by jumping little by little. Because it has a very timid personality, it will immediately flee if any strangers approach, but it is said that once it gives its trust to someone, it will be attached to them for life.",
"entity.digimobs.puwamon": "Puwamon",
"puwa.desc": "A Chick Digimon covered in soft feathers. Its eyesight is extremely great, and because it is able to survey a vast range, it can react instantly to surrounding movements. Its personality is intensely curious, and it began gaining popularity because it lacks shyness and easily makes attachments.",
"entity.digimobs.pafumon": "Pafumon",
"pafu.desc": "A Spirit Digimon that possesses a translucent body. Since its body is light as down, it is constantly drifting through the air. It has the habit of moving upon the winds, and it is said that if the wind's condition is suitable it will migrate a considerable distance.",
"entity.digimobs.dodomon": "Dodomon",
"dodo.desc": "A Slime Digimon whose whole body is covered in the tough fur 'Mithril Hair'. It manifests an aggressive personality immediately after being born, and despite its fangs not yet being grown, it opens its mouth wide and completely intimidates the opponent with the manner in which it snaps at them.",
"entity.digimobs.fufumon": "Fufumon",
"fufu.desc": "A Slime Digimon with an extremely light body that has floated through the air since it was born. When its life is threatened by an assault from a larger opponent, it will thrust at them with the horn on its head to intimidate them with all its might, but because the horn is very soft, the thrust will not injure the opponent.",
"entity.digimobs.pupumon": "Pupumon",
"pupu.desc": "A Slime Digimon which has grown a body as light as a bubble, as well as very thin wings. Its somewhat largish eyes are very sensitive to an object's movement, and if something moves it notices it and immediately springs away, but this does not mean it's a coward, as if it continues to be unkind Pupumon counterattacks.",
"entity.digimobs.puttimon": "Puttimon",
"putti.desc": "It is a sacred Digimon Baby who is the template for all Angel-type Digimon. On the other hand, it has poor self-judgment between good and evil, and can be quite adorably mischievous. If anything, it's popular for bringing about euphoria, good fortune, and such. Though as a newborn it's rare for it to do so, it can fly skillfully about the sky with the two wings growing from its back. ",
"entity.digimobs.petitmon": "Petitmon",
"petit.desc": "A Slime Digimon that possesses large horns and tiny wings. As its body is extremely light, it lives constantly floating through the air, and maintains its posture in the air by blowing air from its wings and mouth. Although it usually has a cheerful personality, if the three scales on its belly are touched, it goes into an extremely bad mood.",
"entity.digimobs.sakumon": "Sakumon",
"saku.desc": "A tiny Digimon with a single blade protruding from its head. Its whole body is golden, and the blade on its head shines very brightly. Its personality is mischievous and it is constantly moving as long as it is awake, but it is bad at balancing due to the weight of its head, so surrounding Digimon can occasionally be seen running around trying to escape because of it swinging its blade as it rolls around.",
"entity.digimobs.curimon": "Curimon",
"curi.desc": "A Baby Digimon characterized by the single horn on its brow and its frill. It is so active that before it is even born its Digiegg bounces, and after hatching it moves around vigorously. The horn on its brow and the frill on its head are still immature and soft, and although they cannot be used in battle yet, they help it to keep its balance while moving around and to defend itself even when hit. It heroically threatens approaching enemies by producing bubbles.",
"entity.digimobs.dokimon": "Dokimon",
"doki.desc": "A Slime Digimon that was born from human vital data. You can't tell from just its appearance, but when picked up, its whole body vibrates at a constant rhythm. The rhythm of these vibrations seems to reflect that of the heartbeat of the person who is holding it. When it is in danger, it threatens the enemy with static electricity emitted from the tip of its horn.",
"entity.digimobs.argomonbaby": "Argomon",
"argobaby.desc": "A Baby Digimon that was born from a bug in an algorithm. It has a habit of finding and converging on places where high-capacity data leaks. They gather one by one, and form hordes and then blanket it.",
"entity.digimobs.bombmon": "Bombmon",
"bomb.desc": "A short-tempered Digimon that easily blows its top at trivial things. As it loses its temper, its topknot steadily shortens, and when the topknot has completely retracted into its head, its anger explodes.",
"entity.digimobs.chibickmon": "Chibickmon",
"chibick.desc": "A sociable, hardworking Digimon. Since they like to help their manager, before you even know what kind of work you're doing, a large number of them will appear to help you out. However, because it doesn't really understand the basic details of the work, even though it's trying to help someone, it just ends up getting in the way. Frankly speaking, because it will begin to sob if it is ignored or treated unkindly, it's a bit depressing. That's why, even if you think it really is trying to be a bother, it's important to praise it, even with a lie. To work hard and quickly join the Starmons is Chibickmon's dream.",
"entity.digimobs.cotsucomon": "Cotsucomon",
"cotsuco.desc": "A Digimon that was born already wearing a leather hat. It looks stronger than the average Baby level due to its equipment, but because it is made of a soft material, it barely offers any defensive protection. It is extremely vigilant, and will retreat into its hat at the slightest provocation.",
"entity.digimobs.fusamon": "Fusamon",
"fusa.desc": "A Slime Digimon whose whole body is covered in soft fur. Although it is a Digimon brimming with curiosity that loves to move around, it spends most of its time sleeping due to it tiring easily.",
"entity.digimobs.pusumon": "Pusumon",
"pusu.desc": "A Slime Digimon whose entire body is covered in soft, cotton-like fur; only the yellow hairs sticking out of its forehead are fairly hard. It grows restless without its pacifier, and will cry loudly and incessantly if its pacifier is lost. It is able to expand its body by taking in a deep breath and shoot that inhaled air out together with its pacifier in order to intimidate the opponent.",
"entity.digimobs.pyonmon": "Pyonmon",
"pyon.desc": "A Baby Digimon covered in tufty body hair that has a single large ear. It was shy the moment it was born, so if someone stares at it, it will instantly lower its head. However, it is also friendly, and can be seen rubbing its body against Digimon that it is interested in, actively engaging in skin-to-skin contact.",
"entity.digimobs.puyomon": "Puyomon",
"puyo.desc": "A soft and sticky Slime Digimon that was discovered in the 'Net Ocean'. Its single, lens-like eye lacks emotional expression, so you can't tell what it's thinking, but it drifts through the sky or the sea, trying to stick to objects and other Digimon with its tentacles.",
"entity.digimobs.sandmon": "Sandmon",
"sand.desc": "A Slime Digimon whose body is made of sand. Despite being a Baby, it has an aggressive personality, and is territorial. It has a body that falls apart like sand, or conversely, hardens like clay at will, but its pacifier never changes shape. If approached by an enemy, it threatens them with a large amount of sand.",
//InTraining
"entity.digimobs.koromon": "Koromon",
"koro.desc": "A tiny Digimon that shed the fuzz covering its surface, and whose body grew even bigger. Although it has become able to move around more actively, it is still unable to battle. It can produce bubbles from its mouth to intimidate opponents.",
"entity.digimobs.tsunomon": "Tsunomon",
"tsuno.desc": "A tiny Digimon that hardened one of the feelers on its head as Punimon. From Punimon, it has accomplished a more animal-like evolution, and is covered in tufty body hair. It is still at the peak of playfulness, and it has a prank-loving personality, but its combat instinct has not awakened.",
"entity.digimobs.yokomon": "Yokomon",
"yoko.desc": "A Bulb-type Lesser Digimon with a large flower blooming from its head. It is able to move by skillfully operating its root-like tentacles, and with its lightness, it can rise into the air, but only to a small height. As it is brimming with curiosity, it is restlessly stirring and its appearance seems very cute. It has a habit of living together in flocks, and it is said that due to grouping, the flocks will grow from a few to a few hundred.",
"entity.digimobs.motimon": "Motimon",
"moti.desc": "Possessing elastic skin, it is a soft-bodied Digimon that uses the protuberances on the underside of its body to toddle about. It came to be called 'Motimon' from inflating its body when it gets worked up, causing it to look like mochi. However, as a result of having a great intellect that couldn't even be imagined from its appearance, its origin is conjectured to derive from a computer's dictionary feature. It understands human languages, and it is sometimes seen freely deforming its body like it's trying to return communications.",
"entity.digimobs.tanemon": "Tanemon",
"tane.desc": "A Bulb Digimon which has something that looks like a plant sprout burgeoning from its head. It is a Yuramon that wandered in search of an optimal environment, then settled to the ground and evolved. Due to its extremely timid personality, if it senses an intruder's presence, it will burrow with the four feet at the base of its body, and completely bury part of its body in the ground. Once it is completely hidden underground, the thing growing from its head assumes the camouflage of a plant, allowing it to defend its body from intruders. However, this is ineffective against herbivorous Digimon.",
"entity.digimobs.bukamon": "Bukamon",
"buka.desc": "Although it has an appearance which is thought to be the infancy of an aquatic dinosaur, it is a funny Digimon with movements as clever as the seahorse. However, the friendly personality it had as Pichimon has totally vanished, and it quickly flees if others approach. Its outer skin cannot yet bear the water pressure and low temperature of the deep sea, so the length of time it can dive to the deep sea is not long.",
"entity.digimobs.tokomon": "Tokomon",
"toko.desc": "A tiny Digimon with limb-like protrusions growing beneath its body (head?). Baby Digimon that have grown limbs are extremely rare, and their appearance is enormously cute. However, caution should be taken in reaching out to it with one's hand just because of its cuteness, as it will suddenly open its mouth wide and bite with the fangs growing closely packed within. Having said that, it bears no ill will and has a very innocent personality.",
"entity.digimobs.nyaromon": "Nyaromon",
"nyaro.desc": "A tiny Digimon which has cat-like characteristics. It is always capricious, and that behavior seems to have been attached to Nyaromon as a result of its being like a 'cat'. Although it is sometimes frivolous due to its overflowing curiosity, it also has a lonely side.",
"entity.digimobs.meicoonyaromon": "Nyaromon",
"meicoonyaro.desc": "A tiny Digimon which has cat-like characteristics. It is always capricious, and that behavior seems to have been attached to Nyaromon as a result of its being like a 'cat'. Although it is sometimes frivolous due to its overflowing curiosity, it also has a lonely side.",
"entity.digimobs.kapurimon": "Kapurimon",
"kapuri.desc": "A tiny Baby Digimon wearing a metallic helmet. Within the two horns attached to its helmet, it has antennae that are able to receive any radio wave or sound. Kapurimon is in possession of bat-like traits, as it has weak eyesight, and produces ultrasonic waves from its mouth, recognizing the objects ahead of it from the rebounding sound wave. For that reason, Kapurimon is able to act irrespective of day or night.",
"entity.digimobs.demimeramon": "DemiMeramon",
"demimera.desc": "A Digimon that evolved from Mokumon, its entire body is ablaze due to how its Digicore burns fiercely for a body of its size. It has a wild temperament for its small size, causing its Digicore to burn intensely, but it cannot fight properly despite its aggressive personality as its offensive power is still low. Not only that, it is extremely weak to water and Ice-Snow type Digimon, so it will flee the moment it encounters them. Incidentally, any relation between it and Meramon has not yet been made clear.",
"entity.digimobs.pagumon": "Pagumon",
"pagu.desc": "A small-sized Digimon capable of flying at low altitudes using the ear-like parts growing from its head. It is able to move those ears skillfully and use them like hands, performing gestures such as pulling its eyelid and sticking its tongue out, or slapping its rear to mock the opponent. It has a prank-loving personality. It will bully Digimon such as Koromon or Tunomon by chasing them around.",
"entity.digimobs.tsumemon": "Tsumemon",
"tsume.desc": "A Baby Digimon that further evolved from Kuramon. The tips of its tentacles have become claw-shaped, and its ferocity has also increased. It consumes data at a terrifying speed, causing the Network to go haywire. Not only that, once it has evolved into Tsumemon, it becomes even more difficult to capture due to its fast movement speed.",
"entity.digimobs.demiveemon": "DemiVeemon",
"demivee.desc": "A Baby Dragon Digimon that evolved from Chibomon. Unusually for a In-Training Digimon, it possesses a body, hands, and feet, and so is able to grip objects with both of its small hands, and move while hopping about with both feet. As it is very voracious, it especially likes sweet foods. Also, as it is very fond of sleeping, if you take your eyes off of it, it will instantly fall asleep.",
"entity.digimobs.poromon": "Poromon",
"poro.desc": "A Small Bird Digimon that evolved from Pururumon, and can now fly at low altitudes. It has small feathers growing closely packed on its body, and unusually for a Baby Digimon, it has wings. Its most charming feature is the feather ornament attached to its head, so it maintains it intently. It has a fundamentally tidy personality, but because it cannot turn its neck even if it wants to groom itself, it relies on its comrades.",
"entity.digimobs.upamon": "Upamon",
"upa.desc": "A Baby Amphibian Digimon with ear-like branchia growing from both sides of its head. Although it is able to live whether on land or under water, it appears that it is rather suited for life on land. Because of its carefree personality, it is easily and frequently bullied by other Digimon. However, because of its personality, there are occasions when it mistakes it as being played with, rather than it being bullied.",
"entity.digimobs.minomon": "Minomon",
"mino.desc": "A Digimon that is an evolution of Leafmon, and went into a tough outer shell. On days with good weather, or when it's in a good mood, it sticks its face out of its shell and vegetates. It hangs onto high places with the ivy (hair?) growing from its head, and moves by hanging onto large Digimon, but if it's over a short distance, it is also able to move by floating through the air. Due to its vegetative personality, it has a fault of not easily showing its emotions on its face. Also, as solitude is its 'specialty', it has the inner fortitude to not be discouraged even if it gets worried and anxious.",
"entity.digimobs.gigimon": "Gigimon",
"gigi.desc": "A four-legged Baby Digimon that grew from Jyarimon. Its physical features resemble those of Tokomon, and there are powerful fangs growing within its mouth. However, unlike Tokomon, who evolves into the Mammal-species, Gigimon, who evolves into the Dragon-species, has a rough personality, and is ferocious despite its small size. There are more than a few even larger Digimon that were deceived by its appearance and suffered a counterattack.",
"entity.digimobs.viximon": "Viximon",
"vixi.desc": "A nocturnal Baby Digimon that evolved from Relemon. Due to it only acting in the evening and on moonlit nights, it is said that its existence is close to an illusion. For that reason, it confers a kind of status among Tamers to raise a Viximon. It will grow into an extremely heartening Digimon depending on how it was raised. It always acts to avoid public notice, and although it is difficult to capture Viximon, who is swift and speedy despite its appearance, it will show up without thinking if you set out its favorite food of fried tofu.",
"entity.digimobs.gummymon": "Gummymon",
"gummy.desc": "A Digimon that grew up from Zerimon. As it inherited an exceedingly energetic personality from Zerimon, it is both cheerful and lively. Although it is growing, it's squishy because its body tissue is as unstable as usual, but just like Zerimon, parts of its horn have hardened and it intimidates the opponent with headbutts. Its greatest change from Zerimon is that it has a body and ear-like objects coming out of its head.",
"entity.digimobs.yaamon": "Yaamon",
"yaa.desc": "A Lesser Digimon that evolved from Kiimon. Its personality becomes sinuous, and when it finds a Digimon having fun, it covers them with ink using its 'Paint Splash', which it spews out of its mouth. Yaamon enjoys seeing the stunned Digimon.",
"entity.digimobs.hopmon": "Hopmon",
"hop.desc": "A Baby Dragon Digimon that evolved from Ketomon. Its entire body is covered in scales small enough to be invisible to the naked eye, and its body is sturdier than it looks. It has overcome its timid personality, and has a budding sense of justice that despises the crooked even at its young age.",
"entity.digimobs.kokomon": "Kokomon",
"koko.desc": "A Digimon that grew up from Cocomon. The personalities of the robust-natured Gummymon and the docile Kokomon are opposites, but they get along very well, and always act in unison. It is an existence of unified mind and flesh, such that if you temporarily separate the two, it will weaken due to too much loneliness.",
"entity.digimobs.xiaomon": "Xiaomon",
"xiao.desc": "A four-legged Baby Digimon that evolved from Paomon. It is said that Digimon that were created artificially basically only evolve up to their Child-level, and the most often seen artificial Digimon is this Xiaomon. It forms attachments with people enormously easily, and among Digimon it is the easiest to train.",
"entity.digimobs.wanyamon": "Wanyamon",
"wanya.desc": "A Digimon fused from the data of small, pet animals like dogs and cats. Because its unexpected movements are also quick, caution is necessary so that it doesn't get away, but it becomes very emotionally attached if shown affection like a pet.",
"entity.digimobs.budmon": "Budmon",
"bud.desc": "Blended from the data of various poisonous plants, it is a Plant Digimon which has the form of a flower bud. Usually, it drifts through the air carried by its leaf, and doesn't attack as long as nothing happens.",
"entity.digimobs.pinamon": "Pinamon",
"pina.desc": "A Chick Digimon that always runs about restlessly. Because it expresses its emotions in how it runs, it doesn't stand still unless it is a time when it is bored or sleeping. Because its emotions do not appear on its face, its emotions must be read from how it runs, so it is a Digimon with which making a connection is very difficult.",
"entity.digimobs.chapmon": "Chapmon",
"chap.desc": "A Lesser Digimon that only lives in clear, beautiful waters. For this reason, its form can only be seen in limited areas within the Digital World. It spends most of the day on the water's surface, and when it sleeps, it sleeps with only its face poking out of the surface. It has the sensitivity to detect the approach of opponents just from tiny movements of the water's surface, and will escape to a safe spot before it is found.",
"entity.digimobs.kyaromon": "Kyaromon",
"kyaro.desc": "A Lesser Digimon that vigorously grew a tail. As it is brimming with curiosity, it takes an interest in anything, and has a habit of rushing for whatever caught its interest.",
"entity.digimobs.missimon": "Missimon",
"missi.desc": "A Machine Digimon with a missile for a body. The moment it evolves into Missimon, its missile is ignited and sends it flying non-stop until it further evolves into another Digimon. While it is able to adjust its flight speed to some extent, it is unable to stop moving as it will fall if it does not maintain a sufficient flight speed.",
"entity.digimobs.frimon": "Frimon",
"fri.desc": "A Lesser Digimon possessing a frill on its neck. Its frill was made from a hardened portion of its hairs, and by covering its body with the frill when danger approaches, it can be used as 'Armor' to protect its body. Since it is extremely full of curiosity, it has a habit of responding to anything that moves, but because it also responds to its own tail, it chases after it, and is often observed spinning in place.",
"entity.digimobs.dorimon": "Dorimon",
"dori.desc": "A Lesser Digimon that can run very quickly, if it is going straight. It is often in a wild state because it hates to be domesticated, and it is dangerous because it will recklessly charge and perform a ramming attack if approached. Its ears have grown sharp and hard, and because they also act as horns there is some small damage from its ramming attacks, though it can't turn when going at speed.",
"entity.digimobs.kyokyomon": "Kyokyomon",
"kyokyo.desc": "A Lesser Digimon whose body has grown long. If it gets angry it can stretch up to nearly nine times its normal length to attack the opponent, but because it only extends forward, the opponent usually avoids it completely. It has a light body like Fufumon, and floats lightly through the air, but it is able to move relatively nimbly by paddling the air with its hands and feet.",
"entity.digimobs.puroromon": "Puroromon",
"puroro.desc": "A Larva Digimon which flies freely by individually operating its three pairs of wings. It is not yet powerful, but be that as it may, it is difficult to catch because of its random flying about, which surprisingly gets the opponent completely annoyed.",
"entity.digimobs.chicchimon": "Chicchimon",
"chicchi.desc": "A small Digimon which looks like a chick. It抯 still physically weak and isn抰 suitable for an actual fight, but even though it抯 an In-Training Digimon, we can see how it抣l turn out to be after evolving.",
"entity.digimobs.sunmon": "Sunmon",
"sun.desc": "Its body takes the form of the Sun, and its head is like a flame. It has a bright personality and floats around in the air.",
"entity.digimobs.moonmon": "Moonmon",
"moon.desc": "A cute Digimon with a transparent body like a drop of water and slightly-flushed cheeks. It has a pure heart. It easily gets affected by the personality of the Tamer who raises it.",
"entity.digimobs.babydmon": "Babydmon",
"babyd.desc": "A Baby Dragon Digimon whose body bears a striking resemblance to a dragon. While this Digimon was only discovered recently, it has been made clear through data analysis that it contains a program code specific to ancient Digimon, and that it is related to the long-lost, ancient species of Digimon.",
"entity.digimobs.kyupimon": "Kyupimon",
"kyupi.desc": "A Small Angel Digimon that evolved from Puttimon. It likes benevolence and loves making everyone happy, contrary to when it was a Puttimon. In particular, it is referred to as the 'Angel of Charity', and it specializes in bringing about feelings of 'Love' in every person. It is always flying around the Digital World's skies, sprinkling love on everyone while making them feel happy. It is said that even a large Digimon with great fighting spirit will cease battling once it encounters Kyupimon.",
"entity.digimobs.sakuttomon": "Sakuttomon",
"sakutto.desc": "A Baby Digimon that evolved from Sakumon, and that now has two blades. Its balance has been stabilized by the blades now positioned on its left and right side, as well as with the addition of its small feet. While it has stopped rolling around and become more active, getting stuck in a ceiling or wall will cause it to be unable to move.",
"entity.digimobs.gurimon": "Gurimon",
"guri.desc": "A Baby Digimon that grew up from Curimon and now has two horns on its brow. It enjoys coming across whole rocks, and runs around bursting with energy to become even stronger. Its frill has grown harder, and it seems that in addition to protecting its soft body, it also has the effect of making it look bigger. ",
"entity.digimobs.hiyarimon": "Hiyarimon",
"hiyari.desc": "A Lesser Digimon that evolved from YukimiBotamon. The fluffy cilia it once had are now gone, and instead the surface of its body is always covered with snow. It lives mostly in snowy mountains, and its body melts when exposed to sunlight, so it is active after sunset. It seems that the bigger the icicle is that hangs from the tip of its beak, the more energized it is.",
"entity.digimobs.bibimon": "Bibimon",
"bibi.desc": "A Lesser Digimon that evolved from Dokimon. It lacks composure, and is always moving around mischievously. However, because it is not used to dealing with four legs yet, it very often loses its balance in the middle of running and rolls over.",
"entity.digimobs.bowmon": "Bowmon",
"bow.desc": "A Lesser Digimon whose whole body is covered in soft fur. It takes interest in everything it sees, and has a habit of sniffing them out. Although it is an active Digimon, it immediately tumbles over when running due to its short legs. It is unable to ascend or descend places with a difference in elevation greater than the length of its legs, so when it comes to areas that frequently differ in elevation, it moves around while rolling.",
"entity.digimobs.bosamon": "Bosamon",
"bosa.desc": "A Lesser Digimon that evolved from Pyonmon. Its bangs have grown out, hiding its eyes, so it can now move around without worrying about others looking at it. Its shy personality has changed into one that is calm. It now has two long ears and its sense of hearing has developed. It is able to perceive sound in three dimensions, and listening to conversations between fellow Digimon from a distance has become its hobby. It has a lot of information about things that it has not experienced firsthand thanks to that. It hates fighting, and quickly detects the approach of an enemy, and leaves the area.",
"entity.digimobs.kakkinmon": "Kakkinmon",
"kakkin.desc": "A Digimon whose hat has become a copper shield, with its personality turning rougher as well. It is less vigilant than before due to its equipment becoming sturdier, adopting a fearless, forward-charging personality. However, because its shield is still only made of copper, it will land itself in trouble if it gets too aggressive.",
"entity.digimobs.puyoyomon": "Puyoyomon",
"puyoyo.desc": "Puyomon evolved by taking in jellyfish data. It grew several tentacles by copying the biological features of jellyfish. As you can tell from its round eyes that are brimming with curiosity, it has grown its own preferences, and once it sticks to something that it likes, it will not let go.",
"entity.digimobs.tumblemon": "Tumblemon",
"tumble.desc": "A Baby Digimon that grows by eating rocks. Because its digestive system is not fully developed yet, it stores an amount of ore in its body unimaginable given its small size, and gradually converts it into nourishment. The site in which its eye is located also serves as its mouth, and it seems to turn completely blind while eating.",
"entity.digimobs.tokomonx": "Tokomon X",
"tokox.desc": "It is rare for a Baby to take in the X-Antibody, so it is often targeted by other Digimon. However, it has adopted a valiant personality and is not discouraged by its setbacks, overcoming all odds with its small stature and increased agility.",
"entity.digimobs.arkadimonintraining": "Arkadimon",
"arkadiintraining.desc": "A cursed Digimon artificially created based on the data of various Digimon. Because these details are unknown, it is currently being investigated.",
//Rookie
"entity.digimobs.agumon": "Agumon",
"agu.desc": "A Reptile Digimon with an appearance resembling a small dinosaur, it has grown and become able to walk on two legs. Its strength is weak as it is still in the process of growing, but it has a fearless and rather ferocious personality. Hard, sharp claws grow from both its hands and feet, and their power is displayed in battle. It also foreshadows an evolution into a great and powerful Digimon.",
"entity.digimobs.blackagumon": "BlackAgumon",
"blackagu.desc": "A Reptile Digimon which has grown up and become able to walk on two legs, it has an appearance like a tiny dinosaur. Because it is still on the way to adulthood, its power is low, but as its personality is quite ferocious, it doesn't understand fear. It has grown hard, sharp claws on its hands and feet, and demonstrates its power in battle. It is also a being that foretells evolution to a great and powerful Digimon.",
"entity.digimobs.gabumon": "Gabumon",
"gabu.desc": "Although it is covered by a fur pelt, it is clearly a Reptile Digimon. Due to its extremely timid and shy personality, it always gathers up the data which Garurumon leaves behind, and shapes it into a fur pelt to wear. Because it is wearing the fur pelt of Garurumon, who is feared by other Digimon, it fills the role of safeguarding itself as a result of protecting its body. When it is wearing the fur pelt, its personality does a complete 180?shift.",
"entity.digimobs.blackgabumon": "BlackGabumon",
"blackgabu.desc": "A Gabumon who evolved to a Virus-species. The fur pelt it wears was made by gathering up the data of a viral Garurumon. Although it is violent, it turns cowardly and timid when its pelt is removed, just like the Vaccine-species, and its true face is still a secret.",
"entity.digimobs.biyomon": "Biyomon",
"biyo.desc": "A Chick Digimon whose wings have developed to become like arms. It is able to dexterously operate its wings and use them to grip objects, but for that reason, it is poor at flying in the air. It usually lives on the ground, but when danger draws near it escapes by flying away. However, since its flying ability is on the same level as Patamon, it sees Patamon as its rival. Its dream is to someday become Birdramon, who can fly freely about the sky, and it seems it doesn't want to become Cockatrimon, who cannot fly at all. As its personality is to be brimming over with curiosity, it loves to peck at the head portion of Tanemon.",
"entity.digimobs.tentomon": "Tentomon",
"tento.desc": "The original type of Insect Digimon who, although it has a hard shell, still has low aggression. It has one hard claw on each of its fore-legs, and four on each of its middle- and hind-legs, and in particular, the middle-legs are able to skillfully grasp objects just like a human hand. Although the other Insects at its evolution level only possess fighting spirit, it still retains its naturally friendly sentiments, and displays its carefree way of life by doing things like sniffing the scent of flowers and napping in the shade of a tree.",
"entity.digimobs.palmon": "Palmon",
"pal.desc": "A Plant Digimon with a tropical flower blooming on its head. Although it evolved like a reptile from Tanemon, it is an unusual Type which is classified as a Plant based on its outward appearances and special qualities. During the day it opens up the flower and spreads its leaf-like arms to perform photosynthesis. It usually buries its root-like feet under the ground, and although it is absorbing nutrients, it is also able to walk. As for the flower on its head, when it is joyful or happy it will waft about a sweet fragrance, but when it is angered or senses danger, it releases a foul stench that will drive off even large Digimon.",
"entity.digimobs.gomamon": "Gomamon",
"goma.desc": "A Marine Animal Digimon that became able to move on land, and is covered in temperature-maintaining fur. The short, white fur that covers its body gets longer as it grows, and furthermore, it's said that it turns brown when it grows up. Its personality is a naughty-boy type that fiddles with everything it sees. The red fur growing along its back from the top of its head moves according to Gomamon's emotions, and when it gets angry the fur bristles. Gomamon's claws are strong enough to easily break through solid ice, so you'll have a painful experience if you take it lightly.",
"entity.digimobs.patamon": "Patamon",
"pata.desc": "A Mammal Digimon characterized by its large ears. It is able to fly through the air by using them as large wings, but because it only goes at a speed of 1 km/h, it is said that it is definitely faster walking. However, it's very popular because its appearance is cute when it is desperately flying (though it seems that it doesn't feel the same). Due to its extremely obedient personality, its trainers are well-defended. Also, even though Patamon doesn't wear a Holy Ring, it is able to exhibit its hidden holy power, and it appears to have inherited the genes of ancient Digimon.",
"entity.digimobs.salamon": "Salamon",
"sala.desc": "A Holy-species Digimon child characterized by its lop ears. Because it is still very young, it is unable to manifest its holy powers, and isn't even aware of its own mission. For that reason it is naturally insecure, so it can become either good or evil. However, the time will come someday when Plotmon, who was born as a Holy-species Digimon, will awaken to its mission as one of the 'Virus Busters'. Also, Plotmon is an experimental Digimon that was created by Digimon researchers, and because it was made to imitate the pets that live with humans, it has an appearance close to that of a real animal.",
"entity.digimobs.hagurumon": "Hagurumon",
"haguru.desc": "A mutant Machine Digimon shaped like a gear. There are countless gears built into its body, and the gears are constantly rotating. For that reason, if even a single gear is missing, all of the gears in its body stop rotating, and it becomes unable to maintain its vital functions. Hagurumon possesses the special ability to send a computer virus to its opponents in order to manipulate them at will, and that ability is exploited by fiendish Digimon. However, because Hagurumon itself doesn't have any sense of self, it doesn't even know it is being misused.",
"entity.digimobs.solarmon": "Solarmon",
"solar.desc": "A Machine Digimon that appears to be a rare species of mechanical Digimon. Some researchers say that it might be a mutation of Hagurumon, but the truth is a mystery. Due to its 'Computer Kernel' generating heat, its body has become hot enough to cause burns.",
"entity.digimobs.betamon": "Betamon",
"beta.desc": "A quadrupedal Amphibian Digimon. Although Betamon has a gentle, docile personality, once it is angered, it emits its 'Electric Shock from its body, generating more than 1 MV of electricity to strike the opponent.",
"entity.digimobs.candlemon": "Candlemon",
"candle.desc": " Flame Digimon whose Digicore, which can also be said to be a Digimon's heart, burns intensely while mounted atop its head. When the Digicore on Candlemon's head ceases to burn, it becomes unable to maintain its life processes. One theory suggests that the flame on its head is its true form, and that the rest of its body is naught but a dummy. Despite being a Flame Digimon, it has a docile personality and will not bring danger to its surroundings out of its own volition.",
"entity.digimobs.demidevimon": "DemiDevimon",
"demidevi.desc": "A tiny familiar Digimon which has the appearance of a bat. It exists to serve as a familiar for higher-class Digimon like Devimon and Myotismon, but it is also said to be the one responsible for tempting Devimon, who was an angel-species Digimon, and luring it to the Dark Side. Although its offensive ability and the like are not strong, it is cunning and makes mischief all over. It prefers the dark, and is often with a higher-level Digimon at all times, so it seems that it is seldom observed on its own.",
"entity.digimobs.chuumon": "Chuumon",
"chuu.desc": "A rat-like Digimon that is always feeding Sukamon with unscrupulous thoughts. It has forged a strong friendship with Sukamon (that said, it might be only Chuumon that thinks this?), after a past incident where Chuumon was caught in a Carnivore system trap placed on the Network, and was saved by Sukamon who just happened to be passing by. While it is generally cowardly, its cunning is unparalleled and it will dash away to safety at the first sign of danger.",
"entity.digimobs.sangomon": "Sangomon",
"sango.desc": "A Mollusk Digimon that lives in the shallows of the Net Ocean. It often mingles with other species due to its gentle disposition and cheerfulness. It uses the backs of Shellmon as a resting spot, and Crabmon have been witnessed trimming the coral protruding from its head.",
"entity.digimobs.liollmon": "Liollmon",
"lioll.desc": "A Holy Beast Digimon which has a golden coat. There seems to be very few surviving individuals, so its existence was not confirmed until recently. It is a Digimon with very intense territoriality, so it doesn't show mercy to those who enter its territory, even if they are the same species of Digimon. When it is on alert, the hair on its head becomes tinged with static electricity, and it is said that it produces a sound when threatened.",
"entity.digimobs.labramon": "Labramon",
"labra.desc": "A Beast Digimon which has an appearance like a real dog. It is said that the Child-level is the final form of artificial Digimon, and although the prevailing view says that it won't evolve further than this, there exist unconfirmed reports of it having evolved further than that, too. Perhaps, some sort of miracle might stimulate an evolution in Labramon. It is exceedingly faithful to its Tamer, and feels called to protect them.",
"entity.digimobs.elecmon": "Elecmon",
"elec.desc": "A Mammal Digimon that retained Tsunomon's mammal-like elements and evolved. It's very curious and lively, and inherited its prank-loving personality from Tsunomon. Also, Elecmon possesses nine tails, and during battle, it fans out its tail like the plumage of a peacock to intimidate its opponent. ",
"entity.digimobs.toyagumon": "ToyAgumon",
"toyagu.desc": "A unique Digimon whose whole body is made up of unique plastic blocks. It is said that a child playing on the Internet created it to resemble Agumon's appearance, and so it is very cute. Unlike the confident Agumon, it has a cowardly side, and its blocks fall apart when it is surprised. However, it possesses a heart of justice that cannot turn a blind eye to evil. Also, it absolutely loves children, and enjoys communicating with them over the Net.",
"entity.digimobs.mushroomon": "Mushroomon",
"mushroo.desc": "A tiny Plant Digimon in the shape of a poisonous mushroom. Out of Mushroomon's body, it grows tiny mushroom bombs, powerful with toxins, that induce every affliction. If one gets hit with these mushroom bombs, they become unable to stop laughing, their body becomes completely paralyzed, all of their memories until now vanish, and they start showing various symptoms. As its personality is extremely ill-tempered, it loves to bully the weak, but it has a shy side, and always conceals half of its face.",
"entity.digimobs.coronamon": "Coronamon",
"corona.desc": "A Beast Digimon born from the fusion of sun-watching data. It has an innocent personality due to its sense of justice being powerfully sincere.",
"entity.digimobs.lunamon": "Lunamon",