The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'data'}) and 1 missing columns ({'tags'}).

This happened while the json dataset builder was generating data using

hf://datasets/deepghs/game_characters/arknights/index.json (at revision da5b55d1bd91c1f5fb9840b46c0148be4eab50bd)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              data: struct<alias: list<item: string>, data: struct<data-adapt: string, data-atk: string, data-birth_place: string, data-block: string, data-cost: string, data-def: string, data-en: string, data-flex: string, data-group: string, data-hp: string, data-id: string, data-interval: string, data-ja: string, data-logo: string, data-nation: string, data-obtain_method: string, data-phy: string, data-plan: string, data-position: string, data-potential: string, data-profession: string, data-race: string, data-rarity: string, data-re_deploy: string, data-res: string, data-sex: string, data-skill: string, data-sortid: string, data-subprofession: string, data-tag: string, data-team: string, data-tolerance: string, data-trust: string, data-zh: string>, release: struct<index: int64, time: double>, skins: list<item: struct<name: string, url: string>>>
                child 0, alias: list<item: string>
                    child 0, item: string
                child 1, data: struct<data-adapt: string, data-atk: string, data-birth_place: string, data-block: string, data-cost: string, data-def: string, data-en: string, data-flex: string, data-group: string, data-hp: string, data-id: string, data-interval: string, data-ja: string, data-logo: string, data-nation: string, data-obtain_method: string, data-phy: string, data-plan: string, data-position: string, data-potential: string, data-profession: string, data-race: string, data-rarity: string, data-re_deploy: string, data-res: string, data-sex: string, data-skill: string, data-sortid: st
              ...
               child 3, data-block: string
                    child 4, data-cost: string
                    child 5, data-def: string
                    child 6, data-en: string
                    child 7, data-flex: string
                    child 8, data-group: string
                    child 9, data-hp: string
                    child 10, data-id: string
                    child 11, data-interval: string
                    child 12, data-ja: string
                    child 13, data-logo: string
                    child 14, data-nation: string
                    child 15, data-obtain_method: string
                    child 16, data-phy: string
                    child 17, data-plan: string
                    child 18, data-position: string
                    child 19, data-potential: string
                    child 20, data-profession: string
                    child 21, data-race: string
                    child 22, data-rarity: string
                    child 23, data-re_deploy: string
                    child 24, data-res: string
                    child 25, data-sex: string
                    child 26, data-skill: string
                    child 27, data-sortid: string
                    child 28, data-subprofession: string
                    child 29, data-tag: string
                    child 30, data-team: string
                    child 31, data-tolerance: string
                    child 32, data-trust: string
                    child 33, data-zh: string
                child 2, release: struct<index: int64, time: double>
                    child 0, index: int64
                    child 1, time: double
                child 3, skins: list<item: struct<name: string, url: string>>
                    child 0, item: struct<name: string, url: string>
                        child 0, name: string
                        child 1, url: string
              last_updated: double
              -- schema metadata --
              pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' + 315
              to
              {'tags': [{'id': Value(dtype='int64', id=None), 'tag': Value(dtype='string', id=None), 'posts': Value(dtype='int64', id=None), 'split': {'title': Value(dtype='string', id=None), 'subtitles': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'game': Value(dtype='string', id=None)}}], 'last_updated': Value(dtype='float64', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1417, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1049, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1000, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'data'}) and 1 missing columns ({'tags'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/deepghs/game_characters/arknights/index.json (at revision da5b55d1bd91c1f5fb9840b46c0148be4eab50bd)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

tags
list
last_updated
float64
data
dict
[ { "id": 1961605, "tag": "typhon_(arknights)", "posts": 1, "split": { "title": "typhon", "subtitles": [], "game": "arknights" } }, { "id": 1961102, "tag": "ambriel_(holiday)_(arknights)", "posts": 3, "split": { "title": "ambriel", "subtitles": [ "holiday" ], "game": "arknights" } }, { "id": 1959846, "tag": "aciddrop_(afternoon_teatime)_(arknights)", "posts": 10, "split": { "title": "aciddrop", "subtitles": [ "afternoon_teatime" ], "game": "arknights" } }, { "id": 1959659, "tag": "amiya_(guard)_(touch_the_stars)_(arknights)", "posts": 17, "split": { "title": "amiya", "subtitles": [ "guard", "touch_the_stars" ], "game": "arknights" } }, { "id": 1956727, "tag": "ermengarda_(npc)_(arknights)", "posts": 0, "split": { "title": "ermengarda", "subtitles": [ "npc" ], "game": "arknights" } }, { "id": 1956724, "tag": "ermengarda_(arknights)", "posts": 1, "split": { "title": "ermengarda", "subtitles": [], "game": "arknights" } }, { "id": 1954623, "tag": "fortuna_(arknights)", "posts": 4, "split": { "title": "fortuna", "subtitles": [], "game": "arknights" } }, { "id": 1953895, "tag": "insider_(arknights)", "posts": 3, "split": { "title": "insider", "subtitles": [], "game": "arknights" } }, { "id": 1953893, "tag": "zarro_(arknights)", "posts": 2, "split": { "title": "zarro", "subtitles": [], "game": "arknights" } }, { "id": 1951980, "tag": "warfarin_(elite_ii)_(arknights)", "posts": 17, "split": { "title": "warfarin", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951979, "tag": "exusiai_(elite_ii)_(arknights)", "posts": 3, "split": { "title": "exusiai", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951962, "tag": "sora_(elite_ii)_(arknights)", "posts": 26, "split": { "title": "sora", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951942, "tag": "skadi_(elite_ii)_(arknights)", "posts": 77, "split": { "title": "skadi", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951903, "tag": "aurora_(elite_ii)_(arknights)", "posts": 81, "split": { "title": "aurora", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951863, "tag": "deepcolor_(elite_ii)_(arknights)", "posts": 39, "split": { "title": "deepcolor", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951862, "tag": "gummy_(elite_ii)_(arknights)", "posts": 2, "split": { "title": "gummy", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951861, "tag": "magallan_(elite_ii)_(arknights)", "posts": 62, "split": { "title": "magallan", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951840, "tag": "may_(elite_ii)_(arknights)", "posts": 7, "split": { "title": "may", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951835, "tag": "ch'en_the_holungday_(elite_ii)_(arknights)", "posts": 128, "split": { "title": "ch'en_the_holungday", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951832, "tag": "blue_poison_(elite_ii)_(arknights)", "posts": 90, "split": { "title": "blue_poison", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951818, "tag": "ptilopsis_(elite_ii)_(arknights)", "posts": 52, "split": { "title": "ptilopsis", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1951813, "tag": "mudrock_(elite_ii)_(arknights)", "posts": 709, "split": { "title": "mudrock", "subtitles": [ "elite_ii" ], "game": "arknights" } }, { "id": 1950712, "tag": "u-official_(arknights)", "posts": 44, "split": { "title": "u-official", "subtitles": [], "game": "arknights" } }, { "id": 1950597, "tag": "bernardo_bellone_(arknights)", "posts": 1, "split": { "title": "bernardo_bellone", "subtitles": [], "game": "arknights" } }, { "id": 1949576, "tag": "executor_the_ex_foedere_(arknights)", "posts": 32, "split": { "title": "executor_the_ex_foedere", "subtitles": [], "game": "arknights" } }, { "id": 1949554, "tag": "mob_(arknights)", "posts": 1, "split": { "title": "mob", "subtitles": [], "game": "arknights" } }, { "id": 1949267, "tag": "shalem_(the_fruition)_(arknights)", "posts": 4, "split": { "title": "shalem", "subtitles": [ "the_fruition" ], "game": "arknights" } }, { "id": 1949260, "tag": "paprika_(the_road_to_here)_(arknights)", "posts": 7, "split": { "title": "paprika", "subtitles": [ "the_road_to_here" ], "game": "arknights" } }, { "id": 1949258, "tag": "saga_(there_they_be)_(arknights)", "posts": 27, "split": { "title": "saga", "subtitles": [ "there_they_be" ], "game": "arknights" } }, { "id": 1948740, "tag": "spuria_(arknights)", "posts": 11, "split": { "title": "spuria", "subtitles": [], "game": "arknights" } }, { "id": 1948383, "tag": "fartooth_(hear_the_wind_sing)_(arknights)", "posts": 12, "split": { "title": "fartooth", "subtitles": [ "hear_the_wind_sing" ], "game": "arknights" } }, { "id": 1946091, "tag": "rubio's_daughter_(npc)_(arknights)", "posts": 3, "split": { "title": "rubio's_daughter", "subtitles": [ "npc" ], "game": "arknights" } }, { "id": 1945972, "tag": "honeyberry_(wildness_behind)_(arknights)", "posts": 2, "split": { "title": "honeyberry", "subtitles": [ "wildness_behind" ], "game": "arknights" } }, { "id": 1941156, "tag": "quercus_(distant_home's_guide)_(arknights)", "posts": 1, "split": { "title": "quercus", "subtitles": [ "distant_home's_guide" ], "game": "arknights" } }, { "id": 1930115, "tag": "melanite_(arknights)", "posts": 1, "split": { "title": "melanite", "subtitles": [], "game": "arknights" } }, { "id": 1929230, "tag": "silence_the_paradigmatic_(arknights)", "posts": 30, "split": { "title": "silence_the_paradigmatic", "subtitles": [], "game": "arknights" } }, { "id": 1929208, "tag": "orchid_(twines_of_time)_(arknights)", "posts": 5, "split": { "title": "orchid", "subtitles": [ "twines_of_time" ], "game": "arknights" } }, { "id": 1929207, "tag": "ebenholz_(eine_variation)_(arknights)", "posts": 19, "split": { "title": "ebenholz", "subtitles": [ "eine_variation" ], "game": "arknights" } }, { "id": 1929206, "tag": "specter_the_unchained_(born_as_one)_(arknights)", "posts": 13, "split": { "title": "specter_the_unchained", "subtitles": [ "born_as_one" ], "game": "arknights" } }, { "id": 1929205, "tag": "ch'en_the_holungday_(ten_thousand_mountains)_(arknights)", "posts": 20, "split": { "title": "ch'en_the_holungday", "subtitles": [ "ten_thousand_mountains" ], "game": "arknights" } }, { "id": 1929204, "tag": "kal'tsit_(remnant)_(arknights)", "posts": 31, "split": { "title": "kal'tsit", "subtitles": [ "remnant" ], "game": "arknights" } }, { "id": 1929203, "tag": "justice_knight_(tournament_fantasy_retrofit_kit)_(arknights)", "posts": 1, "split": { "title": "justice_knight", "subtitles": [ "tournament_fantasy_retrofit_kit" ], "game": "arknights" } }, { "id": 1927349, "tag": "roberta_(granter_of_colors)_(arknights)", "posts": 10, "split": { "title": "roberta", "subtitles": [ "granter_of_colors" ], "game": "arknights" } }, { "id": 1927348, "tag": "lumen_(golden_dream)_(arknights)", "posts": 13, "split": { "title": "lumen", "subtitles": [ "golden_dream" ], "game": "arknights" } }, { "id": 1926731, "tag": "skadi_(the_next_afternoon_tea)_(arknights)", "posts": 44, "split": { "title": "skadi", "subtitles": [ "the_next_afternoon_tea" ], "game": "arknights" } }, { "id": 1925744, "tag": "frostleaf_(breaking_the_ice)_(arknights)", "posts": 39, "split": { "title": "frostleaf", "subtitles": [ "breaking_the_ice" ], "game": "arknights" } }, { "id": 1925489, "tag": "irene_(voyage_of_feathers)_(arknights)", "posts": 80, "split": { "title": "irene", "subtitles": [ "voyage_of_feathers" ], "game": "arknights" } }, { "id": 1924324, "tag": "czibor_(arknights)", "posts": 2, "split": { "title": "czibor", "subtitles": [], "game": "arknights" } }, { "id": 1923897, "tag": "signora_sicilia_(arknights)", "posts": 3, "split": { "title": "signora_sicilia", "subtitles": [], "game": "arknights" } }, { "id": 1923896, "tag": "alberto_saluzzo_(arknights)", "posts": 4, "split": { "title": "alberto_saluzzo", "subtitles": [], "game": "arknights" } }, { "id": 1923895, "tag": "agenir_(arknights)", "posts": 11, "split": { "title": "agenir", "subtitles": [], "game": "arknights" } }, { "id": 1923890, "tag": "ishar-mla_(arknights)", "posts": 2, "split": { "title": "ishar-mla", "subtitles": [], "game": "arknights" } }, { "id": 1923889, "tag": "gift_of_the_sanguinarch_(arknights)", "posts": 1, "split": { "title": "gift_of_the_sanguinarch", "subtitles": [], "game": "arknights" } }, { "id": 1923885, "tag": "lumen's_mother_(arknights)", "posts": 1, "split": { "title": "lumen's_mother", "subtitles": [], "game": "arknights" } }, { "id": 1923872, "tag": "alcohol_lover_(arknights)", "posts": 1, "split": { "title": "alcohol_lover", "subtitles": [], "game": "arknights" } }, { "id": 1922771, "tag": "harmonie_(invitation)_(arknights)", "posts": 13, "split": { "title": "harmonie", "subtitles": [ "invitation" ], "game": "arknights" } }, { "id": 1922526, "tag": "heidi_(a_thousand_correspondences)_(arknights)", "posts": 9, "split": { "title": "heidi", "subtitles": [ "a_thousand_correspondences" ], "game": "arknights" } }, { "id": 1919939, "tag": "cement_(arknights)", "posts": 10, "split": { "title": "cement", "subtitles": [], "game": "arknights" } }, { "id": 1919418, "tag": "horn_(to_effloresce_whitely)_(arknights)", "posts": 37, "split": { "title": "horn", "subtitles": [ "to_effloresce_whitely" ], "game": "arknights" } }, { "id": 1919406, "tag": "tiacauh_warrior_(arknights)", "posts": 1, "split": { "title": "tiacauh_warrior", "subtitles": [], "game": "arknights" } }, { "id": 1919404, "tag": "humus_(arknights)", "posts": 30, "split": { "title": "humus", "subtitles": [], "game": "arknights" } }, { "id": 1918190, "tag": "rockbreaker_leader_(arknights)", "posts": 1, "split": { "title": "rockbreaker_leader", "subtitles": [], "game": "arknights" } }, { "id": 1918189, "tag": "full_metal_surfing_instructor_(arknights)", "posts": 2, "split": { "title": "full_metal_surfing_instructor", "subtitles": [], "game": "arknights" } }, { "id": 1913916, "tag": "astesia_(fantastic_crafts)_(arknights)", "posts": 17, "split": { "title": "astesia", "subtitles": [ "fantastic_crafts" ], "game": "arknights" } }, { "id": 1913137, "tag": "ho'olheyak_(arknights)", "posts": 319, "split": { "title": "ho'olheyak", "subtitles": [], "game": "arknights" } }, { "id": 1912643, "tag": "blacknight_(summer_flower)_(arknights)", "posts": 38, "split": { "title": "blacknight", "subtitles": [ "summer_flower" ], "game": "arknights" } }, { "id": 1912642, "tag": "flamebringer_(casual_vacation)_(arknights)", "posts": 22, "split": { "title": "flamebringer", "subtitles": [ "casual_vacation" ], "game": "arknights" } }, { "id": 1912641, "tag": "carnelian_(shimmering_dew)_(arknights)", "posts": 88, "split": { "title": "carnelian", "subtitles": [ "shimmering_dew" ], "game": "arknights" } }, { "id": 1911828, "tag": "mint_(tsukiyoi)_(arknights)", "posts": 6, "split": { "title": "mint", "subtitles": [ "tsukiyoi" ], "game": "arknights" } }, { "id": 1911820, "tag": "scene_(betsushi)_(arknights)", "posts": 24, "split": { "title": "scene", "subtitles": [ "betsushi" ], "game": "arknights" } }, { "id": 1908292, "tag": "suzuran_(yukibare)_(arknights)", "posts": 130, "split": { "title": "suzuran", "subtitles": [ "yukibare" ], "game": "arknights" } }, { "id": 1908163, "tag": "kirin_x_yato_(arknights)", "posts": 60, "split": { "title": "kirin_x_yato", "subtitles": [], "game": "arknights" } }, { "id": 1908158, "tag": "rathalos_s_noir_corne_(arknights)", "posts": 14, "split": { "title": "rathalos_s_noir_corne", "subtitles": [], "game": "arknights" } }, { "id": 1905536, "tag": "mephisto_the_singer_(arknights)", "posts": 3, "split": { "title": "mephisto_the_singer", "subtitles": [], "game": "arknights" } }, { "id": 1905528, "tag": "nearl_the_radiant_knight_(relight)_(arknights)", "posts": 4, "split": { "title": "nearl_the_radiant_knight", "subtitles": [ "relight" ], "game": "arknights" } }, { "id": 1904947, "tag": "proviso_(high_autumn)_(arknights)", "posts": 2, "split": { "title": "proviso", "subtitles": [ "high_autumn" ], "game": "arknights" } }, { "id": 1902942, "tag": "enforcer_(paper_wing)_(arknights)", "posts": 3, "split": { "title": "enforcer", "subtitles": [ "paper_wing" ], "game": "arknights" } }, { "id": 1902941, "tag": "deepcolor_(melodic_portrayal)_(arknights)", "posts": 7, "split": { "title": "deepcolor", "subtitles": [ "melodic_portrayal" ], "game": "arknights" } }, { "id": 1902188, "tag": "mousse_(campfire_cooking_smoke)_(arknights)", "posts": 11, "split": { "title": "mousse", "subtitles": [ "campfire_cooking_smoke" ], "game": "arknights" } }, { "id": 1901361, "tag": "milan_(arknights)", "posts": 1, "split": { "title": "milan", "subtitles": [], "game": "arknights" } }, { "id": 1901293, "tag": "qiubai_(arknights)", "posts": 35, "split": { "title": "qiubai", "subtitles": [], "game": "arknights" } }, { "id": 1901264, "tag": "exusiai_(midnight_delivery)_(arknights)", "posts": 21, "split": { "title": "exusiai", "subtitles": [ "midnight_delivery" ], "game": "arknights" } }, { "id": 1900424, "tag": "slumberfoot_(arknights)", "posts": 1, "split": { "title": "slumberfoot", "subtitles": [], "game": "arknights" } }, { "id": 1900412, "tag": "midnight_(seventh_night's_awakened)_(arknights)", "posts": 2, "split": { "title": "midnight", "subtitles": [ "seventh_night's_awakened" ], "game": "arknights" } }, { "id": 1900409, "tag": "spot_(professional)_(arknights)", "posts": 1, "split": { "title": "spot", "subtitles": [ "professional" ], "game": "arknights" } }, { "id": 1899794, "tag": "pozyomka_(snowy_plains_in_words)_(arknights)", "posts": 54, "split": { "title": "pozyomka", "subtitles": [ "snowy_plains_in_words" ], "game": "arknights" } }, { "id": 1899620, "tag": "qiu_bai_(arknights)", "posts": 0, "split": { "title": "qiu_bai", "subtitles": [], "game": "arknights" } }, { "id": 1899609, "tag": "wind_chimes_(arknights)", "posts": 16, "split": { "title": "wind_chimes", "subtitles": [], "game": "arknights" } }, { "id": 1898821, "tag": "manticore_(under_a_veil)_(arknights)", "posts": 96, "split": { "title": "manticore", "subtitles": [ "under_a_veil" ], "game": "arknights" } }, { "id": 1897016, "tag": "sui_(arknights)", "posts": 1, "split": { "title": "sui", "subtitles": [], "game": "arknights" } }, { "id": 1895934, "tag": "pudding_(fire_tree_spirit)_(arknights)", "posts": 2, "split": { "title": "pudding", "subtitles": [ "fire_tree_spirit" ], "game": "arknights" } }, { "id": 1895922, "tag": "honeyberry_(wilderness_behind)_(arknights)", "posts": 0, "split": { "title": "honeyberry", "subtitles": [ "wilderness_behind" ], "game": "arknights" } }, { "id": 1895905, "tag": "steward_(snowstorm_invitation)_(arknights)", "posts": 4, "split": { "title": "steward", "subtitles": [ "snowstorm_invitation" ], "game": "arknights" } }, { "id": 1895892, "tag": "pallas_(a_drip_of_orea_and_potamous)_(arknights)", "posts": 19, "split": { "title": "pallas", "subtitles": [ "a_drip_of_orea_and_potamous" ], "game": "arknights" } }, { "id": 1895887, "tag": "mephisto_(the_singer)_(arknights)", "posts": 0, "split": { "title": "mephisto", "subtitles": [ "the_singer" ], "game": "arknights" } }, { "id": 1894605, "tag": "big_sad_lock_(arknights)", "posts": 1, "split": { "title": "big_sad_lock", "subtitles": [], "game": "arknights" } }, { "id": 1894149, "tag": "touch_of_sanguinarch_(arknights)", "posts": 2, "split": { "title": "touch_of_sanguinarch", "subtitles": [], "game": "arknights" } }, { "id": 1893027, "tag": "blacknight_(fragrance_from_the_branches)_(arknights)", "posts": 3, "split": { "title": "blacknight", "subtitles": [ "fragrance_from_the_branches" ], "game": "arknights" } }, { "id": 1892970, "tag": "pudding_(gleaming_fey)_(arknights)", "posts": 0, "split": { "title": "pudding", "subtitles": [ "gleaming_fey" ], "game": "arknights" } }, { "id": 1892969, "tag": "greyy_the_lightningbearer_(prince_after_the_show)_(arknights)", "posts": 1, "split": { "title": "greyy_the_lightningbearer", "subtitles": [ "prince_after_the_show" ], "game": "arknights" } }, { "id": 1892968, "tag": "erato_(untold_stories)_(arknights)", "posts": 2, "split": { "title": "erato", "subtitles": [ "untold_stories" ], "game": "arknights" } }, { "id": 1892955, "tag": "arturia_(arknights)", "posts": 46, "split": { "title": "arturia", "subtitles": [], "game": "arknights" } }, { "id": 1892907, "tag": "ya_(arknights)", "posts": 15, "split": { "title": "ya", "subtitles": [], "game": "arknights" } }, { "id": 1891525, "tag": "ling_(it_does_wash_the_strings)_(arknights)", "posts": 28, "split": { "title": "ling", "subtitles": [ "it_does_wash_the_strings" ], "game": "arknights" } }, { "id": 1891121, "tag": "lin_(arknights)", "posts": 384, "split": { "title": "lin", "subtitles": [], "game": "arknights" } }, { "id": 1891037, "tag": "jieyun_(arknights)", "posts": 2, "split": { "title": "jieyun", "subtitles": [], "game": "arknights" } }, { "id": 1890835, "tag": "firewhistle_(arknights)", "posts": 15, "split": { "title": "firewhistle", "subtitles": [], "game": "arknights" } }, { "id": 1889558, "tag": "edge_eartheart_(arknights)", "posts": 2, "split": { "title": "edge_eartheart", "subtitles": [], "game": "arknights" } }, { "id": 1889557, "tag": "deculture_silvermint_(arknights)", "posts": 8, "split": { "title": "deculture_silvermint", "subtitles": [], "game": "arknights" } }, { "id": 1889556, "tag": "catch_lightrace_(arknights)", "posts": 2, "split": { "title": "catch_lightrace", "subtitles": [], "game": "arknights" } }, { "id": 1889552, "tag": "croque_diamondface_(arknights)", "posts": 14, "split": { "title": "croque_diamondface", "subtitles": [], "game": "arknights" } }, { "id": 1889430, "tag": "cantabile_(illumination_that_of_daylights)_(arknights)", "posts": 10, "split": { "title": "cantabile", "subtitles": [ "illumination_that_of_daylights" ], "game": "arknights" } }, { "id": 1889413, "tag": "mulberry_(reflection_that_of_the_moons)_(arknights)", "posts": 23, "split": { "title": "mulberry", "subtitles": [ "reflection_that_of_the_moons" ], "game": "arknights" } }, { "id": 1889399, "tag": "assistant_robot_(arknights)", "posts": 2, "split": { "title": "assistant_robot", "subtitles": [], "game": "arknights" } }, { "id": 1887200, "tag": "huai_tianpei_(arknights)", "posts": 30, "split": { "title": "huai_tianpei", "subtitles": [], "game": "arknights" } }, { "id": 1886928, "tag": "jie_yun_(arknights)", "posts": 4, "split": { "title": "jie_yun", "subtitles": [], "game": "arknights" } }, { "id": 1886875, "tag": "pozemka_(arknights)", "posts": 0, "split": { "title": "pozemka", "subtitles": [], "game": "arknights" } }, { "id": 1886845, "tag": "cat_mafia_(arknights)", "posts": 2, "split": { "title": "cat_mafia", "subtitles": [], "game": "arknights" } }, { "id": 1886623, "tag": "fire_whistle_(arknights)", "posts": 0, "split": { "title": "fire_whistle", "subtitles": [], "game": "arknights" } }, { "id": 1886563, "tag": "chong_yue_(arknights)", "posts": 144, "split": { "title": "chong_yue", "subtitles": [], "game": "arknights" } }, { "id": 1886562, "tag": "chongyue_(arknights)", "posts": 0, "split": { "title": "chongyue", "subtitles": [], "game": "arknights" } }, { "id": 1883600, "tag": "ursula_(arknights)", "posts": 1, "split": { "title": "ursula", "subtitles": [], "game": "arknights" } }, { "id": 1882949, "tag": "kreide_(arknights)", "posts": 105, "split": { "title": "kreide", "subtitles": [], "game": "arknights" } }, { "id": 1881054, "tag": "greyy_the_lightningbearer_(arknights)", "posts": 6, "split": { "title": "greyy_the_lightningbearer", "subtitles": [], "game": "arknights" } }, { "id": 1876370, "tag": "eblana_(arknights)", "posts": 34, "split": { "title": "eblana", "subtitles": [], "game": "arknights" } }, { "id": 1875269, "tag": "puzzle_(arknights)", "posts": 19, "split": { "title": "puzzle", "subtitles": [], "game": "arknights" } }, { "id": 1875012, "tag": "arctosz_paleroche_(arknights)", "posts": 5, "split": { "title": "arctosz_paleroche", "subtitles": [], "game": "arknights" } }, { "id": 1873696, "tag": "reed_the_flame_shadow_(arknights)", "posts": 79, "split": { "title": "reed_the_flame_shadow", "subtitles": [], "game": "arknights" } }, { "id": 1873144, "tag": "goldenglow_(night_loving_servant)_(arknights)", "posts": 75, "split": { "title": "goldenglow", "subtitles": [ "night_loving_servant" ], "game": "arknights" } }, { "id": 1872989, "tag": "kroos_the_keen_glint_(along_the_corridor)_(arknights)", "posts": 30, "split": { "title": "kroos_the_keen_glint", "subtitles": [ "along_the_corridor" ], "game": "arknights" } }, { "id": 1869788, "tag": "momstesia_(arknights)", "posts": 0, "split": { "title": "momstesia", "subtitles": [], "game": "arknights" } }, { "id": 1868673, "tag": "thiago_(arknights)", "posts": 2, "split": { "title": "thiago", "subtitles": [], "game": "arknights" } }, { "id": 1868672, "tag": "nethersea_spewer_(arknights)", "posts": 5, "split": { "title": "nethersea_spewer", "subtitles": [], "game": "arknights" } }, { "id": 1868671, "tag": "garcia_(arknights)", "posts": 2, "split": { "title": "garcia", "subtitles": [], "game": "arknights" } }, { "id": 1868670, "tag": "the_endspeaker_(arknights)", "posts": 2, "split": { "title": "the_endspeaker", "subtitles": [], "game": "arknights" } }, { "id": 1865787, "tag": "mizuki_(summer_feast)_(arknights)", "posts": 29, "split": { "title": "mizuki", "subtitles": [ "summer_feast" ], "game": "arknights" } }, { "id": 1865679, "tag": "sanguinarch_(arknights)", "posts": 9, "split": { "title": "sanguinarch", "subtitles": [], "game": "arknights" } }, { "id": 1865346, "tag": "aciddrop_(afternoon_tea_time)_(arknights)", "posts": 0, "split": { "title": "aciddrop", "subtitles": [ "afternoon_tea_time" ], "game": "arknights" } }, { "id": 1865047, "tag": "giovanna_(arknights)", "posts": 17, "split": { "title": "giovanna", "subtitles": [], "game": "arknights" } }, { "id": 1863918, "tag": "alfonso_(arknights)", "posts": 4, "split": { "title": "alfonso", "subtitles": [], "game": "arknights" } }, { "id": 1863647, "tag": "lumen's_father_(arknights)", "posts": 3, "split": { "title": "lumen's_father", "subtitles": [], "game": "arknights" } }, { "id": 1863539, "tag": "kjera_(ingenious_servant)_(arknights)", "posts": 52, "split": { "title": "kjera", "subtitles": [ "ingenious_servant" ], "game": "arknights" } }, { "id": 1862783, "tag": "saint_carmen_(arknights)", "posts": 0, "split": { "title": "saint_carmen", "subtitles": [], "game": "arknights" } }, { "id": 1862782, "tag": "ulpianus_(arknights)", "posts": 49, "split": { "title": "ulpianus", "subtitles": [], "game": "arknights" } }, { "id": 1862617, "tag": "demitri_(arknights)", "posts": 0, "split": { "title": "demitri", "subtitles": [], "game": "arknights" } }, { "id": 1861463, "tag": "amaia_(arknights)", "posts": 11, "split": { "title": "amaia", "subtitles": [], "game": "arknights" } }, { "id": 1859470, "tag": "passenger_(dream_in_a_moment)_(arknights)", "posts": 13, "split": { "title": "passenger", "subtitles": [ "dream_in_a_moment" ], "game": "arknights" } }, { "id": 1857848, "tag": "rosmontis_(become_anew)_(arknights)", "posts": 51, "split": { "title": "rosmontis", "subtitles": [ "become_anew" ], "game": "arknights" } }, { "id": 1857845, "tag": "lunacub_(arknights)", "posts": 54, "split": { "title": "lunacub", "subtitles": [], "game": "arknights" } }, { "id": 1857211, "tag": "penance_(arknights)", "posts": 297, "split": { "title": "penance", "subtitles": [], "game": "arknights" } }, { "id": 1857209, "tag": "sora_(melodiosa)_(arknights)", "posts": 63, "split": { "title": "sora", "subtitles": [ "melodiosa" ], "game": "arknights" } }, { "id": 1857165, "tag": "quartz_(arknights)", "posts": 6, "split": { "title": "quartz", "subtitles": [], "game": "arknights" } }, { "id": 1857139, "tag": "qanipalaat_(arknights)", "posts": 16, "split": { "title": "qanipalaat", "subtitles": [], "game": "arknights" } }, { "id": 1856886, "tag": "rocinante_(arknights)", "posts": 2, "split": { "title": "rocinante", "subtitles": [], "game": "arknights" } }, { "id": 1856885, "tag": "the_last_knight_(arknights)", "posts": 7, "split": { "title": "the_last_knight", "subtitles": [], "game": "arknights" } }, { "id": 1856690, "tag": "texas_the_omertosa_(arknights)", "posts": 522, "split": { "title": "texas_the_omertosa", "subtitles": [], "game": "arknights" } }, { "id": 1856679, "tag": "vigil_(arknights)", "posts": 64, "split": { "title": "vigil", "subtitles": [], "game": "arknights" } }, { "id": 1856280, "tag": "salus_(arknights)", "posts": 1, "split": { "title": "salus", "subtitles": [], "game": "arknights" } }, { "id": 1854903, "tag": "totter_(arknights)", "posts": 13, "split": { "title": "totter", "subtitles": [], "game": "arknights" } }, { "id": 1854760, "tag": "mechanist_(arknights)", "posts": 1, "split": { "title": "mechanist", "subtitles": [], "game": "arknights" } }, { "id": 1853473, "tag": "red_(npc)_(arknights)", "posts": 33, "split": { "title": "red", "subtitles": [ "npc" ], "game": "arknights" } }, { "id": 1853454, "tag": "guard_(arknights)", "posts": 3, "split": { "title": "guard", "subtitles": [], "game": "arknights" } }, { "id": 1853306, "tag": "zuo_le_(arknights)", "posts": 6, "split": { "title": "zuo_le", "subtitles": [], "game": "arknights" } }, { "id": 1853305, "tag": "taihe_(arknights)", "posts": 1, "split": { "title": "taihe", "subtitles": [], "game": "arknights" } }, { "id": 1852649, "tag": "logos_(arknights)", "posts": 29, "split": { "title": "logos", "subtitles": [], "game": "arknights" } }, { "id": 1852512, "tag": "paprika_(arknights)", "posts": 16, "split": { "title": "paprika", "subtitles": [], "game": "arknights" } }, { "id": 1851749, "tag": "lee_(trust_your_eyes)_(arknights)", "posts": 13, "split": { "title": "lee", "subtitles": [ "trust_your_eyes" ], "game": "arknights" } }, { "id": 1851748, "tag": "iris_(mirror_visitor)_(arknights)", "posts": 9, "split": { "title": "iris", "subtitles": [ "mirror_visitor" ], "game": "arknights" } }, { "id": 1850809, "tag": "stainless_(arknights)", "posts": 29, "split": { "title": "stainless", "subtitles": [], "game": "arknights" } }, { "id": 1850807, "tag": "pope_(arknights)", "posts": 0, "split": { "title": "pope", "subtitles": [], "game": "arknights" } }, { "id": 1850719, "tag": "kazemaru_(like_illusion)_(arknights)", "posts": 39, "split": { "title": "kazemaru", "subtitles": [ "like_illusion" ], "game": "arknights" } }, { "id": 1849713, "tag": "tulip_(arknights)", "posts": 3, "split": { "title": "tulip", "subtitles": [], "game": "arknights" } }, { "id": 1847046, "tag": "highmore_(arknights)", "posts": 53, "split": { "title": "highmore", "subtitles": [], "game": "arknights" } }, { "id": 1845105, "tag": "clovisia_(arknights)", "posts": 1, "split": { "title": "clovisia", "subtitles": [], "game": "arknights" } }, { "id": 1845104, "tag": "apostolic_knight_(arknights)", "posts": 3, "split": { "title": "apostolic_knight", "subtitles": [], "game": "arknights" } }, { "id": 1844878, "tag": "rosella_(arknights)", "posts": 1, "split": { "title": "rosella", "subtitles": [], "game": "arknights" } }, { "id": 1844730, "tag": "cecelia_(arknights)", "posts": 49, "split": { "title": "cecelia", "subtitles": [], "game": "arknights" } }, { "id": 1844728, "tag": "andoain_(arknights)", "posts": 44, "split": { "title": "andoain", "subtitles": [], "game": "arknights" } }, { "id": 1844686, "tag": "velliv_(arknights)", "posts": 3, "split": { "title": "velliv", "subtitles": [], "game": "arknights" } }, { "id": 1844424, "tag": "yvangelista_xi_(arknights)", "posts": 5, "split": { "title": "yvangelista_xi", "subtitles": [], "game": "arknights" } }, { "id": 1844320, "tag": "the_leader_(arknights)", "posts": 0, "split": { "title": "the_leader", "subtitles": [], "game": "arknights" } }, { "id": 1844054, "tag": "evangelista_xi_(arknights)", "posts": 0, "split": { "title": "evangelista_xi", "subtitles": [], "game": "arknights" } }, { "id": 1843944, "tag": "wild_mane_(justice_maker)_(arknights)", "posts": 1, "split": { "title": "wild_mane", "subtitles": [ "justice_maker" ], "game": "arknights" } }, { "id": 1843654, "tag": "patia_(arknights)", "posts": 8, "split": { "title": "patia", "subtitles": [], "game": "arknights" } }, { "id": 1843563, "tag": "suzuran_(spring_praise)_(arknights)", "posts": 399, "split": { "title": "suzuran", "subtitles": [ "spring_praise" ], "game": "arknights" } }, { "id": 1843444, "tag": "proviso_(arknights)", "posts": 10, "split": { "title": "proviso", "subtitles": [], "game": "arknights" } }, { "id": 1842817, "tag": "mountain_(book_reader)_(arknights)", "posts": 36, "split": { "title": "mountain", "subtitles": [ "book_reader" ], "game": "arknights" } }, { "id": 1842814, "tag": "rockrock_(before_singing)_(arknights)", "posts": 23, "split": { "title": "rockrock", "subtitles": [ "before_singing" ], "game": "arknights" } }, { "id": 1842813, "tag": "akafuyu_(temperament)_(arknights)", "posts": 7, "split": { "title": "akafuyu", "subtitles": [ "temperament" ], "game": "arknights" } }, { "id": 1841700, "tag": "suzuran_(praise_spring)_(arknights)", "posts": 0, "split": { "title": "suzuran", "subtitles": [ "praise_spring" ], "game": "arknights" } }, { "id": 1841201, "tag": "spinocrocodile_(arknights)", "posts": 0, "split": { "title": "spinocrocodile", "subtitles": [], "game": "arknights" } }, { "id": 1839418, "tag": "rogue_trader_(arknights)", "posts": 0, "split": { "title": "rogue_trader", "subtitles": [], "game": "arknights" } }, { "id": 1839417, "tag": "cannot_(arknights)", "posts": 0, "split": { "title": "cannot", "subtitles": [], "game": "arknights" } }, { "id": 1838389, "tag": "utage_(disguise)_(arknights)", "posts": 135, "split": { "title": "utage", "subtitles": [ "disguise" ], "game": "arknights" } }, { "id": 1830604, "tag": "broca_(rest_between_sets)_(arknights)", "posts": 10, "split": { "title": "broca", "subtitles": [ "rest_between_sets" ], "game": "arknights" } }, { "id": 1827593, "tag": "dario_(arknights)", "posts": 12, "split": { "title": "dario", "subtitles": [], "game": "arknights" } }, { "id": 1825006, "tag": "cantabile_(arknights)", "posts": 54, "split": { "title": "cantabile", "subtitles": [], "game": "arknights" } }, { "id": 1824944, "tag": "elysium_(shining_dew)_(arknights)", "posts": 14, "split": { "title": "elysium", "subtitles": [ "shining_dew" ], "game": "arknights" } }, { "id": 1824923, "tag": "roberta_(summer_flowers)_(arknights)", "posts": 41, "split": { "title": "roberta", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1824564, "tag": "surtr_(colorful_wonderland)_(arknights)", "posts": 478, "split": { "title": "surtr", "subtitles": [ "colorful_wonderland" ], "game": "arknights" } }, { "id": 1824166, "tag": "gavial_the_invincible_(arknights)", "posts": 151, "split": { "title": "gavial_the_invincible", "subtitles": [], "game": "arknights" } }, { "id": 1824153, "tag": "la_pluma_(summer_flowers)_(arknights)", "posts": 295, "split": { "title": "la_pluma", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1824139, "tag": "pozyomka_(arknights)", "posts": 413, "split": { "title": "pozyomka", "subtitles": [], "game": "arknights" } }, { "id": 1824127, "tag": "minimalist_(arknights)", "posts": 48, "split": { "title": "minimalist", "subtitles": [], "game": "arknights" } }, { "id": 1823500, "tag": "fiammetta_(bird)_(arknights)", "posts": 1, "split": { "title": "fiammetta", "subtitles": [ "bird" ], "game": "arknights" } }, { "id": 1823388, "tag": "du_yaoye_(arknights)", "posts": 41, "split": { "title": "du_yaoye", "subtitles": [], "game": "arknights" } }, { "id": 1823386, "tag": "ning_ciqiu_(arknights)", "posts": 14, "split": { "title": "ning_ciqiu", "subtitles": [], "game": "arknights" } }, { "id": 1823384, "tag": "liang_xun_(arknights)", "posts": 11, "split": { "title": "liang_xun", "subtitles": [], "game": "arknights" } }, { "id": 1822215, "tag": "gulo_(arknights)", "posts": 3, "split": { "title": "gulo", "subtitles": [], "game": "arknights" } }, { "id": 1819871, "tag": "the_first_to_talk_(arknights)", "posts": 1, "split": { "title": "the_first_to_talk", "subtitles": [], "game": "arknights" } }, { "id": 1813953, "tag": "ferdinand_(arknights)", "posts": 2, "split": { "title": "ferdinand", "subtitles": [], "game": "arknights" } }, { "id": 1813952, "tag": "ahrens_(arknights)", "posts": 2, "split": { "title": "ahrens", "subtitles": [], "game": "arknights" } }, { "id": 1813154, "tag": "kirsten_(arknights)", "posts": 97, "split": { "title": "kirsten", "subtitles": [], "game": "arknights" } }, { "id": 1812550, "tag": "yucatan_(arknights)", "posts": 12, "split": { "title": "yucatan", "subtitles": [], "game": "arknights" } }, { "id": 1812471, "tag": "horheyer_(arknights)", "posts": 0, "split": { "title": "horheyer", "subtitles": [], "game": "arknights" } }, { "id": 1811791, "tag": "ratatos_browntail_(arknights)", "posts": 37, "split": { "title": "ratatos_browntail", "subtitles": [], "game": "arknights" } }, { "id": 1811273, "tag": "sciurus_browntail_(arknights)", "posts": 19, "split": { "title": "sciurus_browntail", "subtitles": [], "game": "arknights" } }, { "id": 1811178, "tag": "monch_(arknights)", "posts": 29, "split": { "title": "monch", "subtitles": [], "game": "arknights" } }, { "id": 1811100, "tag": "adnachiel_(traceless_walker)_(arknights)", "posts": 10, "split": { "title": "adnachiel", "subtitles": [ "traceless_walker" ], "game": "arknights" } }, { "id": 1811030, "tag": "arctosz_(arknights)", "posts": 0, "split": { "title": "arctosz", "subtitles": [], "game": "arknights" } }, { "id": 1810379, "tag": "flamebringer_(holiday)_(arknights)", "posts": 0, "split": { "title": "flamebringer", "subtitles": [ "holiday" ], "game": "arknights" } }, { "id": 1810142, "tag": "dorothy_(arknights)", "posts": 219, "split": { "title": "dorothy", "subtitles": [], "game": "arknights" } }, { "id": 1810135, "tag": "carnelian_(shining_dew)_(arknights)", "posts": 0, "split": { "title": "carnelian", "subtitles": [ "shining_dew" ], "game": "arknights" } }, { "id": 1809648, "tag": "blacknight_(summer_flowers)_(arknights)", "posts": 0, "split": { "title": "blacknight", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1809299, "tag": "astgenne_(arknights)", "posts": 112, "split": { "title": "astgenne", "subtitles": [], "game": "arknights" } }, { "id": 1808226, "tag": "lancet-2_(shore_rescue_modification)_(arknights)", "posts": 6, "split": { "title": "lancet-2", "subtitles": [ "shore_rescue_modification" ], "game": "arknights" } }, { "id": 1806889, "tag": "envy_(arknights)", "posts": 2, "split": { "title": "envy", "subtitles": [], "game": "arknights" } }, { "id": 1806520, "tag": "fury_(arknights)", "posts": 1, "split": { "title": "fury", "subtitles": [], "game": "arknights" } }, { "id": 1806519, "tag": "blindey_(arknights)", "posts": 2, "split": { "title": "blindey", "subtitles": [], "game": "arknights" } }, { "id": 1805229, "tag": "playwright_(arknights)", "posts": 12, "split": { "title": "playwright", "subtitles": [], "game": "arknights" } }, { "id": 1804033, "tag": "medic_reservist_(arknights)", "posts": 0, "split": { "title": "medic_reservist", "subtitles": [], "game": "arknights" } }, { "id": 1803793, "tag": "spire_caster_(arknights)", "posts": 1, "split": { "title": "spire_caster", "subtitles": [], "game": "arknights" } }, { "id": 1803191, "tag": "gertrude_(arknights)", "posts": 18, "split": { "title": "gertrude", "subtitles": [], "game": "arknights" } }, { "id": 1803188, "tag": "arturo_(arknights)", "posts": 0, "split": { "title": "arturo", "subtitles": [], "game": "arknights" } }, { "id": 1803182, "tag": "calcite_(arknights)", "posts": 0, "split": { "title": "calcite", "subtitles": [], "game": "arknights" } }, { "id": 1800689, "tag": "flametail_(sport_for_all)_(arknights)", "posts": 59, "split": { "title": "flametail", "subtitles": [ "sport_for_all" ], "game": "arknights" } }, { "id": 1800658, "tag": "aosta_(light_gun_adjuster)_(arknights)", "posts": 6, "split": { "title": "aosta", "subtitles": [ "light_gun_adjuster" ], "game": "arknights" } }, { "id": 1800276, "tag": "hibiscus_the_purifier_(arknights)", "posts": 101, "split": { "title": "hibiscus_the_purifier", "subtitles": [], "game": "arknights" } }, { "id": 1800172, "tag": "kirara_(trendsetting_player)_(arknights)", "posts": 15, "split": { "title": "kirara", "subtitles": [ "trendsetting_player" ], "game": "arknights" } }, { "id": 1800123, "tag": "ebenholz_(arknights)", "posts": 181, "split": { "title": "ebenholz", "subtitles": [], "game": "arknights" } }, { "id": 1800095, "tag": "justice_knight_(arknights)", "posts": 13, "split": { "title": "justice_knight", "subtitles": [], "game": "arknights" } }, { "id": 1799868, "tag": "czerny_(arknights)", "posts": 29, "split": { "title": "czerny", "subtitles": [], "game": "arknights" } }, { "id": 1799484, "tag": "carmen_(arknights)", "posts": 10, "split": { "title": "carmen", "subtitles": [], "game": "arknights" } }, { "id": 1799326, "tag": "witch_king_(arknights)", "posts": 1, "split": { "title": "witch_king", "subtitles": [], "game": "arknights" } }, { "id": 1799325, "tag": "twin_empresses_(arknights)", "posts": 3, "split": { "title": "twin_empresses", "subtitles": [], "game": "arknights" } }, { "id": 1795946, "tag": "gambino_(arknights)", "posts": 16, "split": { "title": "gambino", "subtitles": [], "game": "arknights" } }, { "id": 1795918, "tag": "capone_(arknights)", "posts": 19, "split": { "title": "capone", "subtitles": [], "game": "arknights" } }, { "id": 1794883, "tag": "erato_(arknights)", "posts": 26, "split": { "title": "erato", "subtitles": [], "game": "arknights" } }, { "id": 1794880, "tag": "gladiia_(return)_(arknights)", "posts": 52, "split": { "title": "gladiia", "subtitles": [ "return" ], "game": "arknights" } }, { "id": 1793595, "tag": "acid_originium_slug_(arknights)", "posts": 20, "split": { "title": "acid_originium_slug", "subtitles": [], "game": "arknights" } }, { "id": 1792396, "tag": "ulpian_(arknights)", "posts": 0, "split": { "title": "ulpian", "subtitles": [], "game": "arknights" } }, { "id": 1791997, "tag": "silverlance_pegasi_(arknights)", "posts": 5, "split": { "title": "silverlance_pegasi", "subtitles": [], "game": "arknights" } }, { "id": 1791900, "tag": "justyna_(arknights)", "posts": 0, "split": { "title": "justyna", "subtitles": [], "game": "arknights" } }, { "id": 1791899, "tag": "sona_(arknights)", "posts": 0, "split": { "title": "sona", "subtitles": [], "game": "arknights" } }, { "id": 1791719, "tag": "pocket_sea_crawler_(arknights)", "posts": 2, "split": { "title": "pocket_sea_crawler", "subtitles": [], "game": "arknights" } }, { "id": 1790556, "tag": "gnosis_(forerunner)_(arknights)", "posts": 3, "split": { "title": "gnosis", "subtitles": [ "forerunner" ], "game": "arknights" } }, { "id": 1790072, "tag": "endfield_dragon_girl_(arknights)", "posts": 19, "split": { "title": "endfield_dragon_girl", "subtitles": [], "game": "arknights" } }, { "id": 1789953, "tag": "mckee_(arknights)", "posts": 4, "split": { "title": "mckee", "subtitles": [], "game": "arknights" } }, { "id": 1789507, "tag": "amaya_(arknights)", "posts": 0, "split": { "title": "amaya", "subtitles": [], "game": "arknights" } }, { "id": 1789322, "tag": "toland_(arknights)", "posts": 10, "split": { "title": "toland", "subtitles": [], "game": "arknights" } }, { "id": 1788709, "tag": "tola_(arknights)", "posts": 11, "split": { "title": "tola", "subtitles": [], "game": "arknights" } }, { "id": 1788687, "tag": "tequila_(card_winner)_(arknights)", "posts": 21, "split": { "title": "tequila", "subtitles": [ "card_winner" ], "game": "arknights" } }, { "id": 1788507, "tag": "viviana_(arknights)", "posts": 184, "split": { "title": "viviana", "subtitles": [], "game": "arknights" } }, { "id": 1787181, "tag": "mudrock_(obsidian)_(arknights)", "posts": 256, "split": { "title": "mudrock", "subtitles": [ "obsidian" ], "game": "arknights" } }, { "id": 1786784, "tag": "aurora_(polar_catcher)_(arknights)", "posts": 19, "split": { "title": "aurora", "subtitles": [ "polar_catcher" ], "game": "arknights" } }, { "id": 1786489, "tag": "frostleaf_(break_the_ice)_(arknights)", "posts": 0, "split": { "title": "frostleaf", "subtitles": [ "break_the_ice" ], "game": "arknights" } }, { "id": 1786363, "tag": "windflit_(arknights)", "posts": 28, "split": { "title": "windflit", "subtitles": [], "game": "arknights" } }, { "id": 1786312, "tag": "reed_(emerald_holiday)_(arknights)", "posts": 27, "split": { "title": "reed", "subtitles": [ "emerald_holiday" ], "game": "arknights" } }, { "id": 1786041, "tag": "morte_(arknights)", "posts": 248, "split": { "title": "morte", "subtitles": [], "game": "arknights" } }, { "id": 1786006, "tag": "skadi_the_corrupting_heart_(sublimation)_(arknights)", "posts": 232, "split": { "title": "skadi_the_corrupting_heart", "subtitles": [ "sublimation" ], "game": "arknights" } }, { "id": 1785902, "tag": "specter_the_unchained_(arknights)", "posts": 613, "split": { "title": "specter_the_unchained", "subtitles": [], "game": "arknights" } }, { "id": 1785901, "tag": "lumen_(arknights)", "posts": 195, "split": { "title": "lumen", "subtitles": [], "game": "arknights" } }, { "id": 1785178, "tag": "dikaiopolis_(arknights)", "posts": 12, "split": { "title": "dikaiopolis", "subtitles": [], "game": "arknights" } }, { "id": 1785177, "tag": "nightmare_knight_(arknights)", "posts": 1, "split": { "title": "nightmare_knight", "subtitles": [], "game": "arknights" } }, { "id": 1784987, "tag": "kashyna_(arknights)", "posts": 3, "split": { "title": "kashyna", "subtitles": [], "game": "arknights" } }, { "id": 1784089, "tag": "manfred_(arknights)", "posts": 13, "split": { "title": "manfred", "subtitles": [], "game": "arknights" } }, { "id": 1783514, "tag": "ascalon_(arknights)", "posts": 6, "split": { "title": "ascalon", "subtitles": [], "game": "arknights" } }, { "id": 1782626, "tag": "fest_(arknights)", "posts": 0, "split": { "title": "fest", "subtitles": [], "game": "arknights" } }, { "id": 1782568, "tag": "dagda_(arknights)", "posts": 28, "split": { "title": "dagda", "subtitles": [], "game": "arknights" } }, { "id": 1781575, "tag": "androne_(arknights)", "posts": 0, "split": { "title": "androne", "subtitles": [], "game": "arknights" } }, { "id": 1781185, "tag": "vogelweide_(arknights)", "posts": 3, "split": { "title": "vogelweide", "subtitles": [], "game": "arknights" } }, { "id": 1781184, "tag": "marcin_(arknights)", "posts": 3, "split": { "title": "marcin", "subtitles": [], "game": "arknights" } }, { "id": 1780919, "tag": "rockrock_(arknights)", "posts": 76, "split": { "title": "rockrock", "subtitles": [], "game": "arknights" } }, { "id": 1780663, "tag": "siege_(city_destroyer)_(arknights)", "posts": 33, "split": { "title": "siege", "subtitles": [ "city_destroyer" ], "game": "arknights" } }, { "id": 1780654, "tag": "scavenger_(survive)_(arknights)", "posts": 26, "split": { "title": "scavenger", "subtitles": [ "survive" ], "game": "arknights" } }, { "id": 1780446, "tag": "indra_(valiant_general)_(arknights)", "posts": 20, "split": { "title": "indra", "subtitles": [ "valiant_general" ], "game": "arknights" } }, { "id": 1780437, "tag": "chestnut_(arknights)", "posts": 18, "split": { "title": "chestnut", "subtitles": [], "game": "arknights" } }, { "id": 1776963, "tag": "sarkaz_bodyguard_(arknights)", "posts": 15, "split": { "title": "sarkaz_bodyguard", "subtitles": [], "game": "arknights" } }, { "id": 1776257, "tag": "phantom_(focus)_(arknights)", "posts": 42, "split": { "title": "phantom", "subtitles": [ "focus" ], "game": "arknights" } }, { "id": 1775599, "tag": "emperor's_blade_(arknights)", "posts": 11, "split": { "title": "emperor's_blade", "subtitles": [], "game": "arknights" } }, { "id": 1773876, "tag": "koshea_(arknights)", "posts": 1, "split": { "title": "koshea", "subtitles": [], "game": "arknights" } }, { "id": 1770693, "tag": "craig_(arknights)", "posts": 1, "split": { "title": "craig", "subtitles": [], "game": "arknights" } }, { "id": 1768580, "tag": "cecilia_(arknights)", "posts": 0, "split": { "title": "cecilia", "subtitles": [], "game": "arknights" } }, { "id": 1767513, "tag": "harmonie_(arknights)", "posts": 166, "split": { "title": "harmonie", "subtitles": [], "game": "arknights" } }, { "id": 1767512, "tag": "horn_(arknights)", "posts": 280, "split": { "title": "horn", "subtitles": [], "game": "arknights" } }, { "id": 1767420, "tag": "perlica_(arknights)", "posts": 72, "split": { "title": "perlica", "subtitles": [], "game": "arknights" } }, { "id": 1766392, "tag": "mandragora_(arknights)", "posts": 116, "split": { "title": "mandragora", "subtitles": [], "game": "arknights" } }, { "id": 1765768, "tag": "hellagur_(octopath_illusion)_(arknights)", "posts": 9, "split": { "title": "hellagur", "subtitles": [ "octopath_illusion" ], "game": "arknights" } }, { "id": 1765766, "tag": "lemuen_(arknights)", "posts": 147, "split": { "title": "lemuen", "subtitles": [], "game": "arknights" } }, { "id": 1765709, "tag": "heavyrain_(tranquil_moss)_(arknights)", "posts": 50, "split": { "title": "heavyrain", "subtitles": [ "tranquil_moss" ], "game": "arknights" } }, { "id": 1765440, "tag": "tuye_(cultivate_vegetation)_(arknights)", "posts": 24, "split": { "title": "tuye", "subtitles": [ "cultivate_vegetation" ], "game": "arknights" } }, { "id": 1764884, "tag": "mulberry_(plant_crude_drug)_(arknights)", "posts": 47, "split": { "title": "mulberry", "subtitles": [ "plant_crude_drug" ], "game": "arknights" } }, { "id": 1764634, "tag": "saileach_(appreciate_fragrance)_(arknights)", "posts": 69, "split": { "title": "saileach", "subtitles": [ "appreciate_fragrance" ], "game": "arknights" } }, { "id": 1764592, "tag": "kazemaru_(arknights)", "posts": 80, "split": { "title": "kazemaru", "subtitles": [], "game": "arknights" } }, { "id": 1764563, "tag": "fiammetta_(arknights)", "posts": 689, "split": { "title": "fiammetta", "subtitles": [], "game": "arknights" } }, { "id": 1764184, "tag": "tiacauh_brave_(arknights)", "posts": 2, "split": { "title": "tiacauh_brave", "subtitles": [], "game": "arknights" } }, { "id": 1764091, "tag": "enforcer_(arknights)", "posts": 113, "split": { "title": "enforcer", "subtitles": [], "game": "arknights" } }, { "id": 1764013, "tag": "ratatoskr_browntail_(arknights)", "posts": 0, "split": { "title": "ratatoskr_browntail", "subtitles": [], "game": "arknights" } }, { "id": 1763483, "tag": "redmark_infiltrator_(arknights)", "posts": 2, "split": { "title": "redmark_infiltrator", "subtitles": [], "game": "arknights" } }, { "id": 1760126, "tag": "waai_fu_(wild_flower_of_street)_(arknights)", "posts": 10, "split": { "title": "waai_fu", "subtitles": [ "wild_flower_of_street" ], "game": "arknights" } }, { "id": 1759543, "tag": "asbestos_(glen_sonata)_(arknights)", "posts": 13, "split": { "title": "asbestos", "subtitles": [ "glen_sonata" ], "game": "arknights" } }, { "id": 1757676, "tag": "candela_(arknights)", "posts": 1, "split": { "title": "candela", "subtitles": [], "game": "arknights" } }, { "id": 1757418, "tag": "\"smarty\"_(arknights)", "posts": 0, "split": { "title": "\"smarty\"", "subtitles": [], "game": "arknights" } }, { "id": 1757417, "tag": "pride_(arknights)", "posts": 0, "split": { "title": "pride", "subtitles": [], "game": "arknights" } }, { "id": 1756799, "tag": "kazema_(arknights)", "posts": 0, "split": { "title": "kazema", "subtitles": [], "game": "arknights" } }, { "id": 1756779, "tag": "kate_(arknights)", "posts": 0, "split": { "title": "kate", "subtitles": [], "game": "arknights" } }, { "id": 1756675, "tag": "dylan_(arknights)", "posts": 4, "split": { "title": "dylan", "subtitles": [], "game": "arknights" } }, { "id": 1756666, "tag": "trumpet_(arknights)", "posts": 0, "split": { "title": "trumpet", "subtitles": [], "game": "arknights" } }, { "id": 1756071, "tag": "theresis_(arknights)", "posts": 24, "split": { "title": "theresis", "subtitles": [], "game": "arknights" } }, { "id": 1754358, "tag": "quercus_(arknights)", "posts": 82, "split": { "title": "quercus", "subtitles": [], "game": "arknights" } }, { "id": 1754285, "tag": "jackie_(take_a_leap)_(arknights)", "posts": 7, "split": { "title": "jackie", "subtitles": [ "take_a_leap" ], "game": "arknights" } }, { "id": 1754104, "tag": "ceobe_(unfettered)_(arknights)", "posts": 131, "split": { "title": "ceobe", "subtitles": [ "unfettered" ], "game": "arknights" } }, { "id": 1753908, "tag": "goldenglow_(arknights)", "posts": 992, "split": { "title": "goldenglow", "subtitles": [], "game": "arknights" } }, { "id": 1753724, "tag": "wendigo_(arknights)", "posts": 3, "split": { "title": "wendigo", "subtitles": [], "game": "arknights" } }, { "id": 1753535, "tag": "inam_(arknights)", "posts": 7, "split": { "title": "inam", "subtitles": [], "game": "arknights" } }, { "id": 1752836, "tag": "zhuo_(arknights)", "posts": 1, "split": { "title": "zhuo", "subtitles": [], "game": "arknights" } }, { "id": 1750267, "tag": "du_(arknights)", "posts": 0, "split": { "title": "du", "subtitles": [], "game": "arknights" } }, { "id": 1749968, "tag": "ning_(arknights)", "posts": 0, "split": { "title": "ning", "subtitles": [], "game": "arknights" } }, { "id": 1749967, "tag": "niang_(arknights)", "posts": 0, "split": { "title": "niang", "subtitles": [], "game": "arknights" } }, { "id": 1749445, "tag": "training_pincerbeast_(arknights)", "posts": 1, "split": { "title": "training_pincerbeast", "subtitles": [], "game": "arknights" } }, { "id": 1734930, "tag": "indigo_(serene_day)_(arknights)", "posts": 27, "split": { "title": "indigo", "subtitles": [ "serene_day" ], "game": "arknights" } }, { "id": 1734850, "tag": "kroos_the_keen_glint_(arknights)", "posts": 202, "split": { "title": "kroos_the_keen_glint", "subtitles": [], "game": "arknights" } }, { "id": 1734487, "tag": "feater_(gourmet)_(arknights)", "posts": 60, "split": { "title": "feater", "subtitles": [ "gourmet" ], "game": "arknights" } }, { "id": 1734479, "tag": "blacknight_(arknights)", "posts": 74, "split": { "title": "blacknight", "subtitles": [], "game": "arknights" } }, { "id": 1734388, "tag": "angry_(arknights)", "posts": 2, "split": { "title": "angry", "subtitles": [], "game": "arknights" } }, { "id": 1734387, "tag": "smarty_(arknights)", "posts": 12, "split": { "title": "smarty", "subtitles": [], "game": "arknights" } }, { "id": 1734378, "tag": "dusk_(everything_is_a_miracle)_(arknights)", "posts": 236, "split": { "title": "dusk", "subtitles": [ "everything_is_a_miracle" ], "game": "arknights" } }, { "id": 1734180, "tag": "mr._nothing_(pale_rising_moon)_(arknights)", "posts": 7, "split": { "title": "mr._nothing", "subtitles": [ "pale_rising_moon" ], "game": "arknights" } }, { "id": 1734146, "tag": "lee_(arknights)", "posts": 171, "split": { "title": "lee", "subtitles": [], "game": "arknights" } }, { "id": 1734145, "tag": "ling_(arknights)", "posts": 679, "split": { "title": "ling", "subtitles": [], "game": "arknights" } }, { "id": 1733408, "tag": "crimson_singer_(arknights)", "posts": 3, "split": { "title": "crimson_singer", "subtitles": [], "game": "arknights" } }, { "id": 1732041, "tag": "sarkaz_swordsman_(arknights)", "posts": 6, "split": { "title": "sarkaz_swordsman", "subtitles": [], "game": "arknights" } }, { "id": 1732040, "tag": "sarkaz_grudgebearer_(arknights)", "posts": 4, "split": { "title": "sarkaz_grudgebearer", "subtitles": [], "game": "arknights" } }, { "id": 1730269, "tag": "shalem_(arknights)", "posts": 28, "split": { "title": "shalem", "subtitles": [], "game": "arknights" } }, { "id": 1729882, "tag": "valais_(arknights)", "posts": 13, "split": { "title": "valais", "subtitles": [], "game": "arknights" } }, { "id": 1729570, "tag": "morti_(arknights)", "posts": 0, "split": { "title": "morti", "subtitles": [], "game": "arknights" } }, { "id": 1728918, "tag": "hymnoi_hero_(arknights)", "posts": 1, "split": { "title": "hymnoi_hero", "subtitles": [], "game": "arknights" } }, { "id": 1728237, "tag": "dora_(arknights)", "posts": 3, "split": { "title": "dora", "subtitles": [], "game": "arknights" } }, { "id": 1728006, "tag": "leonhardt_(hope_cruise)_(arknights)", "posts": 9, "split": { "title": "leonhardt", "subtitles": [ "hope_cruise" ], "game": "arknights" } }, { "id": 1727926, "tag": "lava_the_purgatory_(dusk_wisteria)_(arknights)", "posts": 39, "split": { "title": "lava_the_purgatory", "subtitles": [ "dusk_wisteria" ], "game": "arknights" } }, { "id": 1727457, "tag": "rhodes_island_vanguard_(arknights)", "posts": 8, "split": { "title": "rhodes_island_vanguard", "subtitles": [], "game": "arknights" } }, { "id": 1727456, "tag": "rhodes_island_medic_(arknights)", "posts": 30, "split": { "title": "rhodes_island_medic", "subtitles": [], "game": "arknights" } }, { "id": 1727406, "tag": "reserve_operator_melee_(arknights)", "posts": 2, "split": { "title": "reserve_operator_melee", "subtitles": [], "game": "arknights" } }, { "id": 1727405, "tag": "reserve_operator_sniper_(arknights)", "posts": 2, "split": { "title": "reserve_operator_sniper", "subtitles": [], "game": "arknights" } }, { "id": 1727404, "tag": "reserve_operator_logistics_(arknights)", "posts": 10, "split": { "title": "reserve_operator_logistics", "subtitles": [], "game": "arknights" } }, { "id": 1727403, "tag": "reserve_operator_caster_(arknights)", "posts": 13, "split": { "title": "reserve_operator_caster", "subtitles": [], "game": "arknights" } }, { "id": 1727190, "tag": "kafka_(cardboard_fairy)_(arknights)", "posts": 10, "split": { "title": "kafka", "subtitles": [ "cardboard_fairy" ], "game": "arknights" } }, { "id": 1726613, "tag": "huris_(arknights)", "posts": 1, "split": { "title": "huris", "subtitles": [], "game": "arknights" } }, { "id": 1726557, "tag": "moschi_(arknights)", "posts": 0, "split": { "title": "moschi", "subtitles": [], "game": "arknights" } }, { "id": 1726491, "tag": "degenbrecher_(arknights)", "posts": 88, "split": { "title": "degenbrecher", "subtitles": [], "game": "arknights" } }, { "id": 1726459, "tag": "free_(arknights)", "posts": 4, "split": { "title": "free", "subtitles": [], "game": "arknights" } }, { "id": 1725432, "tag": "carnelian_(hohenlohe_chillysand)_(arknights)", "posts": 31, "split": { "title": "carnelian", "subtitles": [ "hohenlohe_chillysand" ], "game": "arknights" } }, { "id": 1724683, "tag": "gnosis_(arknights)", "posts": 58, "split": { "title": "gnosis", "subtitles": [], "game": "arknights" } }, { "id": 1723652, "tag": "aurora_(arknights)", "posts": 559, "split": { "title": "aurora", "subtitles": [], "game": "arknights" } }, { "id": 1723504, "tag": "pancho_salas_(arknights)", "posts": 5, "split": { "title": "pancho_salas", "subtitles": [], "game": "arknights" } }, { "id": 1723011, "tag": "kjera_(arknights)", "posts": 176, "split": { "title": "kjera", "subtitles": [], "game": "arknights" } }, { "id": 1722789, "tag": "beanstalk_(gift_uncompleted)_(arknights)", "posts": 95, "split": { "title": "beanstalk", "subtitles": [ "gift_uncompleted" ], "game": "arknights" } }, { "id": 1718830, "tag": "withered_knight_(arknights)", "posts": 6, "split": { "title": "withered_knight", "subtitles": [], "game": "arknights" } }, { "id": 1718829, "tag": "corrupted_knight_(arknights)", "posts": 6, "split": { "title": "corrupted_knight", "subtitles": [], "game": "arknights" } }, { "id": 1718130, "tag": "aak_(healing_hand_evil_heart)_(arknights)", "posts": 5, "split": { "title": "aak", "subtitles": [ "healing_hand_evil_heart" ], "game": "arknights" } }, { "id": 1716803, "tag": "seaborn_(arknights)", "posts": 15, "split": { "title": "seaborn", "subtitles": [], "game": "arknights" } }, { "id": 1716397, "tag": "robin_(gift_of_wild)_(arknights)", "posts": 38, "split": { "title": "robin", "subtitles": [ "gift_of_wild" ], "game": "arknights" } }, { "id": 1715137, "tag": "infused_glacial_originium_slug_(arknights)", "posts": 3, "split": { "title": "infused_glacial_originium_slug", "subtitles": [], "game": "arknights" } }, { "id": 1714176, "tag": "skadi's_seaborn_(arknights)", "posts": 40, "split": { "title": "skadi's_seaborn", "subtitles": [], "game": "arknights" } }, { "id": 1712704, "tag": "sharp_(arknights)", "posts": 13, "split": { "title": "sharp", "subtitles": [], "game": "arknights" } }, { "id": 1710702, "tag": "candle_knight_(arknights)", "posts": 0, "split": { "title": "candle_knight", "subtitles": [], "game": "arknights" } }, { "id": 1710469, "tag": "roy_(arknights)", "posts": 34, "split": { "title": "roy", "subtitles": [], "game": "arknights" } }, { "id": 1710468, "tag": "monique_(arknights)", "posts": 48, "split": { "title": "monique", "subtitles": [], "game": "arknights" } }, { "id": 1710462, "tag": "vivienne_(arknights)", "posts": 0, "split": { "title": "vivienne", "subtitles": [], "game": "arknights" } }, { "id": 1710381, "tag": "peacake_(arknights)", "posts": 11, "split": { "title": "peacake", "subtitles": [], "game": "arknights" } }, { "id": 1709207, "tag": "pallas_(heritage)_(arknights)", "posts": 36, "split": { "title": "pallas", "subtitles": [ "heritage" ], "game": "arknights" } }, { "id": 1708293, "tag": "honeyberry_(arknights)", "posts": 56, "split": { "title": "honeyberry", "subtitles": [], "game": "arknights" } }, { "id": 1707564, "tag": "andreana_(silent_arrow)_(arknights)", "posts": 20, "split": { "title": "andreana", "subtitles": [ "silent_arrow" ], "game": "arknights" } }, { "id": 1707526, "tag": "myrtle_(light_gold_celebration)_(arknights)", "posts": 70, "split": { "title": "myrtle", "subtitles": [ "light_gold_celebration" ], "game": "arknights" } }, { "id": 1707518, "tag": "wild_mane_(arknights)", "posts": 68, "split": { "title": "wild_mane", "subtitles": [], "game": "arknights" } }, { "id": 1706955, "tag": "originium_slug_beta_(arknights)", "posts": 7, "split": { "title": "originium_slug_beta", "subtitles": [], "game": "arknights" } }, { "id": 1706954, "tag": "biggie_(arknights)", "posts": 0, "split": { "title": "biggie", "subtitles": [], "game": "arknights" } }, { "id": 1706953, "tag": "kuro_(arknights)", "posts": 12, "split": { "title": "kuro", "subtitles": [], "game": "arknights" } }, { "id": 1706951, "tag": "senior_armed_militant_(arknights)", "posts": 1, "split": { "title": "senior_armed_militant", "subtitles": [], "game": "arknights" } }, { "id": 1706944, "tag": "monster_mk_ii_(arknights)", "posts": 1, "split": { "title": "monster_mk_ii", "subtitles": [], "game": "arknights" } }, { "id": 1706943, "tag": "light-armored_soldier_leader_(arknights)", "posts": 1, "split": { "title": "light-armored_soldier_leader", "subtitles": [], "game": "arknights" } }, { "id": 1706942, "tag": "armed_militant_(arknights)", "posts": 1, "split": { "title": "armed_militant", "subtitles": [], "game": "arknights" } }, { "id": 1706918, "tag": "talulah_the_fighter_(arknights)", "posts": 88, "split": { "title": "talulah_the_fighter", "subtitles": [], "game": "arknights" } }, { "id": 1706916, "tag": "pudding_(arknights)", "posts": 42, "split": { "title": "pudding", "subtitles": [], "game": "arknights" } }, { "id": 1706910, "tag": "sal_viento_bishop_quintus_(arknights)", "posts": 10, "split": { "title": "sal_viento_bishop_quintus", "subtitles": [], "game": "arknights" } }, { "id": 1706894, "tag": "rosa_(masterpiece)_(arknights)", "posts": 101, "split": { "title": "rosa", "subtitles": [ "masterpiece" ], "game": "arknights" } }, { "id": 1706714, "tag": "corroserum_(arknights)", "posts": 37, "split": { "title": "corroserum", "subtitles": [], "game": "arknights" } }, { "id": 1706712, "tag": "nearl_the_radiant_knight_(arknights)", "posts": 285, "split": { "title": "nearl_the_radiant_knight", "subtitles": [], "game": "arknights" } }, { "id": 1706352, "tag": "\"emperor's_blade\"_(arknights)", "posts": 0, "split": { "title": "\"emperor's_blade\"", "subtitles": [], "game": "arknights" } }, { "id": 1705868, "tag": "anita_(arknights)", "posts": 16, "split": { "title": "anita", "subtitles": [], "game": "arknights" } }, { "id": 1705709, "tag": "irene_(arknights)", "posts": 987, "split": { "title": "irene", "subtitles": [], "game": "arknights" } }, { "id": 1705706, "tag": "elini_(arknights)", "posts": 0, "split": { "title": "elini", "subtitles": [], "game": "arknights" } }, { "id": 1705113, "tag": "amiya_(planter)_(arknights)", "posts": 46, "split": { "title": "amiya", "subtitles": [ "planter" ], "game": "arknights" } }, { "id": 1704889, "tag": "yeti_sniper_leader_(arknights)", "posts": 1, "split": { "title": "yeti_sniper_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704888, "tag": "yeti_icecleaver_leader_(arknights)", "posts": 1, "split": { "title": "yeti_icecleaver_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704887, "tag": "yeti_caster_leader_(arknights)", "posts": 2, "split": { "title": "yeti_caster_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704886, "tag": "spec_ops_caster_leader_(arknights)", "posts": 1, "split": { "title": "spec_ops_caster_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704885, "tag": "sarkaz_lancer_leader_(arknights)", "posts": 3, "split": { "title": "sarkaz_lancer_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704884, "tag": "sarkaz_greatswordsman_leader_(arknights)", "posts": 1, "split": { "title": "sarkaz_greatswordsman_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704883, "tag": "sarkaz_centurion_(arknights)", "posts": 1, "split": { "title": "sarkaz_centurion", "subtitles": [], "game": "arknights" } }, { "id": 1704882, "tag": "rusthammer_warrior_(arknights)", "posts": 1, "split": { "title": "rusthammer_warrior", "subtitles": [], "game": "arknights" } }, { "id": 1704881, "tag": "rabid_hound_pro_(arknights)", "posts": 1, "split": { "title": "rabid_hound_pro", "subtitles": [], "game": "arknights" } }, { "id": 1704880, "tag": "jetman_(arknights)", "posts": 1, "split": { "title": "jetman", "subtitles": [], "game": "arknights" } }, { "id": 1704879, "tag": "infused_originium_slug_alpha_(arknights)", "posts": 1, "split": { "title": "infused_originium_slug_alpha", "subtitles": [], "game": "arknights" } }, { "id": 1704878, "tag": "gravestone_(arknights)", "posts": 1, "split": { "title": "gravestone", "subtitles": [], "game": "arknights" } }, { "id": 1704877, "tag": "gopnik_(arknights)", "posts": 8, "split": { "title": "gopnik", "subtitles": [], "game": "arknights" } }, { "id": 1704876, "tag": "frozen_monstrosity_(arknights)", "posts": 1, "split": { "title": "frozen_monstrosity", "subtitles": [], "game": "arknights" } }, { "id": 1704875, "tag": "frost_(enemy)_(arknights)", "posts": 2, "split": { "title": "frost", "subtitles": [ "enemy" ], "game": "arknights" } }, { "id": 1704874, "tag": "duck_lord_(arknights)", "posts": 15, "split": { "title": "duck_lord", "subtitles": [], "game": "arknights" } }, { "id": 1704873, "tag": "defense_crusher_(arknights)", "posts": 1, "split": { "title": "defense_crusher", "subtitles": [], "game": "arknights" } }, { "id": 1704872, "tag": "bulldozer_(arknights)", "posts": 1, "split": { "title": "bulldozer", "subtitles": [], "game": "arknights" } }, { "id": 1704871, "tag": "bombtail-g_(arknights)", "posts": 1, "split": { "title": "bombtail-g", "subtitles": [], "game": "arknights" } }, { "id": 1704870, "tag": "lost_colossus_(arknights)", "posts": 1, "split": { "title": "lost_colossus", "subtitles": [], "game": "arknights" } }, { "id": 1704869, "tag": "butcher_(arknights)", "posts": 1, "split": { "title": "butcher", "subtitles": [], "game": "arknights" } }, { "id": 1704868, "tag": "agent_leader_(arknights)", "posts": 1, "split": { "title": "agent_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704865, "tag": "veteran_junkman_(arknights)", "posts": 2, "split": { "title": "veteran_junkman", "subtitles": [], "game": "arknights" } }, { "id": 1704864, "tag": "rioter_(arknights)", "posts": 1, "split": { "title": "rioter", "subtitles": [], "game": "arknights" } }, { "id": 1704863, "tag": "originium_slug_alpha_(arknights)", "posts": 3, "split": { "title": "originium_slug_alpha", "subtitles": [], "game": "arknights" } }, { "id": 1704862, "tag": "monster_(arknights)", "posts": 9, "split": { "title": "monster", "subtitles": [], "game": "arknights" } }, { "id": 1704861, "tag": "lurker_(arknights)", "posts": 1, "split": { "title": "lurker", "subtitles": [], "game": "arknights" } }, { "id": 1704860, "tag": "logger_(arknights)", "posts": 1, "split": { "title": "logger", "subtitles": [], "game": "arknights" } }, { "id": 1704859, "tag": "junkman_(arknights)", "posts": 1, "split": { "title": "junkman", "subtitles": [], "game": "arknights" } }, { "id": 1704858, "tag": "infused_originium_slug_(arknights)", "posts": 6, "split": { "title": "infused_originium_slug", "subtitles": [], "game": "arknights" } }, { "id": 1704857, "tag": "hound_pro_(arknights)", "posts": 2, "split": { "title": "hound_pro", "subtitles": [], "game": "arknights" } }, { "id": 1704856, "tag": "heavy_defender_leader_(arknights)", "posts": 1, "split": { "title": "heavy_defender_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704855, "tag": "defender-4_(arknights)", "posts": 2, "split": { "title": "defender-4", "subtitles": [], "game": "arknights" } }, { "id": 1704854, "tag": "crossbowman_leader_(arknights)", "posts": 1, "split": { "title": "crossbowman_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704853, "tag": "breaker_leader_(arknights)", "posts": 2, "split": { "title": "breaker_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704852, "tag": "airborne_soldier_leader_(arknights)", "posts": 1, "split": { "title": "airborne_soldier_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704851, "tag": "arts_master_a1_(arknights)", "posts": 3, "split": { "title": "arts_master_a1", "subtitles": [], "game": "arknights" } }, { "id": 1704843, "tag": "veteran_logger_(arknights)", "posts": 1, "split": { "title": "veteran_logger", "subtitles": [], "game": "arknights" } }, { "id": 1704842, "tag": "shielded_soldier_leader_(arknights)", "posts": 1, "split": { "title": "shielded_soldier_leader", "subtitles": [], "game": "arknights" } }, { "id": 1704841, "tag": "senior_caster_(arknights)", "posts": 1, "split": { "title": "senior_caster", "subtitles": [], "game": "arknights" } }, { "id": 1704840, "tag": "caster_(arknights)", "posts": 1, "split": { "title": "caster", "subtitles": [], "game": "arknights" } }, { "id": 1704839, "tag": "airborne_soldier_(arknights)", "posts": 2, "split": { "title": "airborne_soldier", "subtitles": [], "game": "arknights" } }, { "id": 1704836, "tag": "tentacle_(arknights)", "posts": 14, "split": { "title": "tentacle", "subtitles": [], "game": "arknights" } }, { "id": 1703685, "tag": "iwona_(arknights)", "posts": 0, "split": { "title": "iwona", "subtitles": [], "game": "arknights" } }, { "id": 1703684, "tag": "flametail_(arknights)", "posts": 304, "split": { "title": "flametail", "subtitles": [], "game": "arknights" } }, { "id": 1703677, "tag": "fartooth_(arknights)", "posts": 202, "split": { "title": "fartooth", "subtitles": [], "game": "arknights" } }, { "id": 1703421, "tag": "isin_(arknights)", "posts": 2, "split": { "title": "isin", "subtitles": [], "game": "arknights" } }, { "id": 1703123, "tag": "enraged_possessed_bonethrower_(arknights)", "posts": 1, "split": { "title": "enraged_possessed_bonethrower", "subtitles": [], "game": "arknights" } }, { "id": 1702331, "tag": "blemishine_(moon_catastrborn)_(arknights)", "posts": 63, "split": { "title": "blemishine", "subtitles": [ "moon_catastrborn" ], "game": "arknights" } }, { "id": 1701831, "tag": "outcast_(arknights)", "posts": 10, "split": { "title": "outcast", "subtitles": [], "game": "arknights" } }, { "id": 1701424, "tag": "shamare_(echo_of_the_horrorlair)_(arknights)", "posts": 42, "split": { "title": "shamare", "subtitles": [ "echo_of_the_horrorlair" ], "game": "arknights" } }, { "id": 1701249, "tag": "ashlock_(arknights)", "posts": 142, "split": { "title": "ashlock", "subtitles": [], "game": "arknights" } }, { "id": 1700706, "tag": "snowsant_(fated_hero)_(arknights)", "posts": 15, "split": { "title": "snowsant", "subtitles": [ "fated_hero" ], "game": "arknights" } }, { "id": 1700497, "tag": "click_(grave_thief)_(arknights)", "posts": 21, "split": { "title": "click", "subtitles": [ "grave_thief" ], "game": "arknights" } }, { "id": 1700033, "tag": "lillia_(arknights)", "posts": 7, "split": { "title": "lillia", "subtitles": [], "game": "arknights" } }, { "id": 1700032, "tag": "lilia_(arknights)", "posts": 0, "split": { "title": "lilia", "subtitles": [], "game": "arknights" } }, { "id": 1699087, "tag": "sarkaz_greatswordsman_(arknights)", "posts": 3, "split": { "title": "sarkaz_greatswordsman", "subtitles": [], "game": "arknights" } }, { "id": 1698814, "tag": "liliya_(arknights)", "posts": 0, "split": { "title": "liliya", "subtitles": [], "game": "arknights" } }, { "id": 1698619, "tag": "ahmoni_(arknights)", "posts": 0, "split": { "title": "ahmoni", "subtitles": [], "game": "arknights" } }, { "id": 1696291, "tag": "fumizuki_(arknights)", "posts": 0, "split": { "title": "fumizuki", "subtitles": [], "game": "arknights" } }, { "id": 1694625, "tag": "mandrake_(arknights)", "posts": 0, "split": { "title": "mandrake", "subtitles": [], "game": "arknights" } }, { "id": 1691856, "tag": "meteor_(bard's_holiday)_(arknights)", "posts": 69, "split": { "title": "meteor", "subtitles": [ "bard's_holiday" ], "game": "arknights" } }, { "id": 1691852, "tag": "whislash_(glory_purple)_(arknights)", "posts": 36, "split": { "title": "whislash", "subtitles": [ "glory_purple" ], "game": "arknights" } }, { "id": 1691799, "tag": "astesia_(frlibre_on_the_palace)_(arknights)", "posts": 70, "split": { "title": "astesia", "subtitles": [ "frlibre_on_the_palace" ], "game": "arknights" } }, { "id": 1691798, "tag": "archetto_(publicity_strategy)_(arknights)", "posts": 69, "split": { "title": "archetto", "subtitles": [ "publicity_strategy" ], "game": "arknights" } }, { "id": 1691796, "tag": "saileach_(arknights)", "posts": 433, "split": { "title": "saileach", "subtitles": [], "game": "arknights" } }, { "id": 1691538, "tag": "mulberry_(arknights)", "posts": 161, "split": { "title": "mulberry", "subtitles": [], "game": "arknights" } }, { "id": 1691448, "tag": "miarow_(arknights)", "posts": 3, "split": { "title": "miarow", "subtitles": [], "game": "arknights" } }, { "id": 1691216, "tag": "pinecone_(sing_a_song)_(arknights)", "posts": 54, "split": { "title": "pinecone", "subtitles": [ "sing_a_song" ], "game": "arknights" } }, { "id": 1690914, "tag": "roberta_(arknights)", "posts": 157, "split": { "title": "roberta", "subtitles": [], "game": "arknights" } }, { "id": 1689382, "tag": "'free'_(arknights)", "posts": 13, "split": { "title": "'free'", "subtitles": [], "game": "arknights" } }, { "id": 1687948, "tag": "whisperain_(after_summer_rain)_(arknights)", "posts": 2, "split": { "title": "whisperain", "subtitles": [ "after_summer_rain" ], "game": "arknights" } }, { "id": 1687947, "tag": "whisperrain_(after_summer_rain)_(arknights)", "posts": 0, "split": { "title": "whisperrain", "subtitles": [ "after_summer_rain" ], "game": "arknights" } }, { "id": 1687520, "tag": "essence_of_evolution_(arknights)", "posts": 6, "split": { "title": "essence_of_evolution", "subtitles": [], "game": "arknights" } }, { "id": 1686835, "tag": "silence_(owl)_(arknights)", "posts": 8, "split": { "title": "silence", "subtitles": [ "owl" ], "game": "arknights" } }, { "id": 1686834, "tag": "swire_(tiger)_(arknights)", "posts": 1, "split": { "title": "swire", "subtitles": [ "tiger" ], "game": "arknights" } }, { "id": 1686833, "tag": "ch'en_(dragon)_(arknights)", "posts": 1, "split": { "title": "ch'en", "subtitles": [ "dragon" ], "game": "arknights" } }, { "id": 1686832, "tag": "reunion_soldier_(dishwasher1910)_(arknights)", "posts": 0, "split": { "title": "reunion_soldier", "subtitles": [ "dishwasher1910" ], "game": "arknights" } }, { "id": 1685965, "tag": "bitey_(arknights)", "posts": 90, "split": { "title": "bitey", "subtitles": [], "game": "arknights" } }, { "id": 1685932, "tag": "warfarin_(casual_vacation)_(arknights)", "posts": 72, "split": { "title": "warfarin", "subtitles": [ "casual_vacation" ], "game": "arknights" } }, { "id": 1684853, "tag": "dusk_(bloom_moon)_(arknights)", "posts": 2, "split": { "title": "dusk", "subtitles": [ "bloom_moon" ], "game": "arknights" } }, { "id": 1684460, "tag": "jaye_(beach_guard)_(arknights)", "posts": 20, "split": { "title": "jaye", "subtitles": [ "beach_guard" ], "game": "arknights" } }, { "id": 1683516, "tag": "dawn_(arknights)", "posts": 6, "split": { "title": "dawn", "subtitles": [], "game": "arknights" } }, { "id": 1681655, "tag": "eureka_(arknights)", "posts": 0, "split": { "title": "eureka", "subtitles": [], "game": "arknights" } }, { "id": 1681553, "tag": "arene_(casual)_(arknights)", "posts": 13, "split": { "title": "arene", "subtitles": [ "casual" ], "game": "arknights" } }, { "id": 1679826, "tag": "wraith_leader_(arknights)", "posts": 5, "split": { "title": "wraith_leader", "subtitles": [], "game": "arknights" } }, { "id": 1678886, "tag": "sideroca_(light_breeze)_(arknights)", "posts": 208, "split": { "title": "sideroca", "subtitles": [ "light_breeze" ], "game": "arknights" } }, { "id": 1678878, "tag": "la_pluma_(arknights)", "posts": 728, "split": { "title": "la_pluma", "subtitles": [], "game": "arknights" } }, { "id": 1678875, "tag": "sussurro_(summer_flowers)_(arknights)", "posts": 197, "split": { "title": "sussurro", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1678851, "tag": "mizuki_(arknights)", "posts": 539, "split": { "title": "mizuki", "subtitles": [], "game": "arknights" } }, { "id": 1678839, "tag": "ch'en_the_holungday_(arknights)", "posts": 372, "split": { "title": "ch'en_the_holungday", "subtitles": [], "game": "arknights" } }, { "id": 1678833, "tag": "mudrock_(silent_night)_(arknights)", "posts": 472, "split": { "title": "mudrock", "subtitles": [ "silent_night" ], "game": "arknights" } }, { "id": 1678807, "tag": "projekt_red_(light_breeze)_(arknights)", "posts": 174, "split": { "title": "projekt_red", "subtitles": [ "light_breeze" ], "game": "arknights" } }, { "id": 1678802, "tag": "tequila_(arknights)", "posts": 196, "split": { "title": "tequila", "subtitles": [], "game": "arknights" } }, { "id": 1678104, "tag": "herman_doykos_(arknights)", "posts": 1, "split": { "title": "herman_doykos", "subtitles": [], "game": "arknights" } }, { "id": 1673836, "tag": "bibeak_(soft_wool)_(arknights)", "posts": 8, "split": { "title": "bibeak", "subtitles": [ "soft_wool" ], "game": "arknights" } }, { "id": 1673682, "tag": "provence_(wasteland_walker)_(arknights)", "posts": 10, "split": { "title": "provence", "subtitles": [ "wasteland_walker" ], "game": "arknights" } }, { "id": 1673294, "tag": "gravel_(modeling_night)_(arknights)", "posts": 97, "split": { "title": "gravel", "subtitles": [ "modeling_night" ], "game": "arknights" } }, { "id": 1673243, "tag": "lava_the_purgatory_(arknights)", "posts": 164, "split": { "title": "lava_the_purgatory", "subtitles": [], "game": "arknights" } }, { "id": 1673131, "tag": "silence_(frosted_breath)_(arknights)", "posts": 47, "split": { "title": "silence", "subtitles": [ "frosted_breath" ], "game": "arknights" } }, { "id": 1672227, "tag": "pink-haired_perro_(arknights)", "posts": 0, "split": { "title": "pink-haired_perro", "subtitles": [], "game": "arknights" } }, { "id": 1672213, "tag": "pink-hairred_perro_(arknights)", "posts": 0, "split": { "title": "pink-hairred_perro", "subtitles": [], "game": "arknights" } }, { "id": 1671845, "tag": "pallas_(arknights)", "posts": 304, "split": { "title": "pallas", "subtitles": [], "game": "arknights" } }, { "id": 1671843, "tag": "tomimi_(silent_night)_(arknights)", "posts": 148, "split": { "title": "tomimi", "subtitles": [ "silent_night" ], "game": "arknights" } }, { "id": 1671827, "tag": "angelina_(summer_flowers)_(arknights)", "posts": 254, "split": { "title": "angelina", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1671795, "tag": "eyjafjalla_(summer_flowers)_(arknights)", "posts": 345, "split": { "title": "eyjafjalla", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1671690, "tag": "beeswax_(weisser_sand)_(arknights)", "posts": 90, "split": { "title": "beeswax", "subtitles": [ "weisser_sand" ], "game": "arknights" } }, { "id": 1671191, "tag": "tsukinogi_(londinium_style_miko)_(arknights)", "posts": 9, "split": { "title": "tsukinogi", "subtitles": [ "londinium_style_miko" ], "game": "arknights" } }, { "id": 1671051, "tag": "perfumer_(leisurely_afternoon)_(arknights)", "posts": 22, "split": { "title": "perfumer", "subtitles": [ "leisurely_afternoon" ], "game": "arknights" } }, { "id": 1670833, "tag": "domma_(arknights)", "posts": 22, "split": { "title": "domma", "subtitles": [], "game": "arknights" } }, { "id": 1670827, "tag": "podenco_(wake_up_from_a_nap)_(arknights)", "posts": 37, "split": { "title": "podenco", "subtitles": [ "wake_up_from_a_nap" ], "game": "arknights" } }, { "id": 1670647, "tag": "jesselton_williams_(arknights)", "posts": 25, "split": { "title": "jesselton_williams", "subtitles": [], "game": "arknights" } }, { "id": 1670439, "tag": "jayston_williams_(arknights)", "posts": 0, "split": { "title": "jayston_williams", "subtitles": [], "game": "arknights" } }, { "id": 1669476, "tag": "saria_(the_law)_(arknights)", "posts": 218, "split": { "title": "saria", "subtitles": [ "the_law" ], "game": "arknights" } }, { "id": 1668961, "tag": "weedy_(candy_cape)_(arknights)", "posts": 40, "split": { "title": "weedy", "subtitles": [ "candy_cape" ], "game": "arknights" } }, { "id": 1668881, "tag": "elysium_(snowy_echo)_(arknights)", "posts": 13, "split": { "title": "elysium", "subtitles": [ "snowy_echo" ], "game": "arknights" } }, { "id": 1668507, "tag": "firewatch_(snowywatch)_(arknights)", "posts": 5, "split": { "title": "firewatch", "subtitles": [ "snowywatch" ], "game": "arknights" } }, { "id": 1667742, "tag": "ursus_girl_(arknights)", "posts": 3, "split": { "title": "ursus_girl", "subtitles": [], "game": "arknights" } }, { "id": 1667707, "tag": "ashley_(arknights)", "posts": 0, "split": { "title": "ashley", "subtitles": [], "game": "arknights" } }, { "id": 1667705, "tag": "sonna_(arknights)", "posts": 0, "split": { "title": "sonna", "subtitles": [], "game": "arknights" } }, { "id": 1666424, "tag": "metal_crab_(arknights)", "posts": 154, "split": { "title": "metal_crab", "subtitles": [], "game": "arknights" } }, { "id": 1665953, "tag": "folinic_(lasting_arrowroot)_(arknights)", "posts": 11, "split": { "title": "folinic", "subtitles": [ "lasting_arrowroot" ], "game": "arknights" } }, { "id": 1664271, "tag": "sarkaz_sentinel_(arknights)", "posts": 10, "split": { "title": "sarkaz_sentinel", "subtitles": [], "game": "arknights" } }, { "id": 1663371, "tag": "mountain_(dark_cloud)_(arknights)", "posts": 25, "split": { "title": "mountain", "subtitles": [ "dark_cloud" ], "game": "arknights" } }, { "id": 1662237, "tag": "amiya_(seeder)_(arknights)", "posts": 0, "split": { "title": "amiya", "subtitles": [ "seeder" ], "game": "arknights" } }, { "id": 1662107, "tag": "kirara_(arknights)", "posts": 81, "split": { "title": "kirara", "subtitles": [], "game": "arknights" } }, { "id": 1661732, "tag": "carnelian_(arknights)", "posts": 406, "split": { "title": "carnelian", "subtitles": [], "game": "arknights" } }, { "id": 1661378, "tag": "bagpipe_(queen_no._1)_(arknights)", "posts": 193, "split": { "title": "bagpipe", "subtitles": [ "queen_no._1" ], "game": "arknights" } }, { "id": 1660767, "tag": "bena_(arknights)", "posts": 23, "split": { "title": "bena", "subtitles": [], "game": "arknights" } }, { "id": 1660044, "tag": "indigo_(arknights)", "posts": 158, "split": { "title": "indigo", "subtitles": [], "game": "arknights" } }, { "id": 1660009, "tag": "shieldguard_(arknights)", "posts": 12, "split": { "title": "shieldguard", "subtitles": [], "game": "arknights" } }, { "id": 1658790, "tag": "cliffheart_(highlands_visitor)_(arknights)", "posts": 14, "split": { "title": "cliffheart", "subtitles": [ "highlands_visitor" ], "game": "arknights" } }, { "id": 1657462, "tag": "heidi_(arknights)", "posts": 126, "split": { "title": "heidi", "subtitles": [], "game": "arknights" } }, { "id": 1657407, "tag": "blue_poison_(shoal_beat)_(arknights)", "posts": 701, "split": { "title": "blue_poison", "subtitles": [ "shoal_beat" ], "game": "arknights" } }, { "id": 1655241, "tag": "flint_(gorgeous_summer_flowers)_(arknights)", "posts": 16, "split": { "title": "flint", "subtitles": [ "gorgeous_summer_flowers" ], "game": "arknights" } }, { "id": 1654650, "tag": "skadi_the_corrupting_heart_(arknights)", "posts": 1614, "split": { "title": "skadi_the_corrupting_heart", "subtitles": [], "game": "arknights" } }, { "id": 1654023, "tag": "ayerscarpe_(tested_one)_(arknights)", "posts": 1, "split": { "title": "ayerscarpe", "subtitles": [ "tested_one" ], "game": "arknights" } }, { "id": 1653629, "tag": "bombtail_(arknights)", "posts": 2, "split": { "title": "bombtail", "subtitles": [], "game": "arknights" } }, { "id": 1653570, "tag": "ethan_(infiltrator)_(arknights)", "posts": 8, "split": { "title": "ethan", "subtitles": [ "infiltrator" ], "game": "arknights" } }, { "id": 1653569, "tag": "w_(fugue)_(arknights)", "posts": 68, "split": { "title": "w", "subtitles": [ "fugue" ], "game": "arknights" } }, { "id": 1653218, "tag": "eunectes_(forgemaster)_(arknights)", "posts": 219, "split": { "title": "eunectes", "subtitles": [ "forgemaster" ], "game": "arknights" } }, { "id": 1652992, "tag": "akafuyu_(arknights)", "posts": 62, "split": { "title": "akafuyu", "subtitles": [], "game": "arknights" } }, { "id": 1652979, "tag": "blue_poison_(rhythm_on_the_beach)_(arknights)", "posts": 0, "split": { "title": "blue_poison", "subtitles": [ "rhythm_on_the_beach" ], "game": "arknights" } }, { "id": 1652933, "tag": "zima_(ursusio79)_(arknights)", "posts": 29, "split": { "title": "zima", "subtitles": [ "ursusio79" ], "game": "arknights" } }, { "id": 1652796, "tag": "surtr_(liberte_echec)_(arknights)", "posts": 306, "split": { "title": "surtr", "subtitles": [ "liberte_echec" ], "game": "arknights" } }, { "id": 1652795, "tag": "thorns_(comodo)_(arknights)", "posts": 40, "split": { "title": "thorns", "subtitles": [ "comodo" ], "game": "arknights" } }, { "id": 1652773, "tag": "gladiia_(arknights)", "posts": 610, "split": { "title": "gladiia", "subtitles": [], "game": "arknights" } }, { "id": 1652673, "tag": "dobermann_(lieutenant)_(arknights)", "posts": 51, "split": { "title": "dobermann", "subtitles": [ "lieutenant" ], "game": "arknights" } }, { "id": 1652586, "tag": "skadi_(the_corrupting_heart)_(arknights)", "posts": 0, "split": { "title": "skadi", "subtitles": [ "the_corrupting_heart" ], "game": "arknights" } }, { "id": 1652029, "tag": "kashchey_(arknights)", "posts": 0, "split": { "title": "kashchey", "subtitles": [], "game": "arknights" } }, { "id": 1652027, "tag": "koschey_(arknights)", "posts": 0, "split": { "title": "koschey", "subtitles": [], "game": "arknights" } }, { "id": 1651846, "tag": "scout_(arknights)", "posts": 10, "split": { "title": "scout", "subtitles": [], "game": "arknights" } }, { "id": 1651276, "tag": "morgan_(arknights)", "posts": 6, "split": { "title": "morgan", "subtitles": [], "game": "arknights" } }, { "id": 1651258, "tag": "courier_(speechless_sound)_(arknights)", "posts": 2, "split": { "title": "courier", "subtitles": [ "speechless_sound" ], "game": "arknights" } }, { "id": 1650572, "tag": "plastic_szewczyk_(arknights)", "posts": 2, "split": { "title": "plastic_szewczyk", "subtitles": [], "game": "arknights" } }, { "id": 1650152, "tag": "passenger_(arknights)", "posts": 136, "split": { "title": "passenger", "subtitles": [], "game": "arknights" } }, { "id": 1650106, "tag": "kowal_(arknights)", "posts": 4, "split": { "title": "kowal", "subtitles": [], "game": "arknights" } }, { "id": 1650037, "tag": "vigna_(black_wave)_(arknights)", "posts": 21, "split": { "title": "vigna", "subtitles": [ "black_wave" ], "game": "arknights" } }, { "id": 1649662, "tag": "mlynar_(arknights)", "posts": 153, "split": { "title": "mlynar", "subtitles": [], "game": "arknights" } }, { "id": 1648837, "tag": "shirayuki_(wind_of_breaking_blade)_(arknights)", "posts": 26, "split": { "title": "shirayuki", "subtitles": [ "wind_of_breaking_blade" ], "game": "arknights" } }, { "id": 1648836, "tag": "shirayuki_(wind_of_breaking_blade_(arknights)", "posts": 0, "split": { "title": "shirayuki", "subtitles": [], "game": "wind_of_breaking_blade_(arknights" } }, { "id": 1648691, "tag": "toddifons_(arknights)", "posts": 59, "split": { "title": "toddifons", "subtitles": [], "game": "arknights" } }, { "id": 1648675, "tag": "blaze_(burst_feline)_(arknights)", "posts": 48, "split": { "title": "blaze", "subtitles": [ "burst_feline" ], "game": "arknights" } }, { "id": 1648647, "tag": "phantom_(dream_within_a_dreammare)_(arknights)", "posts": 10, "split": { "title": "phantom", "subtitles": [ "dream_within_a_dreammare" ], "game": "arknights" } }, { "id": 1648646, "tag": "shaw_(cleansweeper_in_the_castle)_(arknights)", "posts": 13, "split": { "title": "shaw", "subtitles": [ "cleansweeper_in_the_castle" ], "game": "arknights" } }, { "id": 1648402, "tag": "heavyrain_(arknights)", "posts": 164, "split": { "title": "heavyrain", "subtitles": [], "game": "arknights" } }, { "id": 1647799, "tag": "severin_hawthorn_(arknights)", "posts": 1, "split": { "title": "severin_hawthorn", "subtitles": [], "game": "arknights" } }, { "id": 1647755, "tag": "mayer_(visionblazer_in_the_courtyard)_(arknights)", "posts": 7, "split": { "title": "mayer", "subtitles": [ "visionblazer_in_the_courtyard" ], "game": "arknights" } }, { "id": 1647314, "tag": "glaucus_(exterminator_in_the_square)_(arknights)", "posts": 27, "split": { "title": "glaucus", "subtitles": [ "exterminator_in_the_square" ], "game": "arknights" } }, { "id": 1646730, "tag": "april_(faraway_gaze)_(arknights)", "posts": 8, "split": { "title": "april", "subtitles": [ "faraway_gaze" ], "game": "arknights" } }, { "id": 1646729, "tag": "leonhardt_(finder_in_the_rough)_(arknights)", "posts": 2, "split": { "title": "leonhardt", "subtitles": [ "finder_in_the_rough" ], "game": "arknights" } }, { "id": 1646728, "tag": "suzuran_(lostlands_flowering)_(arknights)", "posts": 89, "split": { "title": "suzuran", "subtitles": [ "lostlands_flowering" ], "game": "arknights" } }, { "id": 1645934, "tag": "leaf_(arknights)", "posts": 53, "split": { "title": "leaf", "subtitles": [], "game": "arknights" } }, { "id": 1643760, "tag": "mudrock_colossus_(arknights)", "posts": 51, "split": { "title": "mudrock_colossus", "subtitles": [], "game": "arknights" } }, { "id": 1642857, "tag": "lens_(arknights)", "posts": 83, "split": { "title": "lens", "subtitles": [], "game": "arknights" } }, { "id": 1638566, "tag": "stormeye_(arknights)", "posts": 5, "split": { "title": "stormeye", "subtitles": [], "game": "arknights" } }, { "id": 1638357, "tag": "kevin_(arknights)", "posts": 3, "split": { "title": "kevin", "subtitles": [], "game": "arknights" } }, { "id": 1637600, "tag": "reserve_operator_(arknights)", "posts": 0, "split": { "title": "reserve_operator", "subtitles": [], "game": "arknights" } }, { "id": 1636727, "tag": "schwarz_(skyline)_(arknights)", "posts": 118, "split": { "title": "schwarz", "subtitles": [ "skyline" ], "game": "arknights" } }, { "id": 1635873, "tag": "liskarm_(overload)_(arknights)", "posts": 41, "split": { "title": "liskarm", "subtitles": [ "overload" ], "game": "arknights" } }, { "id": 1634679, "tag": "utage_(summer_flowers)_(arknights)", "posts": 324, "split": { "title": "utage", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1634665, "tag": "christine_(arknights)", "posts": 77, "split": { "title": "christine", "subtitles": [], "game": "arknights" } }, { "id": 1634507, "tag": "silverash_(seeker)_(arknights)", "posts": 16, "split": { "title": "silverash", "subtitles": [ "seeker" ], "game": "arknights" } }, { "id": 1634506, "tag": "croissant_(seeker)_(arknights)", "posts": 36, "split": { "title": "croissant", "subtitles": [ "seeker" ], "game": "arknights" } }, { "id": 1634211, "tag": "destructive_dragon_demon_(arknights)", "posts": 0, "split": { "title": "destructive_dragon_demon", "subtitles": [], "game": "arknights" } }, { "id": 1633797, "tag": "duke_kashchey_(arknights)", "posts": 14, "split": { "title": "duke_kashchey", "subtitles": [], "game": "arknights" } }, { "id": 1632083, "tag": "rat_king_(arknights)", "posts": 9, "split": { "title": "rat_king", "subtitles": [], "game": "arknights" } }, { "id": 1629715, "tag": "hung_(just_a_driver)_(arknights)", "posts": 6, "split": { "title": "hung", "subtitles": [ "just_a_driver" ], "game": "arknights" } }, { "id": 1629714, "tag": "aak_(doctor_of_faces)_(arknights)", "posts": 6, "split": { "title": "aak", "subtitles": [ "doctor_of_faces" ], "game": "arknights" } }, { "id": 1627883, "tag": "nearl_(shimmering_dew)_(arknights)", "posts": 61, "split": { "title": "nearl", "subtitles": [ "shimmering_dew" ], "game": "arknights" } }, { "id": 1627882, "tag": "rope_(summer_flowers)_(arknights)", "posts": 40, "split": { "title": "rope", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1627881, "tag": "skadi_(waverider)_(arknights)", "posts": 616, "split": { "title": "skadi", "subtitles": [ "waverider" ], "game": "arknights" } }, { "id": 1626349, "tag": "whisperain_(tremble_cold)_(arknights)", "posts": 73, "split": { "title": "whisperain", "subtitles": [ "tremble_cold" ], "game": "arknights" } }, { "id": 1626341, "tag": "nian_(unfettered_freedom)_(arknights)", "posts": 450, "split": { "title": "nian", "subtitles": [ "unfettered_freedom" ], "game": "arknights" } }, { "id": 1626333, "tag": "mr._nothing_(arknights)", "posts": 103, "split": { "title": "mr._nothing", "subtitles": [], "game": "arknights" } }, { "id": 1626332, "tag": "saga_(arknights)", "posts": 749, "split": { "title": "saga", "subtitles": [], "game": "arknights" } }, { "id": 1626315, "tag": "dusk_(arknights)", "posts": 1387, "split": { "title": "dusk", "subtitles": [], "game": "arknights" } }, { "id": 1625667, "tag": "amiya_(guard)_(arknights)", "posts": 134, "split": { "title": "amiya", "subtitles": [ "guard" ], "game": "arknights" } }, { "id": 1624618, "tag": "purgatory_(arknights)", "posts": 0, "split": { "title": "purgatory", "subtitles": [], "game": "arknights" } }, { "id": 1624114, "tag": "leonhardt_(treasure_expert)_(arknights)", "posts": 0, "split": { "title": "leonhardt", "subtitles": [ "treasure_expert" ], "game": "arknights" } }, { "id": 1623346, "tag": "platinum_(shimmering_dew)_(arknights)", "posts": 195, "split": { "title": "platinum", "subtitles": [ "shimmering_dew" ], "game": "arknights" } }, { "id": 1623319, "tag": "provence_(casual_vacation)_(arknights)", "posts": 81, "split": { "title": "provence", "subtitles": [ "casual_vacation" ], "game": "arknights" } }, { "id": 1622550, "tag": "tuye_(arknights)", "posts": 83, "split": { "title": "tuye", "subtitles": [], "game": "arknights" } }, { "id": 1620798, "tag": "bibeak_(gentle_velvet)_(arknights)", "posts": 0, "split": { "title": "bibeak", "subtitles": [ "gentle_velvet" ], "game": "arknights" } }, { "id": 1619908, "tag": "iris_(arknights)", "posts": 65, "split": { "title": "iris", "subtitles": [], "game": "arknights" } }, { "id": 1619627, "tag": "archetto_(arknights)", "posts": 257, "split": { "title": "archetto", "subtitles": [], "game": "arknights" } }, { "id": 1619407, "tag": "silence_(frost_breath)_(arknights)", "posts": 0, "split": { "title": "silence", "subtitles": [ "frost_breath" ], "game": "arknights" } }, { "id": 1619070, "tag": "beagle_(dreadnaught)_(arknights)", "posts": 13, "split": { "title": "beagle", "subtitles": [ "dreadnaught" ], "game": "arknights" } }, { "id": 1619069, "tag": "executor_(titleless_code)_(arknights)", "posts": 8, "split": { "title": "executor", "subtitles": [ "titleless_code" ], "game": "arknights" } }, { "id": 1619068, "tag": "angelina_(distinguished_visitor)_(arknights)", "posts": 258, "split": { "title": "angelina", "subtitles": [ "distinguished_visitor" ], "game": "arknights" } }, { "id": 1619067, "tag": "saria_(stronghold)_(arknights)", "posts": 39, "split": { "title": "saria", "subtitles": [ "stronghold" ], "game": "arknights" } }, { "id": 1618910, "tag": "lappland_(refined_horrormare)_(arknights)", "posts": 387, "split": { "title": "lappland", "subtitles": [ "refined_horrormare" ], "game": "arknights" } }, { "id": 1618909, "tag": "greythroat_(homecoming)_(arknights)", "posts": 1, "split": { "title": "greythroat", "subtitles": [ "homecoming" ], "game": "arknights" } }, { "id": 1618525, "tag": "gravel_(model's_night)_(arknights)", "posts": 0, "split": { "title": "gravel", "subtitles": [ "model's_night" ], "game": "arknights" } }, { "id": 1618436, "tag": "beanstalk_(arknights)", "posts": 234, "split": { "title": "beanstalk", "subtitles": [], "game": "arknights" } }, { "id": 1616786, "tag": "firewatch_(snow_covered)_(arknights)", "posts": 0, "split": { "title": "firewatch", "subtitles": [ "snow_covered" ], "game": "arknights" } }, { "id": 1616359, "tag": "kafka_(arknights)", "posts": 105, "split": { "title": "kafka", "subtitles": [], "game": "arknights" } }, { "id": 1615173, "tag": "female_tourist_a_(arknights)", "posts": 17, "split": { "title": "female_tourist_a", "subtitles": [], "game": "arknights" } }, { "id": 1615166, "tag": "female_tourist_c_(arknights)", "posts": 269, "split": { "title": "female_tourist_c", "subtitles": [], "game": "arknights" } }, { "id": 1614601, "tag": "robin_(arknights)", "posts": 393, "split": { "title": "robin", "subtitles": [], "game": "arknights" } }, { "id": 1613737, "tag": "hoederer_(arknights)", "posts": 23, "split": { "title": "hoederer", "subtitles": [], "game": "arknights" } }, { "id": 1613731, "tag": "confessarius_(arknights)", "posts": 10, "split": { "title": "confessarius", "subtitles": [], "game": "arknights" } }, { "id": 1613610, "tag": "weedy_(candy_fairy)_(arknights)", "posts": 0, "split": { "title": "weedy", "subtitles": [ "candy_fairy" ], "game": "arknights" } }, { "id": 1613538, "tag": "saria_(iron_law)_(arknights)", "posts": 0, "split": { "title": "saria", "subtitles": [ "iron_law" ], "game": "arknights" } }, { "id": 1613499, "tag": "bagpipe_(queen_i)_(arknights)", "posts": 0, "split": { "title": "bagpipe", "subtitles": [ "queen_i" ], "game": "arknights" } }, { "id": 1613318, "tag": "elysium_(winter_echo)_(arknights)", "posts": 0, "split": { "title": "elysium", "subtitles": [ "winter_echo" ], "game": "arknights" } }, { "id": 1613223, "tag": "april_(farsight)_(arknights)", "posts": 0, "split": { "title": "april", "subtitles": [ "farsight" ], "game": "arknights" } }, { "id": 1613222, "tag": "utage_(xia_hui)_(arknights)", "posts": 0, "split": { "title": "utage", "subtitles": [ "xia_hui" ], "game": "arknights" } }, { "id": 1613221, "tag": "nearl_(sunny_morning_dew)_(arknights)", "posts": 0, "split": { "title": "nearl", "subtitles": [ "sunny_morning_dew" ], "game": "arknights" } }, { "id": 1613220, "tag": "beagle_(fearless)_(arknights)", "posts": 0, "split": { "title": "beagle", "subtitles": [ "fearless" ], "game": "arknights" } }, { "id": 1613219, "tag": "greythroat_(homing)_(arknights)", "posts": 0, "split": { "title": "greythroat", "subtitles": [ "homing" ], "game": "arknights" } }, { "id": 1613218, "tag": "executor_(untitled_secret_order)_(arknights)", "posts": 0, "split": { "title": "executor", "subtitles": [ "untitled_secret_order" ], "game": "arknights" } }, { "id": 1613217, "tag": "saria_(jiancheng)_(arknights)", "posts": 0, "split": { "title": "saria", "subtitles": [ "jiancheng" ], "game": "arknights" } }, { "id": 1613216, "tag": "croissant_(seven_am)_(arknights)", "posts": 7, "split": { "title": "croissant", "subtitles": [ "seven_am" ], "game": "arknights" } }, { "id": 1613215, "tag": "beehunter_(honey_pilferer)_(arknights)", "posts": 9, "split": { "title": "beehunter", "subtitles": [ "honey_pilferer" ], "game": "arknights" } }, { "id": 1613214, "tag": "gavial_(combat_medic)_(arknights)", "posts": 35, "split": { "title": "gavial", "subtitles": [ "combat_medic" ], "game": "arknights" } }, { "id": 1613212, "tag": "firewatch_(wilted_cypress)_(arknights)", "posts": 40, "split": { "title": "firewatch", "subtitles": [ "wilted_cypress" ], "game": "arknights" } }, { "id": 1613209, "tag": "sora_(summer_flowers)_(arknights)", "posts": 92, "split": { "title": "sora", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1613207, "tag": "ifrit_(children's_party)_(arknights)", "posts": 9, "split": { "title": "ifrit", "subtitles": [ "children's_party" ], "game": "arknights" } }, { "id": 1613206, "tag": "ifrit_(sunburn)_(arknights)", "posts": 104, "split": { "title": "ifrit", "subtitles": [ "sunburn" ], "game": "arknights" } }, { "id": 1613204, "tag": "ansel_(casual_vacation)_(arknights)", "posts": 52, "split": { "title": "ansel", "subtitles": [ "casual_vacation" ], "game": "arknights" } }, { "id": 1613198, "tag": "skyfire_(temperature_difference)_(arknights)", "posts": 50, "split": { "title": "skyfire", "subtitles": [ "temperature_difference" ], "game": "arknights" } }, { "id": 1613193, "tag": "shining_(silent_night)_(arknights)", "posts": 191, "split": { "title": "shining", "subtitles": [ "silent_night" ], "game": "arknights" } }, { "id": 1613191, "tag": "castle-3_(sum019.ver)_(arknights)", "posts": 5, "split": { "title": "castle-3", "subtitles": [ "sum019.ver" ], "game": "arknights" } }, { "id": 1613186, "tag": "matterhorn_(beach_guard)_(arknights)", "posts": 44, "split": { "title": "matterhorn", "subtitles": [ "beach_guard" ], "game": "arknights" } }, { "id": 1613184, "tag": "rope_(summer_flower)_(arknights)", "posts": 0, "split": { "title": "rope", "subtitles": [ "summer_flower" ], "game": "arknights" } }, { "id": 1613183, "tag": "jessica_(iron_block)_(arknights)", "posts": 12, "split": { "title": "jessica", "subtitles": [ "iron_block" ], "game": "arknights" } }, { "id": 1613181, "tag": "meteorite_(graphite)_(arknights)", "posts": 3, "split": { "title": "meteorite", "subtitles": [ "graphite" ], "game": "arknights" } }, { "id": 1613176, "tag": "cliffheart_(highland_visitor)_(arknights)", "posts": 0, "split": { "title": "cliffheart", "subtitles": [ "highland_visitor" ], "game": "arknights" } }, { "id": 1613175, "tag": "exusiai_(city_rider)_(arknights)", "posts": 55, "split": { "title": "exusiai", "subtitles": [ "city_rider" ], "game": "arknights" } }, { "id": 1613172, "tag": "courier_(new_routes)_(arknights)", "posts": 12, "split": { "title": "courier", "subtitles": [ "new_routes" ], "game": "arknights" } }, { "id": 1613170, "tag": "amiya_(fresh_fastener)_(arknights)", "posts": 55, "split": { "title": "amiya", "subtitles": [ "fresh_fastener" ], "game": "arknights" } }, { "id": 1613158, "tag": "schwarz_(presents)_(arknights)", "posts": 59, "split": { "title": "schwarz", "subtitles": [ "presents" ], "game": "arknights" } }, { "id": 1612753, "tag": "meeboo_(arknights)", "posts": 31, "split": { "title": "meeboo", "subtitles": [], "game": "arknights" } }, { "id": 1612752, "tag": "hound_(arknights)", "posts": 5, "split": { "title": "hound", "subtitles": [], "game": "arknights" } }, { "id": 1612739, "tag": "firebomb_thrower_(arknights)", "posts": 2, "split": { "title": "firebomb_thrower", "subtitles": [], "game": "arknights" } }, { "id": 1612178, "tag": "pinecone_(arknights)", "posts": 254, "split": { "title": "pinecone", "subtitles": [], "game": "arknights" } }, { "id": 1612066, "tag": "glaucus_(plaza_sweeper)_(arknights)", "posts": 0, "split": { "title": "glaucus", "subtitles": [ "plaza_sweeper" ], "game": "arknights" } }, { "id": 1612065, "tag": "phantom_(nightmare's_dream)_(arknights)", "posts": 0, "split": { "title": "phantom", "subtitles": [ "nightmare's_dream" ], "game": "arknights" } }, { "id": 1612059, "tag": "silverash_(explorer)_(arknights)", "posts": 0, "split": { "title": "silverash", "subtitles": [ "explorer" ], "game": "arknights" } }, { "id": 1612058, "tag": "croissant_(explorer)_(arknights)", "posts": 0, "split": { "title": "croissant", "subtitles": [ "explorer" ], "game": "arknights" } }, { "id": 1611082, "tag": "hibiscus_(night_watcher)_(arknights)", "posts": 8, "split": { "title": "hibiscus", "subtitles": [ "night_watcher" ], "game": "arknights" } }, { "id": 1611079, "tag": "gitano_(unknown_journey)_(arknights)", "posts": 12, "split": { "title": "gitano", "subtitles": [ "unknown_journey" ], "game": "arknights" } }, { "id": 1611078, "tag": "fang_(cruciata)_(arknights)", "posts": 31, "split": { "title": "fang", "subtitles": [ "cruciata" ], "game": "arknights" } }, { "id": 1610714, "tag": "myrrh_(bitter_herbs)_(arknights)", "posts": 13, "split": { "title": "myrrh", "subtitles": [ "bitter_herbs" ], "game": "arknights" } }, { "id": 1610709, "tag": "cuora_(quadrangle)_(arknights)", "posts": 11, "split": { "title": "cuora", "subtitles": [ "quadrangle" ], "game": "arknights" } }, { "id": 1610446, "tag": "cliffheart_(lone_climber)_(arknights)", "posts": 12, "split": { "title": "cliffheart", "subtitles": [ "lone_climber" ], "game": "arknights" } }, { "id": 1610444, "tag": "silverash_(york's_bise)_(arknights)", "posts": 27, "split": { "title": "silverash", "subtitles": [ "york's_bise" ], "game": "arknights" } }, { "id": 1610443, "tag": "pramanix_(caster's_frost)_(arknights)", "posts": 61, "split": { "title": "pramanix", "subtitles": [ "caster's_frost" ], "game": "arknights" } }, { "id": 1610386, "tag": "silence_(lacquer)_(arknights)", "posts": 16, "split": { "title": "silence", "subtitles": [ "lacquer" ], "game": "arknights" } }, { "id": 1610382, "tag": "siege_(legacy)_(arknights)", "posts": 32, "split": { "title": "siege", "subtitles": [ "legacy" ], "game": "arknights" } }, { "id": 1610379, "tag": "liskarm_(spring_vouivre)_(arknights)", "posts": 10, "split": { "title": "liskarm", "subtitles": [ "spring_vouivre" ], "game": "arknights" } }, { "id": 1610378, "tag": "jessica_(clivia)_(arknights)", "posts": 30, "split": { "title": "jessica", "subtitles": [ "clivia" ], "game": "arknights" } }, { "id": 1610123, "tag": "grani_(miraculous_moment)_(arknights)", "posts": 32, "split": { "title": "grani", "subtitles": [ "miraculous_moment" ], "game": "arknights" } }, { "id": 1609616, "tag": "vigna_(casual_vacation)_(arknights)", "posts": 98, "split": { "title": "vigna", "subtitles": [ "casual_vacation" ], "game": "arknights" } }, { "id": 1609614, "tag": "astesia_(starseeker)_(arknights)", "posts": 85, "split": { "title": "astesia", "subtitles": [ "starseeker" ], "game": "arknights" } }, { "id": 1609613, "tag": "perfumer_(species_plantarum)_(arknights)", "posts": 39, "split": { "title": "perfumer", "subtitles": [ "species_plantarum" ], "game": "arknights" } }, { "id": 1608688, "tag": "shaw_(castle_cleaning_expert)_(arknights)", "posts": 0, "split": { "title": "shaw", "subtitles": [ "castle_cleaning_expert" ], "game": "arknights" } }, { "id": 1608687, "tag": "mayer_(courtyard_dreamseeking_pioneer)_(arknights)", "posts": 0, "split": { "title": "mayer", "subtitles": [ "courtyard_dreamseeking_pioneer" ], "game": "arknights" } }, { "id": 1608348, "tag": "manticore_(invisible_dirge)_(arknights)", "posts": 39, "split": { "title": "manticore", "subtitles": [ "invisible_dirge" ], "game": "arknights" } }, { "id": 1607685, "tag": "wraith_(arknights)", "posts": 5, "split": { "title": "wraith", "subtitles": [], "game": "arknights" } }, { "id": 1607684, "tag": "ptilopsis_(serenity)_(arknights)", "posts": 66, "split": { "title": "ptilopsis", "subtitles": [ "serenity" ], "game": "arknights" } }, { "id": 1607366, "tag": "bagpipe_(whistlewind)_(arknights)", "posts": 0, "split": { "title": "bagpipe", "subtitles": [ "whistlewind" ], "game": "arknights" } }, { "id": 1607281, "tag": "platinum_(sunny_dew)_(arknights)", "posts": 0, "split": { "title": "platinum", "subtitles": [ "sunny_dew" ], "game": "arknights" } }, { "id": 1607278, "tag": "provence_(leisure_summer)_(arknights)", "posts": 0, "split": { "title": "provence", "subtitles": [ "leisure_summer" ], "game": "arknights" } }, { "id": 1607248, "tag": "lappland_(elegant_omen)_(arknights)", "posts": 0, "split": { "title": "lappland", "subtitles": [ "elegant_omen" ], "game": "arknights" } }, { "id": 1607122, "tag": "gummy_(summer_flowers)_(arknights)", "posts": 75, "split": { "title": "gummy", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1607075, "tag": "swire_(honor_and_splendor)_(arknights)", "posts": 84, "split": { "title": "swire", "subtitles": [ "honor_and_splendor" ], "game": "arknights" } }, { "id": 1606524, "tag": "angelina_(quality_visitors)_(arknights)", "posts": 0, "split": { "title": "angelina", "subtitles": [ "quality_visitors" ], "game": "arknights" } }, { "id": 1606493, "tag": "cardigan_(cheerful_guardian)_(arknights)", "posts": 17, "split": { "title": "cardigan", "subtitles": [ "cheerful_guardian" ], "game": "arknights" } }, { "id": 1606442, "tag": "melantha_(letters_from_wessex)_(arknights)", "posts": 39, "split": { "title": "melantha", "subtitles": [ "letters_from_wessex" ], "game": "arknights" } }, { "id": 1606264, "tag": "specter_(undercurrent)_(arknights)", "posts": 80, "split": { "title": "specter", "subtitles": [ "undercurrent" ], "game": "arknights" } }, { "id": 1605577, "tag": "alina_(arknights)", "posts": 157, "split": { "title": "alina", "subtitles": [], "game": "arknights" } }, { "id": 1605374, "tag": "priestess_(arknights)", "posts": 52, "split": { "title": "priestess", "subtitles": [], "game": "arknights" } }, { "id": 1605229, "tag": "suzuran_(wasteland_blossom)_(arknights)", "posts": 0, "split": { "title": "suzuran", "subtitles": [ "wasteland_blossom" ], "game": "arknights" } }, { "id": 1605228, "tag": "jessica_(ash)_(arknights)", "posts": 18, "split": { "title": "jessica", "subtitles": [ "ash" ], "game": "arknights" } }, { "id": 1605130, "tag": "jackie_(arknights)", "posts": 51, "split": { "title": "jackie", "subtitles": [], "game": "arknights" } }, { "id": 1605087, "tag": "rope_(imp's_house)_(arknights)", "posts": 23, "split": { "title": "rope", "subtitles": [ "imp's_house" ], "game": "arknights" } }, { "id": 1605086, "tag": "warfarin_(the_feast)_(arknights)", "posts": 52, "split": { "title": "warfarin", "subtitles": [ "the_feast" ], "game": "arknights" } }, { "id": 1605068, "tag": "nightingale_(an_elegy)_(arknights)", "posts": 61, "split": { "title": "nightingale", "subtitles": [ "an_elegy" ], "game": "arknights" } }, { "id": 1605066, "tag": "kroos_(the_mag)_(arknights)", "posts": 47, "split": { "title": "kroos", "subtitles": [ "the_mag" ], "game": "arknights" } }, { "id": 1604762, "tag": "ceobe_(summer_flowers)_(arknights)", "posts": 92, "split": { "title": "ceobe", "subtitles": [ "summer_flowers" ], "game": "arknights" } }, { "id": 1604561, "tag": "ch'en_(ageless_afterglow)_(arknights)", "posts": 396, "split": { "title": "ch'en", "subtitles": [ "ageless_afterglow" ], "game": "arknights" } }, { "id": 1604387, "tag": "whisperain_(arknights)", "posts": 293, "split": { "title": "whisperain", "subtitles": [], "game": "arknights" } }, { "id": 1604011, "tag": "nightmare_(light_and_shadow)_(arknights)", "posts": 19, "split": { "title": "nightmare", "subtitles": [ "light_and_shadow" ], "game": "arknights" } }, { "id": 1603914, "tag": "mostima_(spellbreaker)_(arknights)", "posts": 94, "split": { "title": "mostima", "subtitles": [ "spellbreaker" ], "game": "arknights" } }, { "id": 1603873, "tag": "mountain_(arknights)", "posts": 919, "split": { "title": "mountain", "subtitles": [], "game": "arknights" } }, { "id": 1603832, "tag": "ethan_(infiltration)_(arknights)", "posts": 0, "split": { "title": "ethan", "subtitles": [ "infiltration" ], "game": "arknights" } }, { "id": 1603831, "tag": "dobermann_(ensign)_(arknights)", "posts": 0, "split": { "title": "dobermann", "subtitles": [ "ensign" ], "game": "arknights" } }, { "id": 1603830, "tag": "w_(trance)_(arknights)", "posts": 0, "split": { "title": "w", "subtitles": [ "trance" ], "game": "arknights" } }, { "id": 1603829, "tag": "texas_(willpower)_(arknights)", "posts": 538, "split": { "title": "texas", "subtitles": [ "willpower" ], "game": "arknights" } }, { "id": 1603811, "tag": "skadi_(riding_waves)_(arknights)", "posts": 0, "split": { "title": "skadi", "subtitles": [ "riding_waves" ], "game": "arknights" } }, { "id": 1603610, "tag": "exusiai_(wild_operation)_(arknights)", "posts": 42, "split": { "title": "exusiai", "subtitles": [ "wild_operation" ], "game": "arknights" } }, { "id": 1603607, "tag": "feater_(dojo_star)_(arknights)", "posts": 66, "split": { "title": "feater", "subtitles": [ "dojo_star" ], "game": "arknights" } }, { "id": 1602944, "tag": "mudrock_(arknights)", "posts": 2493, "split": { "title": "mudrock", "subtitles": [], "game": "arknights" } }, { "id": 1601427, "tag": "bubble_(arknights)", "posts": 40, "split": { "title": "bubble", "subtitles": [], "game": "arknights" } }, { "id": 1600894, "tag": "aosta_(arknights)", "posts": 43, "split": { "title": "aosta", "subtitles": [], "game": "arknights" } }, { "id": 1600647, "tag": "magallan_(shaved-ice_memories)_(arknights)", "posts": 44, "split": { "title": "magallan", "subtitles": [ "shaved-ice_memories" ], "game": "arknights" } }, { "id": 1600299, "tag": "blemishine_(arknights)", "posts": 697, "split": { "title": "blemishine", "subtitles": [], "game": "arknights" } }, { "id": 1599886, "tag": "istina_(bibliosmia)_(arknights)", "posts": 65, "split": { "title": "istina", "subtitles": [ "bibliosmia" ], "game": "arknights" } }, { "id": 1599618, "tag": "whislash_(arknights)", "posts": 727, "split": { "title": "whislash", "subtitles": [], "game": "arknights" } }, { "id": 1598534, "tag": "rockbreaker_(arknights)", "posts": 1, "split": { "title": "rockbreaker", "subtitles": [], "game": "arknights" } }, { "id": 1597665, "tag": "pith_(arknights)", "posts": 5, "split": { "title": "pith", "subtitles": [], "game": "arknights" } }, { "id": 1597664, "tag": "touch_(arknights)", "posts": 8, "split": { "title": "touch", "subtitles": [], "game": "arknights" } }, { "id": 1596854, "tag": "zima_(ready_to_go)_(arknights)", "posts": 48, "split": { "title": "zima", "subtitles": [ "ready_to_go" ], "game": "arknights" } }, { "id": 1596853, "tag": "hoshiguma_(patrolling_ronin)_(arknights)", "posts": 185, "split": { "title": "hoshiguma", "subtitles": [ "patrolling_ronin" ], "game": "arknights" } }, { "id": 1595577, "tag": "surtr_(arknights)", "posts": 2654, "split": { "title": "surtr", "subtitles": [], "game": "arknights" } }, { "id": 1595076, "tag": "april_(arknights)", "posts": 120, "split": { "title": "april", "subtitles": [], "game": "arknights" } }, { "id": 1594520, "tag": "amiya_(newsgirl)_(arknights)", "posts": 124, "split": { "title": "amiya", "subtitles": [ "newsgirl" ], "game": "arknights" } }, { "id": 1594467, "tag": "texas_(winter_messenger)_(arknights)", "posts": 523, "split": { "title": "texas", "subtitles": [ "winter_messenger" ], "game": "arknights" } }, { "id": 1594313, "tag": "mint_(arknights)", "posts": 141, "split": { "title": "mint", "subtitles": [], "game": "arknights" } }, { "id": 1594068, "tag": "arene_(arknights)", "posts": 127, "split": { "title": "arene", "subtitles": [], "game": "arknights" } }, { "id": 1590598, "tag": "dan_(arknights)", "posts": 7, "split": { "title": "dan", "subtitles": [], "game": "arknights" } }, { "id": 1590504, "tag": "thermal-ex_(arknights)", "posts": 11, "split": { "title": "thermal-ex", "subtitles": [], "game": "arknights" } }, { "id": 1590433, "tag": "big_ugly_(arknights)", "posts": 14, "split": { "title": "big_ugly", "subtitles": [], "game": "arknights" } }, { "id": 1590431, "tag": "high_priest_(arknights)", "posts": 116, "split": { "title": "high_priest", "subtitles": [], "game": "arknights" } }, { "id": 1588498, "tag": "aciddrop_(arknights)", "posts": 70, "split": { "title": "aciddrop", "subtitles": [], "game": "arknights" } }, { "id": 1588481, "tag": "flint_(arknights)", "posts": 132, "split": { "title": "flint", "subtitles": [], "game": "arknights" } }, { "id": 1587937, "tag": "nine_(arknights)", "posts": 12, "split": { "title": "nine", "subtitles": [], "game": "arknights" } }, { "id": 1587936, "tag": "hedley_(arknights)", "posts": 0, "split": { "title": "hedley", "subtitles": [], "game": "arknights" } }, { "id": 1587934, "tag": "\"char:\"hedley_(arknights)", "posts": 0, "split": { "title": "\"char:\"hedley", "subtitles": [], "game": "arknights" } }, { "id": 1587932, "tag": "\"character:\"hedley_(arknights)", "posts": 0, "split": { "title": "\"character:\"hedley", "subtitles": [], "game": "arknights" } }, { "id": 1587931, "tag": "\"character\":hedley_(arknights)", "posts": 0, "split": { "title": "\"character\":hedley", "subtitles": [], "game": "arknights" } }, { "id": 1587911, "tag": "tomimi_(arknights)", "posts": 838, "split": { "title": "tomimi", "subtitles": [], "game": "arknights" } }, { "id": 1587318, "tag": "sesa_(arknights)", "posts": 23, "split": { "title": "sesa", "subtitles": [], "game": "arknights" } }, { "id": 1587210, "tag": "sarkaz_caster_(arknights)", "posts": 9, "split": { "title": "sarkaz_caster", "subtitles": [], "game": "arknights" } }, { "id": 1587198, "tag": "andreana_(arknights)", "posts": 169, "split": { "title": "andreana", "subtitles": [], "game": "arknights" } }, { "id": 1586751, "tag": "jaye_(arknights)", "posts": 197, "split": { "title": "jaye", "subtitles": [], "game": "arknights" } }, { "id": 1586655, "tag": "eunectes_(arknights)", "posts": 805, "split": { "title": "eunectes", "subtitles": [], "game": "arknights" } }, { "id": 1586455, "tag": "thorns_(arknights)", "posts": 469, "split": { "title": "thorns", "subtitles": [], "game": "arknights" } }, { "id": 1584122, "tag": "chiave_(arknights)", "posts": 37, "split": { "title": "chiave", "subtitles": [], "game": "arknights" } }, { "id": 1583451, "tag": "scene_(arknights)", "posts": 195, "split": { "title": "scene", "subtitles": [], "game": "arknights" } }, { "id": 1583442, "tag": "broca_(arknights)", "posts": 59, "split": { "title": "broca", "subtitles": [], "game": "arknights" } }, { "id": 1583130, "tag": "beeswax_(arknights)", "posts": 390, "split": { "title": "beeswax", "subtitles": [], "game": "arknights" } }, { "id": 1580239, "tag": "click_(arknights)", "posts": 107, "split": { "title": "click", "subtitles": [], "game": "arknights" } }, { "id": 1580066, "tag": "suzuran_(arknights)", "posts": 2452, "split": { "title": "suzuran", "subtitles": [], "game": "arknights" } }, { "id": 1579968, "tag": "folinic_(arknights)", "posts": 189, "split": { "title": "folinic", "subtitles": [], "game": "arknights" } }, { "id": 1579836, "tag": "lin_grey_the_rat_king_(arknights)", "posts": 0, "split": { "title": "lin_grey_the_rat_king", "subtitles": [], "game": "arknights" } }, { "id": 1579827, "tag": "podenco_(arknights)", "posts": 139, "split": { "title": "podenco", "subtitles": [], "game": "arknights" } }, { "id": 1579550, "tag": "ayerscarpe_(arknights)", "posts": 86, "split": { "title": "ayerscarpe", "subtitles": [], "game": "arknights" } }, { "id": 1579425, "tag": "lin_yuhsia_(arknights)", "posts": 0, "split": { "title": "lin_yuhsia", "subtitles": [], "game": "arknights" } }, { "id": 1579297, "tag": "male_doctor_(arknights)", "posts": 631, "split": { "title": "male_doctor", "subtitles": [], "game": "arknights" } }, { "id": 1578488, "tag": "neon_(arknights)", "posts": 5, "split": { "title": "neon", "subtitles": [], "game": "arknights" } }, { "id": 1577820, "tag": "leta_(arknights)", "posts": 0, "split": { "title": "leta", "subtitles": [], "game": "arknights" } }, { "id": 1577696, "tag": "leto_(arknights)", "posts": 51, "split": { "title": "leto", "subtitles": [], "game": "arknights" } }, { "id": 1577600, "tag": "eurill_pides_(arknights)", "posts": 18, "split": { "title": "eurill_pides", "subtitles": [], "game": "arknights" } }, { "id": 1577087, "tag": "hateful_avenger_(arknights)", "posts": 36, "split": { "title": "hateful_avenger", "subtitles": [], "game": "arknights" } }, { "id": 1577018, "tag": "rosa_(arknights)", "posts": 630, "split": { "title": "rosa", "subtitles": [], "game": "arknights" } }, { "id": 1576293, "tag": "poca_(arknights)", "posts": 0, "split": { "title": "poca", "subtitles": [], "game": "arknights" } }, { "id": 1576292, "tag": "absinthe_(arknights)", "posts": 208, "split": { "title": "absinthe", "subtitles": [], "game": "arknights" } }, { "id": 1576143, "tag": "leonhardt_(arknights)", "posts": 120, "split": { "title": "leonhardt", "subtitles": [], "game": "arknights" } }, { "id": 1576026, "tag": "lin_yuxia_(arknights)", "posts": 0, "split": { "title": "lin_yuxia", "subtitles": [], "game": "arknights" } }, { "id": 1573733, "tag": "tsukinogi_(arknights)", "posts": 44, "split": { "title": "tsukinogi", "subtitles": [], "game": "arknights" } }, { "id": 1573612, "tag": "yith_(arknights)", "posts": 13, "split": { "title": "yith", "subtitles": [], "game": "arknights" } }, { "id": 1573571, "tag": "suffering_(arknights)", "posts": 0, "split": { "title": "suffering", "subtitles": [], "game": "arknights" } }, { "id": 1573569, "tag": "misery_(arknights)", "posts": 7, "split": { "title": "misery", "subtitles": [], "game": "arknights" } }, { "id": 1573567, "tag": "phoenix_(arknights)", "posts": 0, "split": { "title": "phoenix", "subtitles": [], "game": "arknights" } }, { "id": 1573566, "tag": "suffering?_(arknights)", "posts": 0, "split": { "title": "suffering?", "subtitles": [], "game": "arknights" } }, { "id": 1573341, "tag": "asbestos_(arknights)", "posts": 137, "split": { "title": "asbestos", "subtitles": [], "game": "arknights" } }, { "id": 1572599, "tag": "rosmontis_(arknights)", "posts": 936, "split": { "title": "rosmontis", "subtitles": [], "game": "arknights" } }, { "id": 1569952, "tag": "cronin's_henchman_(arknights)", "posts": 3, "split": { "title": "cronin's_henchman", "subtitles": [], "game": "arknights" } }, { "id": 1569664, "tag": "aya_(arknights)", "posts": 12, "split": { "title": "aya", "subtitles": [], "game": "arknights" } }, { "id": 1569663, "tag": "frost_(arknights)", "posts": 9, "split": { "title": "frost", "subtitles": [], "game": "arknights" } }, { "id": 1569662, "tag": "alty_(arknights)", "posts": 11, "split": { "title": "alty", "subtitles": [], "game": "arknights" } }, { "id": 1569317, "tag": "cronin_(arknights)", "posts": 3, "split": { "title": "cronin", "subtitles": [], "game": "arknights" } }, { "id": 1569194, "tag": "medic_(arknights)", "posts": 0, "split": { "title": "medic", "subtitles": [], "game": "arknights" } }, { "id": 1568479, "tag": "glaucus_(arknights)", "posts": 307, "split": { "title": "glaucus", "subtitles": [], "game": "arknights" } }, { "id": 1568340, "tag": "d.d.d._(arknights)", "posts": 15, "split": { "title": "d.d.d.", "subtitles": [], "game": "arknights" } }, { "id": 1568124, "tag": "pompeii_(arknights)", "posts": 10, "split": { "title": "pompeii", "subtitles": [], "game": "arknights" } }, { "id": 1568118, "tag": "elysium_(arknights)", "posts": 177, "split": { "title": "elysium", "subtitles": [], "game": "arknights" } }, { "id": 1568115, "tag": "weedy_(arknights)", "posts": 344, "split": { "title": "weedy", "subtitles": [], "game": "arknights" } }, { "id": 1567602, "tag": "muelsyse_(arknights)", "posts": 256, "split": { "title": "muelsyse", "subtitles": [], "game": "arknights" } }, { "id": 1566961, "tag": "theresa_(arknights)", "posts": 207, "split": { "title": "theresa", "subtitles": [], "game": "arknights" } }, { "id": 1566756, "tag": "ines_(arknights)", "posts": 141, "split": { "title": "ines", "subtitles": [], "game": "arknights" } }, { "id": 1566510, "tag": "simone_(arknights)", "posts": 6, "split": { "title": "simone", "subtitles": [], "game": "arknights" } }, { "id": 1566121, "tag": "wei_yenwu_(arknights)", "posts": 35, "split": { "title": "wei_yenwu", "subtitles": [], "game": "arknights" } }, { "id": 1566120, "tag": "princess_fumizuki_(arknights)", "posts": 27, "split": { "title": "princess_fumizuki", "subtitles": [], "game": "arknights" } }, { "id": 1566119, "tag": "waai_fu_(arknights)", "posts": 271, "split": { "title": "waai_fu", "subtitles": [], "game": "arknights" } }, { "id": 1566117, "tag": "kal'tsit_(arknights)", "posts": 2554, "split": { "title": "kal'tsit", "subtitles": [], "game": "arknights" } }, { "id": 1565725, "tag": "ace_(arknights)", "posts": 32, "split": { "title": "ace", "subtitles": [], "game": "arknights" } }, { "id": 1565673, "tag": "mon3tr_(arknights)", "posts": 225, "split": { "title": "mon3tr", "subtitles": [], "game": "arknights" } }, { "id": 1565670, "tag": "phantom_(arknights)", "posts": 194, "split": { "title": "phantom", "subtitles": [], "game": "arknights" } }, { "id": 1565577, "tag": "may_(arknights)", "posts": 52, "split": { "title": "may", "subtitles": [], "game": "arknights" } }, { "id": 1565515, "tag": "hypergryph_(arknights)", "posts": 17, "split": { "title": "hypergryph", "subtitles": [], "game": "arknights" } }, { "id": 1565483, "tag": "shamare_(arknights)", "posts": 432, "split": { "title": "shamare", "subtitles": [], "game": "arknights" } }, { "id": 1565474, "tag": "astesia_(arknights)", "posts": 497, "split": { "title": "astesia", "subtitles": [], "game": "arknights" } }, { "id": 1564575, "tag": "cutter_(arknights)", "posts": 78, "split": { "title": "cutter", "subtitles": [], "game": "arknights" } }, { "id": 1564553, "tag": "sideroca_(arknights)", "posts": 369, "split": { "title": "sideroca", "subtitles": [], "game": "arknights" } }, { "id": 1563908, "tag": "catapult_(arknights)", "posts": 51, "split": { "title": "catapult", "subtitles": [], "game": "arknights" } }, { "id": 1563666, "tag": "hellagur_(arknights)", "posts": 184, "split": { "title": "hellagur", "subtitles": [], "game": "arknights" } }, { "id": 1563297, "tag": "vanguard_operator_(arknights)", "posts": 0, "split": { "title": "vanguard_operator", "subtitles": [], "game": "arknights" } }, { "id": 1563296, "tag": "patriot_(arknights)", "posts": 98, "split": { "title": "patriot", "subtitles": [], "game": "arknights" } }, { "id": 1563020, "tag": "conviction_(arknights)", "posts": 22, "split": { "title": "conviction", "subtitles": [], "game": "arknights" } }, { "id": 1562975, "tag": "greyy_(arknights)", "posts": 37, "split": { "title": "greyy", "subtitles": [], "game": "arknights" } }, { "id": 1562700, "tag": "reunion_soldier_(arknights)", "posts": 157, "split": { "title": "reunion_soldier", "subtitles": [], "game": "arknights" } }, { "id": 1562026, "tag": "flamebringer_(arknights)", "posts": 194, "split": { "title": "flamebringer", "subtitles": [], "game": "arknights" } }, { "id": 1561323, "tag": "spot_(arknights)", "posts": 69, "split": { "title": "spot", "subtitles": [], "game": "arknights" } }, { "id": 1561322, "tag": "aak_(arknights)", "posts": 186, "split": { "title": "aak", "subtitles": [], "game": "arknights" } }, { "id": 1560816, "tag": "bibeak_(arknights)", "posts": 34, "split": { "title": "bibeak", "subtitles": [], "game": "arknights" } }, { "id": 1560786, "tag": "slime_(arknights)", "posts": 0, "split": { "title": "slime", "subtitles": [], "game": "arknights" } }, { "id": 1560785, "tag": "heavy_defender_(arknights)", "posts": 5, "split": { "title": "heavy_defender", "subtitles": [], "game": "arknights" } }, { "id": 1560783, "tag": "soldier_(arknights)", "posts": 5, "split": { "title": "soldier", "subtitles": [], "game": "arknights" } }, { "id": 1560765, "tag": "bagpipe_(arknights)", "posts": 677, "split": { "title": "bagpipe", "subtitles": [], "game": "arknights" } }, { "id": 1560720, "tag": "tenzin_(arknights)", "posts": 181, "split": { "title": "tenzin", "subtitles": [], "game": "arknights" } }, { "id": 1560517, "tag": "utage_(arknights)", "posts": 808, "split": { "title": "utage", "subtitles": [], "game": "arknights" } }, { "id": 1559723, "tag": "midnight_(arknights)", "posts": 53, "split": { "title": "midnight", "subtitles": [], "game": "arknights" } }, { "id": 1559596, "tag": "earthspirit_(arknights)", "posts": 56, "split": { "title": "earthspirit", "subtitles": [], "game": "arknights" } }, { "id": 1559003, "tag": "hung_(arknights)", "posts": 286, "split": { "title": "hung", "subtitles": [], "game": "arknights" } }, { "id": 1558517, "tag": "purestream_(arknights)", "posts": 50, "split": { "title": "purestream", "subtitles": [], "game": "arknights" } }, { "id": 1557434, "tag": "ceobe_(arknights)", "posts": 974, "split": { "title": "ceobe", "subtitles": [], "game": "arknights" } }, { "id": 1557315, "tag": "female_doctor_(arknights)", "posts": 292, "split": { "title": "female_doctor", "subtitles": [], "game": "arknights" } }, { "id": 1557094, "tag": "beehunter_(arknights)", "posts": 46, "split": { "title": "beehunter", "subtitles": [], "game": "arknights" } }, { "id": 1557065, "tag": "greythroat_(arknights)", "posts": 126, "split": { "title": "greythroat", "subtitles": [], "game": "arknights" } }, { "id": 1556483, "tag": "mephisto_(arknights)", "posts": 169, "split": { "title": "mephisto", "subtitles": [], "game": "arknights" } }, { "id": 1555778, "tag": "crownslayer_(arknights)", "posts": 131, "split": { "title": "crownslayer", "subtitles": [], "game": "arknights" } }, { "id": 1555625, "tag": "noir_corne_(arknights)", "posts": 61, "split": { "title": "noir_corne", "subtitles": [], "game": "arknights" } }, { "id": 1555536, "tag": "leizi_(arknights)", "posts": 124, "split": { "title": "leizi", "subtitles": [], "game": "arknights" } }, { "id": 1555186, "tag": "liskarm_(arknights)", "posts": 454, "split": { "title": "liskarm", "subtitles": [], "game": "arknights" } }, { "id": 1554951, "tag": "big_bob_(arknights)", "posts": 69, "split": { "title": "big_bob", "subtitles": [], "game": "arknights" } }, { "id": 1554583, "tag": "carol_(arknights)", "posts": 19, "split": { "title": "carol", "subtitles": [], "game": "arknights" } }, { "id": 1554485, "tag": "skullshatterer_(arknights)", "posts": 36, "split": { "title": "skullshatterer", "subtitles": [], "game": "arknights" } }, { "id": 1554484, "tag": "misha_(arknights)", "posts": 35, "split": { "title": "misha", "subtitles": [], "game": "arknights" } }, { "id": 1554461, "tag": "faust_(arknights)", "posts": 161, "split": { "title": "faust", "subtitles": [], "game": "arknights" } }, { "id": 1554370, "tag": "dur-nar_(arknights)", "posts": 59, "split": { "title": "dur-nar", "subtitles": [], "game": "arknights" } }, { "id": 1554363, "tag": "melantha_(arknights)", "posts": 207, "split": { "title": "melantha", "subtitles": [], "game": "arknights" } }, { "id": 1554145, "tag": "mousse_(arknights)", "posts": 148, "split": { "title": "mousse", "subtitles": [], "game": "arknights" } }, { "id": 1553985, "tag": "breeze_(arknights)", "posts": 28, "split": { "title": "breeze", "subtitles": [], "game": "arknights" } }, { "id": 1553334, "tag": "adnachiel_(arknights)", "posts": 81, "split": { "title": "adnachiel", "subtitles": [], "game": "arknights" } }, { "id": 1553333, "tag": "steward_(arknights)", "posts": 65, "split": { "title": "steward", "subtitles": [], "game": "arknights" } }, { "id": 1553329, "tag": "lava_(arknights)", "posts": 414, "split": { "title": "lava", "subtitles": [], "game": "arknights" } }, { "id": 1553328, "tag": "gummy_(arknights)", "posts": 506, "split": { "title": "gummy", "subtitles": [], "game": "arknights" } }, { "id": 1553281, "tag": "snowsant_(arknights)", "posts": 137, "split": { "title": "snowsant", "subtitles": [], "game": "arknights" } }, { "id": 1553263, "tag": "beagle_(arknights)", "posts": 99, "split": { "title": "beagle", "subtitles": [], "game": "arknights" } }, { "id": 1553038, "tag": "gravel_(arknights)", "posts": 524, "split": { "title": "gravel", "subtitles": [], "game": "arknights" } }, { "id": 1552860, "tag": "bison_(arknights)", "posts": 187, "split": { "title": "bison", "subtitles": [], "game": "arknights" } }, { "id": 1552817, "tag": "vulcan_(arknights)", "posts": 131, "split": { "title": "vulcan", "subtitles": [], "game": "arknights" } }, { "id": 1552816, "tag": "blaze_(arknights)", "posts": 972, "split": { "title": "blaze", "subtitles": [], "game": "arknights" } }, { "id": 1552545, "tag": "12f_(arknights)", "posts": 25, "split": { "title": "12f", "subtitles": [], "game": "arknights" } }, { "id": 1552195, "tag": "rangers_(arknights)", "posts": 45, "split": { "title": "rangers", "subtitles": [], "game": "arknights" } }, { "id": 1551833, "tag": "originium_slug_(arknights)", "posts": 165, "split": { "title": "originium_slug", "subtitles": [], "game": "arknights" } }, { "id": 1551569, "tag": "nian_(arknights)", "posts": 1660, "split": { "title": "nian", "subtitles": [], "game": "arknights" } }, { "id": 1551455, "tag": "silence_(arknights)", "posts": 938, "split": { "title": "silence", "subtitles": [], "game": "arknights" } }, { "id": 1550985, "tag": "meteor_(arknights)", "posts": 238, "split": { "title": "meteor", "subtitles": [], "game": "arknights" } }, { "id": 1550141, "tag": "scavenger_(arknights)", "posts": 139, "split": { "title": "scavenger", "subtitles": [], "game": "arknights" } }, { "id": 1549856, "tag": "frostnova_(arknights)", "posts": 661, "split": { "title": "frostnova", "subtitles": [], "game": "arknights" } }, { "id": 1548890, "tag": "shirayuki_(arknights)", "posts": 150, "split": { "title": "shirayuki", "subtitles": [], "game": "arknights" } }, { "id": 1548889, "tag": "ambriel_(arknights)", "posts": 130, "split": { "title": "ambriel", "subtitles": [], "game": "arknights" } }, { "id": 1547486, "tag": "reed_(arknights)", "posts": 282, "split": { "title": "reed", "subtitles": [], "game": "arknights" } }, { "id": 1546558, "tag": "castle-3_(arknights)", "posts": 33, "split": { "title": "castle-3", "subtitles": [], "game": "arknights" } }, { "id": 1545579, "tag": "truth_(arknights)", "posts": 0, "split": { "title": "truth", "subtitles": [], "game": "arknights" } }, { "id": 1544675, "tag": "cuora_(arknights)", "posts": 160, "split": { "title": "cuora", "subtitles": [], "game": "arknights" } }, { "id": 1544632, "tag": "mostima_(arknights)", "posts": 2062, "split": { "title": "mostima", "subtitles": [], "game": "arknights" } }, { "id": 1543932, "tag": "lancet-2_(arknights)", "posts": 111, "split": { "title": "lancet-2", "subtitles": [], "game": "arknights" } }, { "id": 1543401, "tag": "ethan_(arknights)", "posts": 138, "split": { "title": "ethan", "subtitles": [], "game": "arknights" } }, { "id": 1543296, "tag": "vermeil_(arknights)", "posts": 327, "split": { "title": "vermeil", "subtitles": [], "game": "arknights" } }, { "id": 1541801, "tag": "magallan_(arknights)", "posts": 686, "split": { "title": "magallan", "subtitles": [], "game": "arknights" } }, { "id": 1541794, "tag": "executor_(arknights)", "posts": 217, "split": { "title": "executor", "subtitles": [], "game": "arknights" } }, { "id": 1540881, "tag": "w_(arknights)", "posts": 2199, "split": { "title": "w", "subtitles": [], "game": "arknights" } }, { "id": 1540569, "tag": "perfumer_(arknights)", "posts": 246, "split": { "title": "perfumer", "subtitles": [], "game": "arknights" } }, { "id": 1539077, "tag": "hibiscus_(arknights)", "posts": 286, "split": { "title": "hibiscus", "subtitles": [], "game": "arknights" } }, { "id": 1538944, "tag": "sussurro_(arknights)", "posts": 896, "split": { "title": "sussurro", "subtitles": [], "game": "arknights" } }, { "id": 1538082, "tag": "myrtle_(arknights)", "posts": 510, "split": { "title": "myrtle", "subtitles": [], "game": "arknights" } }, { "id": 1537344, "tag": "kroos_(arknights)", "posts": 468, "split": { "title": "kroos", "subtitles": [], "game": "arknights" } }, { "id": 1537342, "tag": "gitano_(arknights)", "posts": 55, "split": { "title": "gitano", "subtitles": [], "game": "arknights" } }, { "id": 1536801, "tag": "ansel_(arknights)", "posts": 282, "split": { "title": "ansel", "subtitles": [], "game": "arknights" } }, { "id": 1536428, "tag": "deepcolor_(arknights)", "posts": 102, "split": { "title": "deepcolor", "subtitles": [], "game": "arknights" } }, { "id": 1535634, "tag": "homura_(arknights)", "posts": 0, "split": { "title": "homura", "subtitles": [], "game": "arknights" } }, { "id": 1535437, "tag": "ceylon_(arknights)", "posts": 305, "split": { "title": "ceylon", "subtitles": [], "game": "arknights" } }, { "id": 1535146, "tag": "schwarz_(arknights)", "posts": 1386, "split": { "title": "schwarz", "subtitles": [], "game": "arknights" } }, { "id": 1534746, "tag": "yato_(arknights)", "posts": 120, "split": { "title": "yato", "subtitles": [], "game": "arknights" } }, { "id": 1533112, "tag": "durin_(arknights)", "posts": 143, "split": { "title": "durin", "subtitles": [], "game": "arknights" } }, { "id": 1531387, "tag": "popukar_(arknights)", "posts": 145, "split": { "title": "popukar", "subtitles": [], "game": "arknights" } }, { "id": 1531381, "tag": "chen_(arknights)", "posts": 0, "split": { "title": "chen", "subtitles": [], "game": "arknights" } }, { "id": 1531303, "tag": "swire_(arknights)", "posts": 803, "split": { "title": "swire", "subtitles": [], "game": "arknights" } }, { "id": 1531059, "tag": "matterhorn_(arknights)", "posts": 254, "split": { "title": "matterhorn", "subtitles": [], "game": "arknights" } }, { "id": 1531058, "tag": "dobermann_(arknights)", "posts": 302, "split": { "title": "dobermann", "subtitles": [], "game": "arknights" } }, { "id": 1531057, "tag": "courier_(arknights)", "posts": 153, "split": { "title": "courier", "subtitles": [], "game": "arknights" } }, { "id": 1531042, "tag": "gum_(arknights)", "posts": 0, "split": { "title": "gum", "subtitles": [], "game": "arknights" } }, { "id": 1531041, "tag": "jessice_(arknights)", "posts": 0, "split": { "title": "jessice", "subtitles": [], "game": "arknights" } }, { "id": 1530808, "tag": "frostleaf_(arknights)", "posts": 503, "split": { "title": "frostleaf", "subtitles": [], "game": "arknights" } }, { "id": 1530657, "tag": "matoimaru_(arknights)", "posts": 79, "split": { "title": "matoimaru", "subtitles": [], "game": "arknights" } }, { "id": 1530622, "tag": "skade_(arknights)", "posts": 0, "split": { "title": "skade", "subtitles": [], "game": "arknights" } }, { "id": 1530558, "tag": "gavial_(arknights)", "posts": 564, "split": { "title": "gavial", "subtitles": [], "game": "arknights" } }, { "id": 1530531, "tag": "estelle_(arknights)", "posts": 80, "split": { "title": "estelle", "subtitles": [], "game": "arknights" } }, { "id": 1530513, "tag": "manticore_(arknights)", "posts": 355, "split": { "title": "manticore", "subtitles": [], "game": "arknights" } }, { "id": 1530507, "tag": "indra_(arknights)", "posts": 143, "split": { "title": "indra", "subtitles": [], "game": "arknights" } }, { "id": 1530489, "tag": "eyjafjalla_(arknights)", "posts": 1062, "split": { "title": "eyjafjalla", "subtitles": [], "game": "arknights" } }, { "id": 1530488, "tag": "nightingale_(arknights)", "posts": 310, "split": { "title": "nightingale", "subtitles": [], "game": "arknights" } }, { "id": 1530200, "tag": "shining_(arknights)", "posts": 653, "split": { "title": "shining", "subtitles": [], "game": "arknights" } }, { "id": 1530140, "tag": "haze_(arknights)", "posts": 98, "split": { "title": "haze", "subtitles": [], "game": "arknights" } }, { "id": 1530138, "tag": "orchid_(arknights)", "posts": 75, "split": { "title": "orchid", "subtitles": [], "game": "arknights" } }, { "id": 1529457, "tag": "closure_(arknights)", "posts": 246, "split": { "title": "closure", "subtitles": [], "game": "arknights" } }, { "id": 1526584, "tag": "warfarin_(arknights)", "posts": 530, "split": { "title": "warfarin", "subtitles": [], "game": "arknights" } }, { "id": 1526564, "tag": "doctor_(arknights)", "posts": 4955, "split": { "title": "doctor", "subtitles": [], "game": "arknights" } }, { "id": 1526509, "tag": "skadi_(arknights)", "posts": 4279, "split": { "title": "skadi", "subtitles": [], "game": "arknights" } }, { "id": 1526508, "tag": "grani_(arknights)", "posts": 454, "split": { "title": "grani", "subtitles": [], "game": "arknights" } }, { "id": 1525687, "tag": "blue_poison_(arknights)", "posts": 1326, "split": { "title": "blue_poison", "subtitles": [], "game": "arknights" } }, { "id": 1525577, "tag": "hoshiguma_(arknights)", "posts": 1448, "split": { "title": "hoshiguma", "subtitles": [], "game": "arknights" } }, { "id": 1525261, "tag": "platinum_(arknights)", "posts": 962, "split": { "title": "platinum", "subtitles": [], "game": "arknights" } }, { "id": 1524996, "tag": "ifrit_(arknights)", "posts": 944, "split": { "title": "ifrit", "subtitles": [], "game": "arknights" } }, { "id": 1524995, "tag": "myrrh_(arknights)", "posts": 93, "split": { "title": "myrrh", "subtitles": [], "game": "arknights" } }, { "id": 1524994, "tag": "vanilla_(arknights)", "posts": 78, "split": { "title": "vanilla", "subtitles": [], "game": "arknights" } }, { "id": 1524993, "tag": "saria_(arknights)", "posts": 1544, "split": { "title": "saria", "subtitles": [], "game": "arknights" } }, { "id": 1524992, "tag": "firewatch_(arknights)", "posts": 155, "split": { "title": "firewatch", "subtitles": [], "game": "arknights" } }, { "id": 1524991, "tag": "rope_(arknights)", "posts": 206, "split": { "title": "rope", "subtitles": [], "game": "arknights" } }, { "id": 1524990, "tag": "zima_(arknights)", "posts": 627, "split": { "title": "zima", "subtitles": [], "game": "arknights" } }, { "id": 1524989, "tag": "istina_(arknights)", "posts": 433, "split": { "title": "istina", "subtitles": [], "game": "arknights" } }, { "id": 1524988, "tag": "nightmare_(arknights)", "posts": 109, "split": { "title": "nightmare", "subtitles": [], "game": "arknights" } }, { "id": 1524986, "tag": "specter_(arknights)", "posts": 1673, "split": { "title": "specter", "subtitles": [], "game": "arknights" } }, { "id": 1524985, "tag": "mayer_(arknights)", "posts": 214, "split": { "title": "mayer", "subtitles": [], "game": "arknights" } }, { "id": 1524984, "tag": "rym_(arknights)", "posts": 0, "split": { "title": "rym", "subtitles": [], "game": "arknights" } }, { "id": 1524978, "tag": "silverash_(arknights)", "posts": 684, "split": { "title": "silverash", "subtitles": [], "game": "arknights" } }, { "id": 1524977, "tag": "cliffheart_(arknights)", "posts": 378, "split": { "title": "cliffheart", "subtitles": [], "game": "arknights" } }, { "id": 1524831, "tag": "jessica_(arknights)", "posts": 555, "split": { "title": "jessica", "subtitles": [], "game": "arknights" } }, { "id": 1524742, "tag": "fang_(arknights)", "posts": 152, "split": { "title": "fang", "subtitles": [], "game": "arknights" } }, { "id": 1524741, "tag": "cardigan_(arknights)", "posts": 198, "split": { "title": "cardigan", "subtitles": [], "game": "arknights" } }, { "id": 1524632, "tag": "vigna_(arknights)", "posts": 429, "split": { "title": "vigna", "subtitles": [], "game": "arknights" } }, { "id": 1524399, "tag": "provence_(arknights)", "posts": 330, "split": { "title": "provence", "subtitles": [], "game": "arknights" } }, { "id": 1524374, "tag": "lappland_(arknights)", "posts": 3102, "split": { "title": "lappland", "subtitles": [], "game": "arknights" } }, { "id": 1524346, "tag": "pramanix_(arknights)", "posts": 958, "split": { "title": "pramanix", "subtitles": [], "game": "arknights" } }, { "id": 1523770, "tag": "shaw_(arknights)", "posts": 297, "split": { "title": "shaw", "subtitles": [], "game": "arknights" } }, { "id": 1523491, "tag": "gyuki_(arknights)", "posts": 0, "split": { "title": "gyuki", "subtitles": [], "game": "arknights" } }, { "id": 1523464, "tag": "savage_(arknights)", "posts": 203, "split": { "title": "savage", "subtitles": [], "game": "arknights" } }, { "id": 1523233, "tag": "plume_(arknights)", "posts": 297, "split": { "title": "plume", "subtitles": [], "game": "arknights" } }, { "id": 1523203, "tag": "skyfire_(arknights)", "posts": 393, "split": { "title": "skyfire", "subtitles": [], "game": "arknights" } }, { "id": 1522750, "tag": "projekt_red_(arknights)", "posts": 774, "split": { "title": "projekt_red", "subtitles": [], "game": "arknights" } }, { "id": 1522707, "tag": "siege_(arknights)", "posts": 1301, "split": { "title": "siege", "subtitles": [], "game": "arknights" } }, { "id": 1522661, "tag": "angelina_(arknights)", "posts": 1668, "split": { "title": "angelina", "subtitles": [], "game": "arknights" } }, { "id": 1522437, "tag": "feater_(arknights)", "posts": 817, "split": { "title": "feater", "subtitles": [], "game": "arknights" } }, { "id": 1522240, "tag": "meteorite_(arknights)", "posts": 119, "split": { "title": "meteorite", "subtitles": [], "game": "arknights" } }, { "id": 1488452, "tag": "croissant_(arknights)", "posts": 405, "split": { "title": "croissant", "subtitles": [], "game": "arknights" } }, { "id": 1488450, "tag": "sora_(arknights)", "posts": 660, "split": { "title": "sora", "subtitles": [], "game": "arknights" } }, { "id": 1479363, "tag": "franka_(arknights)", "posts": 422, "split": { "title": "franka", "subtitles": [], "game": "arknights" } }, { "id": 1479196, "tag": "talulah_(arknights)", "posts": 513, "split": { "title": "talulah", "subtitles": [], "game": "arknights" } }, { "id": 1447950, "tag": "nearl_(arknights)", "posts": 903, "split": { "title": "nearl", "subtitles": [], "game": "arknights" } }, { "id": 1446496, "tag": "kaitsit_(arknights)", "posts": 0, "split": { "title": "kaitsit", "subtitles": [], "game": "arknights" } }, { "id": 1442954, "tag": "the_emperor_(arknights)", "posts": 342, "split": { "title": "the_emperor", "subtitles": [], "game": "arknights" } }, { "id": 1442950, "tag": "silent_(arknights)", "posts": 0, "split": { "title": "silent", "subtitles": [], "game": "arknights" } }, { "id": 1442949, "tag": "ptilopsis_(arknights)", "posts": 673, "split": { "title": "ptilopsis", "subtitles": [], "game": "arknights" } }, { "id": 1442948, "tag": "project_red_(arknights)", "posts": 0, "split": { "title": "project_red", "subtitles": [], "game": "arknights" } }, { "id": 1442947, "tag": "ch'en_(arknights)", "posts": 2916, "split": { "title": "ch'en", "subtitles": [], "game": "arknights" } }, { "id": 1442946, "tag": "texas_(arknights)", "posts": 4717, "split": { "title": "texas", "subtitles": [], "game": "arknights" } }, { "id": 1442945, "tag": "exusiai_(arknights)", "posts": 2824, "split": { "title": "exusiai", "subtitles": [], "game": "arknights" } }, { "id": 1442931, "tag": "amiya_(arknights)", "posts": 5301, "split": { "title": "amiya", "subtitles": [], "game": "arknights" } }, { "id": 1441642, "tag": "liskam_(arknights)", "posts": 0, "split": { "title": "liskam", "subtitles": [], "game": "arknights" } } ]
1,688,232,875.820491
null
null
1,730,999,329.144288
{ "alias": [ "太子" ], "data": { "data-adapt": "标准", "data-atk": "432", "data-birth_place": "不明", "data-block": "1", "data-cost": "24", "data-def": "50", "data-en": "12F", "data-flex": "优良", "data-group": "", "data-hp": "1461", "data-id": "R303", "data-interval": "2.9s", "data-ja": "12F", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 主线剧情", "data-phy": "普通", "data-plan": "普通", "data-position": "远程位", "data-potential": "cost,atk,re_deploy,atk,cost`-1,12,-5,12,-1", "data-profession": "术师", "data-race": "萨弗拉", "data-rarity": "1", "data-re_deploy": "70s", "data-res": "10", "data-sex": "男", "data-skill": "普通", "data-sortid": "7", "data-subprofession": "扩散术师", "data-tag": "新手", "data-team": "", "data-tolerance": "普通", "data-trust": "0,50,0", "data-zh": "12F" }, "release": { "index": 7, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/6/61/%E7%AB%8B%E7%BB%98_12F_1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "近卫小车", "近卫车" ], "data": { "data-adapt": "", "data-atk": "353", "data-birth_place": "", "data-block": "1", "data-cost": "3", "data-def": "90", "data-en": "Castle-3", "data-flex": "", "data-group": "", "data-hp": "1191", "data-id": "RCX3", "data-interval": "1.5s", "data-ja": "Castle-3", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "公开招募", "data-phy": "", "data-plan": "", "data-position": "近战位", "data-potential": "`", "data-profession": "近卫", "data-race": "", "data-rarity": "0", "data-re_deploy": "200s", "data-res": "0", "data-sex": "男", "data-skill": "", "data-sortid": "2", "data-subprofession": "无畏者", "data-tag": "支援机械 支援", "data-team": "", "data-tolerance": "", "data-trust": "200,60,0", "data-zh": "Castle-3" }, "release": { "index": 2, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/9/95/%E7%AB%8B%E7%BB%98_Castle-3_1.png" }, { "name": "SUM019.ver", "url": "https://prts.wiki//https://media.prts.wiki/e/e4/%E7%AB%8B%E7%BB%98_Castle-3_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "重装小车" ], "data": { "data-adapt": "", "data-atk": "198", "data-birth_place": "", "data-block": "3", "data-cost": "3", "data-def": "235", "data-en": "Friston-3", "data-flex": "", "data-group": "", "data-hp": "1152", "data-id": "RCX5", "data-interval": "1.2s", "data-ja": "Friston-3", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 活动获得", "data-phy": "", "data-plan": "", "data-position": "近战位", "data-potential": "`", "data-profession": "重装", "data-race": "", "data-rarity": "0", "data-re_deploy": "200s", "data-res": "0", "data-sex": "男", "data-skill": "", "data-sortid": "283", "data-subprofession": "铁卫", "data-tag": "支援机械 防护", "data-team": "", "data-tolerance": "", "data-trust": "100,0,70", "data-zh": "Friston-3" }, "release": { "index": 294, "time": 1684742400 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/4/46/%E7%AB%8B%E7%BB%98_Friston-3_1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "医疗小车", "柳叶刀", "医疗车" ], "data": { "data-adapt": "", "data-atk": "70", "data-birth_place": "", "data-block": "1", "data-cost": "3", "data-def": "27", "data-en": "Lancet-2", "data-flex": "", "data-group": "", "data-hp": "435", "data-id": "RCX2", "data-interval": "2.85s", "data-ja": "Lancet-2", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 主线剧情", "data-phy": "", "data-plan": "", "data-position": "远程位", "data-potential": "`", "data-profession": "医疗", "data-race": "", "data-rarity": "0", "data-re_deploy": "200s", "data-res": "0", "data-sex": "女", "data-skill": "", "data-sortid": "1", "data-subprofession": "医师", "data-tag": "支援机械 治疗", "data-team": "", "data-tolerance": "", "data-trust": "100,40,0", "data-zh": "Lancet-2" }, "release": { "index": 1, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/8/8e/%E7%AB%8B%E7%BB%98_Lancet-2_1.png" }, { "name": "海岸救援改装", "url": "https://prts.wiki//https://media.prts.wiki/2/25/%E7%AB%8B%E7%BB%98_Lancet-2_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "", "data-atk": "205", "data-birth_place": "", "data-block": "1", "data-cost": "3", "data-def": "30", "data-en": "PhonoR-0", "data-flex": "", "data-group": "", "data-hp": "395", "data-id": "RCX6", "data-interval": "1.6s", "data-ja": "", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 活动获得", "data-phy": "", "data-plan": "", "data-position": "远程位", "data-potential": "`", "data-profession": "辅助", "data-race": "", "data-rarity": "0", "data-re_deploy": "200s", "data-res": "5", "data-sex": "女", "data-skill": "", "data-sortid": "325", "data-subprofession": "巫役", "data-tag": "支援机械 元素", "data-team": "", "data-tolerance": "", "data-trust": "125,30,0", "data-zh": "PhonoR-0" }, "release": { "index": 336, "time": 1714550400 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/8/85/%E7%AB%8B%E7%BB%98_PhonoR-0_1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "特种小车", "自爆车" ], "data": { "data-adapt": "", "data-atk": "260", "data-birth_place": "", "data-block": "0", "data-cost": "3", "data-def": "443", "data-en": "Thermal-EX", "data-flex": "", "data-group": "", "data-hp": "1443", "data-id": "RCX4", "data-interval": "0.93s", "data-ja": "THRM-EX", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 主线剧情, 活动获得", "data-phy": "", "data-plan": "", "data-position": "近战位", "data-potential": "`", "data-profession": "特种", "data-race": "", "data-rarity": "0", "data-re_deploy": "200s", "data-res": "50", "data-sex": "男", "data-skill": "", "data-sortid": "134", "data-subprofession": "处决者", "data-tag": "支援机械 爆发", "data-team": "", "data-tolerance": "", "data-trust": "0,90,0", "data-zh": "THRM-EX" }, "release": { "index": 134, "time": 1588320000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/8/8a/%E7%AB%8B%E7%BB%98_THRM-EX_1.png" }, { "name": "双料四分卫", "url": "https://prts.wiki//https://media.prts.wiki/a/aa/%E7%AB%8B%E7%BB%98_THRM-EX_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "尤里卡", "U-Offical", "U-Offcial" ], "data": { "data-adapt": "普通", "data-atk": "102", "data-birth_place": "未公开", "data-block": "1", "data-cost": "3", "data-def": "28", "data-en": "U-Official", "data-flex": "缺陷", "data-group": "", "data-hp": "385", "data-id": "U007", "data-interval": "1.3s", "data-ja": "U-Official", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "活动获得", "data-phy": "普通", "data-plan": "缺陷", "data-position": "远程位", "data-potential": "`", "data-profession": "辅助", "data-race": "札拉克", "data-rarity": "0", "data-re_deploy": "200s", "data-res": "0", "data-sex": "女", "data-skill": "缺陷", "data-sortid": "274", "data-subprofession": "吟游者", "data-tag": "控场", "data-team": "", "data-tolerance": "普通", "data-trust": "120,20,0", "data-zh": "U-Official" }, "release": { "index": 285, "time": 1680336000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/7/74/%E7%AB%8B%E7%BB%98_U-Official_1.png" }, { "name": "云上直播间", "url": "https://prts.wiki//https://media.prts.wiki/3/39/%E7%AB%8B%E7%BB%98_U-Official_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "达不溜" ], "data": { "data-adapt": "标准", "data-atk": "912", "data-birth_place": "卡兹戴尔", "data-block": "1", "data-cost": "25→27→29", "data-def": "133", "data-en": "W", "data-flex": "标准", "data-group": "巴别塔", "data-hp": "1605", "data-id": "B214", "data-interval": "2.8s", "data-ja": "W", "data-logo": "巴别塔", "data-nation": "", "data-obtain_method": "限定寻访", "data-phy": "标准", "data-plan": "卓越", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,35,,-1", "data-profession": "狙击", "data-race": "萨卡兹", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "优良", "data-sortid": "137", "data-subprofession": "炮手", "data-tag": "输出 控场", "data-team": "", "data-tolerance": "优良", "data-trust": "0,100,0", "data-zh": "W" }, "release": { "index": 137, "time": 1588320000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/4/44/%E7%AB%8B%E7%BB%98_W_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/3/39/%E7%AB%8B%E7%BB%98_W_2.png" }, { "name": "恍惚", "url": "https://prts.wiki//https://media.prts.wiki/a/a3/%E7%AB%8B%E7%BB%98_W_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "优良", "data-atk": "514", "data-birth_place": "炎", "data-block": "1", "data-cost": "11→13", "data-def": "380", "data-en": "Wanqing", "data-flex": "标准", "data-group": "", "data-hp": "1516", "data-id": "YD13", "data-interval": "1.3s", "data-ja": "ワンチィン", "data-logo": "炎", "data-nation": "炎", "data-obtain_method": "活动获得", "data-phy": "标准", "data-plan": "普通", "data-position": "近战位", "data-potential": "cost,re_deploy,cost,,cost`-1,-10,-1,,-1", "data-profession": "先锋", "data-race": "丰蹄", "data-rarity": "4", "data-re_deploy": "80s", "data-res": "0", "data-sex": "男", "data-skill": "标准", "data-sortid": "312", "data-subprofession": "执旗手", "data-tag": "费用回复 支援", "data-team": "", "data-tolerance": "优良", "data-trust": "100,0,45", "data-zh": "万顷" }, "release": { "index": 323, "time": 1706774400 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/7/76/%E7%AB%8B%E7%BB%98_%E4%B8%87%E9%A1%B7_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/9/9e/%E7%AB%8B%E7%BB%98_%E4%B8%87%E9%A1%B7_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "玛嘉烈・临光" ], "data": { "data-adapt": "优良", "data-atk": "462", "data-birth_place": "卡西米尔", "data-block": "2→3→3", "data-cost": "17→19→21", "data-def": "575", "data-en": "Nearl", "data-flex": "优良", "data-group": "", "data-hp": "2780", "data-id": "FO02", "data-interval": "1.2s", "data-ja": "ニアール", "data-logo": "使徒", "data-nation": "", "data-obtain_method": "公开招募, 中坚寻访", "data-phy": "优良", "data-plan": "优良", "data-position": "近战位", "data-potential": "cost,re_deploy,def,,cost`-1,-4,25,,-1", "data-profession": "重装", "data-race": "库兰塔", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "10", "data-sex": "女", "data-skill": "优良", "data-sortid": "60", "data-subprofession": "守护者", "data-tag": "防护 治疗", "data-team": "使徒", "data-tolerance": "优良", "data-trust": "0,40,50", "data-zh": "临光" }, "release": { "index": 60, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/e/e4/%E7%AB%8B%E7%BB%98_%E4%B8%B4%E5%85%89_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/5/5f/%E7%AB%8B%E7%BB%98_%E4%B8%B4%E5%85%89_2.png" }, { "name": "灿阳朝露 SD01", "url": "https://prts.wiki//https://media.prts.wiki/8/82/%E7%AB%8B%E7%BB%98_%E4%B8%B4%E5%85%89_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "三队长", "52" ], "data": { "data-adapt": "缺陷", "data-atk": "1569", "data-birth_place": "阿戈尔", "data-block": "2", "data-cost": "20→22→24", "data-def": "0", "data-en": "Ulpianus", "data-flex": "优良", "data-group": "深海猎人", "data-hp": "6022", "data-id": "AA00", "data-interval": "2.5s", "data-ja": "", "data-logo": "深海猎人", "data-nation": "阿戈尔", "data-obtain_method": "标准寻访", "data-phy": "卓越", "data-plan": "优良", "data-position": "近战位", "data-potential": "cost,hp,atk,,cost`-1,250,45,,-1", "data-profession": "近卫", "data-race": "阿戈尔", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "0", "data-sex": "男", "data-skill": "卓越", "data-sortid": "333", "data-subprofession": "重剑手", "data-tag": "输出 生存", "data-team": "", "data-tolerance": "卓越", "data-trust": "500,80,0", "data-zh": "乌尔比安" }, "release": { "index": 344, "time": 1717574400 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/1/11/%E7%AB%8B%E7%BB%98_%E4%B9%8C%E5%B0%94%E6%AF%94%E5%AE%89_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/e/e7/%E7%AB%8B%E7%BB%98_%E4%B9%8C%E5%B0%94%E6%AF%94%E5%AE%89_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "725", "data-birth_place": "炎", "data-block": "1", "data-cost": "6→8", "data-def": "396", "data-en": "Mr.Nothing", "data-flex": "标准", "data-group": "", "data-hp": "2398", "data-id": "YD11", "data-interval": "1.0s", "data-ja": "ウユウ", "data-logo": "炎", "data-nation": "炎", "data-obtain_method": "中坚寻访", "data-phy": "标准", "data-plan": "普通", "data-position": "近战位", "data-potential": "cost,re_deploy,atk,,cost`-1,-3,25,,-1", "data-profession": "特种", "data-race": "黎博利", "data-rarity": "4", "data-re_deploy": "25s", "data-res": "0", "data-sex": "男", "data-skill": "优良", "data-sortid": "180", "data-subprofession": "行商", "data-tag": "快速复活 输出", "data-team": "", "data-tolerance": "优良", "data-trust": "200,40,0", "data-zh": "乌有" }, "release": { "index": 188, "time": 1612512000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/b/bb/%E7%AB%8B%E7%BB%98_%E4%B9%8C%E6%9C%89_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/6/68/%E7%AB%8B%E7%BB%98_%E4%B9%8C%E6%9C%89_2.png" }, { "name": "冷山月", "url": "https://prts.wiki//https://media.prts.wiki/2/2f/%E7%AB%8B%E7%BB%98_%E4%B9%8C%E6%9C%89_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "443", "data-birth_place": "炎", "data-block": "1", "data-cost": "9→11", "data-def": "179", "data-en": "Nine-Colored Deer", "data-flex": "普通", "data-group": "", "data-hp": "1685", "data-id": "YD09", "data-interval": "1.6s", "data-ja": "九色鹿", "data-logo": "炎", "data-nation": "炎", "data-obtain_method": "活动获得", "data-phy": "普通", "data-plan": "优良", "data-position": "远程位", "data-potential": "`", "data-profession": "辅助", "data-race": "埃拉菲亚", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "25", "data-sex": "女", "data-skill": "标准", "data-sortid": "219", "data-subprofession": "护佑者", "data-tag": "支援 生存", "data-team": "", "data-tolerance": "标准", "data-trust": "350,35,0", "data-zh": "九色鹿" }, "release": { "index": 228, "time": 1641801600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/5/5e/%E7%AB%8B%E7%BB%98_%E4%B9%9D%E8%89%B2%E9%B9%BF_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/b/b6/%E7%AB%8B%E7%BB%98_%E4%B9%9D%E8%89%B2%E9%B9%BF_2.png" }, { "name": "古往今来的月", "url": "https://prts.wiki//https://media.prts.wiki/2/24/%E7%AB%8B%E7%BB%98_%E4%B9%9D%E8%89%B2%E9%B9%BF_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "692", "data-birth_place": "哥伦比亚", "data-block": "2", "data-cost": "14→16", "data-def": "393", "data-en": "Contrail", "data-flex": "优良", "data-group": "", "data-hp": "2255", "data-id": "CB33", "data-interval": "1.5s", "data-ja": "", "data-logo": "哥伦比亚", "data-nation": "哥伦比亚", "data-obtain_method": "凭证交易所(采购)", "data-phy": "普通", "data-plan": "普通", "data-position": "近战位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,25,,-1", "data-profession": "特种", "data-race": "札拉克", "data-rarity": "3", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "普通", "data-sortid": "348", "data-subprofession": "巡空者", "data-tag": "高空 控场", "data-team": "", "data-tolerance": "标准", "data-trust": "0,35,35", "data-zh": "云迹" }, "release": { "index": 359, "time": 1730448000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/c/ca/%E7%AB%8B%E7%BB%98_%E4%BA%91%E8%BF%B9_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/f/fd/%E7%AB%8B%E7%BB%98_%E4%BA%91%E8%BF%B9_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "优良", "data-atk": "479", "data-birth_place": "乌萨斯", "data-block": "1", "data-cost": "19→21", "data-def": "133", "data-en": "Folinic", "data-flex": "标准", "data-group": "", "data-hp": "1585", "data-id": "R133", "data-interval": "2.85s", "data-ja": "フォリニック", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "活动获得, 记录修复奖励", "data-phy": "普通", "data-plan": "标准", "data-position": "远程位", "data-potential": "cost,re_deploy,cost,,cost`-1,-10,-1,,-1", "data-profession": "医疗", "data-race": "菲林", "data-rarity": "4", "data-re_deploy": "80s", "data-res": "0", "data-sex": "女", "data-skill": "标准", "data-sortid": "145", "data-subprofession": "医师", "data-tag": "治疗 输出", "data-team": "", "data-tolerance": "标准", "data-trust": "200,50,0", "data-zh": "亚叶" }, "release": { "index": 145, "time": 1594281600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/5/5f/%E7%AB%8B%E7%BB%98_%E4%BA%9A%E5%8F%B6_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/a/a7/%E7%AB%8B%E7%BB%98_%E4%BA%9A%E5%8F%B6_2.png" }, { "name": "残葛", "url": "https://prts.wiki//https://media.prts.wiki/3/32/%E7%AB%8B%E7%BB%98_%E4%BA%9A%E5%8F%B6_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "718", "data-birth_place": "炎", "data-block": "2", "data-cost": "18→20", "data-def": "402", "data-en": "Qiubai", "data-flex": "优良", "data-group": "", "data-hp": "2480", "data-id": "YD20", "data-interval": "1.3s", "data-ja": "チューバイ", "data-logo": "炎", "data-nation": "炎", "data-obtain_method": "标准寻访", "data-phy": "优良", "data-plan": "标准", "data-position": "近战位", "data-potential": "cost,,atk,,cost`-1,,26,,-1", "data-profession": "近卫", "data-race": "埃拉菲亚", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "10", "data-sex": "女", "data-skill": "卓越", "data-sortid": "270", "data-subprofession": "领主", "data-tag": "输出 控场", "data-team": "", "data-tolerance": "优良", "data-trust": "0,50,50", "data-zh": "仇白" }, "release": { "index": 281, "time": 1676361600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/6/60/%E7%AB%8B%E7%BB%98_%E4%BB%87%E7%99%BD_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/4/4e/%E7%AB%8B%E7%BB%98_%E4%BB%87%E7%99%BD_2.png" }, { "name": "霜林醉", "url": "https://prts.wiki//https://media.prts.wiki/d/d8/%E7%AB%8B%E7%BB%98_%E4%BB%87%E7%99%BD_skin1.png" }, { "name": "礼遇", "url": "https://prts.wiki//https://media.prts.wiki/7/77/%E7%AB%8B%E7%BB%98_%E4%BB%87%E7%99%BD_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "缺陷", "data-atk": "473", "data-birth_place": "炎", "data-block": "1", "data-cost": "10→12", "data-def": "138", "data-en": "Ling", "data-flex": "普通", "data-group": "炎-岁", "data-hp": "1079", "data-id": "NM03", "data-interval": "1.6s", "data-ja": "リィン", "data-logo": "炎-岁", "data-nation": "炎", "data-obtain_method": "限定寻访", "data-phy": "标准", "data-plan": "优良", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,24,,-1", "data-profession": "辅助", "data-race": "未公开", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "20", "data-sex": "女", "data-skill": "普通", "data-sortid": "223", "data-subprofession": "召唤师", "data-tag": "召唤 支援 控场", "data-team": "", "data-tolerance": "标准", "data-trust": "350,35,0", "data-zh": "令" }, "release": { "index": 232, "time": 1643097600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/d/df/%E7%AB%8B%E7%BB%98_%E4%BB%A4_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/a/a3/%E7%AB%8B%E7%BB%98_%E4%BB%A4_2.png" }, { "name": "濯缨", "url": "https://prts.wiki//https://media.prts.wiki/5/5e/%E7%AB%8B%E7%BB%98_%E4%BB%A4_skin1.png" }, { "name": "崖高梦远", "url": "https://prts.wiki//https://media.prts.wiki/7/70/%E7%AB%8B%E7%BB%98_%E4%BB%A4_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "伊内斯" ], "data": { "data-adapt": "优良", "data-atk": "589", "data-birth_place": "卡兹戴尔", "data-block": "1", "data-cost": "9→11", "data-def": "281", "data-en": "Ines", "data-flex": "优良", "data-group": "巴别塔", "data-hp": "2121", "data-id": "B215", "data-interval": "1.0s", "data-ja": "イネス", "data-logo": "巴别塔", "data-nation": "", "data-obtain_method": "标准寻访", "data-phy": "标准", "data-plan": "标准", "data-position": "近战位", "data-potential": "cost,re_deploy,interval,,cost`-1,-4,8,,-1", "data-profession": "先锋", "data-race": "未公开", "data-rarity": "5", "data-re_deploy": "35s", "data-res": "0", "data-sex": "女", "data-skill": "标准", "data-sortid": "278", "data-subprofession": "情报官", "data-tag": "费用回复 快速复活", "data-team": "", "data-tolerance": "优良", "data-trust": "0,50,30", "data-zh": "伊内丝" }, "release": { "index": 289, "time": 1680768000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/0/07/%E7%AB%8B%E7%BB%98_%E4%BC%8A%E5%86%85%E4%B8%9D_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/3/35/%E7%AB%8B%E7%BB%98_%E4%BC%8A%E5%86%85%E4%B8%9D_2.png" }, { "name": "燃烧天穹下", "url": "https://prts.wiki//https://media.prts.wiki/2/2c/%E7%AB%8B%E7%BB%98_%E4%BC%8A%E5%86%85%E4%B8%9D_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "优良", "data-atk": "742", "data-birth_place": "未公开", "data-block": "0", "data-cost": "17→19", "data-def": "337", "data-en": "Ethan", "data-flex": "标准", "data-group": "", "data-hp": "1530", "data-id": "R130", "data-interval": "3.5s", "data-ja": "イーサン", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "凭证交易所(采购)", "data-phy": "普通", "data-plan": "标准", "data-position": "近战位", "data-potential": "cost,re_deploy,hp,re_deploy,cost`-1,-4,150,-6,-1", "data-profession": "特种", "data-race": "萨弗拉", "data-rarity": "3", "data-re_deploy": "70s", "data-res": "30", "data-sex": "男", "data-skill": "标准", "data-sortid": "107", "data-subprofession": "伏击客", "data-tag": "输出 控场", "data-team": "", "data-tolerance": "普通", "data-trust": "450,0,0", "data-zh": "伊桑" }, "release": { "index": 107, "time": 1572552000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/e/e0/%E7%AB%8B%E7%BB%98_%E4%BC%8A%E6%A1%91_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/b/b6/%E7%AB%8B%E7%BB%98_%E4%BC%8A%E6%A1%91_2.png" }, { "name": "渗透", "url": "https://prts.wiki//https://media.prts.wiki/e/ec/%E7%AB%8B%E7%BB%98_%E4%BC%8A%E6%A1%91_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "小火龙", "伊芙芙" ], "data": { "data-adapt": "卓越", "data-atk": "870", "data-birth_place": "未公开", "data-block": "1", "data-cost": "31→34", "data-def": "130", "data-en": "Ifrit", "data-flex": "标准", "data-group": "莱茵生命", "data-hp": "1680", "data-id": "RL03", "data-interval": "2.9s", "data-ja": "イフリータ", "data-logo": "莱茵生命", "data-nation": "哥伦比亚", "data-obtain_method": "公开招募, 中坚寻访", "data-phy": "普通", "data-plan": "缺陷", "data-position": "远程位", "data-potential": "cost,,atk,cost,`-1,,35,-1,", "data-profession": "术师", "data-race": "萨卡兹", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "20", "data-sex": "女", "data-skill": "普通", "data-sortid": "75", "data-subprofession": "轰击术师", "data-tag": "群攻 削弱", "data-team": "", "data-tolerance": "普通", "data-trust": "0,110,0", "data-zh": "伊芙利特" }, "release": { "index": 75, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/5/53/%E7%AB%8B%E7%BB%98_%E4%BC%8A%E8%8A%99%E5%88%A9%E7%89%B9_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/f/f2/%E7%AB%8B%E7%BB%98_%E4%BC%8A%E8%8A%99%E5%88%A9%E7%89%B9_2.png" }, { "name": "日晒 SS.SP", "url": "https://prts.wiki//https://media.prts.wiki/3/3d/%E7%AB%8B%E7%BB%98_%E4%BC%8A%E8%8A%99%E5%88%A9%E7%89%B9_skin1.png" }, { "name": "儿童派对", "url": "https://prts.wiki//https://media.prts.wiki/0/06/%E7%AB%8B%E7%BB%98_%E4%BC%8A%E8%8A%99%E5%88%A9%E7%89%B9_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "616", "data-birth_place": "哥伦比亚", "data-block": "1→2→2", "data-cost": "18→19→21", "data-def": "403", "data-en": "Humus", "data-flex": "标准", "data-group": "", "data-hp": "2150", "data-id": "R171", "data-interval": "1.3s", "data-ja": "ヒューマス", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "标准寻访, 中坚寻访", "data-phy": "标准", "data-plan": "普通", "data-position": "近战位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,35,,-1", "data-profession": "近卫", "data-race": "丰蹄", "data-rarity": "3", "data-re_deploy": "70s", "data-res": "0", "data-sex": "男", "data-skill": "标准", "data-sortid": "275", "data-subprofession": "收割者", "data-tag": "输出 生存", "data-team": "", "data-tolerance": "优良", "data-trust": "0,30,30", "data-zh": "休谟斯" }, "release": { "index": 286, "time": 1680768000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/2/29/%E7%AB%8B%E7%BB%98_%E4%BC%91%E8%B0%9F%E6%96%AF_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/7/7f/%E7%AB%8B%E7%BB%98_%E4%BC%91%E8%B0%9F%E6%96%AF_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "四爷" ], "data": { "data-adapt": "标准", "data-atk": "462", "data-birth_place": "叙拉古", "data-block": "1", "data-cost": "15→17", "data-def": "154", "data-en": "Vigil", "data-flex": "标准", "data-group": "", "data-hp": "1755", "data-id": "SR36", "data-interval": "1.0s", "data-ja": "ヴィジェル", "data-logo": "叙拉古", "data-nation": "叙拉古", "data-obtain_method": "活动获得", "data-phy": "标准", "data-plan": "优良", "data-position": "远程位", "data-potential": "cost,re_deploy,cost,,cost`-1,-10,-1,,-1", "data-profession": "先锋", "data-race": "鲁珀", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "0", "data-sex": "男", "data-skill": "优良", "data-sortid": "259", "data-subprofession": "战术家", "data-tag": "费用回复 控场", "data-team": "", "data-tolerance": "标准", "data-trust": "0,80,0", "data-zh": "伺夜" }, "release": { "index": 270, "time": 1667289600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/f/f1/%E7%AB%8B%E7%BB%98_%E4%BC%BA%E5%A4%9C_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/b/b5/%E7%AB%8B%E7%BB%98_%E4%BC%BA%E5%A4%9C_2.png" }, { "name": "叙拉古的彼面", "url": "https://prts.wiki//https://media.prts.wiki/8/8a/%E7%AB%8B%E7%BB%98_%E4%BC%BA%E5%A4%9C_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "普通", "data-atk": "513", "data-birth_place": "卡西米尔", "data-block": "1", "data-cost": "13→15", "data-def": "102", "data-en": "Proviso", "data-flex": "标准", "data-group": "", "data-hp": "1298", "data-id": "KZ10", "data-interval": "1.9s", "data-ja": "プロヴァイゾ", "data-logo": "卡西米尔", "data-nation": "卡西米尔", "data-obtain_method": "标准寻访", "data-phy": "普通", "data-plan": "标准", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,23,,-1", "data-profession": "辅助", "data-race": "库兰塔", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "20", "data-sex": "女", "data-skill": "普通", "data-sortid": "248", "data-subprofession": "凝滞师", "data-tag": "削弱 减速", "data-team": "", "data-tolerance": "普通", "data-trust": "0,65,0", "data-zh": "但书" }, "release": { "index": 257, "time": 1662624000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/c/c1/%E7%AB%8B%E7%BB%98_%E4%BD%86%E4%B9%A6_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/7/78/%E7%AB%8B%E7%BB%98_%E4%BD%86%E4%B9%A6_2.png" }, { "name": "秋高气爽", "url": "https://prts.wiki//https://media.prts.wiki/4/44/%E7%AB%8B%E7%BB%98_%E4%BD%86%E4%B9%A6_skin1.png" }, { "name": "悠然假日 HD78", "url": "https://prts.wiki//https://media.prts.wiki/c/cb/%E7%AB%8B%E7%BB%98_%E4%BD%86%E4%B9%A6_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "1290", "data-birth_place": "萨尔贡", "data-block": "2", "data-cost": "18→20", "data-def": "387", "data-en": "Pepe", "data-flex": "普通", "data-group": "", "data-hp": "2851", "data-id": "SG14", "data-interval": "1.8s", "data-ja": "", "data-logo": "萨尔贡", "data-nation": "萨尔贡", "data-obtain_method": "限定寻访", "data-phy": "标准", "data-plan": "优良", "data-position": "近战位", "data-potential": "cost,,atk,,cost`-1,,35,,-1", "data-profession": "近卫", "data-race": "菲林", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "优良", "data-sortid": "340", "data-subprofession": "撼地者", "data-tag": "输出 控场", "data-team": "", "data-tolerance": "标准", "data-trust": "0,70,45", "data-zh": "佩佩" }, "release": { "index": 351, "time": 1722499200 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/7/72/%E7%AB%8B%E7%BB%98_%E4%BD%A9%E4%BD%A9_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/0/03/%E7%AB%8B%E7%BB%98_%E4%BD%A9%E4%BD%A9_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "水陈", "假日威龙" ], "data": { "data-adapt": "标准", "data-atk": "773", "data-birth_place": "龙门", "data-block": "1", "data-cost": "29→32", "data-def": "203", "data-en": "Ch'en the Holungday", "data-flex": "标准", "data-group": "", "data-hp": "2501", "data-id": "R112", "data-interval": "2.3s", "data-ja": "遊龍チェン", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "限定寻访", "data-phy": "优良", "data-plan": "优良", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,33,,-1", "data-profession": "狙击", "data-race": "龙", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "优良", "data-sortid": "202", "data-subprofession": "散射手", "data-tag": "输出 群攻", "data-team": "", "data-tolerance": "优良", "data-trust": "0,80,0", "data-zh": "假日威龙陈" }, "release": { "index": 210, "time": 1627977600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/b/b9/%E7%AB%8B%E7%BB%98_%E5%81%87%E6%97%A5%E5%A8%81%E9%BE%99%E9%99%88_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/4/4e/%E7%AB%8B%E7%BB%98_%E5%81%87%E6%97%A5%E5%A8%81%E9%BE%99%E9%99%88_2.png" }, { "name": "万重山", "url": "https://prts.wiki//https://media.prts.wiki/f/f2/%E7%AB%8B%E7%BB%98_%E5%81%87%E6%97%A5%E5%A8%81%E9%BE%99%E9%99%88_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "奎因" ], "data": { "data-adapt": "标准", "data-atk": "558", "data-birth_place": "维多利亚", "data-block": "1", "data-cost": "8→10", "data-def": "322", "data-en": "Phantom", "data-flex": "卓越", "data-group": "", "data-hp": "1645", "data-id": "R109", "data-interval": "0.93s", "data-ja": "ファントム", "data-logo": "维多利亚", "data-nation": "维多利亚", "data-obtain_method": "公开招募, 中坚寻访", "data-phy": "标准", "data-plan": "优良", "data-position": "近战位", "data-potential": "cost,atk,re_deploy,hp,cost`-1,22,-2,130,-1", "data-profession": "特种", "data-race": "菲林", "data-rarity": "5", "data-re_deploy": "18s", "data-res": "0", "data-sex": "男", "data-skill": "优良", "data-sortid": "133", "data-subprofession": "处决者", "data-tag": "快速复活 控场 输出", "data-team": "", "data-tolerance": "标准", "data-trust": "0,90,0", "data-zh": "傀影" }, "release": { "index": 133, "time": 1587456000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/3/32/%E7%AB%8B%E7%BB%98_%E5%82%80%E5%BD%B1_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/6/6f/%E7%AB%8B%E7%BB%98_%E5%82%80%E5%BD%B1_2.png" }, { "name": "梦魇之梦", "url": "https://prts.wiki//https://media.prts.wiki/8/87/%E7%AB%8B%E7%BB%98_%E5%82%80%E5%BD%B1_skin1.png" }, { "name": "焦点", "url": "https://prts.wiki//https://media.prts.wiki/e/e8/%E7%AB%8B%E7%BB%98_%E5%82%80%E5%BD%B1_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "克洛斯" ], "data": { "data-adapt": "标准", "data-atk": "375", "data-birth_place": "雷姆必拓", "data-block": "1", "data-cost": "9→11", "data-def": "126", "data-en": "Kroos", "data-flex": "标准", "data-group": "", "data-hp": "1060", "data-id": "PA12", "data-interval": "1.0s", "data-ja": "クルース", "data-logo": "行动预备组A1", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 标准寻访, 中坚寻访, 主线剧情", "data-phy": "普通", "data-plan": "标准", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,21,,-1", "data-profession": "狙击", "data-race": "卡特斯", "data-rarity": "2", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "优良", "data-sortid": "14", "data-subprofession": "速射手", "data-tag": "输出", "data-team": "行动预备组A1", "data-tolerance": "普通", "data-trust": "0,50,0", "data-zh": "克洛丝" }, "release": { "index": 14, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/b/ba/%E7%AB%8B%E7%BB%98_%E5%85%8B%E6%B4%9B%E4%B8%9D_1.png" }, { "name": "魔术师", "url": "https://prts.wiki//https://media.prts.wiki/a/ab/%E7%AB%8B%E7%BB%98_%E5%85%8B%E6%B4%9B%E4%B8%9D_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "958", "data-birth_place": "哥伦比亚", "data-block": "1", "data-cost": "17→19→21", "data-def": "224", "data-en": "Coldshot", "data-flex": "标准", "data-group": "", "data-hp": "1855", "data-id": "CB28", "data-interval": "1.6s", "data-ja": "コールドショット", "data-logo": "哥伦比亚", "data-nation": "哥伦比亚", "data-obtain_method": "活动获得", "data-phy": "标准", "data-plan": "标准", "data-position": "远程位", "data-potential": "cost,re_deploy,cost,,cost`-1,-10,-1,,-1", "data-profession": "狙击", "data-race": "埃拉菲亚", "data-rarity": "4", "data-re_deploy": "80s", "data-res": "0", "data-sex": "女", "data-skill": "标准", "data-sortid": "294", "data-subprofession": "猎手", "data-tag": "输出", "data-team": "", "data-tolerance": "标准", "data-trust": "0,105,0", "data-zh": "冰酿" }, "release": { "index": 305, "time": 1693900800 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/7/7e/%E7%AB%8B%E7%BB%98_%E5%86%B0%E9%85%BF_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/f/f3/%E7%AB%8B%E7%BB%98_%E5%86%B0%E9%85%BF_2.png" }, { "name": "破晓", "url": "https://prts.wiki//https://media.prts.wiki/d/d2/%E7%AB%8B%E7%BB%98_%E5%86%B0%E9%85%BF_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "Zima" ], "data": { "data-adapt": "普通", "data-atk": "470", "data-birth_place": "乌萨斯", "data-block": "2", "data-cost": "11→13", "data-def": "350", "data-en": "Зима", "data-flex": "标准", "data-group": "", "data-hp": "2150", "data-id": "USS1", "data-interval": "1.05s", "data-ja": "ズィマー", "data-logo": "乌萨斯学生自治团", "data-nation": "乌萨斯", "data-obtain_method": "公开招募, 中坚寻访", "data-phy": "优良", "data-plan": "普通", "data-position": "近战位", "data-potential": "cost,re_deploy,def,re_deploy,cost`-1,-4,24,-6,-1", "data-profession": "先锋", "data-race": "乌萨斯", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "标准", "data-sortid": "46", "data-subprofession": "尖兵", "data-tag": "费用回复 支援", "data-team": "乌萨斯学生自治团", "data-tolerance": "优良", "data-trust": "0,0,70", "data-zh": "凛冬" }, "release": { "index": 46, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/6/6e/%E7%AB%8B%E7%BB%98_%E5%87%9B%E5%86%AC_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/2/2c/%E7%AB%8B%E7%BB%98_%E5%87%9B%E5%86%AC_2.png" }, { "name": "整装待发", "url": "https://prts.wiki//https://media.prts.wiki/0/0a/%E7%AB%8B%E7%BB%98_%E5%87%9B%E5%86%AC_skin1.png" }, { "name": "乌萨斯IO79", "url": "https://prts.wiki//https://media.prts.wiki/b/bf/%E7%AB%8B%E7%BB%98_%E5%87%9B%E5%86%AC_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "优良", "data-atk": "447", "data-birth_place": "萨米", "data-block": "1", "data-cost": "13→15", "data-def": "101", "data-en": "Valarqvin", "data-flex": "普通", "data-group": "", "data-hp": "1097", "data-id": "SI06", "data-interval": "1.6s", "data-ja": "ヴァラルクビン", "data-logo": "萨米", "data-nation": "萨米", "data-obtain_method": "活动获得", "data-phy": "标准", "data-plan": "优良", "data-position": "远程位", "data-potential": "cost,re_deploy,cost,,cost`-1,-10,-1,,-1", "data-profession": "辅助", "data-race": "萨卡兹", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "15", "data-sex": "女", "data-skill": "标准", "data-sortid": "289", "data-subprofession": "巫役", "data-tag": "元素", "data-team": "", "data-tolerance": "标准", "data-trust": "250,30,0", "data-zh": "凛视" }, "release": { "index": 300, "time": 1689235200 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/0/03/%E7%AB%8B%E7%BB%98_%E5%87%9B%E8%A7%86_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/f/f4/%E7%AB%8B%E7%BB%98_%E5%87%9B%E8%A7%86_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "凯尔西", "Kal", "凯爹", "Kaltist" ], "data": { "data-adapt": "标准", "data-atk": "490", "data-birth_place": "罗德岛", "data-block": "1", "data-cost": "18→20", "data-def": "215", "data-en": "Kal'tsit", "data-flex": "普通", "data-group": "", "data-hp": "1633", "data-id": "B003", "data-interval": "2.85s", "data-ja": "ケルシー", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "标准寻访", "data-phy": "普通", "data-plan": "■■", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,25,,-1", "data-profession": "医疗", "data-race": "菲林", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "普通", "data-sortid": "192", "data-subprofession": "医师", "data-tag": "召唤 治疗", "data-team": "", "data-tolerance": "普通", "data-trust": "400,0,40", "data-zh": "凯尔希" }, "release": { "index": 200, "time": 1619856000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/7/72/%E7%AB%8B%E7%BB%98_%E5%87%AF%E5%B0%94%E5%B8%8C_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/6/65/%E7%AB%8B%E7%BB%98_%E5%87%AF%E5%B0%94%E5%B8%8C_2.png" }, { "name": "残余", "url": "https://prts.wiki//https://media.prts.wiki/0/0f/%E7%AB%8B%E7%BB%98_%E5%87%AF%E5%B0%94%E5%B8%8C_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "550", "data-birth_place": "维多利亚", "data-block": "2", "data-cost": "16→18→20", "data-def": "420", "data-en": "Catherine", "data-flex": "普通", "data-group": "", "data-hp": "2680", "data-id": "VC20", "data-interval": "1.5s", "data-ja": "", "data-logo": "维多利亚", "data-nation": "维多利亚", "data-obtain_method": "活动获得", "data-phy": "普通", "data-plan": "优良", "data-position": "近战位", "data-potential": "cost,re_deploy,cost,,cost`-1,-10,-1,,-1", "data-profession": "辅助", "data-race": "菲林", "data-rarity": "4", "data-re_deploy": "80s", "data-res": "0", "data-sex": "女", "data-skill": "普通", "data-sortid": "345", "data-subprofession": "工匠", "data-tag": "防护 支援", "data-team": "", "data-tolerance": "普通", "data-trust": "0,40,40", "data-zh": "凯瑟琳" }, "release": { "index": 356, "time": 1728460800 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/a/ad/%E7%AB%8B%E7%BB%98_%E5%87%AF%E7%91%9F%E7%90%B3_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/3/34/%E7%AB%8B%E7%BB%98_%E5%87%AF%E7%91%9F%E7%90%B3_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "恩雅" ], "data": { "data-adapt": "卓越", "data-atk": "430", "data-birth_place": "谢拉格", "data-block": "1", "data-cost": "10→12", "data-def": "102", "data-en": "Pramanix", "data-flex": "普通", "data-group": "喀兰贸易", "data-hp": "1605", "data-id": "JC05", "data-interval": "1.6s", "data-ja": "プラマニクス", "data-logo": "喀兰贸易", "data-nation": "谢拉格", "data-obtain_method": "公开招募, 中坚寻访", "data-phy": "普通", "data-plan": "优良", "data-position": "远程位", "data-potential": "cost,re_deploy,res,,cost`-1,-4,8,,-1", "data-profession": "辅助", "data-race": "菲林", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "25", "data-sex": "女", "data-skill": "标准", "data-sortid": "68", "data-subprofession": "削弱者", "data-tag": "削弱", "data-team": "", "data-tolerance": "标准", "data-trust": "0,65,0", "data-zh": "初雪" }, "release": { "index": 68, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/d/de/%E7%AB%8B%E7%BB%98_%E5%88%9D%E9%9B%AA_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/0/05/%E7%AB%8B%E7%BB%98_%E5%88%9D%E9%9B%AA_2.png" }, { "name": "开斯特之霜", "url": "https://prts.wiki//https://media.prts.wiki/f/f9/%E7%AB%8B%E7%BB%98_%E5%88%9D%E9%9B%AA_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "550", "data-birth_place": "维多利亚", "data-block": "1", "data-cost": "15→17", "data-def": "100", "data-en": "Vendela", "data-flex": "普通", "data-group": "", "data-hp": "1370", "data-id": "VC24", "data-interval": "1.6s", "data-ja": "ヴァンデラ", "data-logo": "维多利亚", "data-nation": "维多利亚", "data-obtain_method": "标准寻访", "data-phy": "缺陷", "data-plan": "标准", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,22,,-1", "data-profession": "医疗", "data-race": "菲林", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "20", "data-sex": "女", "data-skill": "普通", "data-sortid": "299", "data-subprofession": "咒愈师", "data-tag": "治疗", "data-team": "", "data-tolerance": "标准", "data-trust": "180,30,0", "data-zh": "刺玫" }, "release": { "index": 310, "time": 1696752000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/e/e3/%E7%AB%8B%E7%BB%98_%E5%88%BA%E7%8E%AB_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/a/aa/%E7%AB%8B%E7%BB%98_%E5%88%BA%E7%8E%AB_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "小刻", "傻狗", "氪二百", "刻俄伯", "刻狗" ], "data": { "data-adapt": "优良", "data-atk": "667", "data-birth_place": "玻利瓦尔", "data-block": "1", "data-cost": "19→21", "data-def": "128", "data-en": "Ceobe", "data-flex": "优良", "data-group": "", "data-hp": "1565", "data-id": "R155", "data-interval": "1.6s", "data-ja": "ケオベ", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 中坚寻访", "data-phy": "标准", "data-plan": "普通", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,27,,-1", "data-profession": "术师", "data-race": "佩洛", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "20", "data-sex": "女", "data-skill": "标准", "data-sortid": "123", "data-subprofession": "中坚术师", "data-tag": "输出 控场", "data-team": "", "data-tolerance": "卓越", "data-trust": "0,90,0", "data-zh": "刻俄柏" }, "release": { "index": 123, "time": 1582617600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/3/3d/%E7%AB%8B%E7%BB%98_%E5%88%BB%E4%BF%84%E6%9F%8F_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/6/6d/%E7%AB%8B%E7%BB%98_%E5%88%BB%E4%BF%84%E6%9F%8F_2.png" }, { "name": "夏卉 FA333", "url": "https://prts.wiki//https://media.prts.wiki/f/f3/%E7%AB%8B%E7%BB%98_%E5%88%BB%E4%BF%84%E6%9F%8F_skin1.png" }, { "name": "无拘无束", "url": "https://prts.wiki//https://media.prts.wiki/d/d4/%E7%AB%8B%E7%BB%98_%E5%88%BB%E4%BF%84%E6%9F%8F_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "571", "data-birth_place": "哥伦比亚", "data-block": "2", "data-cost": "17→19→21", "data-def": "325", "data-en": "Cutter", "data-flex": "标准", "data-group": "", "data-hp": "2320", "data-id": "R144", "data-interval": "1.3s", "data-ja": "カッター", "data-logo": "哥伦比亚", "data-nation": "哥伦比亚", "data-obtain_method": "公开招募, 标准寻访, 中坚寻访", "data-phy": "标准", "data-plan": "普通", "data-position": "近战位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,21,,-1", "data-profession": "近卫", "data-race": "沃尔珀", "data-rarity": "3", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "优良", "data-sortid": "130", "data-subprofession": "剑豪", "data-tag": "爆发 输出", "data-team": "", "data-tolerance": "普通", "data-trust": "0,70,0", "data-zh": "刻刀" }, "release": { "index": 130, "time": 1587456000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/5/51/%E7%AB%8B%E7%BB%98_%E5%88%BB%E5%88%80_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/e/e8/%E7%AB%8B%E7%BB%98_%E5%88%BB%E5%88%80_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "■■", "data-atk": "657", "data-birth_place": "未知", "data-block": "2", "data-cost": "14→16", "data-def": "360", "data-en": "Doc", "data-flex": "普通", "data-group": "", "data-hp": "2217", "data-id": "RS06", "data-interval": "1.05s", "data-ja": "Doc", "data-logo": "彩虹小队", "data-nation": "", "data-obtain_method": "限定寻访", "data-phy": "标准", "data-plan": "优良", "data-position": "近战位", "data-potential": "cost,re_deploy,hp,,cost`-1,-4,200,,-1", "data-profession": "近卫", "data-race": "未知", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "0", "data-sex": "男", "data-skill": "优良", "data-sortid": "319", "data-subprofession": "教官", "data-tag": "治疗 支援", "data-team": "彩虹小队", "data-tolerance": "普通", "data-trust": "150,0,40", "data-zh": "医生" }, "release": { "index": 330, "time": 1709798400 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/e/e2/%E7%AB%8B%E7%BB%98_%E5%8C%BB%E7%94%9F_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/7/75/%E7%AB%8B%E7%BB%98_%E5%8C%BB%E7%94%9F_2.png" }, { "name": "展览", "url": "https://prts.wiki//https://media.prts.wiki/7/7b/%E7%AB%8B%E7%BB%98_%E5%8C%BB%E7%94%9F_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "Ff0", "法华琳", "Fafa0", "华法林" ], "data": { "data-adapt": "优良", "data-atk": "505", "data-birth_place": "卡兹戴尔", "data-block": "1", "data-cost": "17→19", "data-def": "125", "data-en": "Warfarin", "data-flex": "标准", "data-group": "", "data-hp": "1520", "data-id": "R106", "data-interval": "2.85s", "data-ja": "ワルファリン", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 中坚寻访", "data-phy": "标准", "data-plan": "优良", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,re_deploy,cost`-1,-4,27,-6,-1", "data-profession": "医疗", "data-race": "萨卡兹", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "标准", "data-sortid": "59", "data-subprofession": "医师", "data-tag": "治疗 支援", "data-team": "", "data-tolerance": "标准", "data-trust": "0,75,0", "data-zh": "华法琳" }, "release": { "index": 59, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/e/ee/%E7%AB%8B%E7%BB%98_%E5%8D%8E%E6%B3%95%E7%90%B3_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/7/77/%E7%AB%8B%E7%BB%98_%E5%8D%8E%E6%B3%95%E7%90%B3_2.png" }, { "name": "盛宴", "url": "https://prts.wiki//https://media.prts.wiki/2/24/%E7%AB%8B%E7%BB%98_%E5%8D%8E%E6%B3%95%E7%90%B3_skin1.png" }, { "name": "悠然假日 HD31", "url": "https://prts.wiki//https://media.prts.wiki/7/7e/%E7%AB%8B%E7%BB%98_%E5%8D%8E%E6%B3%95%E7%90%B3_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "525", "data-birth_place": "哥伦比亚", "data-block": "1", "data-cost": "7→9", "data-def": "311", "data-en": "Kafka", "data-flex": "优良", "data-group": "", "data-hp": "1675", "data-id": "CB06", "data-interval": "0.93s", "data-ja": "カフカ", "data-logo": "哥伦比亚", "data-nation": "哥伦比亚", "data-obtain_method": "中坚寻访, 公开招募", "data-phy": "标准", "data-plan": "标准", "data-position": "近战位", "data-potential": "cost,hp,re_deploy,,cost`-1,150,-2,,-1", "data-profession": "特种", "data-race": "黎博利", "data-rarity": "4", "data-re_deploy": "18s", "data-res": "0", "data-sex": "女", "data-skill": "标准", "data-sortid": "173", "data-subprofession": "处决者", "data-tag": "快速复活 控场", "data-team": "", "data-tolerance": "普通", "data-trust": "350,0,0", "data-zh": "卡夫卡" }, "release": { "index": 181, "time": 1608192000 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/e/ef/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E5%A4%AB%E5%8D%A1_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/a/a1/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E5%A4%AB%E5%8D%A1_2.png" }, { "name": "纸板仙子", "url": "https://prts.wiki//https://media.prts.wiki/2/2e/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E5%A4%AB%E5%8D%A1_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "优良", "data-atk": "846", "data-birth_place": "萨尔贡", "data-block": "1", "data-cost": "22→24", "data-def": "228", "data-en": "Carnelian", "data-flex": "普通", "data-group": "", "data-hp": "2106", "data-id": "LN04", "data-interval": "2.0s", "data-ja": "カーネリアン", "data-logo": "莱塔尼亚", "data-nation": "莱塔尼亚", "data-obtain_method": "标准寻访", "data-phy": "普通", "data-plan": "标准", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,34,,-1", "data-profession": "术师", "data-race": "卡普里尼", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "15", "data-sex": "女", "data-skill": "标准", "data-sortid": "197", "data-subprofession": "阵法术师", "data-tag": "群攻 防护", "data-team": "", "data-tolerance": "优良", "data-trust": "0,80,30", "data-zh": "卡涅利安" }, "release": { "index": 205, "time": 1622534400 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/d/d0/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E6%B6%85%E5%88%A9%E5%AE%89_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/e/ee/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E6%B6%85%E5%88%A9%E5%AE%89_2.png" }, { "name": "霍恩洛厄的寒沙", "url": "https://prts.wiki//https://media.prts.wiki/0/02/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E6%B6%85%E5%88%A9%E5%AE%89_skin1.png" }, { "name": "灿阳朝露 SD08", "url": "https://prts.wiki//https://media.prts.wiki/c/c7/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E6%B6%85%E5%88%A9%E5%AE%89_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "梅莉" ], "data": { "data-adapt": "普通", "data-atk": "305", "data-birth_place": "莱塔尼亚", "data-block": "3", "data-cost": "16→18", "data-def": "475", "data-en": "Cardigan", "data-flex": "优良", "data-group": "", "data-hp": "2130", "data-id": "PA45", "data-interval": "1.2s", "data-ja": "カーディ", "data-logo": "行动预备组A4", "data-nation": "罗德岛", "data-obtain_method": "标准寻访, 中坚寻访", "data-phy": "普通", "data-plan": "普通", "data-position": "近战位", "data-potential": "cost,re_deploy,hp,re_deploy,cost`-1,-4,200,-6,-1", "data-profession": "重装", "data-race": "佩洛", "data-rarity": "2", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "普通", "data-sortid": "12", "data-subprofession": "铁卫", "data-tag": "防护", "data-team": "行动预备组A4", "data-tolerance": "标准", "data-trust": "300,0,0", "data-zh": "卡缇" }, "release": { "index": 12, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/f/f6/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E7%BC%87_1.png" }, { "name": "快乐卫士", "url": "https://prts.wiki//https://media.prts.wiki/b/ba/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E7%BC%87_skin1.png" }, { "name": "晴日", "url": "https://prts.wiki//https://media.prts.wiki/7/7f/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E7%BC%87_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "315", "data-birth_place": "未公开", "data-block": "1", "data-cost": "18→20", "data-def": "120", "data-en": "Click", "data-flex": "标准", "data-group": "", "data-hp": "1440", "data-id": "R140", "data-interval": "1.3s", "data-ja": "カシャ", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 标准寻访, 中坚寻访", "data-phy": "普通", "data-plan": "普通", "data-position": "远程位", "data-potential": "cost,re_deploy,interval,re_deploy,cost`-1,-4,6,-6,-1", "data-profession": "术师", "data-race": "札拉克", "data-rarity": "3", "data-re_deploy": "70s", "data-res": "20", "data-sex": "女", "data-skill": "普通", "data-sortid": "144", "data-subprofession": "驭械术师", "data-tag": "输出 控场", "data-team": "", "data-tolerance": "标准", "data-trust": "0,60,0", "data-zh": "卡达" }, "release": { "index": 144, "time": 1594281600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/1/1a/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E8%BE%BE_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/b/b8/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E8%BE%BE_2.png" }, { "name": "安息处的怪盗", "url": "https://prts.wiki//https://media.prts.wiki/b/b5/%E7%AB%8B%E7%BB%98_%E5%8D%A1%E8%BE%BE_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "570", "data-birth_place": "卡西米尔", "data-block": "1", "data-cost": "10→12", "data-def": "360", "data-en": "Fang the Fire-sharpened", "data-flex": "优良", "data-group": "", "data-hp": "2226", "data-id": "RF04", "data-interval": "1.0s", "data-ja": "", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "标准寻访", "data-phy": "标准", "data-plan": "优良", "data-position": "近战位", "data-potential": "cost,re_deploy,atk,re_deploy,cost`-1,-4,25,-6,-1", "data-profession": "先锋", "data-race": "库兰塔", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "标准", "data-sortid": "326", "data-subprofession": "冲锋手", "data-tag": "费用回复 输出", "data-team": "", "data-tolerance": "标准", "data-trust": "0,70,0", "data-zh": "历阵锐枪芬" }, "release": { "index": 337, "time": 1714550400 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/6/6d/%E7%AB%8B%E7%BB%98_%E5%8E%86%E9%98%B5%E9%94%90%E6%9E%AA%E8%8A%AC_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/f/f5/%E7%AB%8B%E7%BB%98_%E5%8E%86%E9%98%B5%E9%94%90%E6%9E%AA%E8%8A%AC_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "■■", "data-atk": "708", "data-birth_place": "未知", "data-block": "2", "data-cost": "13→15", "data-def": "291", "data-en": "Iana", "data-flex": "优良", "data-group": "", "data-hp": "2436", "data-id": "RS07", "data-interval": "1.2s", "data-ja": "Iana", "data-logo": "彩虹小队", "data-nation": "", "data-obtain_method": "限定寻访", "data-phy": "普通", "data-plan": "优良", "data-position": "近战位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,27,,-1", "data-profession": "特种", "data-race": "未知", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "优良", "data-sortid": "318", "data-subprofession": "傀儡师", "data-tag": "削弱 快速复活", "data-team": "彩虹小队", "data-tolerance": "普通", "data-trust": "0,50,30", "data-zh": "双月" }, "release": { "index": 329, "time": 1709798400 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/d/dd/%E7%AB%8B%E7%BB%98_%E5%8F%8C%E6%9C%88_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/5/53/%E7%AB%8B%E7%BB%98_%E5%8F%8C%E6%9C%88_2.png" }, { "name": "镜廊", "url": "https://prts.wiki//https://media.prts.wiki/9/98/%E7%AB%8B%E7%BB%98_%E5%8F%8C%E6%9C%88_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "ГУМ", "Gummy", "谷米" ], "data": { "data-adapt": "普通", "data-atk": "435", "data-birth_place": "乌萨斯", "data-block": "2→3→3", "data-cost": "16→18→20", "data-def": "562", "data-en": "Гум", "data-flex": "普通", "data-group": "", "data-hp": "2550", "data-id": "USS3", "data-interval": "1.2s", "data-ja": "グム", "data-logo": "乌萨斯学生自治团", "data-nation": "乌萨斯", "data-obtain_method": "公开招募, 标准寻访, 中坚寻访", "data-phy": "优良", "data-plan": "普通", "data-position": "近战位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,21,,-1", "data-profession": "重装", "data-race": "乌萨斯", "data-rarity": "3", "data-re_deploy": "70s", "data-res": "10", "data-sex": "女", "data-skill": "普通", "data-sortid": "41", "data-subprofession": "守护者", "data-tag": "防护 治疗", "data-team": "乌萨斯学生自治团", "data-tolerance": "优良", "data-trust": "400,0,0", "data-zh": "古米" }, "release": { "index": 41, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/1/16/%E7%AB%8B%E7%BB%98_%E5%8F%A4%E7%B1%B3_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/1/1f/%E7%AB%8B%E7%BB%98_%E5%8F%A4%E7%B1%B3_2.png" }, { "name": "夏卉 FA011", "url": "https://prts.wiki//https://media.prts.wiki/f/fd/%E7%AB%8B%E7%BB%98_%E5%8F%A4%E7%B1%B3_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "面包人" ], "data": { "data-adapt": "普通", "data-atk": "380", "data-birth_place": "米诺斯", "data-block": "3", "data-cost": "18→20→22", "data-def": "710", "data-en": "Croissant", "data-flex": "普通", "data-group": "企鹅物流", "data-hp": "3520", "data-id": "PL04", "data-interval": "1.2s", "data-ja": "クロワッサン", "data-logo": "企鹅物流", "data-nation": "炎-龙门", "data-obtain_method": "公开招募, 中坚寻访", "data-phy": "优良", "data-plan": "标准", "data-position": "近战位", "data-potential": "cost,re_deploy,def,,cost`-1,-4,26,,-1", "data-profession": "重装", "data-race": "丰蹄", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "标准", "data-sortid": "63", "data-subprofession": "铁卫", "data-tag": "防护 位移", "data-team": "", "data-tolerance": "标准", "data-trust": "150,0,60", "data-zh": "可颂" }, "release": { "index": 63, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/6/62/%E7%AB%8B%E7%BB%98_%E5%8F%AF%E9%A2%82_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/8/8d/%E7%AB%8B%E7%BB%98_%E5%8F%AF%E9%A2%82_2.png" }, { "name": "清晨七点", "url": "https://prts.wiki//https://media.prts.wiki/0/02/%E7%AB%8B%E7%BB%98_%E5%8F%AF%E9%A2%82_skin1.png" }, { "name": "探寻者 SK03", "url": "https://prts.wiki//https://media.prts.wiki/c/c7/%E7%AB%8B%E7%BB%98_%E5%8F%AF%E9%A2%82_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "苏鲁特", "苏尔特尔", "42t2", "42" ], "data": { "data-adapt": "缺陷", "data-atk": "672", "data-birth_place": "不明", "data-block": "1", "data-cost": "19→21", "data-def": "414", "data-en": "Surtr", "data-flex": "普通", "data-group": "", "data-hp": "2916", "data-id": "R111", "data-interval": "1.25s", "data-ja": "スルト", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 中坚寻访", "data-phy": "普通", "data-plan": "优良", "data-position": "近战位", "data-potential": "cost,,atk,,cost`-1,,28,,-1", "data-profession": "近卫", "data-race": "萨卡兹", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "15", "data-sex": "女", "data-skill": "普通", "data-sortid": "161", "data-subprofession": "术战者", "data-tag": "输出", "data-team": "", "data-tolerance": "普通", "data-trust": "0,100,0", "data-zh": "史尔特尔" }, "release": { "index": 169, "time": 1600934400 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/0/0c/%E7%AB%8B%E7%BB%98_%E5%8F%B2%E5%B0%94%E7%89%B9%E5%B0%94_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/2/2e/%E7%AB%8B%E7%BB%98_%E5%8F%B2%E5%B0%94%E7%89%B9%E5%B0%94_2.png" }, { "name": "自由//失效", "url": "https://prts.wiki//https://media.prts.wiki/a/af/%E7%AB%8B%E7%BB%98_%E5%8F%B2%E5%B0%94%E7%89%B9%E5%B0%94_skin1.png" }, { "name": "缤纷奇境 CW03", "url": "https://prts.wiki//https://media.prts.wiki/6/69/%E7%AB%8B%E7%BB%98_%E5%8F%B2%E5%B0%94%E7%89%B9%E5%B0%94_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "470", "data-birth_place": "谢拉格", "data-block": "1", "data-cost": "16→18", "data-def": "90", "data-en": "Steward", "data-flex": "标准", "data-group": "", "data-hp": "1100", "data-id": "PA42", "data-interval": "1.6s", "data-ja": "スチュワード", "data-logo": "行动预备组A4", "data-nation": "罗德岛", "data-obtain_method": "公开招募, 标准寻访, 中坚寻访", "data-phy": "普通", "data-plan": "普通", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,re_deploy,cost`-1,-4,23,-6,-1", "data-profession": "术师", "data-race": "沃尔珀", "data-rarity": "2", "data-re_deploy": "70s", "data-res": "15", "data-sex": "男", "data-skill": "标准", "data-sortid": "19", "data-subprofession": "中坚术师", "data-tag": "输出", "data-team": "行动预备组A4", "data-tolerance": "普通", "data-trust": "0,50,0", "data-zh": "史都华德" }, "release": { "index": 19, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/4/44/%E7%AB%8B%E7%BB%98_%E5%8F%B2%E9%83%BD%E5%8D%8E%E5%BE%B7_1.png" }, { "name": "风雪邀请", "url": "https://prts.wiki//https://media.prts.wiki/f/fe/%E7%AB%8B%E7%BB%98_%E5%8F%B2%E9%83%BD%E5%8D%8E%E5%BE%B7_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "936", "data-birth_place": "维多利亚", "data-block": "2→3→3", "data-cost": "24→26→28", "data-def": "620", "data-en": "Horn", "data-flex": "标准", "data-group": "", "data-hp": "3067", "data-id": "VC16", "data-interval": "2.8s", "data-ja": "ホルン", "data-logo": "维多利亚", "data-nation": "维多利亚", "data-obtain_method": "标准寻访", "data-phy": "优良", "data-plan": "优良", "data-position": "近战位", "data-potential": "cost,,atk,,cost`-1,,30,,-1", "data-profession": "重装", "data-race": "鲁珀", "data-rarity": "5", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "优良", "data-sortid": "232", "data-subprofession": "要塞", "data-tag": "输出 防护", "data-team": "", "data-tolerance": "优良", "data-trust": "300,70,0", "data-zh": "号角" }, "release": { "index": 241, "time": 1649923200 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/4/49/%E7%AB%8B%E7%BB%98_%E5%8F%B7%E8%A7%92_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/9/98/%E7%AB%8B%E7%BB%98_%E5%8F%B7%E8%A7%92_2.png" }, { "name": "化花", "url": "https://prts.wiki//https://media.prts.wiki/f/f6/%E7%AB%8B%E7%BB%98_%E5%8F%B7%E8%A7%92_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [ "口牛", "哞" ], "data": { "data-adapt": "普通", "data-atk": "442", "data-birth_place": "龙门", "data-block": "2→3→3", "data-cost": "17→19→21", "data-def": "585", "data-en": "Hung", "data-flex": "标准", "data-group": "", "data-hp": "2823", "data-id": "LM19", "data-interval": "1.2s", "data-ja": "ウン", "data-logo": "鲤氏侦探事务所", "data-nation": "炎-龙门", "data-obtain_method": "公开招募, 中坚寻访", "data-phy": "标准", "data-plan": "普通", "data-position": "近战位", "data-potential": "cost,re_deploy,def,,cost`-1,-4,25,,-1", "data-profession": "重装", "data-race": "佩洛", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "10", "data-sex": "男", "data-skill": "标准", "data-sortid": "119", "data-subprofession": "守护者", "data-tag": "防护 治疗", "data-team": "鲤氏侦探事务所", "data-tolerance": "优良", "data-trust": "200,0,60", "data-zh": "吽" }, "release": { "index": 119, "time": 1579161600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/e/e4/%E7%AB%8B%E7%BB%98_%E5%90%BD_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/e/e6/%E7%AB%8B%E7%BB%98_%E5%90%BD_2.png" }, { "name": "一介车夫", "url": "https://prts.wiki//https://media.prts.wiki/a/a8/%E7%AB%8B%E7%BB%98_%E5%90%BD_skin1.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "优良", "data-atk": "1245", "data-birth_place": "维多利亚", "data-block": "1", "data-cost": "22→24", "data-def": "125", "data-en": "Harmonie", "data-flex": "普通", "data-group": "深池", "data-hp": "1546", "data-id": "DB03", "data-interval": "3.0s", "data-ja": "ハーモニー", "data-logo": "深池", "data-nation": "维多利亚", "data-obtain_method": "标准寻访", "data-phy": "标准", "data-plan": "优良", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,45,,-1", "data-profession": "术师", "data-race": "菲林", "data-rarity": "4", "data-re_deploy": "70s", "data-res": "20", "data-sex": "女", "data-skill": "标准", "data-sortid": "263", "data-subprofession": "秘术师", "data-tag": "输出", "data-team": "", "data-tolerance": "标准", "data-trust": "0,130,0", "data-zh": "和弦" }, "release": { "index": 274, "time": 1671091200 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/9/99/%E7%AB%8B%E7%BB%98_%E5%92%8C%E5%BC%A6_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/5/59/%E7%AB%8B%E7%BB%98_%E5%92%8C%E5%BC%A6_2.png" }, { "name": "邀约", "url": "https://prts.wiki//https://media.prts.wiki/4/4c/%E7%AB%8B%E7%BB%98_%E5%92%8C%E5%BC%A6_skin1.png" }, { "name": "装点", "url": "https://prts.wiki//https://media.prts.wiki/8/83/%E7%AB%8B%E7%BB%98_%E5%92%8C%E5%BC%A6_skin2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "优良", "data-atk": "385", "data-birth_place": "维多利亚", "data-block": "1", "data-cost": "15→17", "data-def": "100", "data-en": "Harold", "data-flex": "标准", "data-group": "", "data-hp": "1400", "data-id": "VC27", "data-interval": "2.85s", "data-ja": "ハロルド", "data-logo": "维多利亚", "data-nation": "维多利亚", "data-obtain_method": "活动获得", "data-phy": "标准", "data-plan": "优良", "data-position": "远程位", "data-potential": "cost,re_deploy,cost,,cost`-1,-10,-1,,-1", "data-profession": "医疗", "data-race": "菲林", "data-rarity": "4", "data-re_deploy": "80s", "data-res": "10", "data-sex": "男", "data-skill": "优良", "data-sortid": "307", "data-subprofession": "行医", "data-tag": "治疗", "data-team": "", "data-tolerance": "优良", "data-trust": "150,35,0", "data-zh": "哈洛德" }, "release": { "index": 318, "time": 1701763200 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/3/37/%E7%AB%8B%E7%BB%98_%E5%93%88%E6%B4%9B%E5%BE%B7_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/5/54/%E7%AB%8B%E7%BB%98_%E5%93%88%E6%B4%9B%E5%BE%B7_2.png" } ] }
null
1,730,999,329.144288
{ "alias": [], "data": { "data-adapt": "标准", "data-atk": "450", "data-birth_place": "未公开", "data-block": "1", "data-cost": "16→18", "data-def": "152", "data-en": "Gavial", "data-flex": "标准", "data-group": "", "data-hp": "1580", "data-id": "IU07", "data-interval": "2.85s", "data-ja": "ガヴィル", "data-logo": "罗德岛", "data-nation": "罗德岛", "data-obtain_method": "信用交易所", "data-phy": "优良", "data-plan": "标准", "data-position": "远程位", "data-potential": "cost,re_deploy,atk,,cost`-1,-4,23,,-1", "data-profession": "医疗", "data-race": "阿达克利斯", "data-rarity": "3", "data-re_deploy": "70s", "data-res": "0", "data-sex": "女", "data-skill": "优良", "data-sortid": "37", "data-subprofession": "医师", "data-tag": "治疗", "data-team": "", "data-tolerance": "优良", "data-trust": "0,30,30", "data-zh": "嘉维尔" }, "release": { "index": 37, "time": 1556589600 }, "skins": [ { "name": "默认服装 - 精英零", "url": "https://prts.wiki//https://media.prts.wiki/f/f0/%E7%AB%8B%E7%BB%98_%E5%98%89%E7%BB%B4%E5%B0%94_1.png" }, { "name": "默认服装 - 精英二", "url": "https://prts.wiki//https://media.prts.wiki/3/3a/%E7%AB%8B%E7%BB%98_%E5%98%89%E7%BB%B4%E5%B0%94_2.png" }, { "name": "战医", "url": "https://prts.wiki//https://media.prts.wiki/9/94/%E7%AB%8B%E7%BB%98_%E5%98%89%E7%BB%B4%E5%B0%94_skin1.png" } ] }
End of preview.