From eeba0691b7df407f42900cb4dc74184a40f8c4ff Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Wed, 20 Nov 2024 11:43:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20=E6=9B=B4=E6=96=B0`v5.2`?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E7=9A=84`metadata`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../genshinuid_enka/effect/char_action.json | 1130 +- .../genshinuid_enka/effect/char_effect.json | 84 + .../genshinuid_enka/effect/skill_add.json | 8 + .../genshinuid_enka/effect/weapon_effect.json | 124 + GenshinUID/tools/data_to_map.py | 11 +- GenshinUID/tools/get_action.py | 44 +- ....json => artifact2attr_mapping_5.2.0.json} | 0 ....json => avatarId2Name_mapping_5.2.0.json} | 2 +- ... => avatarId2SkillList_mapping_5.2.0.json} | 10 + ....json => avatarId2Star_mapping_5.2.0.json} | 2 +- ... => avatarName2Element_mapping_5.2.0.json} | 2 +- ...n => avatarName2Weapon_mapping_5.2.0.json} | 2 +- GenshinUID/utils/map/data/charList_5.1.0.json | 1 - GenshinUID/utils/map/data/charList_5.2.0.json | 1 + .../data/enName2AvatarID_mapping_5.1.0.json | 1 - .../data/enName2AvatarID_mapping_5.2.0.json | 1 + ....1.0.json => icon2Name_mapping_5.2.0.json} | 0 ....json => monster2entry_mapping_5.2.0.json} | 14026 +++++++++------- GenshinUID/utils/map/data/mysData_5.1.0.json | 1 - GenshinUID/utils/map/data/mysData_5.2.0.json | 1 + ....1.0.json => name2Icon_mapping_5.2.0.json} | 0 .../map/data/skillId2Name_mapping_5.1.0.json | 1 - .../map/data/skillId2Name_mapping_5.2.0.json | 1 + .../map/data/talentId2Name_mapping_5.1.0.json | 1 - .../map/data/talentId2Name_mapping_5.2.0.json | 1 + .../data/weaponHash2Name_mapping_5.1.0.json | 1 - .../data/weaponHash2Name_mapping_5.2.0.json | 1 + .../data/weaponHash2Type_mapping_5.1.0.json | 1 - .../data/weaponHash2Type_mapping_5.2.0.json | 1 + ....json => weaponId2Name_mapping_5.2.0.json} | 4 + ...nList_5.1.0.json => weaponList_5.2.0.json} | 2 +- GenshinUID/version.py | 2 +- 32 files changed, 9438 insertions(+), 6029 deletions(-) rename GenshinUID/utils/map/data/{artifact2attr_mapping_5.1.0.json => artifact2attr_mapping_5.2.0.json} (100%) rename GenshinUID/utils/map/data/{avatarId2Name_mapping_5.1.0.json => avatarId2Name_mapping_5.2.0.json} (95%) rename GenshinUID/utils/map/data/{avatarId2SkillList_mapping_5.1.0.json => avatarId2SkillList_mapping_5.2.0.json} (97%) rename GenshinUID/utils/map/data/{avatarId2Star_mapping_5.1.0.json => avatarId2Star_mapping_5.2.0.json} (94%) rename GenshinUID/utils/map/data/{avatarName2Element_mapping_5.1.0.json => avatarName2Element_mapping_5.2.0.json} (94%) rename GenshinUID/utils/map/data/{avatarName2Weapon_mapping_5.1.0.json => avatarName2Weapon_mapping_5.2.0.json} (94%) delete mode 100644 GenshinUID/utils/map/data/charList_5.1.0.json create mode 100644 GenshinUID/utils/map/data/charList_5.2.0.json delete mode 100644 GenshinUID/utils/map/data/enName2AvatarID_mapping_5.1.0.json create mode 100644 GenshinUID/utils/map/data/enName2AvatarID_mapping_5.2.0.json rename GenshinUID/utils/map/data/{icon2Name_mapping_5.1.0.json => icon2Name_mapping_5.2.0.json} (100%) rename GenshinUID/utils/map/data/{monster2entry_mapping_5.1.0.json => monster2entry_mapping_5.2.0.json} (94%) delete mode 100644 GenshinUID/utils/map/data/mysData_5.1.0.json create mode 100644 GenshinUID/utils/map/data/mysData_5.2.0.json rename GenshinUID/utils/map/data/{name2Icon_mapping_5.1.0.json => name2Icon_mapping_5.2.0.json} (100%) delete mode 100644 GenshinUID/utils/map/data/skillId2Name_mapping_5.1.0.json create mode 100644 GenshinUID/utils/map/data/skillId2Name_mapping_5.2.0.json delete mode 100644 GenshinUID/utils/map/data/talentId2Name_mapping_5.1.0.json create mode 100644 GenshinUID/utils/map/data/talentId2Name_mapping_5.2.0.json delete mode 100644 GenshinUID/utils/map/data/weaponHash2Name_mapping_5.1.0.json create mode 100644 GenshinUID/utils/map/data/weaponHash2Name_mapping_5.2.0.json delete mode 100644 GenshinUID/utils/map/data/weaponHash2Type_mapping_5.1.0.json create mode 100644 GenshinUID/utils/map/data/weaponHash2Type_mapping_5.2.0.json rename GenshinUID/utils/map/data/{weaponId2Name_mapping_5.1.0.json => weaponId2Name_mapping_5.2.0.json} (98%) rename GenshinUID/utils/map/data/{weaponList_5.1.0.json => weaponList_5.2.0.json} (53%) diff --git a/GenshinUID/genshinuid_enka/effect/char_action.json b/GenshinUID/genshinuid_enka/effect/char_action.json index 21d2e9e5..9c56960f 100644 --- a/GenshinUID/genshinuid_enka/effect/char_action.json +++ b/GenshinUID/genshinuid_enka/effect/char_action.json @@ -27,21 +27,21 @@ "type": "攻击力", "plus": 3, "value": [ - "55.1%", - "59.6%", - "64.1%", - "70.5%", - "75.0%", - "80.1%", - "87.2%", - "94.2%", - "101.3%", - "109.0%", - "116.7%", - "124.4%", - "132.0%", - "139.7%", - "147.4%" + "78.2%", + "84.5%", + "90.9%", + "100.0%", + "106.4%", + "113.6%", + "123.6%", + "133.6%", + "143.6%", + "154.5%", + "165.5%", + "176.4%", + "187.3%", + "198.2%", + "209.1%" ] }, "A高空下落伤害": { @@ -49,21 +49,21 @@ "type": "攻击力", "plus": 1, "value": [ - "160%", - "173%", + "128%", + "138%", + "149%", + "164%", + "174%", "186%", - "204%", - "217%", - "232%", + "202%", + "219%", + "235%", "253%", - "273%", - "293%", - "316%", - "338%", - "360%", - "382%", - "405%", - "427%" + "271%", + "288%", + "306%", + "324%", + "342%" ] }, "E伤害": { @@ -880,7 +880,7 @@ "35.2%+4334.90", "37.4%+4659.69", "39.6%+4998.59", - "41.8%+5351.61" + "41.8%+5351.62" ] } }, @@ -1234,7 +1234,7 @@ "106.9%", "114.9%", "123.6%", - "132.4%", + "132.3%", "141.1%", "149.8%", "158.5%", @@ -1589,7 +1589,22 @@ "47.4%+47.4%", "51.2%+51.2%", "55.0%+55.0%", - "59.2%+59.2%" + "59.2%+59.2%", + "52.4%+52.4%", + "56.6%+56.6%", + "60.9%+60.9%", + "67.0%+67.0%", + "71.3%+71.3%", + "76.1%+76.1%", + "82.8%+82.8%", + "89.5%+89.5%", + "96.2%+96.2%", + "103.5%+103.5%", + "111.9%+111.9%", + "121.8%+121.8%", + "131.6%+131.6%", + "141.4%+141.4%", + "152.2%+152.2%" ] }, "A满蓄力瞄准射击": { @@ -1597,21 +1612,21 @@ "type": "攻击力", "plus": 1, "value": [ - "124%", - "133%", - "143%", - "155%", - "164%", - "174%", - "186%", - "198%", - "211%", - "223%", - "236%", - "253%", - "270%", - "287%", - "304%" + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%" ] }, "A高空下落伤害": { @@ -1619,21 +1634,21 @@ "type": "攻击力", "plus": 1, "value": [ - "142%", - "153%", - "165%", - "182%", - "193%", - "206%", - "224%", - "243%", - "261%", - "281%", - "300%", - "320%", - "340%", - "360%", - "380%" + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%" ] }, "E点按伤害": { @@ -1753,21 +1768,21 @@ "type": "攻击力", "plus": 1, "value": [ - "122%", - "132%", - "142%", - "156%", - "166%", - "177%", - "192%", - "208%", - "224%", - "241%", - "260%", - "283%", - "306%", - "329%", - "354%" + "64%", + "69%", + "74%", + "82%", + "87%", + "93%", + "101%", + "109%", + "117%", + "126%", + "135%", + "144%", + "153%", + "162%", + "171%" ] }, "A高空下落伤害": { @@ -1775,21 +1790,21 @@ "type": "攻击力", "plus": 1, "value": [ - "160%", - "173%", - "186%", - "204%", - "217%", - "232%", - "253%", - "273%", - "293%", - "316%", - "338%", - "360%", - "382%", - "405%", - "427%" + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%" ] }, "E喷火伤害": { @@ -2616,21 +2631,21 @@ "type": "攻击力", "plus": 1, "value": [ - "32.8%", - "35.3%", - "37.7%", - "41.0%", - "43.5%", - "45.9%", - "49.2%", - "52.5%", - "55.8%", - "59.0%", - "62.3%", - "65.6%", - "69.7%", - "73.8%", - "77.9%" + "95.2%", + "102.3%", + "109.5%", + "119.0%", + "126.1%", + "133.3%", + "142.8%", + "152.3%", + "161.8%", + "171.4%", + "180.9%", + "190.4%", + "202.3%", + "214.2%", + "226.1%" ] }, "Q轰轰火花伤害": { @@ -3750,21 +3765,36 @@ "type": "攻击力", "plus": 1, "value": [ - "64.3%+64.3%", - "69.6%+69.6%", - "74.8%+74.8%", - "82.3%+82.3%", - "87.5%+87.5%", - "93.5%+93.5%", - "101.7%+101.7%", - "110.0%+110.0%", - "118.2%+118.2%", - "127.2%+127.2%", - "136.1%+136.1%", - "145.1%+145.1%", - "154.1%+154.1%", - "163.1%+163.1%", - "172.0%+172.0%" + "159.7%+159.7%", + "172.7%+172.7%", + "185.7%+185.7%", + "204.2%+204.2%", + "217.2%+217.2%", + "232.1%+232.1%", + "252.5%+252.5%", + "272.9%+272.9%", + "293.4%+293.4%", + "315.6%+315.6%", + "337.9%+337.9%", + "360.2%+360.2%", + "382.5%+382.5%", + "404.8%+404.8%", + "427.0%+427.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%", + "0.0%+0.0%" ] }, "A高空下落伤害": { @@ -3772,21 +3802,21 @@ "type": "攻击力", "plus": 1, "value": [ - "160%", - "173%", - "186%", - "204%", - "217%", - "232%", - "253%", - "273%", - "293%", - "316%", - "338%", - "360%", - "382%", - "405%", - "427%" + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%" ] }, "E伤害": { @@ -4603,7 +4633,7 @@ "8.00%+885.30", "8.54%+962.29", "9.07%+1043.56", - "9.60%+1129.10", + "9.61%+1129.10", "10.14%+1218.92", "10.67%+1313.02", "11.34%+1411.40", @@ -4794,21 +4824,21 @@ "type": "攻击力", "plus": 1, "value": [ - "42%", - "44%", - "46%", - "48%", - "50%", - "52%", - "54%", - "56%", - "58%", - "60%", - "60%", - "60%", - "60%", - "60%", - "60%" + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%" ] } }, @@ -5172,7 +5202,7 @@ "38.5%", "41.8%", "44.3%", - "46.8%", + "46.9%", "50.2%", "53.5%", "56.9%", @@ -5412,7 +5442,7 @@ "plus": 1, "value": [ "104.0%+500.55", - "111.8%+550.62", + "111.8%+550.61", "119.6%+604.85", "130.1%+663.25", "137.9%+725.83", @@ -5688,7 +5718,7 @@ "69.3%", "74.1%", "78.9%", - "83.6%", + "83.7%", "88.4%", "93.2%", "98.0%", @@ -6162,21 +6192,21 @@ "type": "攻击力", "plus": 1, "value": [ - "142%", - "153%", - "165%", - "182%", - "193%", - "206%", - "224%", - "243%", - "261%", - "281%", - "300%", - "320%", - "340%", - "360%", - "380%" + "5000%", + "5000%", + "5000%", + "5000%", + "5000%", + "5000%", + "5000%", + "5000%", + "5000%", + "5000%", + "5000%", + "5000%", + "5000%", + "5000%", + "5000%" ] }, "E伤害": { @@ -6499,7 +6529,7 @@ "27.4%+2988.57", "29.4%+3255.99", "31.4%+3539.14", - "33.3%+3838.03", + "33.3%+3838.02", "35.3%+4152.64", "37.2%+4482.98", "39.2%+4829.06", @@ -6603,21 +6633,36 @@ "type": "攻击力", "plus": 1, "value": [ - "68.8%", - "74.4%", - "80.0%", - "88.0%", - "93.6%", - "100.0%", - "108.8%", - "117.6%", - "126.4%", - "136.0%", - "147.0%", - "159.9%", - "172.9%", - "185.8%", - "199.9%" + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "4000.0%", + "74.6%", + "80.7%", + "86.7%", + "95.4%", + "101.5%", + "108.4%", + "118.0%", + "127.5%", + "137.0%", + "147.4%", + "159.4%", + "173.4%", + "187.4%", + "201.4%", + "216.7%" ] }, "A重击终结伤害": { @@ -6625,43 +6670,43 @@ "type": "攻击力", "plus": 1, "value": [ - "124%", - "135%", - "145%", - "159%", - "169%", - "181%", - "197%", - "213%", - "229%", - "246%", - "266%", - "289%", - "313%", - "336%", - "361%" - ] - }, - "A高空下落伤害": { - "name": "A高空下落伤害", - "type": "攻击力", - "plus": 1, - "value": [ - "186%", - "201%", - "217%", - "238%", - "253%", - "271%", + "149%", + "161%", + "173%", + "191%", + "203%", + "217%", + "236%", + "255%", + "274%", "295%", - "318%", - "342%", - "368%", - "398%", - "433%", - "468%", - "503%", - "541%" + "319%", + "347%", + "375%", + "403%", + "433%" + ] + }, + "A高空下落伤害": { + "name": "A高空下落伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%" ] }, "E点按伤害": { @@ -8481,21 +8526,21 @@ "type": "攻击力", "plus": 1, "value": [ - "124%", - "133%", - "143%", - "155%", - "164%", - "174%", - "186%", - "198%", - "211%", - "223%", - "236%", - "248%", - "264%", - "279%", - "294%" + "57%", + "61%", + "66%", + "73%", + "77%", + "83%", + "90%", + "97%", + "104%", + "112%", + "120%", + "128%", + "136%", + "144%", + "152%" ] }, "A破局矢伤害": { @@ -8503,21 +8548,21 @@ "type": "生命值", "plus": 1, "value": [ - "11.58%", - "12.44%", - "13.31%", - "14.47%", - "15.34%", - "16.21%", - "17.36%", - "18.52%", - "19.68%", - "20.84%", - "21.99%", - "23.15%", - "24.60%", - "26.05%", - "27.49%" + "113.63%", + "122.88%", + "132.13%", + "145.34%", + "154.59%", + "165.17%", + "179.70%", + "194.23%", + "208.77%", + "224.62%", + "240.48%", + "256.34%", + "272.19%", + "288.05%", + "303.90%" ] }, "A高空下落伤害": { @@ -8525,21 +8570,21 @@ "type": "攻击力", "plus": 1, "value": [ - "142%", - "153%", - "165%", - "182%", - "193%", - "206%", - "224%", - "243%", - "261%", - "281%", - "300%", - "320%", - "340%", - "360%", - "380%" + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%" ] }, "E伤害": { @@ -8601,7 +8646,7 @@ "11.69%", "12.42%", "13.15%", - "13.89%", + "13.88%", "14.62%", "15.53%", "16.44%", @@ -8761,7 +8806,7 @@ "32.0%+3942.93", "34.0%+4238.34", "36.0%+4546.60", - "38.0%+4867.70" + "38.0%+4867.71" ] }, "E猫箱急件冲撞伤害": { @@ -9289,7 +9334,7 @@ "17%+1829.53", "18%+1993.24", "19%+2166.58", - "20%+2349.55", + "20%+2349.54", "22%+2542.14", "23%+2744.37", "24%+2956.23", @@ -10417,7 +10462,7 @@ "6.01%", "6.34%", "6.68%", - "7.10%", + "7.09%", "7.51%", "7.93%" ] @@ -10435,8 +10480,8 @@ "6.37%+4.57%", "6.83%+4.89%", "7.28%+5.22%", - "7.74%+5.55%", - "8.19%+5.87%", + "7.74%+5.54%", + "8.20%+5.87%", "8.65%+6.20%", "9.11%+6.52%", "9.67%+6.93%", @@ -10457,7 +10502,7 @@ "10.04%+7.09%", "10.75%+7.59%", "11.47%+8.10%", - "12.19%+8.60%", + "12.19%+8.61%", "12.90%+9.11%", "13.62%+9.62%", "14.34%+10.12%", @@ -11674,7 +11719,7 @@ "93.7%", "100.8%", "107.9%", - "115.0%", + "115.1%", "122.2%", "129.3%", "136.4%" @@ -11823,7 +11868,7 @@ "2.52%+257.34", "2.67%+281.62", "2.82%+307.52", - "3.03%+335.04", + "3.02%+335.04", "3.23%+364.17", "3.43%+394.93", "3.63%+427.30", @@ -12402,7 +12447,7 @@ "58.9%", "62.9%", "68.4%", - "73.9%", + "74.0%", "79.5%", "85.5%", "91.6%", @@ -12954,7 +12999,7 @@ "62.6%", "68.1%", "73.6%", - "79.2%", + "79.1%", "85.2%", "91.2%", "97.2%", @@ -13848,7 +13893,7 @@ "18.21%", "19.35%", "20.49%", - "21.63%" + "21.62%" ] } }, @@ -13881,7 +13926,7 @@ "plus": 1, "value": [ "100.5%", - "108.1%", + "108.0%", "115.6%", "125.6%", "133.2%", @@ -14157,7 +14202,7 @@ "88.9%", "95.6%", "102.4%", - "109.2%", + "109.1%", "115.9%", "122.7%", "129.4%" @@ -14373,7 +14418,7 @@ "15.1%", "16.0%", "17.1%", - "18.3%", + "18.2%", "19.4%", "20.5%", "21.7%", @@ -14618,7 +14663,7 @@ "68.7%", "73.6%", "78.5%", - "83.4%", + "83.5%", "88.4%", "93.3%", "98.2%", @@ -15517,21 +15562,21 @@ "type": "生命值", "plus": 1, "value": [ - "0.68%", - "0.74%", - "0.79%", - "0.85%", - "0.91%", - "0.96%", - "1.03%", - "1.09%", - "1.16%", - "1.23%", - "1.30%", - "1.37%", - "1.45%", - "1.54%", - "1.62%" + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%", + "10.00%" ] }, "Q伤害": { @@ -15585,21 +15630,21 @@ "type": "攻击力", "plus": 1, "value": [ - "90.8%", - "98.2%", - "105.6%", - "116.2%", - "123.6%", - "132.0%", - "143.6%", - "155.2%", - "166.8%", - "179.5%", - "192.2%", - "204.9%", - "217.5%", - "230.2%", - "242.9%" + "63.9%", + "69.1%", + "74.3%", + "81.8%", + "87.0%", + "92.9%", + "101.1%", + "109.3%", + "117.5%", + "126.4%", + "135.3%", + "144.2%", + "153.1%", + "162.1%", + "171.0%" ] }, "A高空下落伤害": { @@ -15607,21 +15652,21 @@ "type": "攻击力", "plus": 1, "value": [ - "159.7%", - "172.7%", - "185.7%", - "204.2%", - "217.2%", - "232.1%", - "252.5%", - "272.9%", - "293.4%", - "315.6%", - "337.9%", - "360.2%", - "382.5%", - "404.8%", - "427.0%" + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%", + "7.5%" ] }, "E尖刺伤害": { @@ -15853,21 +15898,21 @@ "type": "攻击力", "plus": 1, "value": [ - "128.1%", - "138.6%", - "149.0%", - "163.9%", - "174.3%", - "186.2%", - "202.6%", - "219.0%", - "235.4%", - "253.3%", - "271.2%", - "289.1%", - "306.9%", - "324.8%", - "342.7%" + "90.0%", + "97.3%", + "104.7%", + "115.1%", + "122.5%", + "130.8%", + "142.3%", + "153.9%", + "165.4%", + "177.9%", + "190.5%", + "203.0%", + "215.6%", + "228.2%", + "240.7%" ] }, "A高空下落伤害": { @@ -15875,21 +15920,21 @@ "type": "攻击力", "plus": 1, "value": [ - "160%", - "173%", + "128%", + "138%", + "149%", + "164%", + "174%", "186%", - "204%", - "217%", - "232%", + "202%", + "219%", + "235%", "253%", - "273%", - "293%", - "316%", - "338%", - "360%", - "382%", - "405%", - "427%" + "271%", + "288%", + "306%", + "324%", + "342%" ] }, "E驰猎伤害": { @@ -17318,5 +17363,378 @@ "951.9%" ] } + }, + "恰斯卡": { + "A扩散伤害": { + "name": "A扩散伤害", + "type": "扩散", + "plus": 0, + "value": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10" + ] + }, + "A一段伤害": { + "name": "A一段伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "48.0%", + "51.9%", + "55.8%", + "61.4%", + "65.3%", + "69.8%", + "75.9%", + "82.1%", + "88.2%", + "94.9%", + "101.6%", + "108.3%", + "115.0%", + "121.7%", + "128.4%" + ] + }, + "A满蓄力瞄准射击": { + "name": "A满蓄力瞄准射击", + "type": "攻击力", + "plus": 1, + "value": [ + "124%", + "133%", + "143%", + "155%", + "164%", + "174%", + "186%", + "198%", + "211%", + "223%", + "236%", + "248%", + "264%", + "279%", + "294%" + ] + }, + "A高空下落伤害": { + "name": "A高空下落伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "142%", + "153%", + "165%", + "182%", + "193%", + "206%", + "224%", + "243%", + "261%", + "281%", + "300%", + "320%", + "340%", + "360%", + "380%" + ] + }, + "E共鸣伤害": { + "name": "E共鸣伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "60.0%", + "64.5%", + "69.0%", + "75.0%", + "79.5%", + "84.0%", + "90.0%", + "96.0%", + "102.0%", + "108.0%", + "114.0%", + "120.0%", + "127.5%", + "135.0%", + "142.5%" + ] + }, + "E多重瞄准点按伤害": { + "name": "E多重瞄准点按伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "36.0%", + "38.7%", + "41.4%", + "45.0%", + "47.7%", + "50.4%", + "54.0%", + "57.6%", + "61.2%", + "64.8%", + "68.4%", + "72.0%", + "76.5%", + "81.0%", + "85.5%" + ] + }, + "E追影弹伤害": { + "name": "E追影弹伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "48.8%", + "52.5%", + "56.1%", + "61.0%", + "64.7%", + "68.3%", + "73.2%", + "78.1%", + "83.0%", + "87.8%", + "92.7%", + "97.6%", + "103.7%", + "109.8%", + "115.9%" + ] + }, + "E焕光追影弹伤害": { + "name": "E焕光追影弹伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "166.6%", + "179.1%", + "191.6%", + "208.2%", + "220.7%", + "233.2%", + "249.9%", + "266.5%", + "283.2%", + "299.8%", + "316.5%", + "333.1%", + "354.0%", + "374.8%", + "395.6%" + ] + }, + "Q裂风索魂弹伤害": { + "name": "Q裂风索魂弹伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "88.0%", + "94.6%", + "101.2%", + "110.0%", + "116.6%", + "123.2%", + "132.0%", + "140.8%", + "149.6%", + "158.4%", + "167.2%", + "176.0%", + "187.0%", + "198.0%", + "209.0%" + ] + }, + "Q索魂弹伤害": { + "name": "Q索魂弹伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "103.4%", + "111.2%", + "118.9%", + "129.2%", + "137.0%", + "144.8%", + "155.1%", + "165.4%", + "175.8%", + "186.1%", + "196.5%", + "206.8%", + "219.7%", + "232.6%", + "245.6%" + ] + }, + "Q溢光索魂弹伤害": { + "name": "Q溢光索魂弹伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "206.8%", + "222.3%", + "237.8%", + "258.5%", + "274.0%", + "289.5%", + "310.2%", + "330.9%", + "351.6%", + "372.2%", + "392.9%", + "413.6%", + "439.4%", + "465.3%", + "491.2%" + ] + } + }, + "欧洛伦": { + "A一段伤害": { + "name": "A一段伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "50.6%", + "54.8%", + "58.9%", + "64.8%", + "68.9%", + "73.6%", + "80.1%", + "86.6%", + "93.0%", + "100.1%", + "107.2%", + "114.2%", + "121.3%", + "128.4%", + "135.4%" + ] + }, + "A满蓄力瞄准射击": { + "name": "A满蓄力瞄准射击", + "type": "攻击力", + "plus": 1, + "value": [ + "124%", + "133%", + "143%", + "155%", + "164%", + "174%", + "186%", + "198%", + "211%", + "223%", + "236%", + "248%", + "264%", + "279%", + "294%" + ] + }, + "A高空下落伤害": { + "name": "A高空下落伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "142%", + "153%", + "165%", + "182%", + "193%", + "206%", + "224%", + "243%", + "261%", + "281%", + "300%", + "320%", + "340%", + "360%", + "380%" + ] + }, + "E宿灵球伤害": { + "name": "E宿灵球伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "197.6%", + "212.4%", + "227.2%", + "247.0%", + "261.8%", + "276.6%", + "296.4%", + "316.2%", + "335.9%", + "355.7%", + "375.4%", + "395.2%", + "419.9%", + "444.6%", + "469.3%" + ] + }, + "Q秘仪伤害": { + "name": "Q秘仪伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "174.4%", + "187.5%", + "200.5%", + "218.0%", + "231.1%", + "244.1%", + "261.6%", + "279.0%", + "296.5%", + "313.9%", + "331.3%", + "348.8%", + "370.6%", + "392.4%", + "414.2%" + ] + }, + "Q音波碰撞伤害": { + "name": "Q音波碰撞伤害", + "type": "攻击力", + "plus": 1, + "value": [ + "33.2%", + "35.7%", + "38.2%", + "41.5%", + "44.0%", + "46.5%", + "49.8%", + "53.1%", + "56.4%", + "59.8%", + "63.1%", + "66.4%", + "70.5%", + "74.7%", + "78.8%" + ] + } } } \ No newline at end of file diff --git a/GenshinUID/genshinuid_enka/effect/char_effect.json b/GenshinUID/genshinuid_enka/effect/char_effect.json index d503e731..01ea05c7 100644 --- a/GenshinUID/genshinuid_enka/effect/char_effect.json +++ b/GenshinUID/genshinuid_enka/effect/char_effect.json @@ -1,4 +1,88 @@ { + "恰斯卡": { + "normal": { + "normal_skill": { + "50": "", + "70": "" + }, + "normal_talent": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + "6": "" + } + }, + "fight": { + "fight_skill": { + "50": "追影弹:dmgBonus+65", + "70": "" + }, + "fight_talent": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + "6": "追影弹:critDmg+120" + }, + "group_skill": { + "50": "", + "70": "" + }, + "group_talent": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + "6": "" + } + } + }, + "欧洛伦": { + "normal": { + "normal_skill": { + "50": "", + "70": "" + }, + "normal_talent": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + "6": "" + } + }, + "fight": { + "fight_skill": { + "50": "", + "70": "" + }, + "fight_talent": { + "1": "", + "2": "ElectroDmgBonus+32", + "3": "", + "4": "", + "5": "", + "6": "addAtk+30" + }, + "group_skill": { + "50": "", + "70": "" + }, + "group_talent": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + "6": "addAtk+30" + } + } + }, "希诺宁": { "normal": { "normal_skill": { diff --git a/GenshinUID/genshinuid_enka/effect/skill_add.json b/GenshinUID/genshinuid_enka/effect/skill_add.json index 195a89be..66a5e44c 100644 --- a/GenshinUID/genshinuid_enka/effect/skill_add.json +++ b/GenshinUID/genshinuid_enka/effect/skill_add.json @@ -346,5 +346,13 @@ "希诺宁": [ "E", "Q" + ], + "欧洛伦": [ + "Q", + "E" + ], + "恰斯卡": [ + "E", + "Q" ] } \ No newline at end of file diff --git a/GenshinUID/genshinuid_enka/effect/weapon_effect.json b/GenshinUID/genshinuid_enka/effect/weapon_effect.json index 8854fa8a..bb01d1b3 100644 --- a/GenshinUID/genshinuid_enka/effect/weapon_effect.json +++ b/GenshinUID/genshinuid_enka/effect/weapon_effect.json @@ -1,4 +1,128 @@ { + "厄水之祸": { + "normal": { + "normal_effect": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "" + } + }, + "fight": { + "fight_effect": { + "1": "AB:dmgBonus+20;AB:critRate+8", + "2": "AB:dmgBonus+25;AB:critRate+10", + "3": "AB:dmgBonus+30;AB:critRate+12", + "4": "AB:dmgBonus+35;AB:critRate+14", + "5": "AB:dmgBonus+40;AB:critRate+16" + }, + "group_effect": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "" + }, + "time": 7, + "extra": { + + } + } + }, + "乘浪的回旋": { + "normal": { + "normal_effect": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "" + } + }, + "fight": { + "fight_effect": { + "1": "addHp+44", + "2": "addHp+55", + "3": "addHp+66", + "4": "addHp+77", + "5": "addHp+88" + }, + "group_effect": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "" + }, + "time": 7, + "extra": { + + } + } + }, + "缀花之翎": { + "normal": { + "normal_effect": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "" + } + }, + "fight": { + "fight_effect": { + "1": "B:dmgBonus+36", + "2": "B:dmgBonus+45", + "3": "B:dmgBonus+54", + "4": "B:dmgBonus+63", + "5": "B:dmgBonus+72" + }, + "group_effect": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "" + }, + "time": 0, + "extra": { + + } + } + }, + "星鹫赤羽": { + "normal": { + "normal_effect": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "" + } + }, + "fight": { + "fight_effect": { + "1": "addAtk+24;B:dmgBonus+48;Q:dmgBonus+24", + "2": "addAtk+30;B:dmgBonus+60;Q:dmgBonus+30", + "3": "addAtk+36;B:dmgBonus+72;Q:dmgBonus+36", + "4": "addAtk+42;B:dmgBonus+84;Q:dmgBonus+42", + "5": "addAtk+48;B:dmgBonus+96;Q:dmgBonus+48" + }, + "group_effect": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "" + }, + "time": 12, + "extra": { + + } + } + }, "弥坚骨": { "normal": { "normal_effect": { diff --git a/GenshinUID/tools/data_to_map.py b/GenshinUID/tools/data_to_map.py index 1c867844..b98a02c0 100644 --- a/GenshinUID/tools/data_to_map.py +++ b/GenshinUID/tools/data_to_map.py @@ -310,10 +310,13 @@ async def avatarName2ElementJson() -> None: if _id in ['10000005', '10000007'] or int(_id) >= 11000000: continue name = avatarId2Name[_id] - data = httpx.get( - f'https://info.minigg.cn/characters?query={name}' - ).json() - if 'retcode' in data: + try: + data = httpx.get( + f'https://info.minigg.cn/characters?query={name}' + ).json() + if 'retcode' in data: + data = await convert_ambr_to_minigg(_id) + except json.decoder.JSONDecodeError: data = await convert_ambr_to_minigg(_id) if data is not None and 'code' not in data: temp[name] = elementMap[data['elementText']] diff --git a/GenshinUID/tools/get_action.py b/GenshinUID/tools/get_action.py index 12300bd4..dbf9b44f 100644 --- a/GenshinUID/tools/get_action.py +++ b/GenshinUID/tools/get_action.py @@ -6,7 +6,7 @@ from pathlib import Path from copy import deepcopy -import httpx +# import httpx sys.path.append(str(Path(__file__).parents[2])) sys.path.append(str(Path(__file__).parents[5])) @@ -18,7 +18,7 @@ ) char_list: List[str] = [] -char_action = {} +# char_action = {} INDEX_MAP = ['', 'A', 'E', 'Q'] attack_type_list = { '普通攻击': 'A', @@ -329,26 +329,46 @@ def find_tag(labels: List, index: int, char: str, parameters: dict) -> dict: async def main(): + with open( + str( + Path(__file__).parents[1] + / 'genshinuid_enka' + / 'effect' + / 'char_action.json' + ), + 'r', + encoding='UTF-8', + ) as file: + char_action = json.load(file) + for char_id in avatarId2Name: char_list.append(avatarId2Name[char_id]) char_list.extend(['旅行者(风)', '旅行者(雷)', '旅行者(岩)', '旅行者(草)']) for char in char_list: print(char) + ''' talent_data = httpx.get( f'https://info.minigg.cn/talents?query={char}' ).json() if 'retcode' in talent_data: - for _id in avatarId2Name: - if avatarId2Name[_id] == char: - char_id = _id - break - else: - continue - if int(char_id) >= 11000000: - continue + ''' + for _id in avatarId2Name: + if avatarId2Name[_id] == char: + char_id = _id + break + else: + continue + if int(char_id) >= 11000000: + continue + + try: talent_data = await convert_ambr_to_talent(char_id) - if talent_data is None: - continue + except Exception as e: + print(e) + continue + + if talent_data is None: + continue result = {} for i in range(1, 4): skill = talent_data['combat{}'.format(str(i))] diff --git a/GenshinUID/utils/map/data/artifact2attr_mapping_5.1.0.json b/GenshinUID/utils/map/data/artifact2attr_mapping_5.2.0.json similarity index 100% rename from GenshinUID/utils/map/data/artifact2attr_mapping_5.1.0.json rename to GenshinUID/utils/map/data/artifact2attr_mapping_5.2.0.json diff --git a/GenshinUID/utils/map/data/avatarId2Name_mapping_5.1.0.json b/GenshinUID/utils/map/data/avatarId2Name_mapping_5.2.0.json similarity index 95% rename from GenshinUID/utils/map/data/avatarId2Name_mapping_5.1.0.json rename to GenshinUID/utils/map/data/avatarId2Name_mapping_5.2.0.json index 656d4813..8c0d00cc 100644 --- a/GenshinUID/utils/map/data/avatarId2Name_mapping_5.1.0.json +++ b/GenshinUID/utils/map/data/avatarId2Name_mapping_5.2.0.json @@ -1 +1 @@ -{"10000001": "凯特", "10000002": "神里绫华", "10000003": "琴", "10000005": "旅行者", "10000006": "丽莎", "10000007": "旅行者", "10000014": "芭芭拉", "10000015": "凯亚", "10000016": "迪卢克", "10000020": "雷泽", "10000021": "安柏", "10000022": "温迪", "10000023": "香菱", "10000024": "北斗", "10000025": "行秋", "10000026": "魈", "10000027": "凝光", "10000029": "可莉", "10000030": "钟离", "10000031": "菲谢尔", "10000032": "班尼特", "10000033": "达达利亚", "10000034": "诺艾尔", "10000035": "七七", "10000036": "重云", "10000037": "甘雨", "10000038": "阿贝多", "10000039": "迪奥娜", "10000041": "莫娜", "10000042": "刻晴", "10000043": "砂糖", "10000044": "辛焱", "10000045": "罗莎莉亚", "10000046": "胡桃", "10000047": "枫原万叶", "10000048": "烟绯", "10000049": "宵宫", "10000050": "托马", "10000051": "优菈", "10000052": "雷电将军", "10000053": "早柚", "10000054": "珊瑚宫心海", "10000055": "五郎", "10000056": "九条裟罗", "10000057": "荒泷一斗", "10000058": "八重神子", "10000059": "鹿野院平藏", "10000060": "夜兰", "10000061": "绮良良", "10000062": "埃洛伊", "10000063": "申鹤", "10000064": "云堇", "10000065": "久岐忍", "10000066": "神里绫人", "10000067": "柯莱", "10000068": "多莉", "10000069": "提纳里", "10000070": "妮露", "10000071": "赛诺", "10000072": "坎蒂丝", "10000073": "纳西妲", "10000074": "莱依拉", "10000075": "流浪者", "10000076": "珐露珊", "10000077": "瑶瑶", "10000078": "艾尔海森", "10000079": "迪希雅", "10000080": "米卡", "10000081": "卡维", "10000082": "白术", "10000083": "琳妮特", "10000084": "林尼", "10000085": "菲米尼", "10000086": "莱欧斯利", "10000087": "那维莱特", "10000088": "夏洛蒂", "10000089": "芙宁娜", "10000090": "夏沃蕾", "10000091": "娜维娅", "10000092": "嘉明", "10000093": "闲云", "10000094": "千织", "10000095": "希格雯", "10000096": "阿蕾奇诺", "10000097": "赛索斯", "10000098": "克洛琳德", "10000099": "艾梅莉埃", "10000100": "卡齐娜", "10000101": "基尼奇", "10000102": "玛拉妮", "10000103": "希诺宁", "10000901": "玛薇卡(试用)"} \ No newline at end of file +{"10000001": "凯特", "10000002": "神里绫华", "10000003": "琴", "10000005": "旅行者", "10000006": "丽莎", "10000007": "旅行者", "10000014": "芭芭拉", "10000015": "凯亚", "10000016": "迪卢克", "10000020": "雷泽", "10000021": "安柏", "10000022": "温迪", "10000023": "香菱", "10000024": "北斗", "10000025": "行秋", "10000026": "魈", "10000027": "凝光", "10000029": "可莉", "10000030": "钟离", "10000031": "菲谢尔", "10000032": "班尼特", "10000033": "达达利亚", "10000034": "诺艾尔", "10000035": "七七", "10000036": "重云", "10000037": "甘雨", "10000038": "阿贝多", "10000039": "迪奥娜", "10000041": "莫娜", "10000042": "刻晴", "10000043": "砂糖", "10000044": "辛焱", "10000045": "罗莎莉亚", "10000046": "胡桃", "10000047": "枫原万叶", "10000048": "烟绯", "10000049": "宵宫", "10000050": "托马", "10000051": "优菈", "10000052": "雷电将军", "10000053": "早柚", "10000054": "珊瑚宫心海", "10000055": "五郎", "10000056": "九条裟罗", "10000057": "荒泷一斗", "10000058": "八重神子", "10000059": "鹿野院平藏", "10000060": "夜兰", "10000061": "绮良良", "10000062": "埃洛伊", "10000063": "申鹤", "10000064": "云堇", "10000065": "久岐忍", "10000066": "神里绫人", "10000067": "柯莱", "10000068": "多莉", "10000069": "提纳里", "10000070": "妮露", "10000071": "赛诺", "10000072": "坎蒂丝", "10000073": "纳西妲", "10000074": "莱依拉", "10000075": "流浪者", "10000076": "珐露珊", "10000077": "瑶瑶", "10000078": "艾尔海森", "10000079": "迪希雅", "10000080": "米卡", "10000081": "卡维", "10000082": "白术", "10000083": "琳妮特", "10000084": "林尼", "10000085": "菲米尼", "10000086": "莱欧斯利", "10000087": "那维莱特", "10000088": "夏洛蒂", "10000089": "芙宁娜", "10000090": "夏沃蕾", "10000091": "娜维娅", "10000092": "嘉明", "10000093": "闲云", "10000094": "千织", "10000095": "希格雯", "10000096": "阿蕾奇诺", "10000097": "赛索斯", "10000098": "克洛琳德", "10000099": "艾梅莉埃", "10000100": "卡齐娜", "10000101": "基尼奇", "10000102": "玛拉妮", "10000103": "希诺宁", "10000104": "恰斯卡", "10000105": "欧洛伦", "10000901": "玛薇卡(试用)"} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/avatarId2SkillList_mapping_5.1.0.json b/GenshinUID/utils/map/data/avatarId2SkillList_mapping_5.2.0.json similarity index 97% rename from GenshinUID/utils/map/data/avatarId2SkillList_mapping_5.1.0.json rename to GenshinUID/utils/map/data/avatarId2SkillList_mapping_5.2.0.json index bcaf3355..96c477dd 100644 --- a/GenshinUID/utils/map/data/avatarId2SkillList_mapping_5.1.0.json +++ b/GenshinUID/utils/map/data/avatarId2SkillList_mapping_5.2.0.json @@ -431,11 +431,21 @@ "10332": "音火锻淬", "10339": "豹烈律动!" }, + "10000104": { + "10431": "普通攻击·迷羽流击", + "10432": "灵缰追影", + "10439": "索魂命袭" + }, "10000102": { "10231": "普通攻击·降温处理", "10232": "踏鲨破浪", "10239": "爆瀑飞弹" }, + "10000105": { + "10531": "普通攻击·宿灵闪箭", + "10532": "暝色缒索", + "10539": "黯声回响" + }, "10000036": { "3631": "普通攻击·灭邪四式", "3632": "灵刃·重华叠霜", diff --git a/GenshinUID/utils/map/data/avatarId2Star_mapping_5.1.0.json b/GenshinUID/utils/map/data/avatarId2Star_mapping_5.2.0.json similarity index 94% rename from GenshinUID/utils/map/data/avatarId2Star_mapping_5.1.0.json rename to GenshinUID/utils/map/data/avatarId2Star_mapping_5.2.0.json index 99844734..b78c7977 100644 --- a/GenshinUID/utils/map/data/avatarId2Star_mapping_5.1.0.json +++ b/GenshinUID/utils/map/data/avatarId2Star_mapping_5.2.0.json @@ -1 +1 @@ -{"10000002": "5", "10000003": "5", "10000006": "4", "10000014": "4", "10000015": "4", "10000016": "5", "10000020": "4", "10000021": "4", "10000022": "5", "10000023": "4", "10000024": "4", "10000025": "4", "10000026": "5", "10000027": "4", "10000029": "5", "10000030": "5", "10000031": "4", "10000032": "4", "10000033": "5", "10000034": "4", "10000035": "5", "10000036": "4", "10000037": "5", "10000038": "5", "10000039": "4", "10000041": "5", "10000042": "5", "10000043": "4", "10000044": "4", "10000045": "4", "10000046": "5", "10000047": "5", "10000048": "4", "10000049": "5", "10000050": "4", "10000051": "5", "10000052": "5", "10000053": "4", "10000054": "5", "10000055": "4", "10000056": "4", "10000057": "5", "10000058": "5", "10000059": "4", "10000060": "5", "10000061": "4", "10000062": "5", "10000063": "5", "10000064": "4", "10000065": "4", "10000066": "5", "10000067": "4", "10000068": "4", "10000069": "5", "10000070": "5", "10000071": "5", "10000072": "4", "10000073": "5", "10000074": "4", "10000075": "5", "10000076": "4", "10000077": "4", "10000078": "5", "10000079": "5", "10000080": "4", "10000081": "4", "10000082": "5", "10000083": "4", "10000084": "5", "10000085": "4", "10000086": "5", "10000087": "5", "10000088": "4", "10000089": "5", "10000090": "4", "10000091": "5", "10000092": "4", "10000093": "5", "10000094": "5", "10000095": "5", "10000096": "5", "10000097": "4", "10000098": "5", "10000099": "5", "10000100": "4", "10000101": "5", "10000102": "5", "10000103": "5", "10000005": "5", "10000007": "5"} \ No newline at end of file +{"10000002": "5", "10000003": "5", "10000006": "4", "10000014": "4", "10000015": "4", "10000016": "5", "10000020": "4", "10000021": "4", "10000022": "5", "10000023": "4", "10000024": "4", "10000025": "4", "10000026": "5", "10000027": "4", "10000029": "5", "10000030": "5", "10000031": "4", "10000032": "4", "10000033": "5", "10000034": "4", "10000035": "5", "10000036": "4", "10000037": "5", "10000038": "5", "10000039": "4", "10000041": "5", "10000042": "5", "10000043": "4", "10000044": "4", "10000045": "4", "10000046": "5", "10000047": "5", "10000048": "4", "10000049": "5", "10000050": "4", "10000051": "5", "10000052": "5", "10000053": "4", "10000054": "5", "10000055": "4", "10000056": "4", "10000057": "5", "10000058": "5", "10000059": "4", "10000060": "5", "10000061": "4", "10000062": "5", "10000063": "5", "10000064": "4", "10000065": "4", "10000066": "5", "10000067": "4", "10000068": "4", "10000069": "5", "10000070": "5", "10000071": "5", "10000072": "4", "10000073": "5", "10000074": "4", "10000075": "5", "10000076": "4", "10000077": "4", "10000078": "5", "10000079": "5", "10000080": "4", "10000081": "4", "10000082": "5", "10000083": "4", "10000084": "5", "10000085": "4", "10000086": "5", "10000087": "5", "10000088": "4", "10000089": "5", "10000090": "4", "10000091": "5", "10000092": "4", "10000093": "5", "10000094": "5", "10000095": "5", "10000096": "5", "10000097": "4", "10000098": "5", "10000099": "5", "10000100": "4", "10000101": "5", "10000102": "5", "10000103": "5", "10000104": "5", "10000105": "4", "10000005": "5", "10000007": "5"} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/avatarName2Element_mapping_5.1.0.json b/GenshinUID/utils/map/data/avatarName2Element_mapping_5.2.0.json similarity index 94% rename from GenshinUID/utils/map/data/avatarName2Element_mapping_5.1.0.json rename to GenshinUID/utils/map/data/avatarName2Element_mapping_5.2.0.json index 10919b6a..773ee8cd 100644 --- a/GenshinUID/utils/map/data/avatarName2Element_mapping_5.1.0.json +++ b/GenshinUID/utils/map/data/avatarName2Element_mapping_5.2.0.json @@ -1 +1 @@ -{"神里绫华": "Cryo", "琴": "Anemo", "丽莎": "Electro", "芭芭拉": "Hydro", "凯亚": "Cryo", "迪卢克": "Pyro", "雷泽": "Electro", "安柏": "Pyro", "温迪": "Anemo", "香菱": "Pyro", "北斗": "Electro", "行秋": "Hydro", "魈": "Anemo", "凝光": "Geo", "可莉": "Pyro", "钟离": "Geo", "菲谢尔": "Electro", "班尼特": "Pyro", "达达利亚": "Hydro", "诺艾尔": "Geo", "七七": "Cryo", "重云": "Cryo", "甘雨": "Cryo", "阿贝多": "Geo", "迪奥娜": "Cryo", "莫娜": "Hydro", "刻晴": "Electro", "砂糖": "Anemo", "辛焱": "Pyro", "罗莎莉亚": "Cryo", "胡桃": "Pyro", "枫原万叶": "Anemo", "烟绯": "Pyro", "宵宫": "Pyro", "托马": "Pyro", "优菈": "Cryo", "雷电将军": "Electro", "早柚": "Anemo", "珊瑚宫心海": "Hydro", "五郎": "Geo", "九条裟罗": "Electro", "荒泷一斗": "Geo", "八重神子": "Electro", "鹿野院平藏": "Anemo", "夜兰": "Hydro", "绮良良": "Dendro", "埃洛伊": "Cryo", "申鹤": "Cryo", "云堇": "Geo", "久岐忍": "Electro", "神里绫人": "Hydro", "柯莱": "Dendro", "多莉": "Electro", "提纳里": "Dendro", "妮露": "Hydro", "赛诺": "Electro", "坎蒂丝": "Hydro", "纳西妲": "Dendro", "莱依拉": "Cryo", "流浪者": "Anemo", "珐露珊": "Anemo", "瑶瑶": "Dendro", "艾尔海森": "Dendro", "迪希雅": "Pyro", "米卡": "Cryo", "卡维": "Dendro", "白术": "Dendro", "琳妮特": "Anemo", "林尼": "Pyro", "菲米尼": "Cryo", "莱欧斯利": "Cryo", "那维莱特": "Hydro", "夏洛蒂": "Cryo", "芙宁娜": "Hydro", "夏沃蕾": "Pyro", "娜维娅": "Geo", "嘉明": "Pyro", "闲云": "Anemo", "千织": "Geo", "希格雯": "Hydro", "阿蕾奇诺": "Pyro", "赛索斯": "Electro", "克洛琳德": "Electro", "艾梅莉埃": "Dendro", "卡齐娜": "Geo", "基尼奇": "Dendro", "玛拉妮": "Hydro", "希诺宁": "Geo"} \ No newline at end of file +{"神里绫华": "Cryo", "琴": "Anemo", "丽莎": "Electro", "芭芭拉": "Hydro", "凯亚": "Cryo", "迪卢克": "Pyro", "雷泽": "Electro", "安柏": "Pyro", "温迪": "Anemo", "香菱": "Pyro", "北斗": "Electro", "行秋": "Hydro", "魈": "Anemo", "凝光": "Geo", "可莉": "Pyro", "钟离": "Geo", "菲谢尔": "Electro", "班尼特": "Pyro", "达达利亚": "Hydro", "诺艾尔": "Geo", "七七": "Cryo", "重云": "Cryo", "甘雨": "Cryo", "阿贝多": "Geo", "迪奥娜": "Cryo", "莫娜": "Hydro", "刻晴": "Electro", "砂糖": "Anemo", "辛焱": "Pyro", "罗莎莉亚": "Cryo", "胡桃": "Pyro", "枫原万叶": "Anemo", "烟绯": "Pyro", "宵宫": "Pyro", "托马": "Pyro", "优菈": "Cryo", "雷电将军": "Electro", "早柚": "Anemo", "珊瑚宫心海": "Hydro", "五郎": "Geo", "九条裟罗": "Electro", "荒泷一斗": "Geo", "八重神子": "Electro", "鹿野院平藏": "Anemo", "夜兰": "Hydro", "绮良良": "Dendro", "埃洛伊": "Cryo", "申鹤": "Cryo", "云堇": "Geo", "久岐忍": "Electro", "神里绫人": "Hydro", "柯莱": "Dendro", "多莉": "Electro", "提纳里": "Dendro", "妮露": "Hydro", "赛诺": "Electro", "坎蒂丝": "Hydro", "纳西妲": "Dendro", "莱依拉": "Cryo", "流浪者": "Anemo", "珐露珊": "Anemo", "瑶瑶": "Dendro", "艾尔海森": "Dendro", "迪希雅": "Pyro", "米卡": "Cryo", "卡维": "Dendro", "白术": "Dendro", "琳妮特": "Anemo", "林尼": "Pyro", "菲米尼": "Cryo", "莱欧斯利": "Cryo", "那维莱特": "Hydro", "夏洛蒂": "Cryo", "芙宁娜": "Hydro", "夏沃蕾": "Pyro", "娜维娅": "Geo", "嘉明": "Pyro", "闲云": "Anemo", "千织": "Geo", "希格雯": "Hydro", "阿蕾奇诺": "Pyro", "赛索斯": "Electro", "克洛琳德": "Electro", "艾梅莉埃": "Dendro", "卡齐娜": "Geo", "基尼奇": "Dendro", "玛拉妮": "Hydro", "希诺宁": "Geo", "恰斯卡": "Anemo", "欧洛伦": "Electro"} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/avatarName2Weapon_mapping_5.1.0.json b/GenshinUID/utils/map/data/avatarName2Weapon_mapping_5.2.0.json similarity index 94% rename from GenshinUID/utils/map/data/avatarName2Weapon_mapping_5.1.0.json rename to GenshinUID/utils/map/data/avatarName2Weapon_mapping_5.2.0.json index 4d8a8f61..a3dd49cb 100644 --- a/GenshinUID/utils/map/data/avatarName2Weapon_mapping_5.1.0.json +++ b/GenshinUID/utils/map/data/avatarName2Weapon_mapping_5.2.0.json @@ -1 +1 @@ -{"神里绫华": "单手剑", "琴": "单手剑", "丽莎": "法器", "芭芭拉": "法器", "凯亚": "单手剑", "迪卢克": "双手剑", "雷泽": "双手剑", "安柏": "弓", "温迪": "弓", "香菱": "长柄武器", "北斗": "双手剑", "行秋": "单手剑", "魈": "长柄武器", "凝光": "法器", "可莉": "法器", "钟离": "长柄武器", "菲谢尔": "弓", "班尼特": "单手剑", "达达利亚": "弓", "诺艾尔": "双手剑", "七七": "单手剑", "重云": "双手剑", "甘雨": "弓", "阿贝多": "单手剑", "迪奥娜": "弓", "莫娜": "法器", "刻晴": "单手剑", "砂糖": "法器", "辛焱": "双手剑", "罗莎莉亚": "长柄武器", "胡桃": "长柄武器", "枫原万叶": "单手剑", "烟绯": "法器", "宵宫": "弓", "托马": "长柄武器", "优菈": "双手剑", "雷电将军": "长柄武器", "早柚": "双手剑", "珊瑚宫心海": "法器", "五郎": "弓", "九条裟罗": "弓", "荒泷一斗": "双手剑", "八重神子": "法器", "鹿野院平藏": "法器", "夜兰": "弓", "绮良良": "单手剑", "埃洛伊": "弓", "申鹤": "长柄武器", "云堇": "长柄武器", "久岐忍": "单手剑", "神里绫人": "单手剑", "柯莱": "弓", "多莉": "双手剑", "提纳里": "弓", "妮露": "单手剑", "赛诺": "长柄武器", "坎蒂丝": "长柄武器", "纳西妲": "法器", "莱依拉": "单手剑", "流浪者": "法器", "珐露珊": "弓", "瑶瑶": "长柄武器", "艾尔海森": "单手剑", "迪希雅": "双手剑", "米卡": "长柄武器", "卡维": "双手剑", "白术": "法器", "琳妮特": "单手剑", "林尼": "弓", "菲米尼": "双手剑", "莱欧斯利": "法器", "那维莱特": "法器", "夏洛蒂": "法器", "芙宁娜": "单手剑", "夏沃蕾": "长柄武器", "娜维娅": "双手剑", "嘉明": "双手剑", "闲云": "法器", "千织": "单手剑", "希格雯": "弓", "阿蕾奇诺": "长柄武器", "赛索斯": "弓", "克洛琳德": "单手剑", "艾梅莉埃": "长柄武器", "卡齐娜": "长柄武器", "基尼奇": "双手剑", "玛拉妮": "法器", "希诺宁": "单手剑", "旅行者": "单手剑"} \ No newline at end of file +{"神里绫华": "单手剑", "琴": "单手剑", "丽莎": "法器", "芭芭拉": "法器", "凯亚": "单手剑", "迪卢克": "双手剑", "雷泽": "双手剑", "安柏": "弓", "温迪": "弓", "香菱": "长柄武器", "北斗": "双手剑", "行秋": "单手剑", "魈": "长柄武器", "凝光": "法器", "可莉": "法器", "钟离": "长柄武器", "菲谢尔": "弓", "班尼特": "单手剑", "达达利亚": "弓", "诺艾尔": "双手剑", "七七": "单手剑", "重云": "双手剑", "甘雨": "弓", "阿贝多": "单手剑", "迪奥娜": "弓", "莫娜": "法器", "刻晴": "单手剑", "砂糖": "法器", "辛焱": "双手剑", "罗莎莉亚": "长柄武器", "胡桃": "长柄武器", "枫原万叶": "单手剑", "烟绯": "法器", "宵宫": "弓", "托马": "长柄武器", "优菈": "双手剑", "雷电将军": "长柄武器", "早柚": "双手剑", "珊瑚宫心海": "法器", "五郎": "弓", "九条裟罗": "弓", "荒泷一斗": "双手剑", "八重神子": "法器", "鹿野院平藏": "法器", "夜兰": "弓", "绮良良": "单手剑", "埃洛伊": "弓", "申鹤": "长柄武器", "云堇": "长柄武器", "久岐忍": "单手剑", "神里绫人": "单手剑", "柯莱": "弓", "多莉": "双手剑", "提纳里": "弓", "妮露": "单手剑", "赛诺": "长柄武器", "坎蒂丝": "长柄武器", "纳西妲": "法器", "莱依拉": "单手剑", "流浪者": "法器", "珐露珊": "弓", "瑶瑶": "长柄武器", "艾尔海森": "单手剑", "迪希雅": "双手剑", "米卡": "长柄武器", "卡维": "双手剑", "白术": "法器", "琳妮特": "单手剑", "林尼": "弓", "菲米尼": "双手剑", "莱欧斯利": "法器", "那维莱特": "法器", "夏洛蒂": "法器", "芙宁娜": "单手剑", "夏沃蕾": "长柄武器", "娜维娅": "双手剑", "嘉明": "双手剑", "闲云": "法器", "千织": "单手剑", "希格雯": "弓", "阿蕾奇诺": "长柄武器", "赛索斯": "弓", "克洛琳德": "单手剑", "艾梅莉埃": "长柄武器", "卡齐娜": "长柄武器", "基尼奇": "双手剑", "玛拉妮": "法器", "希诺宁": "单手剑", "恰斯卡": "弓", "欧洛伦": "弓", "旅行者": "单手剑"} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/charList_5.1.0.json b/GenshinUID/utils/map/data/charList_5.1.0.json deleted file mode 100644 index 27dd4377..00000000 --- a/GenshinUID/utils/map/data/charList_5.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"10000037": {"birth": [12, 2], "icon": "UI_AvatarIcon_Ganyu", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2021-01-12 18:00:00", "EN": "Ganyu", "desc": "The secretary at Yuehai Pavilion. The blood of the qilin, an illuminated beast, flows within her veins.", "element": "Cryo", "KR": "감우", "CHS": "甘雨", "JP": "甘雨"}, "10000025": {"birth": [10, 9], "icon": "UI_AvatarIcon_Xingqiu", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Xingqiu", "desc": "A young man carrying a longsword who is frequently seen at book booths. He has a chivalrous heart and yearns for justice and fairness for all.", "element": "Hydro", "KR": "행추", "CHS": "行秋", "JP": "行秋"}, "10000091": {"birth": [8, 16], "icon": "UI_AvatarIcon_Navia", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2023-12-19 00:00:00", "EN": "Navia", "desc": "The current President of Spina di Rosula, who is lovely, dutiful, and a great boss.", "element": "Geo", "KR": "나비아", "CHS": "娜维娅", "JP": "ナヴィア"}, "10000007-7": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerGirl", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Electro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000092": {"birth": [12, 22], "icon": "UI_AvatarIcon_Gaming", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2024-01-30 00:00:00", "EN": "Gaming", "desc": "Guard of the Sword and Strongbox Secure Transport Agency, and the head of the \"Mighty Mythical Beasts\" Wushou troupe.", "element": "Pyro", "KR": "가명", "CHS": "嘉明", "JP": "嘉明"}, "10000032": {"birth": [2, 29], "icon": "UI_AvatarIcon_Bennett", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Bennett", "desc": "A good-natured adventurer from Mondstadt who's unfortunately extremely unlucky.", "element": "Pyro", "KR": "베넷", "CHS": "班尼特", "JP": "ベネット"}, "10000050": {"birth": [1, 9], "icon": "UI_AvatarIcon_Tohma", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2021-11-02 18:00:00", "EN": "Thoma", "desc": "The Kamisato Clan's housekeeper. A well-known \"fixer\" in Inazuma.", "element": "Pyro", "KR": "토마", "CHS": "托马", "JP": "トーマ"}, "10000085": {"birth": [9, 24], "icon": "UI_AvatarIcon_Freminet", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2023-09-05 18:00:00", "EN": "Freminet", "desc": "A reserved young man who is well-versed in diving. Beneath his distant, icy demeanor lies a pure heart bereft of all flaws.", "element": "Cryo", "KR": "프레미네", "CHS": "菲米尼", "JP": "フレミネ"}, "10000083": {"birth": [2, 2], "icon": "UI_AvatarIcon_Linette", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2023-08-15 00:00:00", "EN": "Lynette", "desc": "A magic assistant of few words, her emotions are as inscrutable as any cat's.", "element": "Anemo", "KR": "리넷", "CHS": "琳妮特", "JP": "リネット"}, "10000065": {"birth": [7, 27], "icon": "UI_AvatarIcon_Shinobu", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2022-06-21 18:00:00", "EN": "Kuki Shinobu", "desc": "The capable and reliable Arataki Gang deputy leader. Please note: capable and reliable are not appellations for the \"Arataki Gang,\" but for their deputy leader in specific.", "element": "Electro", "KR": "쿠키 시노부", "CHS": "久岐忍", "JP": "久岐忍"}, "10000002": {"birth": [9, 28], "icon": "UI_AvatarIcon_Ayaka", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2021-07-21 00:00:00", "EN": "Kamisato Ayaka", "desc": "Daughter of the Yashiro Commission's Kamisato Clan. Dignified and elegant, as well as wise and strong.", "element": "Cryo", "KR": "카미사토 아야카", "CHS": "神里绫华", "JP": "神里綾華"}, "10000015": {"birth": [11, 30], "icon": "UI_AvatarIcon_Kaeya", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Kaeya", "desc": "An accomplished swordsman and a strategic thinker in the Knights of Favonius, rumored to hail from beyond Mondstadt.", "element": "Cryo", "KR": "케이아", "CHS": "凯亚", "JP": "ガイア"}, "10000042": {"birth": [11, 20], "icon": "UI_AvatarIcon_Keqing", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Keqing", "desc": "The Yuheng of the Liyue Qixing. Keqing has much to say about Rex Lapis's unilateral approach to policymaking in Liyue — but in truth, gods admire skeptics such as her quite a lot.", "element": "Electro", "KR": "각청", "CHS": "刻晴", "JP": "刻晴"}, "10000043": {"birth": [11, 26], "icon": "UI_AvatarIcon_Sucrose", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Sucrose", "desc": "An alchemist filled with curiosity about all things. She researches bio-alchemy.", "element": "Anemo", "KR": "설탕", "CHS": "砂糖", "JP": "スクロース"}, "10000100": {"birth": [4, 22], "icon": "UI_AvatarIcon_Kachina", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2024-08-27 00:00:00", "EN": "Kachina", "desc": "A young warrior of the Nanatzcayan, given the Ancient Name of \"Uthabiti.\" Kind-hearted and insatiably persistent, she grows stronger and more capable with each setback she faces.", "element": "Geo", "KR": "카치나", "CHS": "卡齐娜", "JP": "カチーナ"}, "10000007-4": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerGirl", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Anemo", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000007-6": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerGirl", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Geo", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000095": {"birth": [3, 30], "icon": "UI_AvatarIcon_Sigewinne", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2024-06-26 18:00:00", "EN": "Sigewinne", "desc": "A Melusine and the Fortress of Meropide's head nurse. She cares equally for every convict locked in the undersea prison.", "element": "Hydro", "KR": "시그윈", "CHS": "希格雯", "JP": "シグウィン"}, "10000033": {"birth": [7, 20], "icon": "UI_AvatarIcon_Tartaglia", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2020-11-11 04:00:00", "EN": "Tartaglia", "desc": "No. 11 of The Harbingers, also known as \"Childe.\" His name is highly feared on the battlefield.", "element": "Hydro", "KR": "타르탈리아", "CHS": "达达利亚", "JP": "タルタリヤ"}, "10000073": {"birth": [10, 27], "icon": "UI_AvatarIcon_Nahida", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2022-11-01 00:00:00", "EN": "Nahida", "desc": "A caged bird secluded within the confines of the Sanctuary of Surasthana who can only see the world in her dreams.", "element": "Dendro", "KR": "나히다", "CHS": "纳西妲", "JP": "ナヒーダ"}, "10000071": {"birth": [6, 23], "icon": "UI_AvatarIcon_Cyno", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2022-09-27 00:00:00", "EN": "Cyno", "desc": "The General Mahamatra in charge of supervising the researchers of the Akademiya. It is said that when he gets down to work, the General Mahamatra is even more efficient than the \"Great Vayuvyastra\" made by the Kshahrewar.", "element": "Electro", "KR": "사이노", "CHS": "赛诺", "JP": "セノ"}, "10000006": {"birth": [6, 9], "icon": "UI_AvatarIcon_Lisa", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Lisa", "desc": "The languid but knowledgeable Librarian of the Knights of Favonius, deemed by Sumeru Akademiya to be their most distinguished graduate in the past two centuries.", "element": "Electro", "KR": "리사", "CHS": "丽莎", "JP": "リサ"}, "10000007-3": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerGirl", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Hydro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000088": {"birth": [4, 10], "icon": "UI_AvatarIcon_Charlotte", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2023-11-07 00:00:00", "EN": "Charlotte", "desc": "Indefatigable reporter of The Steambird, constantly on the hunt for the \"truth.\"", "element": "Cryo", "KR": "샤를로트", "CHS": "夏洛蒂", "JP": "シャルロット"}, "10000094": {"birth": [8, 17], "icon": "UI_AvatarIcon_Chiori", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2024-03-12 00:00:00", "EN": "Chiori", "desc": "The owner of Chioriya Boutique. A tailor renowned throughout Fontaine.", "element": "Geo", "KR": "치오리", "CHS": "千织", "JP": "千織"}, "10000044": {"birth": [10, 16], "icon": "UI_AvatarIcon_Xinyan", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2020-12-02 04:00:00", "EN": "Xinyan", "desc": "Liyue's sole rock 'n' roll musician. She rebels against ossified prejudices using her music and passionate singing.", "element": "Pyro", "KR": "신염", "CHS": "辛焱", "JP": "辛炎"}, "10000075": {"birth": [1, 3], "icon": "UI_AvatarIcon_Wanderer", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2022-12-06 00:00:00", "EN": "Wanderer", "desc": "A wayfaring figure whose identity is a mystery. He dresses like a mountain ascetic, but he certainly does not act the part.", "element": "Anemo", "KR": "방랑자", "CHS": "流浪者", "JP": "放浪者"}, "10000052": {"birth": [6, 26], "icon": "UI_AvatarIcon_Shougun", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2021-09-01 00:00:00", "EN": "Raiden Shogun", "desc": "Her Excellency, the Almighty Narukami Ogosho, who promised the people of Inazuma an unchanging Eternity.", "element": "Electro", "KR": "라이덴 쇼군", "CHS": "雷电将军", "JP": "雷電将軍"}, "10000102": {"birth": [8, 3], "icon": "UI_AvatarIcon_Mualani", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2024-08-27 00:00:00", "EN": "Mualani", "desc": "A well-known guide in Natlan who owns a watersports shop, and expert in all forms of wave-chasing.", "element": "Hydro", "KR": "말라니", "CHS": "玛拉妮", "JP": "ムアラニ"}, "10000021": {"birth": [8, 10], "icon": "UI_AvatarIcon_Ambor", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2020-09-15 04:00:00", "EN": "Amber", "desc": "Always energetic and full of life, Amber's the best — albeit only — Outrider of the Knights of Favonius.", "element": "Pyro", "KR": "엠버", "CHS": "安柏", "JP": "アンバー"}, "10000054": {"birth": [2, 22], "icon": "UI_AvatarIcon_Kokomi", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2021-09-21 18:00:00", "EN": "Sangonomiya Kokomi", "desc": "The Divine Priestess of Watatsumi Island. All of the island's affairs are at this young lady's fingertips.", "element": "Hydro", "KR": "산고노미야 코코미", "CHS": "珊瑚宫心海", "JP": "珊瑚宮心海"}, "10000058": {"birth": [6, 27], "icon": "UI_AvatarIcon_Yae", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2022-02-16 00:00:00", "EN": "Yae Miko", "desc": "Lady Guuji of the Grand Narukami Shrine. Also serves as the editor-in-chief of Yae Publishing House. Unimaginable intelligence and cunning are hidden under her beautiful appearance.", "element": "Electro", "KR": "야에 미코", "CHS": "八重神子", "JP": "八重神子"}, "10000046": {"birth": [7, 15], "icon": "UI_AvatarIcon_Hutao", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2021-03-02 18:00:00", "EN": "Hu Tao", "desc": "The 77th Director of the Wangsheng Funeral Parlor. She took over the business at a rather young age.", "element": "Pyro", "KR": "호두", "CHS": "胡桃", "JP": "胡桃"}, "10000034": {"birth": [3, 21], "icon": "UI_AvatarIcon_Noel", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2020-09-15 04:00:00", "EN": "Noelle", "desc": "A maid who faithfully serves the Knights of Favonius. She dreams of joining their ranks someday.", "element": "Geo", "KR": "노엘", "CHS": "诺艾尔", "JP": "ノエル"}, "10000093": {"birth": [4, 11], "icon": "UI_AvatarIcon_Liuyun", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2024-01-30 00:00:00", "EN": "Xianyun", "desc": "One of the Mighty and Illuminated Adepti of Jueyun, known as \"Cloud Retainer.\" Expert in all kinds of mechanical contraptions, her heart now turns towards the affairs of the mortal world, through which she walks under the name \"Xianyun.\"", "element": "Anemo", "KR": "한운", "CHS": "闲云", "JP": "閑雲"}, "10000007-8": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerGirl", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Dendro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000096": {"birth": [8, 22], "icon": "UI_AvatarIcon_Arlecchino", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2024-04-23 00:00:00", "EN": "Arlecchino", "desc": "\"The Knave,\" Fourth of the Fatui Harbingers. A poised, ruthless diplomat. To the children in the House of the Hearth, she is their feared yet dependable \"Father.\"", "element": "Pyro", "KR": "아를레키노", "CHS": "阿蕾奇诺", "JP": "アルレッキーノ"}, "10000082": {"birth": [4, 25], "icon": "UI_AvatarIcon_Baizhuer", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2023-05-02 18:00:00", "EN": "Baizhu", "desc": "The owner of Bubu Pharmacy, who is rarely seen without the white snake named Changsheng. His medicinal knowledge is encyclopedic, and his personal intrigues subtle.", "element": "Dendro", "KR": "백출", "CHS": "白术", "JP": "白朮"}, "10000036": {"birth": [9, 7], "icon": "UI_AvatarIcon_Chongyun", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2020-09-15 04:00:00", "EN": "Chongyun", "desc": "A young exorcist from a family of exorcists. He does everything he can to suppress his abundance of yang energy.", "element": "Cryo", "KR": "중운", "CHS": "重云", "JP": "重雲"}, "10000049": {"birth": [6, 21], "icon": "UI_AvatarIcon_Yoimiya", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2021-08-10 18:00:00", "EN": "Yoimiya", "desc": "Owner of Naganohara Fireworks. Known as the \"Queen of the Summer Festival,\" she excels in her craft of creating fireworks that symbolize people's hopes and dreams.", "element": "Pyro", "KR": "요이미야", "CHS": "宵宫", "JP": "宵宮"}, "10000089": {"birth": [10, 13], "icon": "UI_AvatarIcon_Furina", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2023-11-07 00:00:00", "EN": "Furina", "desc": "The absolute focus of the stage of judgment, until the final applause sounds.", "element": "Hydro", "KR": "푸리나", "CHS": "芙宁娜", "JP": "フリーナ"}, "10000051": {"birth": [10, 25], "icon": "UI_AvatarIcon_Eula", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2021-05-18 18:00:00", "EN": "Eula", "desc": "The Spindrift Knight, a scion of the old aristocracy, and the Captain of the Knights of Favonius Reconnaissance Company. The reason for which a descendant of the ancient nobles might join the Knights remains a great mystery in Mondstadt to this very day.", "element": "Cryo", "KR": "유라", "CHS": "优菈", "JP": "エウルア"}, "10000064": {"birth": [5, 21], "icon": "UI_AvatarIcon_Yunjin", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2022-01-05 00:00:00", "EN": "Yun Jin", "desc": "A renowned Liyue opera singer who is skilled in both playwriting and singing. Her style is one-of-a-kind, exquisite and delicate, much like the person herself.", "element": "Geo", "KR": "운근", "CHS": "云堇", "JP": "雲菫"}, "10000076": {"birth": [8, 20], "icon": "UI_AvatarIcon_Faruzan", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2022-12-06 00:00:00", "EN": "Faruzan", "desc": "A researcher from \"one hundred years ago.\" She enjoys self-identifying as everyone's senior, and has significant knowledge of ancient scripts and machines of all kinds.", "element": "Anemo", "KR": "파루잔", "CHS": "珐露珊", "JP": "ファルザン"}, "10000063": {"birth": [3, 10], "icon": "UI_AvatarIcon_Shenhe", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2022-01-05 00:00:00", "EN": "Shenhe", "desc": "An adepti disciple with a most unusual air about her. Having spent much time cultivating in isolation in Liyue's mountains, she has become every bit as cool and distant as the adepti themselves.", "element": "Cryo", "KR": "신학", "CHS": "申鹤", "JP": "申鶴"}, "10000003": {"birth": [3, 14], "icon": "UI_AvatarIcon_Qin", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Jean", "desc": "The righteous and rigorous Dandelion Knight, and Acting Grand Master of Mondstadt's Knights of Favonius.", "element": "Anemo", "KR": "진", "CHS": "琴", "JP": "ジン"}, "10000060": {"birth": [4, 20], "icon": "UI_AvatarIcon_Yelan", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2022-05-31 00:00:00", "EN": "Yelan", "desc": "A mysterious person who claims to work for the Ministry of Civil Affairs, but is a \"non-entity\" on the Ministry of Civil Affairs' list.", "element": "Hydro", "KR": "야란", "CHS": "夜兰", "JP": "夜蘭"}, "10000067": {"birth": [5, 8], "icon": "UI_AvatarIcon_Collei", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2022-08-24 00:00:00", "EN": "Collei", "desc": "A trainee ranger active in Avidya Forest. Behind her enthusiastic words and actions hides a slightly introverted personality.", "element": "Dendro", "KR": "콜레이", "CHS": "柯莱", "JP": "コレイ"}, "10000027": {"birth": [8, 26], "icon": "UI_AvatarIcon_Ningguang", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Ningguang", "desc": "The Tianquan of the Liyue Qixing. Her wealth is unsurpassed in all of Teyvat.", "element": "Geo", "KR": "응광", "CHS": "凝光", "JP": "凝光"}, "10000029": {"birth": [7, 27], "icon": "UI_AvatarIcon_Klee", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Klee", "desc": "An explosives expert and a regular at the Knights of Favonius's confinement room. Also known as Fleeing Sunlight.", "element": "Pyro", "KR": "클레", "CHS": "可莉", "JP": "クレー"}, "10000005-6": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerBoy", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Geo", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000057": {"birth": [6, 1], "icon": "UI_AvatarIcon_Itto", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2021-12-14 18:00:00", "EN": "Arataki Itto", "desc": "The first and greatest head of the Arataki Gang, famed throughout Inazuma City's Hanamizaka... Wait, what? You've never heard of them? Are you trying to be funny here?", "element": "Geo", "KR": "아라타키 이토", "CHS": "荒泷一斗", "JP": "荒瀧一斗"}, "10000066": {"birth": [3, 26], "icon": "UI_AvatarIcon_Ayato", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2022-03-30 00:00:00", "EN": "Kamisato Ayato", "desc": "The young but highly accomplished head of the Yashiro Commission's Kamisato Clan. Cultured and polite, he is a man of many ways and means.", "element": "Hydro", "KR": "카미사토 아야토", "CHS": "神里绫人", "JP": "神里綾人"}, "10000077": {"birth": [3, 6], "icon": "UI_AvatarIcon_Yaoyao", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2023-01-17 00:00:00", "EN": "Yaoyao", "desc": "Streetward Rambler's youngest disciple. A gentle and caring \"little adult.\"", "element": "Dendro", "KR": "요요", "CHS": "瑶瑶", "JP": "ヨォーヨ"}, "10000038": {"birth": [9, 13], "icon": "UI_AvatarIcon_Albedo", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-12-22 00:00:00", "EN": "Albedo", "desc": "A genius known as the Kreideprinz, he is the Chief Alchemist and Captain of the Investigation Team of the Knights of Favonius.", "element": "Geo", "KR": "알베도", "CHS": "阿贝多", "JP": "アルベド"}, "10000098": {"birth": [9, 20], "icon": "UI_AvatarIcon_Clorinde", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2024-06-04 00:00:00", "EN": "Clorinde", "desc": "An undefeated Champion Duelist. Sword in hand, she defends justice in the Court of Fontaine.", "element": "Electro", "KR": "클로린드", "CHS": "克洛琳德", "JP": "クロリンデ"}, "10000101": {"birth": [11, 11], "icon": "UI_AvatarIcon_Kinich", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2024-09-17 18:00:00", "EN": "Kinich", "desc": "A Huitztlan Saurian Hunter skilled at counting costs.", "element": "Dendro", "KR": "키니치", "CHS": "基尼奇", "JP": "キィニチ"}, "10000005-3": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerBoy", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Hydro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000074": {"birth": [12, 19], "icon": "UI_AvatarIcon_Layla", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2022-11-18 18:00:00", "EN": "Layla", "desc": "A Rtawahist student who specializes in Theoretical Astrology. Heavily prone to somnambulism and locked in a grinding war with sleep deprivation, the problem of restful slumber is a most troubling one to her.", "element": "Cryo", "KR": "레일라", "CHS": "莱依拉", "JP": "レイラ"}, "10000014": {"birth": [7, 5], "icon": "UI_AvatarIcon_Barbara", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Barbara", "desc": "Every citizen of Mondstadt adores Barbara. She learned the word \"idol\" from a magazine.", "element": "Hydro", "KR": "바바라", "CHS": "芭芭拉", "JP": "バーバラ"}, "10000024": {"birth": [2, 14], "icon": "UI_AvatarIcon_Beidou", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2020-09-15 04:00:00", "EN": "Beidou", "desc": "Captain of her crew, The Crux. She's quite an unbound and forthright woman.", "element": "Electro", "KR": "북두", "CHS": "北斗", "JP": "北斗"}, "10000072": {"birth": [5, 3], "icon": "UI_AvatarIcon_Candace", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2022-09-27 00:00:00", "EN": "Candace", "desc": "A descendant of King Deshret with an amber left eye. The defender of Aaru Village.", "element": "Hydro", "KR": "캔디스", "CHS": "坎蒂丝", "JP": "キャンディス"}, "10000099": {"birth": [9, 22], "icon": "UI_AvatarIcon_Emilie", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2024-08-06 18:00:00", "EN": "Emilie", "desc": "A Fontainian perfumer, one who bottles secrets.", "element": "Dendro", "KR": "에밀리", "CHS": "艾梅莉埃", "JP": "エミリエ"}, "10000061": {"birth": [1, 22], "icon": "UI_AvatarIcon_Momoka", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2023-05-23 00:00:00", "EN": "Kirara", "desc": "A courier for Komaniya Express, a delivery company in Inazuma. A nekomata who loves her job and human society.", "element": "Dendro", "KR": "키라라", "CHS": "绮良良", "JP": "綺良々"}, "10000005-7": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerBoy", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Electro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000020": {"birth": [9, 9], "icon": "UI_AvatarIcon_Razor", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2020-09-15 04:00:00", "EN": "Razor", "desc": "A boy who lives among the wolves in Wolvendom of Mondstadt, away from human civilization. As agile as lightning.", "element": "Electro", "KR": "레이저", "CHS": "雷泽", "JP": "レザー"}, "10000048": {"birth": [7, 28], "icon": "UI_AvatarIcon_Feiyan", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2021-04-27 00:00:00", "EN": "Yanfei", "desc": "A well-known legal adviser active in Liyue Harbor. A brilliant young lady in whose veins runs the blood of an illuminated beast.", "element": "Pyro", "KR": "연비", "CHS": "烟绯", "JP": "煙緋"}, "10000068": {"birth": [12, 21], "icon": "UI_AvatarIcon_Dori", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2022-09-09 18:00:00", "EN": "Dori", "desc": "An elusive merchant who has a fondness for glittering Mora.", "element": "Electro", "KR": "도리", "CHS": "多莉", "JP": "ドリー"}, "10000022": {"birth": [6, 16], "icon": "UI_AvatarIcon_Venti", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2020-09-15 04:00:00", "EN": "Venti", "desc": "One of the many bards of Mondstadt, who freely wanders the city's streets and alleys.", "element": "Anemo", "KR": "벤티", "CHS": "温迪", "JP": "ウェンティ"}, "10000080": {"birth": [8, 11], "icon": "UI_AvatarIcon_Mika", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2023-03-21 18:00:00", "EN": "Mika", "desc": "A young knight born to an ordinary family. He serves as a Front-Line Surveyor in his Company. He is a low-key and cautious character.", "element": "Cryo", "KR": "미카", "CHS": "米卡", "JP": "ミカ"}, "10000055": {"birth": [5, 18], "icon": "UI_AvatarIcon_Gorou", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2021-12-14 18:00:00", "EN": "Gorou", "desc": "The great general of Watatsumi Island's forces. He is deeply trusted by his subordinates.", "element": "Geo", "KR": "고로", "CHS": "五郎", "JP": "ゴロー"}, "10000026": {"birth": [4, 17], "icon": "UI_AvatarIcon_Xiao", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2021-02-02 00:00:00", "EN": "Xiao", "desc": "A yaksha adeptus who defends Liyue. Also heralded as the \"Conqueror of Demons\" and \"Vigilant Yaksha.\"", "element": "Anemo", "KR": "소", "CHS": "魈", "JP": "魈"}, "10000081": {"birth": [7, 9], "icon": "UI_AvatarIcon_Kaveh", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2023-05-02 18:00:00", "EN": "Kaveh", "desc": "A renowned architect from Sumeru who perhaps cares a bit too much about too many things. He is an aesthete troubled by reality.", "element": "Dendro", "KR": "카베", "CHS": "卡维", "JP": "カーヴェ"}, "10000078": {"birth": [2, 11], "icon": "UI_AvatarIcon_Alhatham", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2023-01-17 00:00:00", "EN": "Alhaitham", "desc": "The current scribe of the Sumeru Akademiya, a man endowed with extraordinary intelligence and talent. He lives free — free from the searching eyes of ordinary people, anyway.", "element": "Dendro", "KR": "알하이탐", "CHS": "艾尔海森", "JP": "アルハイゼン"}, "10000090": {"birth": [1, 10], "icon": "UI_AvatarIcon_Chevreuse", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2024-01-09 18:00:00", "EN": "Chevreuse", "desc": "The captain of the Special Security and Surveillance Patrol, who wears justice as an ever-present seal upon her heart. Her musket shall only ever point at the guilty.", "element": "Pyro", "KR": "슈브르즈", "CHS": "夏沃蕾", "JP": "シュヴルーズ"}, "10000097": {"birth": [5, 31], "icon": "UI_AvatarIcon_Sethos", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2024-06-04 00:00:00", "EN": "Sethos", "desc": "The Temple of Silence's heir. Burdened with secrets, he comes from the sands.", "element": "Electro", "KR": "세토스", "CHS": "赛索斯", "JP": "セトス"}, "10000053": {"birth": [10, 19], "icon": "UI_AvatarIcon_Sayu", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2021-08-10 18:00:00", "EN": "Sayu", "desc": "A pint-sized ninja attached to the Shuumatsuban, who always seems sleep-deprived.", "element": "Anemo", "KR": "사유", "CHS": "早柚", "JP": "早柚"}, "10000070": {"birth": [12, 3], "icon": "UI_AvatarIcon_Nilou", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2022-10-14 18:00:00", "EN": "Nilou", "desc": "The star of the Zubayr Theater. She is full of warmth and innocence, and her dances are lively and elegant.", "element": "Hydro", "KR": "닐루", "CHS": "妮露", "JP": "ニィロウ"}, "10000031": {"birth": [5, 27], "icon": "UI_AvatarIcon_Fischl", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2020-09-15 04:00:00", "EN": "Fischl", "desc": "A mysterious girl who calls herself \"Prinzessin der Verurteilung\" and travels with a night raven named Oz.", "element": "Electro", "KR": "피슬", "CHS": "菲谢尔", "JP": "フィッシュル"}, "10000045": {"birth": [1, 24], "icon": "UI_AvatarIcon_Rosaria", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2021-04-06 18:00:00", "EN": "Rosaria", "desc": "A sister of the church, though you wouldn't know it if it weren't for her attire. Known for her sharp, cold words and manner, she often works alone.", "element": "Cryo", "KR": "로자리아", "CHS": "罗莎莉亚", "JP": "ロサリア"}, "10000079": {"birth": [4, 7], "icon": "UI_AvatarIcon_Dehya", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2023-02-28 00:00:00", "EN": "Dehya", "desc": "A member of the Eremites, a mercenary organization that roams the sands of Sumeru. Valiant and powerful, she enjoys great fame amongst her fellow Eremites.", "element": "Pyro", "KR": "데히야", "CHS": "迪希雅", "JP": "ディシア"}, "10000035": {"birth": [3, 3], "icon": "UI_AvatarIcon_Qiqi", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Qiqi", "desc": "An apprentice and herb gatherer at Bubu Pharmacy. An undead with a bone-white complexion, she seldom has much in the way of words or emotion.", "element": "Cryo", "KR": "치치", "CHS": "七七", "JP": "七七"}, "10000047": {"birth": [10, 29], "icon": "UI_AvatarIcon_Kazuha", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2021-06-29 18:00:00", "EN": "Kaedehara Kazuha", "desc": "A wandering samurai from Inazuma who is currently with Liyue's Crux Fleet. A gentle and carefree soul whose heart hides a great many burdens from the past.", "element": "Anemo", "KR": "카에데하라 카즈하", "CHS": "枫原万叶", "JP": "楓原万葉"}, "10000086": {"birth": [11, 23], "icon": "UI_AvatarIcon_Wriothesley", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2023-10-17 18:00:00", "EN": "Wriothesley", "desc": "Duke of the Fortress of Meropide, Lord Incognito of the murky depths.", "element": "Cryo", "KR": "라이오슬리", "CHS": "莱欧斯利", "JP": "リオセスリ"}, "10000005-4": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerBoy", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Anemo", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000087": {"birth": [12, 18], "icon": "UI_AvatarIcon_Neuvillette", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2023-09-26 00:00:00", "EN": "Neuvillette", "desc": "The Chief Justice of Fontaine, known as the Iudex, is renowned for his unassailable impartiality.", "element": "Hydro", "KR": "느비예트", "CHS": "那维莱特", "JP": "ヌヴィレット"}, "10000023": {"birth": [11, 2], "icon": "UI_AvatarIcon_Xiangling", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2020-09-15 04:00:00", "EN": "Xiangling", "desc": "A renowned chef from Liyue. She's extremely passionate about cooking and excels at making her signature hot and spicy dishes.", "element": "Pyro", "KR": "향릉", "CHS": "香菱", "JP": "香菱"}, "10000041": {"birth": [8, 31], "icon": "UI_AvatarIcon_Mona", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Mona", "desc": "A mysterious young astrologer who proclaims herself to be \"Astrologist Mona Megistus,\" and who possesses abilities to match the title. Erudite, but prideful.", "element": "Hydro", "KR": "모나", "CHS": "莫娜", "JP": "モナ"}, "10000005-8": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerBoy", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Dendro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000056": {"birth": [7, 14], "icon": "UI_AvatarIcon_Sara", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2021-09-01 00:00:00", "EN": "Kujou Sara", "desc": "A general of the Tenryou Commission. Bold, decisive, and skilled in battle.", "element": "Electro", "KR": "쿠죠 사라", "CHS": "九条裟罗", "JP": "九条裟羅"}, "10000039": {"birth": [1, 18], "icon": "UI_AvatarIcon_Diona", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2020-11-11 04:00:00", "EN": "Diona", "desc": "A young lady who has inherited trace amounts of non-human blood. She is the incredibly popular bartender of the Cat's Tail tavern.", "element": "Cryo", "KR": "디오나", "CHS": "迪奥娜", "JP": "ディオナ"}, "10000062": {"birth": [4, 4], "icon": "UI_AvatarIcon_Aloy", "rank": "QUALITY_ORANGE_SP", "weapon": "WEAPON_BOW", "release": "2021-09-01 00:00:00", "EN": "Aloy", "desc": "Formerly an outcast, now a hunter of unparalleled skill. Ready to do the right thing at any time.", "element": "Cryo", "KR": "에일로이", "CHS": "埃洛伊", "JP": "アーロイ"}, "10000069": {"birth": [12, 29], "icon": "UI_AvatarIcon_Tighnari", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2022-08-24 00:00:00", "EN": "Tighnari", "desc": "A young researcher well-versed in botany who currently serves as a Forest Watcher in Avidya Forest. He is a straight shooter with a warm heart — and a dab hand at guiding even the dullest of pupils.", "element": "Dendro", "KR": "타이나리", "CHS": "提纳里", "JP": "ティナリ"}, "10000016": {"birth": [4, 30], "icon": "UI_AvatarIcon_Diluc", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2020-09-15 04:00:00", "EN": "Diluc", "desc": "The tycoon of a winery empire in Mondstadt, unmatched in every possible way.", "element": "Pyro", "KR": "다이루크", "CHS": "迪卢克", "JP": "ディルック"}, "10000103": {"birth": [3, 13], "icon": "UI_AvatarIcon_Xilonen", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2024-10-08 00:00:00", "EN": "Xilonen", "desc": "A Name Engraver of the Nanatzcayan, she is especially skilled at finding a good balance between the heavy responsibilities of her job and living well.", "element": "Geo", "KR": "실로닌", "CHS": "希诺宁", "JP": "シロネン"}, "10000059": {"birth": [7, 24], "icon": "UI_AvatarIcon_Heizo", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2022-07-13 00:00:00", "EN": "Shikanoin Heizou", "desc": "A young prodigy detective from the Tenryou Commission. His senses are sharp and his thoughts are clear.", "element": "Anemo", "KR": "시카노인 헤이조", "CHS": "鹿野院平藏", "JP": "鹿野院平蔵"}, "10000084": {"birth": [2, 2], "icon": "UI_AvatarIcon_Liney", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2023-08-15 00:00:00", "EN": "Lyney", "desc": "A famed Fontainian magician who possesses great stage presence as well as gift of the gab. Audiences are enthralled by his exquisite skills, and they hang on to his every clever word.", "element": "Pyro", "KR": "리니", "CHS": "林尼", "JP": "リネ"}, "10000030": {"birth": [12, 31], "icon": "UI_AvatarIcon_Zhongli", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2020-12-02 04:00:00", "EN": "Zhongli", "desc": "A mysterious expert contracted by the Wangsheng Funeral Parlor. Extremely knowledgeable in all things.", "element": "Geo", "KR": "종려", "CHS": "钟离", "JP": "鍾離"}} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/charList_5.2.0.json b/GenshinUID/utils/map/data/charList_5.2.0.json new file mode 100644 index 00000000..403db955 --- /dev/null +++ b/GenshinUID/utils/map/data/charList_5.2.0.json @@ -0,0 +1 @@ +{"10000037": {"birth": [12, 2], "icon": "UI_AvatarIcon_Ganyu", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2021-01-12 18:00:00", "EN": "Ganyu", "desc": "The secretary at Yuehai Pavilion. The blood of the qilin, an illuminated beast, flows within her veins.", "element": "Cryo", "KR": "감우", "CHS": "甘雨", "JP": "甘雨"}, "10000025": {"birth": [10, 9], "icon": "UI_AvatarIcon_Xingqiu", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Xingqiu", "desc": "A young man carrying a longsword who is frequently seen at book booths. He has a chivalrous heart and yearns for justice and fairness for all.", "element": "Hydro", "KR": "행추", "CHS": "行秋", "JP": "行秋"}, "10000091": {"birth": [8, 16], "icon": "UI_AvatarIcon_Navia", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2023-12-19 00:00:00", "EN": "Navia", "desc": "The current President of Spina di Rosula, who is lovely, dutiful, and a great boss.", "element": "Geo", "KR": "나비아", "CHS": "娜维娅", "JP": "ナヴィア"}, "10000007-7": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerGirl", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Electro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000092": {"birth": [12, 22], "icon": "UI_AvatarIcon_Gaming", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2024-01-30 00:00:00", "EN": "Gaming", "desc": "Guard of the Sword and Strongbox Secure Transport Agency, and the head of the \"Mighty Mythical Beasts\" Wushou troupe.", "element": "Pyro", "KR": "가명", "CHS": "嘉明", "JP": "嘉明"}, "10000032": {"birth": [2, 29], "icon": "UI_AvatarIcon_Bennett", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Bennett", "desc": "A good-natured adventurer from Mondstadt who's unfortunately extremely unlucky.", "element": "Pyro", "KR": "베넷", "CHS": "班尼特", "JP": "ベネット"}, "10000050": {"birth": [1, 9], "icon": "UI_AvatarIcon_Tohma", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2021-11-02 18:00:00", "EN": "Thoma", "desc": "The Kamisato Clan's housekeeper. A well-known \"fixer\" in Inazuma.", "element": "Pyro", "KR": "토마", "CHS": "托马", "JP": "トーマ"}, "10000105": {"birth": [10, 14], "icon": "UI_AvatarIcon_Olorun", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2024-11-19 00:00:00", "EN": "Ororon", "desc": "A young man from the Masters of the Night-Wind who instead lives in the wild alongside all manner of life.", "element": "Electro", "KR": "올로룬", "CHS": "欧洛伦", "JP": "オロルン"}, "10000085": {"birth": [9, 24], "icon": "UI_AvatarIcon_Freminet", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2023-09-05 18:00:00", "EN": "Freminet", "desc": "A reserved young man who is well-versed in diving. Beneath his distant, icy demeanor lies a pure heart bereft of all flaws.", "element": "Cryo", "KR": "프레미네", "CHS": "菲米尼", "JP": "フレミネ"}, "10000083": {"birth": [2, 2], "icon": "UI_AvatarIcon_Linette", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2023-08-15 00:00:00", "EN": "Lynette", "desc": "A magic assistant of few words, her emotions are as inscrutable as any cat's.", "element": "Anemo", "KR": "리넷", "CHS": "琳妮特", "JP": "リネット"}, "10000065": {"birth": [7, 27], "icon": "UI_AvatarIcon_Shinobu", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2022-06-21 18:00:00", "EN": "Kuki Shinobu", "desc": "The capable and reliable Arataki Gang deputy leader. Please note: capable and reliable are not appellations for the \"Arataki Gang,\" but for their deputy leader in specific.", "element": "Electro", "KR": "쿠키 시노부", "CHS": "久岐忍", "JP": "久岐忍"}, "10000002": {"birth": [9, 28], "icon": "UI_AvatarIcon_Ayaka", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2021-07-21 00:00:00", "EN": "Kamisato Ayaka", "desc": "Daughter of the Yashiro Commission's Kamisato Clan. Dignified and elegant, as well as wise and strong.", "element": "Cryo", "KR": "카미사토 아야카", "CHS": "神里绫华", "JP": "神里綾華"}, "10000015": {"birth": [11, 30], "icon": "UI_AvatarIcon_Kaeya", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Kaeya", "desc": "An accomplished swordsman and a strategic thinker in the Knights of Favonius, rumored to hail from beyond Mondstadt.", "element": "Cryo", "KR": "케이아", "CHS": "凯亚", "JP": "ガイア"}, "10000042": {"birth": [11, 20], "icon": "UI_AvatarIcon_Keqing", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Keqing", "desc": "The Yuheng of the Liyue Qixing. Keqing has much to say about Rex Lapis's unilateral approach to policymaking in Liyue — but in truth, gods admire skeptics such as her quite a lot.", "element": "Electro", "KR": "각청", "CHS": "刻晴", "JP": "刻晴"}, "10000043": {"birth": [11, 26], "icon": "UI_AvatarIcon_Sucrose", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Sucrose", "desc": "An alchemist filled with curiosity about all things. She researches bio-alchemy.", "element": "Anemo", "KR": "설탕", "CHS": "砂糖", "JP": "スクロース"}, "10000100": {"birth": [4, 22], "icon": "UI_AvatarIcon_Kachina", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2024-08-27 00:00:00", "EN": "Kachina", "desc": "A young warrior of the Nanatzcayan, given the Ancient Name of \"Uthabiti.\" Kind-hearted and insatiably persistent, she grows stronger and more capable with each setback she faces.", "element": "Geo", "KR": "카치나", "CHS": "卡齐娜", "JP": "カチーナ"}, "10000007-4": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerGirl", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Anemo", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000007-6": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerGirl", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Geo", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000095": {"birth": [3, 30], "icon": "UI_AvatarIcon_Sigewinne", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2024-06-26 18:00:00", "EN": "Sigewinne", "desc": "A Melusine and the Fortress of Meropide's head nurse. She cares equally for every convict locked in the undersea prison.", "element": "Hydro", "KR": "시그윈", "CHS": "希格雯", "JP": "シグウィン"}, "10000033": {"birth": [7, 20], "icon": "UI_AvatarIcon_Tartaglia", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2020-11-11 04:00:00", "EN": "Tartaglia", "desc": "No. 11 of The Harbingers, also known as \"Childe.\" His name is highly feared on the battlefield.", "element": "Hydro", "KR": "타르탈리아", "CHS": "达达利亚", "JP": "タルタリヤ"}, "10000073": {"birth": [10, 27], "icon": "UI_AvatarIcon_Nahida", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2022-11-01 00:00:00", "EN": "Nahida", "desc": "A caged bird secluded within the confines of the Sanctuary of Surasthana who can only see the world in her dreams.", "element": "Dendro", "KR": "나히다", "CHS": "纳西妲", "JP": "ナヒーダ"}, "10000071": {"birth": [6, 23], "icon": "UI_AvatarIcon_Cyno", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2022-09-27 00:00:00", "EN": "Cyno", "desc": "The General Mahamatra in charge of supervising the researchers of the Akademiya. It is said that when he gets down to work, the General Mahamatra is even more efficient than the \"Great Vayuvyastra\" made by the Kshahrewar.", "element": "Electro", "KR": "사이노", "CHS": "赛诺", "JP": "セノ"}, "10000006": {"birth": [6, 9], "icon": "UI_AvatarIcon_Lisa", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Lisa", "desc": "The languid but knowledgeable Librarian of the Knights of Favonius, deemed by Sumeru Akademiya to be their most distinguished graduate in the past two centuries.", "element": "Electro", "KR": "리사", "CHS": "丽莎", "JP": "リサ"}, "10000007-3": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerGirl", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Hydro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000088": {"birth": [4, 10], "icon": "UI_AvatarIcon_Charlotte", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2023-11-07 00:00:00", "EN": "Charlotte", "desc": "Indefatigable reporter of The Steambird, constantly on the hunt for the \"truth.\"", "element": "Cryo", "KR": "샤를로트", "CHS": "夏洛蒂", "JP": "シャルロット"}, "10000094": {"birth": [8, 17], "icon": "UI_AvatarIcon_Chiori", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2024-03-12 00:00:00", "EN": "Chiori", "desc": "The owner of Chioriya Boutique. A tailor renowned throughout Fontaine.", "element": "Geo", "KR": "치오리", "CHS": "千织", "JP": "千織"}, "10000044": {"birth": [10, 16], "icon": "UI_AvatarIcon_Xinyan", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2020-12-02 04:00:00", "EN": "Xinyan", "desc": "Liyue's sole rock 'n' roll musician. She rebels against ossified prejudices using her music and passionate singing.", "element": "Pyro", "KR": "신염", "CHS": "辛焱", "JP": "辛炎"}, "10000075": {"birth": [1, 3], "icon": "UI_AvatarIcon_Wanderer", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2022-12-06 00:00:00", "EN": "Wanderer", "desc": "A wayfaring figure whose identity is a mystery. He dresses like a mountain ascetic, but he certainly does not act the part.", "element": "Anemo", "KR": "방랑자", "CHS": "流浪者", "JP": "放浪者"}, "10000052": {"birth": [6, 26], "icon": "UI_AvatarIcon_Shougun", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2021-09-01 00:00:00", "EN": "Raiden Shogun", "desc": "Her Excellency, the Almighty Narukami Ogosho, who promised the people of Inazuma an unchanging Eternity.", "element": "Electro", "KR": "라이덴 쇼군", "CHS": "雷电将军", "JP": "雷電将軍"}, "10000102": {"birth": [8, 3], "icon": "UI_AvatarIcon_Mualani", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2024-08-27 00:00:00", "EN": "Mualani", "desc": "A well-known guide in Natlan who owns a watersports shop, and expert in all forms of wave-chasing.", "element": "Hydro", "KR": "말라니", "CHS": "玛拉妮", "JP": "ムアラニ"}, "10000021": {"birth": [8, 10], "icon": "UI_AvatarIcon_Ambor", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2020-09-15 04:00:00", "EN": "Amber", "desc": "Always energetic and full of life, Amber's the best — albeit only — Outrider of the Knights of Favonius.", "element": "Pyro", "KR": "엠버", "CHS": "安柏", "JP": "アンバー"}, "10000054": {"birth": [2, 22], "icon": "UI_AvatarIcon_Kokomi", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2021-09-21 18:00:00", "EN": "Sangonomiya Kokomi", "desc": "The Divine Priestess of Watatsumi Island. All of the island's affairs are at this young lady's fingertips.", "element": "Hydro", "KR": "산고노미야 코코미", "CHS": "珊瑚宫心海", "JP": "珊瑚宮心海"}, "10000058": {"birth": [6, 27], "icon": "UI_AvatarIcon_Yae", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2022-02-16 00:00:00", "EN": "Yae Miko", "desc": "Lady Guuji of the Grand Narukami Shrine. Also serves as the editor-in-chief of Yae Publishing House. Unimaginable intelligence and cunning are hidden under her beautiful appearance.", "element": "Electro", "KR": "야에 미코", "CHS": "八重神子", "JP": "八重神子"}, "10000046": {"birth": [7, 15], "icon": "UI_AvatarIcon_Hutao", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2021-03-02 18:00:00", "EN": "Hu Tao", "desc": "The 77th Director of the Wangsheng Funeral Parlor. She took over the business at a rather young age.", "element": "Pyro", "KR": "호두", "CHS": "胡桃", "JP": "胡桃"}, "10000034": {"birth": [3, 21], "icon": "UI_AvatarIcon_Noel", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2020-09-15 04:00:00", "EN": "Noelle", "desc": "A maid who faithfully serves the Knights of Favonius. She dreams of joining their ranks someday.", "element": "Geo", "KR": "노엘", "CHS": "诺艾尔", "JP": "ノエル"}, "10000093": {"birth": [4, 11], "icon": "UI_AvatarIcon_Liuyun", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2024-01-30 00:00:00", "EN": "Xianyun", "desc": "One of the Mighty and Illuminated Adepti of Jueyun, known as \"Cloud Retainer.\" Expert in all kinds of mechanical contraptions, her heart now turns towards the affairs of the mortal world, through which she walks under the name \"Xianyun.\"", "element": "Anemo", "KR": "한운", "CHS": "闲云", "JP": "閑雲"}, "10000007-8": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerGirl", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Dendro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000096": {"birth": [8, 22], "icon": "UI_AvatarIcon_Arlecchino", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2024-04-23 00:00:00", "EN": "Arlecchino", "desc": "\"The Knave,\" Fourth of the Fatui Harbingers. A poised, ruthless diplomat. To the children in the House of the Hearth, she is their feared yet dependable \"Father.\"", "element": "Pyro", "KR": "아를레키노", "CHS": "阿蕾奇诺", "JP": "アルレッキーノ"}, "10000082": {"birth": [4, 25], "icon": "UI_AvatarIcon_Baizhuer", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2023-05-02 18:00:00", "EN": "Baizhu", "desc": "The owner of Bubu Pharmacy, who is rarely seen without the white snake named Changsheng. His medicinal knowledge is encyclopedic, and his personal intrigues subtle.", "element": "Dendro", "KR": "백출", "CHS": "白术", "JP": "白朮"}, "10000036": {"birth": [9, 7], "icon": "UI_AvatarIcon_Chongyun", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2020-09-15 04:00:00", "EN": "Chongyun", "desc": "A young exorcist from a family of exorcists. He does everything he can to suppress his abundance of yang energy.", "element": "Cryo", "KR": "중운", "CHS": "重云", "JP": "重雲"}, "10000049": {"birth": [6, 21], "icon": "UI_AvatarIcon_Yoimiya", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2021-08-10 18:00:00", "EN": "Yoimiya", "desc": "Owner of Naganohara Fireworks. Known as the \"Queen of the Summer Festival,\" she excels in her craft of creating fireworks that symbolize people's hopes and dreams.", "element": "Pyro", "KR": "요이미야", "CHS": "宵宫", "JP": "宵宮"}, "10000089": {"birth": [10, 13], "icon": "UI_AvatarIcon_Furina", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2023-11-07 00:00:00", "EN": "Furina", "desc": "The absolute focus of the stage of judgment, until the final applause sounds.", "element": "Hydro", "KR": "푸리나", "CHS": "芙宁娜", "JP": "フリーナ"}, "10000051": {"birth": [10, 25], "icon": "UI_AvatarIcon_Eula", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2021-05-18 18:00:00", "EN": "Eula", "desc": "The Spindrift Knight, a scion of the old aristocracy, and the Captain of the Knights of Favonius Reconnaissance Company. The reason for which a descendant of the ancient nobles might join the Knights remains a great mystery in Mondstadt to this very day.", "element": "Cryo", "KR": "유라", "CHS": "优菈", "JP": "エウルア"}, "10000064": {"birth": [5, 21], "icon": "UI_AvatarIcon_Yunjin", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2022-01-05 00:00:00", "EN": "Yun Jin", "desc": "A renowned Liyue opera singer who is skilled in both playwriting and singing. Her style is one-of-a-kind, exquisite and delicate, much like the person herself.", "element": "Geo", "KR": "운근", "CHS": "云堇", "JP": "雲菫"}, "10000076": {"birth": [8, 20], "icon": "UI_AvatarIcon_Faruzan", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2022-12-06 00:00:00", "EN": "Faruzan", "desc": "A researcher from \"one hundred years ago.\" She enjoys self-identifying as everyone's senior, and has significant knowledge of ancient scripts and machines of all kinds.", "element": "Anemo", "KR": "파루잔", "CHS": "珐露珊", "JP": "ファルザン"}, "10000063": {"birth": [3, 10], "icon": "UI_AvatarIcon_Shenhe", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2022-01-05 00:00:00", "EN": "Shenhe", "desc": "An adepti disciple with a most unusual air about her. Having spent much time cultivating in isolation in Liyue's mountains, she has become every bit as cool and distant as the adepti themselves.", "element": "Cryo", "KR": "신학", "CHS": "申鹤", "JP": "申鶴"}, "10000003": {"birth": [3, 14], "icon": "UI_AvatarIcon_Qin", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Jean", "desc": "The righteous and rigorous Dandelion Knight, and Acting Grand Master of Mondstadt's Knights of Favonius.", "element": "Anemo", "KR": "진", "CHS": "琴", "JP": "ジン"}, "10000060": {"birth": [4, 20], "icon": "UI_AvatarIcon_Yelan", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2022-05-31 00:00:00", "EN": "Yelan", "desc": "A mysterious person who claims to work for the Ministry of Civil Affairs, but is a \"non-entity\" on the Ministry of Civil Affairs' list.", "element": "Hydro", "KR": "야란", "CHS": "夜兰", "JP": "夜蘭"}, "10000067": {"birth": [5, 8], "icon": "UI_AvatarIcon_Collei", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2022-08-24 00:00:00", "EN": "Collei", "desc": "A trainee ranger active in Avidya Forest. Behind her enthusiastic words and actions hides a slightly introverted personality.", "element": "Dendro", "KR": "콜레이", "CHS": "柯莱", "JP": "コレイ"}, "10000027": {"birth": [8, 26], "icon": "UI_AvatarIcon_Ningguang", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Ningguang", "desc": "The Tianquan of the Liyue Qixing. Her wealth is unsurpassed in all of Teyvat.", "element": "Geo", "KR": "응광", "CHS": "凝光", "JP": "凝光"}, "10000029": {"birth": [7, 27], "icon": "UI_AvatarIcon_Klee", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Klee", "desc": "An explosives expert and a regular at the Knights of Favonius's confinement room. Also known as Fleeing Sunlight.", "element": "Pyro", "KR": "클레", "CHS": "可莉", "JP": "クレー"}, "10000005-6": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerBoy", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Geo", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000057": {"birth": [6, 1], "icon": "UI_AvatarIcon_Itto", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2021-12-14 18:00:00", "EN": "Arataki Itto", "desc": "The first and greatest head of the Arataki Gang, famed throughout Inazuma City's Hanamizaka... Wait, what? You've never heard of them? Are you trying to be funny here?", "element": "Geo", "KR": "아라타키 이토", "CHS": "荒泷一斗", "JP": "荒瀧一斗"}, "10000066": {"birth": [3, 26], "icon": "UI_AvatarIcon_Ayato", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2022-03-30 00:00:00", "EN": "Kamisato Ayato", "desc": "The young but highly accomplished head of the Yashiro Commission's Kamisato Clan. Cultured and polite, he is a man of many ways and means.", "element": "Hydro", "KR": "카미사토 아야토", "CHS": "神里绫人", "JP": "神里綾人"}, "10000077": {"birth": [3, 6], "icon": "UI_AvatarIcon_Yaoyao", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2023-01-17 00:00:00", "EN": "Yaoyao", "desc": "Streetward Rambler's youngest disciple. A gentle and caring \"little adult.\"", "element": "Dendro", "KR": "요요", "CHS": "瑶瑶", "JP": "ヨォーヨ"}, "10000038": {"birth": [9, 13], "icon": "UI_AvatarIcon_Albedo", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-12-22 00:00:00", "EN": "Albedo", "desc": "A genius known as the Kreideprinz, he is the Chief Alchemist and Captain of the Investigation Team of the Knights of Favonius.", "element": "Geo", "KR": "알베도", "CHS": "阿贝多", "JP": "アルベド"}, "10000098": {"birth": [9, 20], "icon": "UI_AvatarIcon_Clorinde", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2024-06-04 00:00:00", "EN": "Clorinde", "desc": "An undefeated Champion Duelist. Sword in hand, she defends justice in the Court of Fontaine.", "element": "Electro", "KR": "클로린드", "CHS": "克洛琳德", "JP": "クロリンデ"}, "10000101": {"birth": [11, 11], "icon": "UI_AvatarIcon_Kinich", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2024-09-17 18:00:00", "EN": "Kinich", "desc": "A Huitztlan Saurian Hunter skilled at counting costs.", "element": "Dendro", "KR": "키니치", "CHS": "基尼奇", "JP": "キィニチ"}, "10000005-3": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerBoy", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Hydro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000074": {"birth": [12, 19], "icon": "UI_AvatarIcon_Layla", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2022-11-18 18:00:00", "EN": "Layla", "desc": "A Rtawahist student who specializes in Theoretical Astrology. Heavily prone to somnambulism and locked in a grinding war with sleep deprivation, the problem of restful slumber is a most troubling one to her.", "element": "Cryo", "KR": "레일라", "CHS": "莱依拉", "JP": "レイラ"}, "10000014": {"birth": [7, 5], "icon": "UI_AvatarIcon_Barbara", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Barbara", "desc": "Every citizen of Mondstadt adores Barbara. She learned the word \"idol\" from a magazine.", "element": "Hydro", "KR": "바바라", "CHS": "芭芭拉", "JP": "バーバラ"}, "10000024": {"birth": [2, 14], "icon": "UI_AvatarIcon_Beidou", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2020-09-15 04:00:00", "EN": "Beidou", "desc": "Captain of her crew, The Crux. She's quite an unbound and forthright woman.", "element": "Electro", "KR": "북두", "CHS": "北斗", "JP": "北斗"}, "10000072": {"birth": [5, 3], "icon": "UI_AvatarIcon_Candace", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2022-09-27 00:00:00", "EN": "Candace", "desc": "A descendant of King Deshret with an amber left eye. The defender of Aaru Village.", "element": "Hydro", "KR": "캔디스", "CHS": "坎蒂丝", "JP": "キャンディス"}, "10000099": {"birth": [9, 22], "icon": "UI_AvatarIcon_Emilie", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2024-08-06 18:00:00", "EN": "Emilie", "desc": "A Fontainian perfumer, one who bottles secrets.", "element": "Dendro", "KR": "에밀리", "CHS": "艾梅莉埃", "JP": "エミリエ"}, "10000061": {"birth": [1, 22], "icon": "UI_AvatarIcon_Momoka", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2023-05-23 00:00:00", "EN": "Kirara", "desc": "A courier for Komaniya Express, a delivery company in Inazuma. A nekomata who loves her job and human society.", "element": "Dendro", "KR": "키라라", "CHS": "绮良良", "JP": "綺良々"}, "10000005-7": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerBoy", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Electro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000020": {"birth": [9, 9], "icon": "UI_AvatarIcon_Razor", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2020-09-15 04:00:00", "EN": "Razor", "desc": "A boy who lives among the wolves in Wolvendom of Mondstadt, away from human civilization. As agile as lightning.", "element": "Electro", "KR": "레이저", "CHS": "雷泽", "JP": "レザー"}, "10000048": {"birth": [7, 28], "icon": "UI_AvatarIcon_Feiyan", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2021-04-27 00:00:00", "EN": "Yanfei", "desc": "A well-known legal adviser active in Liyue Harbor. A brilliant young lady in whose veins runs the blood of an illuminated beast.", "element": "Pyro", "KR": "연비", "CHS": "烟绯", "JP": "煙緋"}, "10000068": {"birth": [12, 21], "icon": "UI_AvatarIcon_Dori", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2022-09-09 18:00:00", "EN": "Dori", "desc": "An elusive merchant who has a fondness for glittering Mora.", "element": "Electro", "KR": "도리", "CHS": "多莉", "JP": "ドリー"}, "10000022": {"birth": [6, 16], "icon": "UI_AvatarIcon_Venti", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2020-09-15 04:00:00", "EN": "Venti", "desc": "One of the many bards of Mondstadt, who freely wanders the city's streets and alleys.", "element": "Anemo", "KR": "벤티", "CHS": "温迪", "JP": "ウェンティ"}, "10000080": {"birth": [8, 11], "icon": "UI_AvatarIcon_Mika", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2023-03-21 18:00:00", "EN": "Mika", "desc": "A young knight born to an ordinary family. He serves as a Front-Line Surveyor in his Company. He is a low-key and cautious character.", "element": "Cryo", "KR": "미카", "CHS": "米卡", "JP": "ミカ"}, "10000055": {"birth": [5, 18], "icon": "UI_AvatarIcon_Gorou", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2021-12-14 18:00:00", "EN": "Gorou", "desc": "The great general of Watatsumi Island's forces. He is deeply trusted by his subordinates.", "element": "Geo", "KR": "고로", "CHS": "五郎", "JP": "ゴロー"}, "10000026": {"birth": [4, 17], "icon": "UI_AvatarIcon_Xiao", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2021-02-02 00:00:00", "EN": "Xiao", "desc": "A yaksha adeptus who defends Liyue. Also heralded as the \"Conqueror of Demons\" and \"Vigilant Yaksha.\"", "element": "Anemo", "KR": "소", "CHS": "魈", "JP": "魈"}, "10000081": {"birth": [7, 9], "icon": "UI_AvatarIcon_Kaveh", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2023-05-02 18:00:00", "EN": "Kaveh", "desc": "A renowned architect from Sumeru who perhaps cares a bit too much about too many things. He is an aesthete troubled by reality.", "element": "Dendro", "KR": "카베", "CHS": "卡维", "JP": "カーヴェ"}, "10000078": {"birth": [2, 11], "icon": "UI_AvatarIcon_Alhatham", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2023-01-17 00:00:00", "EN": "Alhaitham", "desc": "The current scribe of the Sumeru Akademiya, a man endowed with extraordinary intelligence and talent. He lives free — free from the searching eyes of ordinary people, anyway.", "element": "Dendro", "KR": "알하이탐", "CHS": "艾尔海森", "JP": "アルハイゼン"}, "10000090": {"birth": [1, 10], "icon": "UI_AvatarIcon_Chevreuse", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2024-01-09 18:00:00", "EN": "Chevreuse", "desc": "The captain of the Special Security and Surveillance Patrol, who wears justice as an ever-present seal upon her heart. Her musket shall only ever point at the guilty.", "element": "Pyro", "KR": "슈브르즈", "CHS": "夏沃蕾", "JP": "シュヴルーズ"}, "10000097": {"birth": [5, 31], "icon": "UI_AvatarIcon_Sethos", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2024-06-04 00:00:00", "EN": "Sethos", "desc": "The Temple of Silence's heir. Burdened with secrets, he comes from the sands.", "element": "Electro", "KR": "세토스", "CHS": "赛索斯", "JP": "セトス"}, "10000053": {"birth": [10, 19], "icon": "UI_AvatarIcon_Sayu", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CLAYMORE", "release": "2021-08-10 18:00:00", "EN": "Sayu", "desc": "A pint-sized ninja attached to the Shuumatsuban, who always seems sleep-deprived.", "element": "Anemo", "KR": "사유", "CHS": "早柚", "JP": "早柚"}, "10000070": {"birth": [12, 3], "icon": "UI_AvatarIcon_Nilou", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2022-10-14 18:00:00", "EN": "Nilou", "desc": "The star of the Zubayr Theater. She is full of warmth and innocence, and her dances are lively and elegant.", "element": "Hydro", "KR": "닐루", "CHS": "妮露", "JP": "ニィロウ"}, "10000031": {"birth": [5, 27], "icon": "UI_AvatarIcon_Fischl", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2020-09-15 04:00:00", "EN": "Fischl", "desc": "A mysterious girl who calls herself \"Prinzessin der Verurteilung\" and travels with a night raven named Oz.", "element": "Electro", "KR": "피슬", "CHS": "菲谢尔", "JP": "フィッシュル"}, "10000045": {"birth": [1, 24], "icon": "UI_AvatarIcon_Rosaria", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2021-04-06 18:00:00", "EN": "Rosaria", "desc": "A sister of the church, though you wouldn't know it if it weren't for her attire. Known for her sharp, cold words and manner, she often works alone.", "element": "Cryo", "KR": "로자리아", "CHS": "罗莎莉亚", "JP": "ロサリア"}, "10000079": {"birth": [4, 7], "icon": "UI_AvatarIcon_Dehya", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2023-02-28 00:00:00", "EN": "Dehya", "desc": "A member of the Eremites, a mercenary organization that roams the sands of Sumeru. Valiant and powerful, she enjoys great fame amongst her fellow Eremites.", "element": "Pyro", "KR": "데히야", "CHS": "迪希雅", "JP": "ディシア"}, "10000035": {"birth": [3, 3], "icon": "UI_AvatarIcon_Qiqi", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2020-09-15 04:00:00", "EN": "Qiqi", "desc": "An apprentice and herb gatherer at Bubu Pharmacy. An undead with a bone-white complexion, she seldom has much in the way of words or emotion.", "element": "Cryo", "KR": "치치", "CHS": "七七", "JP": "七七"}, "10000104": {"birth": [12, 10], "icon": "UI_AvatarIcon_Chasca", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2024-11-19 00:00:00", "EN": "Chasca", "desc": "The Peacemaker of the Tlalocan, the ender of all disputes.", "element": "Anemo", "KR": "차스카", "CHS": "恰斯卡", "JP": "チャスカ"}, "10000047": {"birth": [10, 29], "icon": "UI_AvatarIcon_Kazuha", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2021-06-29 18:00:00", "EN": "Kaedehara Kazuha", "desc": "A wandering samurai from Inazuma who is currently with Liyue's Crux Fleet. A gentle and carefree soul whose heart hides a great many burdens from the past.", "element": "Anemo", "KR": "카에데하라 카즈하", "CHS": "枫原万叶", "JP": "楓原万葉"}, "10000086": {"birth": [11, 23], "icon": "UI_AvatarIcon_Wriothesley", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2023-10-17 18:00:00", "EN": "Wriothesley", "desc": "Duke of the Fortress of Meropide, Lord Incognito of the murky depths.", "element": "Cryo", "KR": "라이오슬리", "CHS": "莱欧斯利", "JP": "リオセスリ"}, "10000005-4": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerBoy", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Anemo", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000087": {"birth": [12, 18], "icon": "UI_AvatarIcon_Neuvillette", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2023-09-26 00:00:00", "EN": "Neuvillette", "desc": "The Chief Justice of Fontaine, known as the Iudex, is renowned for his unassailable impartiality.", "element": "Hydro", "KR": "느비예트", "CHS": "那维莱特", "JP": "ヌヴィレット"}, "10000023": {"birth": [11, 2], "icon": "UI_AvatarIcon_Xiangling", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_POLE", "release": "2020-09-15 04:00:00", "EN": "Xiangling", "desc": "A renowned chef from Liyue. She's extremely passionate about cooking and excels at making her signature hot and spicy dishes.", "element": "Pyro", "KR": "향릉", "CHS": "香菱", "JP": "香菱"}, "10000041": {"birth": [8, 31], "icon": "UI_AvatarIcon_Mona", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CATALYST", "release": "2020-09-15 04:00:00", "EN": "Mona", "desc": "A mysterious young astrologer who proclaims herself to be \"Astrologist Mona Megistus,\" and who possesses abilities to match the title. Erudite, but prideful.", "element": "Hydro", "KR": "모나", "CHS": "莫娜", "JP": "モナ"}, "10000005-8": {"birth": [1, 1], "icon": "UI_AvatarIcon_PlayerBoy", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "1970-01-01 00:00:00", "EN": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.", "element": "Dendro", "KR": "여행자", "CHS": "旅行者", "JP": "旅人"}, "10000056": {"birth": [7, 14], "icon": "UI_AvatarIcon_Sara", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2021-09-01 00:00:00", "EN": "Kujou Sara", "desc": "A general of the Tenryou Commission. Bold, decisive, and skilled in battle.", "element": "Electro", "KR": "쿠죠 사라", "CHS": "九条裟罗", "JP": "九条裟羅"}, "10000039": {"birth": [1, 18], "icon": "UI_AvatarIcon_Diona", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_BOW", "release": "2020-11-11 04:00:00", "EN": "Diona", "desc": "A young lady who has inherited trace amounts of non-human blood. She is the incredibly popular bartender of the Cat's Tail tavern.", "element": "Cryo", "KR": "디오나", "CHS": "迪奥娜", "JP": "ディオナ"}, "10000062": {"birth": [4, 4], "icon": "UI_AvatarIcon_Aloy", "rank": "QUALITY_ORANGE_SP", "weapon": "WEAPON_BOW", "release": "2021-09-01 00:00:00", "EN": "Aloy", "desc": "Formerly an outcast, now a hunter of unparalleled skill. Ready to do the right thing at any time.", "element": "Cryo", "KR": "에일로이", "CHS": "埃洛伊", "JP": "アーロイ"}, "10000069": {"birth": [12, 29], "icon": "UI_AvatarIcon_Tighnari", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2022-08-24 00:00:00", "EN": "Tighnari", "desc": "A young researcher well-versed in botany who currently serves as a Forest Watcher in Avidya Forest. He is a straight shooter with a warm heart — and a dab hand at guiding even the dullest of pupils.", "element": "Dendro", "KR": "타이나리", "CHS": "提纳里", "JP": "ティナリ"}, "10000016": {"birth": [4, 30], "icon": "UI_AvatarIcon_Diluc", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_CLAYMORE", "release": "2020-09-15 04:00:00", "EN": "Diluc", "desc": "The tycoon of a winery empire in Mondstadt, unmatched in every possible way.", "element": "Pyro", "KR": "다이루크", "CHS": "迪卢克", "JP": "ディルック"}, "10000103": {"birth": [3, 13], "icon": "UI_AvatarIcon_Xilonen", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_SWORD_ONE_HAND", "release": "2024-10-08 00:00:00", "EN": "Xilonen", "desc": "A Name Engraver of the Nanatzcayan, she is especially skilled at finding a good balance between the heavy responsibilities of her job and living well.", "element": "Geo", "KR": "실로닌", "CHS": "希诺宁", "JP": "シロネン"}, "10000059": {"birth": [7, 24], "icon": "UI_AvatarIcon_Heizo", "rank": "QUALITY_PURPLE", "weapon": "WEAPON_CATALYST", "release": "2022-07-13 00:00:00", "EN": "Shikanoin Heizou", "desc": "A young prodigy detective from the Tenryou Commission. His senses are sharp and his thoughts are clear.", "element": "Anemo", "KR": "시카노인 헤이조", "CHS": "鹿野院平藏", "JP": "鹿野院平蔵"}, "10000084": {"birth": [2, 2], "icon": "UI_AvatarIcon_Liney", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_BOW", "release": "2023-08-15 00:00:00", "EN": "Lyney", "desc": "A famed Fontainian magician who possesses great stage presence as well as gift of the gab. Audiences are enthralled by his exquisite skills, and they hang on to his every clever word.", "element": "Pyro", "KR": "리니", "CHS": "林尼", "JP": "リネ"}, "10000030": {"birth": [12, 31], "icon": "UI_AvatarIcon_Zhongli", "rank": "QUALITY_ORANGE", "weapon": "WEAPON_POLE", "release": "2020-12-02 04:00:00", "EN": "Zhongli", "desc": "A mysterious expert contracted by the Wangsheng Funeral Parlor. Extremely knowledgeable in all things.", "element": "Geo", "KR": "종려", "CHS": "钟离", "JP": "鍾離"}} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/enName2AvatarID_mapping_5.1.0.json b/GenshinUID/utils/map/data/enName2AvatarID_mapping_5.1.0.json deleted file mode 100644 index 157dd1ba..00000000 --- a/GenshinUID/utils/map/data/enName2AvatarID_mapping_5.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"Kamisato Ayaka": "10000002", "Jean": "10000003", "Lisa": "10000006", "Barbara": "10000014", "Kaeya": "10000015", "Diluc": "10000016", "Razor": "10000020", "Amber": "10000021", "Venti": "10000022", "Xiangling": "10000023", "Beidou": "10000024", "Xingqiu": "10000025", "Xiao": "10000026", "Ningguang": "10000027", "Klee": "10000029", "Zhongli": "10000030", "Fischl": "10000031", "Bennett": "10000032", "Tartaglia": "10000033", "Noelle": "10000034", "Qiqi": "10000035", "Chongyun": "10000036", "Ganyu": "10000037", "Albedo": "10000038", "Diona": "10000039", "Mona": "10000041", "Keqing": "10000042", "Sucrose": "10000043", "Xinyan": "10000044", "Rosaria": "10000045", "Hu Tao": "10000046", "Kaedehara Kazuha": "10000047", "Yanfei": "10000048", "Yoimiya": "10000049", "Thoma": "10000050", "Eula": "10000051", "Raiden Shogun": "10000052", "Sayu": "10000053", "Sangonomiya Kokomi": "10000054", "Gorou": "10000055", "Kujou Sara": "10000056", "Arataki Itto": "10000057", "Yae Miko": "10000058", "Shikanoin Heizou": "10000059", "Yelan": "10000060", "Kirara": "10000061", "Aloy": "10000062", "Shenhe": "10000063", "Yun Jin": "10000064", "Kuki Shinobu": "10000065", "Kamisato Ayato": "10000066", "Collei": "10000067", "Dori": "10000068", "Tighnari": "10000069", "Nilou": "10000070", "Cyno": "10000071", "Candace": "10000072", "Nahida": "10000073", "Layla": "10000074", "Wanderer": "10000075", "Faruzan": "10000076", "Yaoyao": "10000077", "Alhaitham": "10000078", "Dehya": "10000079", "Mika": "10000080", "Kaveh": "10000081", "Baizhu": "10000082", "Lynette": "10000083", "Lyney": "10000084", "Freminet": "10000085", "Wriothesley": "10000086", "Neuvillette": "10000087", "Charlotte": "10000088", "Furina": "10000089", "Chevreuse": "10000090", "Navia": "10000091", "Gaming": "10000092", "Xianyun": "10000093", "Chiori": "10000094", "Sigewinne": "10000095", "Arlecchino": "10000096", "Sethos": "10000097", "Clorinde": "10000098", "Emilie": "10000099", "Kachina": "10000100", "Kinich": "10000101", "Mualani": "10000102", "Xilonen": "10000103"} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/enName2AvatarID_mapping_5.2.0.json b/GenshinUID/utils/map/data/enName2AvatarID_mapping_5.2.0.json new file mode 100644 index 00000000..34cafe78 --- /dev/null +++ b/GenshinUID/utils/map/data/enName2AvatarID_mapping_5.2.0.json @@ -0,0 +1 @@ +{"Ayaka": "10000002", "Kamisato Ayaka": "10000002", "Qin": "10000003", "Jean": "10000003", "Lisa": "10000006", "Barbara": "10000014", "Kaeya": "10000015", "Diluc": "10000016", "Razor": "10000020", "Ambor": "10000021", "Amber": "10000021", "Venti": "10000022", "Xiangling": "10000023", "Beidou": "10000024", "Xingqiu": "10000025", "Xiao": "10000026", "Ningguang": "10000027", "Klee": "10000029", "Zhongli": "10000030", "Fischl": "10000031", "Bennett": "10000032", "Tartaglia": "10000033", "Noel": "10000034", "Noelle": "10000034", "Qiqi": "10000035", "Chongyun": "10000036", "Ganyu": "10000037", "Albedo": "10000038", "Diona": "10000039", "Mona": "10000041", "Keqing": "10000042", "Sucrose": "10000043", "Xinyan": "10000044", "Rosaria": "10000045", "Hutao": "10000046", "Hu Tao": "10000046", "Kazuha": "10000047", "Kaedehara Kazuha": "10000047", "Feiyan": "10000048", "Yanfei": "10000048", "Yoimiya": "10000049", "Tohma": "10000050", "Thoma": "10000050", "Eula": "10000051", "Shougun": "10000052", "Raiden Shogun": "10000052", "Sayu": "10000053", "Kokomi": "10000054", "Sangonomiya Kokomi": "10000054", "Gorou": "10000055", "Sara": "10000056", "Kujou Sara": "10000056", "Itto": "10000057", "Arataki Itto": "10000057", "Yae": "10000058", "Yae Miko": "10000058", "Heizo": "10000059", "Shikanoin Heizou": "10000059", "Yelan": "10000060", "Momoka": "10000061", "Kirara": "10000061", "Aloy": "10000062", "Shenhe": "10000063", "Yunjin": "10000064", "Yun Jin": "10000064", "Shinobu": "10000065", "Kuki Shinobu": "10000065", "Ayato": "10000066", "Kamisato Ayato": "10000066", "Collei": "10000067", "Dori": "10000068", "Tighnari": "10000069", "Nilou": "10000070", "Cyno": "10000071", "Candace": "10000072", "Nahida": "10000073", "Layla": "10000074", "Wanderer": "10000075", "Faruzan": "10000076", "Yaoyao": "10000077", "Alhatham": "10000078", "Alhaitham": "10000078", "Dehya": "10000079", "Mika": "10000080", "Kaveh": "10000081", "Baizhuer": "10000082", "Baizhu": "10000082", "Linette": "10000083", "Lynette": "10000083", "Liney": "10000084", "Lyney": "10000084", "Freminet": "10000085", "Wriothesley": "10000086", "Neuvillette": "10000087", "Charlotte": "10000088", "Furina": "10000089", "Chevreuse": "10000090", "Navia": "10000091", "Gaming": "10000092", "Liuyun": "10000093", "Xianyun": "10000093", "Chiori": "10000094", "Sigewinne": "10000095", "Arlecchino": "10000096", "Sethos": "10000097", "Clorinde": "10000098", "Emilie": "10000099", "Kachina": "10000100", "Kinich": "10000101", "Mualani": "10000102", "Xilonen": "10000103", "Chasca": "10000104", "Olorun": "10000105", "Ororon": "10000105"} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/icon2Name_mapping_5.1.0.json b/GenshinUID/utils/map/data/icon2Name_mapping_5.2.0.json similarity index 100% rename from GenshinUID/utils/map/data/icon2Name_mapping_5.1.0.json rename to GenshinUID/utils/map/data/icon2Name_mapping_5.2.0.json diff --git a/GenshinUID/utils/map/data/monster2entry_mapping_5.1.0.json b/GenshinUID/utils/map/data/monster2entry_mapping_5.2.0.json similarity index 94% rename from GenshinUID/utils/map/data/monster2entry_mapping_5.1.0.json rename to GenshinUID/utils/map/data/monster2entry_mapping_5.2.0.json index d5028caa..08068ec3 100644 --- a/GenshinUID/utils/map/data/monster2entry_mapping_5.1.0.json +++ b/GenshinUID/utils/map/data/monster2entry_mapping_5.2.0.json @@ -17619,52 +17619,9 @@ "route": "Overgrown Breacher Primus", "icon": "UI_MonsterIcon_Ovacua_Chaos_02" }, - "22120201": { - "id": 22120201, - "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 60 - } - ], - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 46.1856, - "type": "GROW_CURVE_HP_2" - }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 37.68, - "type": "GROW_CURVE_ATTACK_2" - }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" - } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 - }, - "fundamentalForce": null, - "reward": null, - "name": "深邃拟覆叶", - "route": "Tenebrous Mimiflora", - "icon": "UI_MonsterIcon_TheAbyss_Rhizome" - }, - "22120301": { - "id": 22120301, - "type": "MONSTER_ORDINARY", + "22120101": { + "id": 22120101, + "type": "MONSTER_BOSS", "affix": [ { "name": "怪物专用-次数盾标记-深渊次数盾", @@ -17677,27 +17634,27 @@ ], "hpDrops": [ { - "id": 22010010, + "id": 22010040, "hpPercent": 75 }, { - "id": 22010010, + "id": 22010040, "hpPercent": 50 }, { - "id": 22010010, + "id": 22010040, "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 65.2032, + "initValue": 217.34399, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 62.8, + "initValue": 75.36, "type": "GROW_CURVE_ATTACK_2" }, { @@ -17717,14 +17674,152 @@ "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": null, - "name": "深邃拟覆叶", - "route": "Tenebrous Mimiflora", - "icon": "UI_MonsterIcon_TheAbyss_Rhizome" + "reward": { + "102": { + "name": "冒险阅历", + "rank": 3, + "icon": "UI_ItemIcon_102", + "count": "200" + }, + "105": { + "name": "好感经验", + "rank": 3, + "icon": "UI_ItemIcon_105" + }, + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "104111": { + "name": "燃愿玛瑙碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104111" + }, + "104112": { + "name": "燃愿玛瑙断片", + "rank": 3, + "icon": "UI_ItemIcon_104112" + }, + "104113": { + "name": "燃愿玛瑙块", + "rank": 4, + "icon": "UI_ItemIcon_104113" + }, + "104114": { + "name": "燃愿玛瑙", + "rank": 5, + "icon": "UI_ItemIcon_104114" + }, + "104141": { + "name": "最胜紫晶碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104141" + }, + "104142": { + "name": "最胜紫晶断片", + "rank": 3, + "icon": "UI_ItemIcon_104142" + }, + "104143": { + "name": "最胜紫晶块", + "rank": 4, + "icon": "UI_ItemIcon_104143" + }, + "104144": { + "name": "最胜紫晶", + "rank": 5, + "icon": "UI_ItemIcon_104144" + }, + "104151": { + "name": "自在松石碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104151" + }, + "104152": { + "name": "自在松石断片", + "rank": 3, + "icon": "UI_ItemIcon_104152" + }, + "104153": { + "name": "自在松石块", + "rank": 4, + "icon": "UI_ItemIcon_104153" + }, + "104154": { + "name": "自在松石", + "rank": 5, + "icon": "UI_ItemIcon_104154" + }, + "113067": { + "name": "深邃纠缠的凝视", + "rank": 4, + "icon": "UI_ItemIcon_113067", + "count": "2.5556" + }, + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" + }, + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400047": { + "name": "冒险家", + "rank": 3, + "icon": "UI_RelicIcon_10010_4" + }, + "400088": { + "name": "角斗士的终幕礼", + "rank": 4, + "icon": "UI_RelicIcon_15001_4" + }, + "400089": { + "name": "角斗士的终幕礼", + "rank": 5, + "icon": "UI_RelicIcon_15001_4" + }, + "400098": { + "name": "流浪大地的乐团", + "rank": 4, + "icon": "UI_RelicIcon_15003_4" + }, + "400099": { + "name": "流浪大地的乐团", + "rank": 5, + "icon": "UI_RelicIcon_15003_4" + }, + "400127": { + "name": "祭火之人", + "rank": 3, + "icon": "UI_RelicIcon_15009_3" + }, + "400128": { + "name": "祭火之人", + "rank": 4, + "icon": "UI_RelicIcon_15009_3" + } + }, + "name": "深邃摹结株·I型", + "route": "Tenebrous Papilla: Type I", + "icon": "UI_MonsterIcon_TheAbyss_Dendrite" }, - "22120401": { - "id": 22120401, - "type": "MONSTER_ORDINARY", + "22121601": { + "id": 22121601, + "type": "MONSTER_BOSS", "affix": [ { "name": "怪物专用-次数盾标记-深渊次数盾", @@ -17737,27 +17832,27 @@ ], "hpDrops": [ { - "id": 22010010, + "id": 22010040, "hpPercent": 75 }, { - "id": 22010010, + "id": 22010040, "hpPercent": 50 }, { - "id": 22010010, + "id": 22010040, "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 59.7696, + "initValue": 217.34399, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 37.68, + "initValue": 75.36, "type": "GROW_CURVE_ATTACK_2" }, { @@ -17777,74 +17872,152 @@ "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": null, - "name": "深邃拟覆叶", - "route": "Tenebrous Mimiflora", - "icon": "UI_MonsterIcon_TheAbyss_Rhizome" - }, - "22120501": { - "id": 22120501, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "怪物专用-次数盾标记-深渊次数盾", - "description": "所有怪物使用深渊次数盾必须挂载", - "abilityName": [ - "Monster_Common_FrequencyShieldLabel_AbyssShield" - ], - "isCommon": true - } - ], - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 75 + "reward": { + "102": { + "name": "冒险阅历", + "rank": 3, + "icon": "UI_ItemIcon_102", + "count": "200" }, - { - "id": 22010010, - "hpPercent": 50 + "105": { + "name": "好感经验", + "rank": 3, + "icon": "UI_ItemIcon_105" }, - { - "id": 22010010, - "hpPercent": 25 - } - ], - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 65.2032, - "type": "GROW_CURVE_HP_2" + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 62.8, - "type": "GROW_CURVE_ATTACK_2" + "104111": { + "name": "燃愿玛瑙碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104111" }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" + "104112": { + "name": "燃愿玛瑙断片", + "rank": 3, + "icon": "UI_ItemIcon_104112" + }, + "104113": { + "name": "燃愿玛瑙块", + "rank": 4, + "icon": "UI_ItemIcon_104113" + }, + "104114": { + "name": "燃愿玛瑙", + "rank": 5, + "icon": "UI_ItemIcon_104114" + }, + "104141": { + "name": "最胜紫晶碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104141" + }, + "104142": { + "name": "最胜紫晶断片", + "rank": 3, + "icon": "UI_ItemIcon_104142" + }, + "104143": { + "name": "最胜紫晶块", + "rank": 4, + "icon": "UI_ItemIcon_104143" + }, + "104144": { + "name": "最胜紫晶", + "rank": 5, + "icon": "UI_ItemIcon_104144" + }, + "104151": { + "name": "自在松石碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104151" + }, + "104152": { + "name": "自在松石断片", + "rank": 3, + "icon": "UI_ItemIcon_104152" + }, + "104153": { + "name": "自在松石块", + "rank": 4, + "icon": "UI_ItemIcon_104153" + }, + "104154": { + "name": "自在松石", + "rank": 5, + "icon": "UI_ItemIcon_104154" + }, + "113067": { + "name": "深邃纠缠的凝视", + "rank": 4, + "icon": "UI_ItemIcon_113067", + "count": "2.5556" + }, + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" + }, + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400047": { + "name": "冒险家", + "rank": 3, + "icon": "UI_RelicIcon_10010_4" + }, + "400088": { + "name": "角斗士的终幕礼", + "rank": 4, + "icon": "UI_RelicIcon_15001_4" + }, + "400089": { + "name": "角斗士的终幕礼", + "rank": 5, + "icon": "UI_RelicIcon_15001_4" + }, + "400098": { + "name": "流浪大地的乐团", + "rank": 4, + "icon": "UI_RelicIcon_15003_4" + }, + "400099": { + "name": "流浪大地的乐团", + "rank": 5, + "icon": "UI_RelicIcon_15003_4" + }, + "400127": { + "name": "祭火之人", + "rank": 3, + "icon": "UI_RelicIcon_15009_3" + }, + "400128": { + "name": "祭火之人", + "rank": 4, + "icon": "UI_RelicIcon_15009_3" } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 }, - "fundamentalForce": null, - "reward": null, - "name": "深邃拟覆叶", - "route": "Tenebrous Mimiflora", - "icon": "UI_MonsterIcon_TheAbyss_Rhizome" + "name": "深邃摹结株·I型", + "route": "Tenebrous Papilla: Type I", + "icon": "UI_MonsterIcon_TheAbyss_Dendrite" }, - "22120601": { - "id": 22120601, - "type": "MONSTER_ORDINARY", + "22121701": { + "id": 22121701, + "type": "MONSTER_BOSS", "affix": [ { "name": "怪物专用-次数盾标记-深渊次数盾", @@ -17857,27 +18030,27 @@ ], "hpDrops": [ { - "id": 22010010, + "id": 22010040, "hpPercent": 75 }, { - "id": 22010010, + "id": 22010040, "hpPercent": 50 }, { - "id": 22010010, + "id": 22010040, "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 59.7696, + "initValue": 217.34399, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 37.68, + "initValue": 75.36, "type": "GROW_CURVE_ATTACK_2" }, { @@ -17897,94 +18070,171 @@ "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": null, - "name": "深邃拟覆叶", - "route": "Tenebrous Mimiflora", - "icon": "UI_MonsterIcon_TheAbyss_Rhizome" - }, - "22120701": { - "id": 22120701, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "怪物专用-次数盾标记-深渊次数盾", - "description": "所有怪物使用深渊次数盾必须挂载", - "abilityName": [ - "Monster_Common_FrequencyShieldLabel_AbyssShield" - ], - "isCommon": true - } - ], - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 60 - } - ], - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 46.1856, - "type": "GROW_CURVE_HP_2" - }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 37.68, - "type": "GROW_CURVE_ATTACK_2" + "reward": { + "102": { + "name": "冒险阅历", + "rank": 3, + "icon": "UI_ItemIcon_102", + "count": "200" }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" - } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 - }, - "fundamentalForce": null, - "reward": null, - "name": "深邃拟覆叶", - "route": "Tenebrous Mimiflora", - "icon": "UI_MonsterIcon_TheAbyss_Rhizome" - }, - "22120801": { - "id": 22120801, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "怪物专用-次数盾标记-深渊次数盾", - "description": "所有怪物使用深渊次数盾必须挂载", - "abilityName": [ - "Monster_Common_FrequencyShieldLabel_AbyssShield" - ], - "isCommon": true - } - ], - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 60 - } - ], - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 46.1856, - "type": "GROW_CURVE_HP_2" + "105": { + "name": "好感经验", + "rank": 3, + "icon": "UI_ItemIcon_105" }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 37.68, - "type": "GROW_CURVE_ATTACK_2" + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" }, - { + "104111": { + "name": "燃愿玛瑙碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104111" + }, + "104112": { + "name": "燃愿玛瑙断片", + "rank": 3, + "icon": "UI_ItemIcon_104112" + }, + "104113": { + "name": "燃愿玛瑙块", + "rank": 4, + "icon": "UI_ItemIcon_104113" + }, + "104114": { + "name": "燃愿玛瑙", + "rank": 5, + "icon": "UI_ItemIcon_104114" + }, + "104141": { + "name": "最胜紫晶碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104141" + }, + "104142": { + "name": "最胜紫晶断片", + "rank": 3, + "icon": "UI_ItemIcon_104142" + }, + "104143": { + "name": "最胜紫晶块", + "rank": 4, + "icon": "UI_ItemIcon_104143" + }, + "104144": { + "name": "最胜紫晶", + "rank": 5, + "icon": "UI_ItemIcon_104144" + }, + "104151": { + "name": "自在松石碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104151" + }, + "104152": { + "name": "自在松石断片", + "rank": 3, + "icon": "UI_ItemIcon_104152" + }, + "104153": { + "name": "自在松石块", + "rank": 4, + "icon": "UI_ItemIcon_104153" + }, + "104154": { + "name": "自在松石", + "rank": 5, + "icon": "UI_ItemIcon_104154" + }, + "113067": { + "name": "深邃纠缠的凝视", + "rank": 4, + "icon": "UI_ItemIcon_113067", + "count": "2.5556" + }, + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" + }, + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400047": { + "name": "冒险家", + "rank": 3, + "icon": "UI_RelicIcon_10010_4" + }, + "400088": { + "name": "角斗士的终幕礼", + "rank": 4, + "icon": "UI_RelicIcon_15001_4" + }, + "400089": { + "name": "角斗士的终幕礼", + "rank": 5, + "icon": "UI_RelicIcon_15001_4" + }, + "400098": { + "name": "流浪大地的乐团", + "rank": 4, + "icon": "UI_RelicIcon_15003_4" + }, + "400099": { + "name": "流浪大地的乐团", + "rank": 5, + "icon": "UI_RelicIcon_15003_4" + }, + "400127": { + "name": "祭火之人", + "rank": 3, + "icon": "UI_RelicIcon_15009_3" + }, + "400128": { + "name": "祭火之人", + "rank": 4, + "icon": "UI_RelicIcon_15009_3" + } + }, + "name": "深邃摹结株·I型", + "route": "Tenebrous Papilla: Type I", + "icon": "UI_MonsterIcon_TheAbyss_Dendrite" + }, + "22120201": { + "id": 22120201, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 46.1856, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 37.68, + "type": "GROW_CURVE_ATTACK_2" + }, + { "propType": "FIGHT_PROP_BASE_DEFENSE", "initValue": 500, "type": "GROW_CURVE_DEFENSE" @@ -18006,8 +18256,8 @@ "route": "Tenebrous Mimiflora", "icon": "UI_MonsterIcon_TheAbyss_Rhizome" }, - "22120901": { - "id": 22120901, + "22120301": { + "id": 22120301, "type": "MONSTER_ORDINARY", "affix": [ { @@ -18022,18 +18272,26 @@ "hpDrops": [ { "id": 22010010, - "hpPercent": 60 + "hpPercent": 75 + }, + { + "id": 22010010, + "hpPercent": 50 + }, + { + "id": 22010010, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 46.1856, + "initValue": 65.2032, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 37.68, + "initValue": 62.8, "type": "GROW_CURVE_ATTACK_2" }, { @@ -18058,30 +18316,43 @@ "route": "Tenebrous Mimiflora", "icon": "UI_MonsterIcon_TheAbyss_Rhizome" }, - "23010101": { - "id": 23010101, + "22120401": { + "id": 22120401, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "怪物专用-次数盾标记-深渊次数盾", + "description": "所有怪物使用深渊次数盾必须挂载", + "abilityName": [ + "Monster_Common_FrequencyShieldLabel_AbyssShield" + ], + "isCommon": true + } + ], "hpDrops": [ { - "id": 22010026, - "hpPercent": 66 + "id": 22010010, + "hpPercent": 75 }, { - "id": 22010026, - "hpPercent": 33 + "id": 22010010, + "hpPercent": 50 + }, + { + "id": 22010010, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 54.336, - "type": "GROW_CURVE_HP" + "initValue": 59.7696, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", "initValue": 37.68, - "type": "GROW_CURVE_ATTACK" + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -18097,62 +18368,51 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112032": { - "name": "新兵的徽记", - "rank": 1, - "icon": "UI_ItemIcon_112032", - "count": "4.202" - }, - "112033": { - "name": "士官的徽记", - "rank": 2, - "icon": "UI_ItemIcon_112033", - "count": "1.1205" - }, - "112034": { - "name": "尉官的徽记", - "rank": 3, - "icon": "UI_ItemIcon_112034", - "count": "0.28" - } - }, - "name": "愚人众先遣队·冰铳重卫士", - "route": "Fatui Skirmisher - Cryogunner Legionnaire", - "icon": "UI_MonsterIcon_Skirmisher_Male_Fat_SprayGun_Ice_01" + "reward": null, + "name": "深邃拟覆叶", + "route": "Tenebrous Mimiflora", + "icon": "UI_MonsterIcon_TheAbyss_Rhizome" }, - "23010201": { - "id": 23010201, + "22120501": { + "id": 22120501, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "怪物专用-次数盾标记-深渊次数盾", + "description": "所有怪物使用深渊次数盾必须挂载", + "abilityName": [ + "Monster_Common_FrequencyShieldLabel_AbyssShield" + ], + "isCommon": true + } + ], "hpDrops": [ { - "id": 22010022, - "hpPercent": 66 + "id": 22010010, + "hpPercent": 75 }, { - "id": 22010022, - "hpPercent": 33 + "id": 22010010, + "hpPercent": 50 + }, + { + "id": 22010010, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 40.752, - "type": "GROW_CURVE_HP" + "initValue": 65.2032, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, - "type": "GROW_CURVE_ATTACK" + "initValue": 62.8, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -18168,62 +18428,51 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112032": { - "name": "新兵的徽记", - "rank": 1, - "icon": "UI_ItemIcon_112032", - "count": "4.202" - }, - "112033": { - "name": "士官的徽记", - "rank": 2, - "icon": "UI_ItemIcon_112033", - "count": "1.1205" - }, - "112034": { - "name": "尉官的徽记", - "rank": 3, - "icon": "UI_ItemIcon_112034", - "count": "0.28" - } - }, - "name": "愚人众先遣队·水铳重卫士", - "route": "Fatui Skirmisher - Hydrogunner Legionnaire", - "icon": "UI_MonsterIcon_Skirmisher_Male_Fat_SprayGun_Water_01" + "reward": null, + "name": "深邃拟覆叶", + "route": "Tenebrous Mimiflora", + "icon": "UI_MonsterIcon_TheAbyss_Rhizome" }, - "23010301": { - "id": 23010301, + "22120601": { + "id": 22120601, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "怪物专用-次数盾标记-深渊次数盾", + "description": "所有怪物使用深渊次数盾必须挂载", + "abilityName": [ + "Monster_Common_FrequencyShieldLabel_AbyssShield" + ], + "isCommon": true + } + ], "hpDrops": [ { - "id": 22010024, - "hpPercent": 66 + "id": 22010010, + "hpPercent": 75 }, { - "id": 22010024, - "hpPercent": 33 + "id": 22010010, + "hpPercent": 50 + }, + { + "id": 22010010, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 54.336, - "type": "GROW_CURVE_HP" + "initValue": 59.7696, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 75.36, - "type": "GROW_CURVE_ATTACK" + "initValue": 37.68, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -18239,62 +18488,43 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112032": { - "name": "新兵的徽记", - "rank": 1, - "icon": "UI_ItemIcon_112032", - "count": "4.202" - }, - "112033": { - "name": "士官的徽记", - "rank": 2, - "icon": "UI_ItemIcon_112033", - "count": "1.1205" - }, - "112034": { - "name": "尉官的徽记", - "rank": 3, - "icon": "UI_ItemIcon_112034", - "count": "0.28" - } - }, - "name": "愚人众先遣队·雷锤前锋军", - "route": "Fatui Skirmisher - Electrohammer Vanguard", - "icon": "UI_MonsterIcon_Skirmisher_Male_Strong_GreatHammer_Electric_01" + "reward": null, + "name": "深邃拟覆叶", + "route": "Tenebrous Mimiflora", + "icon": "UI_MonsterIcon_TheAbyss_Rhizome" }, - "23010401": { - "id": 23010401, + "22120701": { + "id": 22120701, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010027, - "hpPercent": 66 - }, + "name": "怪物专用-次数盾标记-深渊次数盾", + "description": "所有怪物使用深渊次数盾必须挂载", + "abilityName": [ + "Monster_Common_FrequencyShieldLabel_AbyssShield" + ], + "isCommon": true + } + ], + "hpDrops": [ { - "id": 22010027, - "hpPercent": 33 + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 40.752, - "type": "GROW_CURVE_HP" + "initValue": 46.1856, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", "initValue": 37.68, - "type": "GROW_CURVE_ATTACK" + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -18310,62 +18540,43 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112032": { - "name": "新兵的徽记", - "rank": 1, - "icon": "UI_ItemIcon_112032", - "count": "4.202" - }, - "112033": { - "name": "士官的徽记", - "rank": 2, - "icon": "UI_ItemIcon_112033", - "count": "1.1205" - }, - "112034": { - "name": "尉官的徽记", - "rank": 3, - "icon": "UI_ItemIcon_112034", - "count": "0.28" - } - }, - "name": "愚人众先遣队·岩使游击兵", - "route": "Fatui Skirmisher - Geochanter Bracer", - "icon": "UI_MonsterIcon_Skirmisher_Male_Standard_Staff_Rock_01" + "reward": null, + "name": "深邃拟覆叶", + "route": "Tenebrous Mimiflora", + "icon": "UI_MonsterIcon_TheAbyss_Rhizome" }, - "23010501": { - "id": 23010501, + "22120801": { + "id": 22120801, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010025, - "hpPercent": 66 - }, + "name": "怪物专用-次数盾标记-深渊次数盾", + "description": "所有怪物使用深渊次数盾必须挂载", + "abilityName": [ + "Monster_Common_FrequencyShieldLabel_AbyssShield" + ], + "isCommon": true + } + ], + "hpDrops": [ { - "id": 22010025, - "hpPercent": 33 + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 40.752, - "type": "GROW_CURVE_HP" + "initValue": 46.1856, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 75.36, - "type": "GROW_CURVE_ATTACK" + "initValue": 37.68, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -18381,61 +18592,89 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112032": { - "name": "新兵的徽记", - "rank": 1, - "icon": "UI_ItemIcon_112032", - "count": "4.202" - }, - "112033": { - "name": "士官的徽记", - "rank": 2, - "icon": "UI_ItemIcon_112033", - "count": "1.1205" - }, - "112034": { - "name": "尉官的徽记", - "rank": 3, - "icon": "UI_ItemIcon_112034", - "count": "0.28" - } - }, - "name": "愚人众先遣队·风拳前锋军", - "route": "Fatui Skirmisher - Anemoboxer Vanguard", - "icon": "UI_MonsterIcon_Skirmisher_Male_Strong_Gloves_Wind_01" + "reward": null, + "name": "深邃拟覆叶", + "route": "Tenebrous Mimiflora", + "icon": "UI_MonsterIcon_TheAbyss_Rhizome" }, - "23010601": { - "id": 23010601, + "22120901": { + "id": 22120901, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ - { - "id": 22010021, - "hpPercent": 66 - }, + "affix": [ { - "id": 22010021, - "hpPercent": 33 + "name": "怪物专用-次数盾标记-深渊次数盾", + "description": "所有怪物使用深渊次数盾必须挂载", + "abilityName": [ + "Monster_Common_FrequencyShieldLabel_AbyssShield" + ], + "isCommon": true + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 40.752, + "initValue": 46.1856, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 37.68, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "深邃拟覆叶", + "route": "Tenebrous Mimiflora", + "icon": "UI_MonsterIcon_TheAbyss_Rhizome" + }, + "23010101": { + "id": 23010101, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010026, + "hpPercent": 66 + }, + { + "id": 22010026, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 54.336, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 56.52, + "initValue": 37.68, "type": "GROW_CURVE_ATTACK" }, { @@ -18480,33 +18719,33 @@ "count": "0.28" } }, - "name": "愚人众先遣队·火铳游击兵", - "route": "Fatui Skirmisher - Pyroslinger Bracer", - "icon": "UI_MonsterIcon_Skirmisher_Male_Standard_Rifle_Fire_01" + "name": "愚人众先遣队·冰铳重卫士", + "route": "Fatui Skirmisher - Cryogunner Legionnaire", + "icon": "UI_MonsterIcon_Skirmisher_Male_Fat_SprayGun_Ice_01" }, - "23020101": { - "id": 23020101, + "23010201": { + "id": 23010201, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010030, + "id": 22010022, "hpPercent": 66 }, { - "id": 22010030, + "id": 22010022, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 67.92, + "initValue": 40.752, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 100.48, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK" }, { @@ -18516,7 +18755,7 @@ } ], "resistance": { - "fireSubHurt": 0.5, + "fireSubHurt": 0.1, "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, @@ -18532,114 +18771,52 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112029": { - "name": "猎兵祭刀", - "rank": 2, - "icon": "UI_ItemIcon_112029", - "count": "5.2526" - }, - "112030": { - "name": "特工祭刀", - "rank": 3, - "icon": "UI_ItemIcon_112030", - "count": "1.4006" - }, - "112031": { - "name": "督察长祭刀", - "rank": 4, - "icon": "UI_ItemIcon_112031", - "count": "0.3502" - }, "112032": { "name": "新兵的徽记", "rank": 1, "icon": "UI_ItemIcon_112032", - "count": "0.5253" + "count": "4.202" }, "112033": { "name": "士官的徽记", "rank": 2, "icon": "UI_ItemIcon_112033", - "count": "0.1401" + "count": "1.1205" }, "112034": { "name": "尉官的徽记", "rank": 3, "icon": "UI_ItemIcon_112034", - "count": "0.035" - }, - "400022": { - "name": "战狂", - "rank": 3, - "icon": "UI_RelicIcon_10005_4" - }, - "400023": { - "name": "战狂", - "rank": 4, - "icon": "UI_RelicIcon_10005_4" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" - }, - "400042": { - "name": "流放者", - "rank": 3, - "icon": "UI_RelicIcon_10009_4" - }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" - }, - "400062": { - "name": "游医", - "rank": 3, - "icon": "UI_RelicIcon_10013_4" + "count": "0.28" } }, - "name": "愚人众·火之债务处理人", - "route": "Fatui Pyro Agent", - "icon": "UI_MonsterIcon_Fatuus_Fire_01" + "name": "愚人众先遣队·水铳重卫士", + "route": "Fatui Skirmisher - Hydrogunner Legionnaire", + "icon": "UI_MonsterIcon_Skirmisher_Male_Fat_SprayGun_Water_01" }, - "23020102": { - "id": 23020102, + "23010301": { + "id": 23010301, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "强攻", - "description": "精英化词缀-详见对应文档", - "abilityName": [ - "MonsterEliteAffix_Attack_Enhance" - ], - "isCommon": null - } - ], + "affix": null, "hpDrops": [ { - "id": 22010030, + "id": 22010024, "hpPercent": 66 }, { - "id": 22010030, + "id": 22010024, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 67.92, + "initValue": 54.336, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 100.48, + "initValue": 75.36, "type": "GROW_CURVE_ATTACK" }, { @@ -18649,7 +18826,7 @@ } ], "resistance": { - "fireSubHurt": 0.5, + "fireSubHurt": 0.1, "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, @@ -18659,43 +18836,58 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "愚人众·火之债务处理人", - "route": "Fatui Pyro Agent", - "icon": "UI_MonsterIcon_Fatuus_Fire_01" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112032": { + "name": "新兵的徽记", + "rank": 1, + "icon": "UI_ItemIcon_112032", + "count": "4.202" + }, + "112033": { + "name": "士官的徽记", + "rank": 2, + "icon": "UI_ItemIcon_112033", + "count": "1.1205" + }, + "112034": { + "name": "尉官的徽记", + "rank": 3, + "icon": "UI_ItemIcon_112034", + "count": "0.28" + } + }, + "name": "愚人众先遣队·雷锤前锋军", + "route": "Fatui Skirmisher - Electrohammer Vanguard", + "icon": "UI_MonsterIcon_Skirmisher_Male_Strong_GreatHammer_Electric_01" }, - "23030101": { - "id": 23030101, + "23010401": { + "id": 23010401, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "召唤怪同生同死", - "description": "召唤怪跟随创建者的生命周期", - "abilityName": [ - "MonsterAffix_Summon_Lifetime" - ], - "isCommon": true - } - ], + "affix": null, "hpDrops": [ { - "id": 22010030, + "id": 22010027, "hpPercent": 66 }, { - "id": 22010030, + "id": 22010027, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 67.92, + "initValue": 40.752, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, + "initValue": 37.68, "type": "GROW_CURVE_ATTACK" }, { @@ -18708,7 +18900,7 @@ "fireSubHurt": 0.1, "grassSubHurt": 0.1, "waterSubHurt": 0.1, - "elecSubHurt": 0.5, + "elecSubHurt": 0.1, "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, @@ -18721,122 +18913,123 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112026": { - "name": "雾虚花粉", - "rank": 2, - "icon": "UI_ItemIcon_112026", - "count": "5.2526" - }, - "112027": { - "name": "雾虚草囊", - "rank": 3, - "icon": "UI_ItemIcon_112027", - "count": "1.4006" - }, - "112028": { - "name": "雾虚灯芯", - "rank": 4, - "icon": "UI_ItemIcon_112028", - "count": "0.3502" - }, "112032": { "name": "新兵的徽记", "rank": 1, "icon": "UI_ItemIcon_112032", - "count": "0.5253" + "count": "4.202" }, "112033": { "name": "士官的徽记", "rank": 2, "icon": "UI_ItemIcon_112033", - "count": "0.1401" + "count": "1.1205" }, "112034": { "name": "尉官的徽记", "rank": 3, "icon": "UI_ItemIcon_112034", - "count": "0.035" - }, - "400022": { - "name": "战狂", - "rank": 3, - "icon": "UI_RelicIcon_10005_4" - }, - "400023": { - "name": "战狂", - "rank": 4, - "icon": "UI_RelicIcon_10005_4" + "count": "0.28" + } + }, + "name": "愚人众先遣队·岩使游击兵", + "route": "Fatui Skirmisher - Geochanter Bracer", + "icon": "UI_MonsterIcon_Skirmisher_Male_Standard_Staff_Rock_01" + }, + "23010501": { + "id": 23010501, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010025, + "hpPercent": 66 }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" + { + "id": 22010025, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 40.752, + "type": "GROW_CURVE_HP" }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 75.36, + "type": "GROW_CURVE_ATTACK" }, - "400042": { - "name": "流放者", + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": { + "202": { + "name": "摩拉", "rank": 3, - "icon": "UI_RelicIcon_10009_4" + "icon": "UI_ItemIcon_202" }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" + "112032": { + "name": "新兵的徽记", + "rank": 1, + "icon": "UI_ItemIcon_112032", + "count": "4.202" }, - "400062": { - "name": "游医", + "112033": { + "name": "士官的徽记", + "rank": 2, + "icon": "UI_ItemIcon_112033", + "count": "1.1205" + }, + "112034": { + "name": "尉官的徽记", "rank": 3, - "icon": "UI_RelicIcon_10013_4" + "icon": "UI_ItemIcon_112034", + "count": "0.28" } }, - "name": "愚人众·雷萤术士", - "route": "Fatui Electro Cicin Mage", - "icon": "UI_MonsterIcon_Fatuus_Summoner_01" + "name": "愚人众先遣队·风拳前锋军", + "route": "Fatui Skirmisher - Anemoboxer Vanguard", + "icon": "UI_MonsterIcon_Skirmisher_Male_Strong_Gloves_Wind_01" }, - "23030102": { - "id": 23030102, + "23010601": { + "id": 23010601, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "召唤怪同生同死", - "description": "召唤怪跟随创建者的生命周期", - "abilityName": [ - "MonsterAffix_Summon_Lifetime" - ], - "isCommon": true - }, - { - "name": "强攻", - "description": "精英化词缀-详见对应文档", - "abilityName": [ - "MonsterEliteAffix_Attack_Enhance" - ], - "isCommon": null - } - ], + "affix": null, "hpDrops": [ { - "id": 22010030, + "id": 22010021, "hpPercent": 66 }, { - "id": 22010030, + "id": 22010021, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 67.92, + "initValue": 40.752, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, + "initValue": 56.52, "type": "GROW_CURVE_ATTACK" }, { @@ -18849,31 +19042,46 @@ "fireSubHurt": 0.1, "grassSubHurt": 0.1, "waterSubHurt": 0.1, - "elecSubHurt": 0.5, + "elecSubHurt": 0.1, "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "愚人众·雷萤术士", - "route": "Fatui Electro Cicin Mage", - "icon": "UI_MonsterIcon_Fatuus_Summoner_01" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112032": { + "name": "新兵的徽记", + "rank": 1, + "icon": "UI_ItemIcon_112032", + "count": "4.202" + }, + "112033": { + "name": "士官的徽记", + "rank": 2, + "icon": "UI_ItemIcon_112033", + "count": "1.1205" + }, + "112034": { + "name": "尉官的徽记", + "rank": 3, + "icon": "UI_ItemIcon_112034", + "count": "0.28" + } + }, + "name": "愚人众先遣队·火铳游击兵", + "route": "Fatui Skirmisher - Pyroslinger Bracer", + "icon": "UI_MonsterIcon_Skirmisher_Male_Standard_Rifle_Fire_01" }, - "23040101": { - "id": 23040101, + "23020101": { + "id": 23020101, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "召唤怪同生同死", - "description": "召唤怪跟随创建者的生命周期", - "abilityName": [ - "MonsterAffix_Summon_Lifetime" - ], - "isCommon": true - } - ], + "affix": null, "hpDrops": [ { "id": 22010030, @@ -18892,7 +19100,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, + "initValue": 100.48, "type": "GROW_CURVE_ATTACK" }, { @@ -18902,12 +19110,12 @@ } ], "resistance": { - "fireSubHurt": 0.1, + "fireSubHurt": 0.5, "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, "windSubHurt": 0.1, - "iceSubHurt": 0.5, + "iceSubHurt": 0.1, "rockSubHurt": 0.1, "physicalSubHurt": -0.2 }, @@ -18918,22 +19126,22 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112026": { - "name": "雾虚花粉", + "112029": { + "name": "猎兵祭刀", "rank": 2, - "icon": "UI_ItemIcon_112026", + "icon": "UI_ItemIcon_112029", "count": "5.2526" }, - "112027": { - "name": "雾虚草囊", + "112030": { + "name": "特工祭刀", "rank": 3, - "icon": "UI_ItemIcon_112027", + "icon": "UI_ItemIcon_112030", "count": "1.4006" }, - "112028": { - "name": "雾虚灯芯", + "112031": { + "name": "督察长祭刀", "rank": 4, - "icon": "UI_ItemIcon_112028", + "icon": "UI_ItemIcon_112031", "count": "0.3502" }, "112032": { @@ -18990,22 +19198,14 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "愚人众·冰萤术士", - "route": "Fatui Cryo Cicin Mage", - "icon": "UI_MonsterIcon_Fatuus_Mage_Ice_01" + "name": "愚人众·火之债务处理人", + "route": "Fatui Pyro Agent", + "icon": "UI_MonsterIcon_Fatuus_Fire_01" }, - "23040102": { - "id": 23040102, + "23020102": { + "id": 23020102, "type": "MONSTER_ORDINARY", "affix": [ - { - "name": "召唤怪同生同死", - "description": "召唤怪跟随创建者的生命周期", - "abilityName": [ - "MonsterAffix_Summon_Lifetime" - ], - "isCommon": true - }, { "name": "强攻", "description": "精英化词缀-详见对应文档", @@ -19033,7 +19233,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, + "initValue": 100.48, "type": "GROW_CURVE_ATTACK" }, { @@ -19043,25 +19243,34 @@ } ], "resistance": { - "fireSubHurt": 0.1, + "fireSubHurt": 0.5, "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, "windSubHurt": 0.1, - "iceSubHurt": 0.5, + "iceSubHurt": 0.1, "rockSubHurt": 0.1, "physicalSubHurt": -0.2 }, "fundamentalForce": null, "reward": null, - "name": "愚人众·冰萤术士", - "route": "Fatui Cryo Cicin Mage", - "icon": "UI_MonsterIcon_Fatuus_Mage_Ice_01" + "name": "愚人众·火之债务处理人", + "route": "Fatui Pyro Agent", + "icon": "UI_MonsterIcon_Fatuus_Fire_01" }, - "23050101": { - "id": 23050101, + "23030101": { + "id": 23030101, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "召唤怪同生同死", + "description": "召唤怪跟随创建者的生命周期", + "abilityName": [ + "MonsterAffix_Summon_Lifetime" + ], + "isCommon": true + } + ], "hpDrops": [ { "id": 22010030, @@ -19075,12 +19284,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 81.504, - "type": "GROW_CURVE_HP_2" + "initValue": 67.92, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 30.144, + "initValue": 50.24, "type": "GROW_CURVE_ATTACK" }, { @@ -19092,8 +19301,8 @@ "resistance": { "fireSubHurt": 0.1, "grassSubHurt": 0.1, - "waterSubHurt": 0.5, - "elecSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.5, "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, @@ -19106,24 +19315,42 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112050": { - "name": "黯淡棱镜", + "112026": { + "name": "雾虚花粉", "rank": 2, - "icon": "UI_ItemIcon_112050", + "icon": "UI_ItemIcon_112026", "count": "5.2526" }, - "112051": { - "name": "水晶棱镜", + "112027": { + "name": "雾虚草囊", "rank": 3, - "icon": "UI_ItemIcon_112051", + "icon": "UI_ItemIcon_112027", "count": "1.4006" }, - "112052": { - "name": "偏光棱镜", + "112028": { + "name": "雾虚灯芯", "rank": 4, - "icon": "UI_ItemIcon_112052", + "icon": "UI_ItemIcon_112028", "count": "0.3502" }, + "112032": { + "name": "新兵的徽记", + "rank": 1, + "icon": "UI_ItemIcon_112032", + "count": "0.5253" + }, + "112033": { + "name": "士官的徽记", + "rank": 2, + "icon": "UI_ItemIcon_112033", + "count": "0.1401" + }, + "112034": { + "name": "尉官的徽记", + "rank": 3, + "icon": "UI_ItemIcon_112034", + "count": "0.035" + }, "400022": { "name": "战狂", "rank": 3, @@ -19160,38 +19387,51 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "愚人众·藏镜仕女", - "route": "Mirror Maiden", - "icon": "UI_MonsterIcon_Fatuus_Maiden_Water" + "name": "愚人众·雷萤术士", + "route": "Fatui Electro Cicin Mage", + "icon": "UI_MonsterIcon_Fatuus_Summoner_01" }, - "23060101": { - "id": 23060101, + "23030102": { + "id": 23030102, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010016, - "hpPercent": 75 + "name": "召唤怪同生同死", + "description": "召唤怪跟随创建者的生命周期", + "abilityName": [ + "MonsterAffix_Summon_Lifetime" + ], + "isCommon": true }, { - "id": 22010016, - "hpPercent": 50 + "name": "强攻", + "description": "精英化词缀-详见对应文档", + "abilityName": [ + "MonsterEliteAffix_Attack_Enhance" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010030, + "hpPercent": 66 }, { - "id": 22010016, - "hpPercent": 25 + "id": 22010030, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 108.672, - "type": "GROW_CURVE_HP_2" + "initValue": 67.92, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 60.288, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 50.24, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -19203,105 +19443,51 @@ "fireSubHurt": 0.1, "grassSubHurt": 0.1, "waterSubHurt": 0.1, - "elecSubHurt": 0.1, + "elecSubHurt": 0.5, "windSubHurt": 0.1, - "iceSubHurt": 0.5, + "iceSubHurt": 0.1, "rockSubHurt": 0.1, "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112092": { - "name": "老旧的役人怀表", - "rank": 2, - "icon": "UI_ItemIcon_112092", - "count": "5.2526" - }, - "112093": { - "name": "役人的制式怀表", - "rank": 3, - "icon": "UI_ItemIcon_112093", - "count": "1.4006" - }, - "112094": { - "name": "役人的时时刻刻", - "rank": 4, - "icon": "UI_ItemIcon_112094", - "count": "0.3502" - }, - "400022": { - "name": "战狂", - "rank": 3, - "icon": "UI_RelicIcon_10005_4" - }, - "400023": { - "name": "战狂", - "rank": 4, - "icon": "UI_RelicIcon_10005_4" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" - }, - "400042": { - "name": "流放者", - "rank": 3, - "icon": "UI_RelicIcon_10009_4" - }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" - }, - "400062": { - "name": "游医", - "rank": 3, - "icon": "UI_RelicIcon_10013_4" - } - }, - "name": "愚人众·霜役人", - "route": "Frost Operative", - "icon": "UI_MonsterIcon_Fatuus_Escadron_Ice" + "reward": null, + "name": "愚人众·雷萤术士", + "route": "Fatui Electro Cicin Mage", + "icon": "UI_MonsterIcon_Fatuus_Summoner_01" }, - "23060201": { - "id": 23060201, + "23040101": { + "id": 23040101, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010015, - "hpPercent": 75 - }, + "name": "召唤怪同生同死", + "description": "召唤怪跟随创建者的生命周期", + "abilityName": [ + "MonsterAffix_Summon_Lifetime" + ], + "isCommon": true + } + ], + "hpDrops": [ { - "id": 22010015, - "hpPercent": 50 + "id": 22010030, + "hpPercent": 66 }, { - "id": 22010015, - "hpPercent": 25 + "id": 22010030, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 95.088, - "type": "GROW_CURVE_HP_2" + "initValue": 67.92, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 75.36, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 50.24, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -19314,8 +19500,8 @@ "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, - "windSubHurt": 0.5, - "iceSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.5, "rockSubHurt": 0.1, "physicalSubHurt": -0.2 }, @@ -19326,24 +19512,42 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112092": { - "name": "老旧的役人怀表", + "112026": { + "name": "雾虚花粉", "rank": 2, - "icon": "UI_ItemIcon_112092", + "icon": "UI_ItemIcon_112026", "count": "5.2526" }, - "112093": { - "name": "役人的制式怀表", + "112027": { + "name": "雾虚草囊", "rank": 3, - "icon": "UI_ItemIcon_112093", + "icon": "UI_ItemIcon_112027", "count": "1.4006" }, - "112094": { - "name": "役人的时时刻刻", + "112028": { + "name": "雾虚灯芯", "rank": 4, - "icon": "UI_ItemIcon_112094", + "icon": "UI_ItemIcon_112028", "count": "0.3502" }, + "112032": { + "name": "新兵的徽记", + "rank": 1, + "icon": "UI_ItemIcon_112032", + "count": "0.5253" + }, + "112033": { + "name": "士官的徽记", + "rank": 2, + "icon": "UI_ItemIcon_112033", + "count": "0.1401" + }, + "112034": { + "name": "尉官的徽记", + "rank": 3, + "icon": "UI_ItemIcon_112034", + "count": "0.035" + }, "400022": { "name": "战狂", "rank": 3, @@ -19380,37 +19584,50 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "愚人众·风役人", - "route": "Wind Operative", - "icon": "UI_MonsterIcon_Fatuus_Escadron_Wind" + "name": "愚人众·冰萤术士", + "route": "Fatui Cryo Cicin Mage", + "icon": "UI_MonsterIcon_Fatuus_Mage_Ice_01" }, - "24010101": { - "id": 24010101, + "23040102": { + "id": 23040102, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ - { - "id": 22010040, - "hpPercent": 75 - }, + "affix": [ { - "id": 22010040, - "hpPercent": 50 + "name": "召唤怪同生同死", + "description": "召唤怪跟随创建者的生命周期", + "abilityName": [ + "MonsterAffix_Summon_Lifetime" + ], + "isCommon": true }, { - "id": 22010040, - "hpPercent": 25 + "name": "强攻", + "description": "精英化词缀-详见对应文档", + "abilityName": [ + "MonsterEliteAffix_Attack_Enhance" + ], + "isCommon": null } ], - "prop": [ + "hpDrops": [ + { + "id": 22010030, + "hpPercent": 66 + }, + { + "id": 22010030, + "hpPercent": 33 + } + ], + "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 95.088, + "initValue": 67.92, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 60.288, + "initValue": 50.24, "type": "GROW_CURVE_ATTACK" }, { @@ -19425,9 +19642,56 @@ "waterSubHurt": 0.1, "elecSubHurt": 0.1, "windSubHurt": 0.1, + "iceSubHurt": 0.5, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "愚人众·冰萤术士", + "route": "Fatui Cryo Cicin Mage", + "icon": "UI_MonsterIcon_Fatuus_Mage_Ice_01" + }, + "23050101": { + "id": 23050101, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010030, + "hpPercent": 66 + }, + { + "id": 22010030, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 81.504, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 30.144, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.5, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.7 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, "reward": { @@ -19436,23 +19700,23 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112023": { - "name": "混沌装置", + "112050": { + "name": "黯淡棱镜", "rank": 2, - "icon": "UI_ItemIcon_112023", - "count": "2.6263" + "icon": "UI_ItemIcon_112050", + "count": "5.2526" }, - "112024": { - "name": "混沌回路", + "112051": { + "name": "水晶棱镜", "rank": 3, - "icon": "UI_ItemIcon_112024", - "count": "0.7003" + "icon": "UI_ItemIcon_112051", + "count": "1.4006" }, - "112025": { - "name": "混沌炉心", + "112052": { + "name": "偏光棱镜", "rank": 4, - "icon": "UI_ItemIcon_112025", - "count": "0.1751" + "icon": "UI_ItemIcon_112052", + "count": "0.3502" }, "400022": { "name": "战狂", @@ -19490,58 +19754,38 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "遗迹守卫", - "route": "Ruin Guard", - "icon": "UI_MonsterIcon_Defender_Noner_01" + "name": "愚人众·藏镜仕女", + "route": "Mirror Maiden", + "icon": "UI_MonsterIcon_Fatuus_Maiden_Water" }, - "24010102": { - "id": 24010102, + "23060101": { + "id": 23060101, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "永不入战-活动", - "description": "关闭怪物受击、嘲讽、广播入战", - "abilityName": [ - "MonsterAffix_NeverCombat" - ], - "isCommon": null - }, + "affix": null, + "hpDrops": [ { - "name": "怪物移速下限放开,受冰冻时间减少50%-塔防", - "description": "怪物移速下限放开,受冰冻时间减少50%", - "abilityName": [ - "MonsterAffix_MoveSpeedLimit_ForTowerDefense" - ], - "isCommon": null + "id": 22010016, + "hpPercent": 75 }, { - "name": "翻牌叠加血量-塔防", - "description": "塔防翻牌叠加血量", - "abilityName": [ - "MonsterAffix_AdditionalHP_ForTowerDefense" - ], - "isCommon": null + "id": 22010016, + "hpPercent": 50 }, { - "name": "翻牌叠加防御力-塔防", - "description": "塔防翻牌叠加防御力", - "abilityName": [ - "MonsterAffix_AdditionalDefence_ForTowerDefense" - ], - "isCommon": null + "id": 22010016, + "hpPercent": 25 } ], - "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 95.088, - "type": "GROW_CURVE_HP" + "initValue": 108.672, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", "initValue": 60.288, - "type": "GROW_CURVE_ATTACK" + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -19555,31 +19799,103 @@ "waterSubHurt": 0.1, "elecSubHurt": 0.1, "windSubHurt": 0.1, - "iceSubHurt": 0.1, + "iceSubHurt": 0.5, "rockSubHurt": 0.1, - "physicalSubHurt": 0.7 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "遗迹守卫", - "route": "Ruin Guard", - "icon": "UI_MonsterIcon_Defender_Noner_01" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112092": { + "name": "老旧的役人怀表", + "rank": 2, + "icon": "UI_ItemIcon_112092", + "count": "5.2526" + }, + "112093": { + "name": "役人的制式怀表", + "rank": 3, + "icon": "UI_ItemIcon_112093", + "count": "1.4006" + }, + "112094": { + "name": "役人的时时刻刻", + "rank": 4, + "icon": "UI_ItemIcon_112094", + "count": "0.3502" + }, + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" + }, + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400042": { + "name": "流放者", + "rank": 3, + "icon": "UI_RelicIcon_10009_4" + }, + "400043": { + "name": "流放者", + "rank": 4, + "icon": "UI_RelicIcon_10009_4" + }, + "400062": { + "name": "游医", + "rank": 3, + "icon": "UI_RelicIcon_10013_4" + } + }, + "name": "愚人众·霜役人", + "route": "Frost Operative", + "icon": "UI_MonsterIcon_Fatuus_Escadron_Ice" }, - "24010108": { - "id": 24010108, + "23060201": { + "id": 23060201, "type": "MONSTER_ORDINARY", "affix": null, - "hpDrops": null, + "hpDrops": [ + { + "id": 22010015, + "hpPercent": 75 + }, + { + "id": 22010015, + "hpPercent": 50 + }, + { + "id": 22010015, + "hpPercent": 25 + } + ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 24451.19922, - "type": "GROW_CURVE_HP" + "initValue": 95.088, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, - "type": "GROW_CURVE_ATTACK" + "initValue": 75.36, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -19592,146 +19908,10 @@ "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, - "windSubHurt": 0.1, + "windSubHurt": 0.5, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 - }, - "fundamentalForce": null, - "reward": null, - "name": "遗迹守卫", - "route": "Ruin Guard", - "icon": "UI_MonsterIcon_Defender_Noner_01" - }, - "24010109": { - "id": 24010109, - "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": null, - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 24451.19922, - "type": "GROW_CURVE_HP" - }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, - "type": "GROW_CURVE_ATTACK" - }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" - } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 - }, - "fundamentalForce": null, - "reward": null, - "name": "遗迹守卫", - "route": "Ruin Guard", - "icon": "UI_MonsterIcon_Defender_Noner_01" - }, - "24010190": { - "id": 24010190, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "4.7-怪物对推-敌方地面怪物标记特效", - "description": "4.7-怪物对推-敌方地面怪物标记特效", - "abilityName": [ - "MvM_Monster_Common_EnemyBottom" - ], - "isCommon": true - } - ], - "hpDrops": null, - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 20.376, - "type": "GROW_CURVE_HP_2" - }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 44.6, - "type": "GROW_CURVE_ATTACK_2" - }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" - } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": 0.5 - }, - "fundamentalForce": null, - "reward": null, - "name": "遗迹守卫", - "route": "Ruin Guard", - "icon": "UI_MonsterIcon_Defender_Noner_01" - }, - "24010201": { - "id": 24010201, - "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ - { - "id": 22010040, - "hpPercent": 75 - }, - { - "id": 22010040, - "hpPercent": 50 - }, - { - "id": 22010040, - "hpPercent": 25 - } - ], - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 81.504, - "type": "GROW_CURVE_HP" - }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 175.84, - "type": "GROW_CURVE_ATTACK" - }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" - } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": 0.5 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, "reward": { @@ -19740,23 +19920,23 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112023": { - "name": "混沌装置", + "112092": { + "name": "老旧的役人怀表", "rank": 2, - "icon": "UI_ItemIcon_112023", - "count": "2.6263" + "icon": "UI_ItemIcon_112092", + "count": "5.2526" }, - "112024": { - "name": "混沌回路", + "112093": { + "name": "役人的制式怀表", "rank": 3, - "icon": "UI_ItemIcon_112024", - "count": "0.7003" + "icon": "UI_ItemIcon_112093", + "count": "1.4006" }, - "112025": { - "name": "混沌炉心", + "112094": { + "name": "役人的时时刻刻", "rank": 4, - "icon": "UI_ItemIcon_112025", - "count": "0.1751" + "icon": "UI_ItemIcon_112094", + "count": "0.3502" }, "400022": { "name": "战狂", @@ -19794,83 +19974,12 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "遗迹猎者", - "route": "Ruin Hunter", - "icon": "UI_MonsterIcon_Formathr_None" - }, - "24010202": { - "id": 24010202, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "永不入战-活动", - "description": "关闭怪物受击、嘲讽、广播入战", - "abilityName": [ - "MonsterAffix_NeverCombat" - ], - "isCommon": null - }, - { - "name": "怪物移速下限放开,受冰冻时间减少50%-塔防", - "description": "怪物移速下限放开,受冰冻时间减少50%", - "abilityName": [ - "MonsterAffix_MoveSpeedLimit_ForTowerDefense" - ], - "isCommon": null - }, - { - "name": "翻牌叠加血量-塔防", - "description": "塔防翻牌叠加血量", - "abilityName": [ - "MonsterAffix_AdditionalHP_ForTowerDefense" - ], - "isCommon": null - }, - { - "name": "翻牌叠加防御力-塔防", - "description": "塔防翻牌叠加防御力", - "abilityName": [ - "MonsterAffix_AdditionalDefence_ForTowerDefense" - ], - "isCommon": null - } - ], - "hpDrops": null, - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 54.336, - "type": "GROW_CURVE_HP" - }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 37.68, - "type": "GROW_CURVE_ATTACK" - }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" - } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 - }, - "fundamentalForce": null, - "reward": null, - "name": "遗迹猎者", - "route": "Ruin Hunter", - "icon": "UI_MonsterIcon_Formathr_None" + "name": "愚人众·风役人", + "route": "Wind Operative", + "icon": "UI_MonsterIcon_Fatuus_Escadron_Wind" }, - "24010301": { - "id": 24010301, + "24010101": { + "id": 24010101, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ @@ -19890,12 +19999,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 122.256, + "initValue": 95.088, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 87.92, + "initValue": 60.288, "type": "GROW_CURVE_ATTACK" }, { @@ -19975,12 +20084,12 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "遗迹重机", - "route": "Ruin Grader", - "icon": "UI_MonsterIcon_Konungmathr" + "name": "遗迹守卫", + "route": "Ruin Guard", + "icon": "UI_MonsterIcon_Defender_Noner_01" }, - "24010302": { - "id": 24010302, + "24010102": { + "id": 24010102, "type": "MONSTER_ORDINARY", "affix": [ { @@ -20020,12 +20129,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 122.256, + "initValue": 95.088, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 87.92, + "initValue": 60.288, "type": "GROW_CURVE_ATTACK" }, { @@ -20046,60 +20155,24 @@ }, "fundamentalForce": null, "reward": null, - "name": "遗迹重机", - "route": "Ruin Grader", - "icon": "UI_MonsterIcon_Konungmathr" + "name": "遗迹守卫", + "route": "Ruin Guard", + "icon": "UI_MonsterIcon_Defender_Noner_01" }, - "24010303": { - "id": 24010303, + "24010108": { + "id": 24010108, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "遗迹重机挖矿活动-强化", - "description": "遗迹重机挖矿活动-强化", - "abilityName": [ - "Monster_Konungmathr_None_BattleState", - "Monster_Konungmathr_None_Enhance", - "Monster_Konungmathr_None_Enhance_CountDown", - "Monster_Konungmathr_None_Enhance_Tag", - "Monster_Konungmathr_None_Enhance_Keep", - "Monster_Konungmathr_None_Limbo", - "Monster_Konungmathr_None_Limbo_StateChange", - "Monster_Konungmathr_None_RealDie", - "Monster_Konungmathr_None_MachineCount_Improve", - "Monster_Konungmathr_None_Destroy_HatreControl", - "Monster_Konungmathr_None_Destroy_Move", - "Monster_Konungmathr_None_Destroy_Find", - "Monster_Konungmathr_None_DestroyLaser_Find", - "Monster_Konungmathr_None_Destroy_Laser", - "Monster_Konungmathr_None_Destroy_LaserDamage" - ], - "isCommon": null - } - ], - "hpDrops": [ - { - "id": 22010040, - "hpPercent": 75 - }, - { - "id": 22010040, - "hpPercent": 50 - }, - { - "id": 22010040, - "hpPercent": 25 - } - ], + "affix": null, + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 190.17599, + "initValue": 24451.19922, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 87.92, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK" }, { @@ -20116,51 +20189,28 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.7 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, "reward": null, - "name": "遗迹重机", - "route": "Ruin Grader", - "icon": "UI_MonsterIcon_Konungmathr" + "name": "遗迹守卫", + "route": "Ruin Guard", + "icon": "UI_MonsterIcon_Defender_Noner_01" }, - "24010304": { - "id": 24010304, + "24010109": { + "id": 24010109, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "森林书WQ遗迹重机", - "description": "遗迹重机复活逻辑", - "abilityName": [ - "Monster_Konungmathr_None_WQ_Limbo", - "Monster_Konungmathr_None_WQ_Limbo_StateChange" - ], - "isCommon": null - } - ], - "hpDrops": [ - { - "id": 22010040, - "hpPercent": 75 - }, - { - "id": 22010040, - "hpPercent": 50 - }, - { - "id": 22010040, - "hpPercent": 25 - } - ], + "affix": null, + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 122.256, + "initValue": 24451.19922, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 87.92, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK" }, { @@ -20177,52 +20227,38 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.7 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, "reward": null, - "name": "遗迹重机", - "route": "Ruin Grader", - "icon": "UI_MonsterIcon_Konungmathr" + "name": "遗迹守卫", + "route": "Ruin Guard", + "icon": "UI_MonsterIcon_Defender_Noner_01" }, - "24010305": { - "id": 24010305, + "24010190": { + "id": 24010190, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "4.0WQ遗迹重机", - "description": "遗迹重机复活逻辑", + "name": "4.7-怪物对推-敌方地面怪物标记特效", + "description": "4.7-怪物对推-敌方地面怪物标记特效", "abilityName": [ - "Monster_Konungmathr_None_WQ_Limbo", - "Monster_Konungmathr_None_WQ_Limbo_StateChange_v2" + "MvM_Monster_Common_EnemyBottom" ], - "isCommon": null - } - ], - "hpDrops": [ - { - "id": 22010040, - "hpPercent": 75 - }, - { - "id": 22010040, - "hpPercent": 50 - }, - { - "id": 22010040, - "hpPercent": 25 + "isCommon": true } ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 122.256, - "type": "GROW_CURVE_HP" + "initValue": 20.376, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 87.92, - "type": "GROW_CURVE_ATTACK" + "initValue": 44.6, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -20238,38 +20274,42 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.7 + "physicalSubHurt": 0.5 }, "fundamentalForce": null, "reward": null, - "name": "遗迹重机", - "route": "Ruin Grader", - "icon": "UI_MonsterIcon_Konungmathr" + "name": "遗迹守卫", + "route": "Ruin Guard", + "icon": "UI_MonsterIcon_Defender_Noner_01" }, - "24010401": { - "id": 24010401, - "type": "MONSTER_BOSS", + "24010201": { + "id": 24010201, + "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010030, - "hpPercent": 66 + "id": 22010040, + "hpPercent": 75 }, { - "id": 22010030, - "hpPercent": 33 + "id": 22010040, + "hpPercent": 50 + }, + { + "id": 22010040, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 217.34399, - "type": "GROW_CURVE_HP_2" + "initValue": 81.504, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 75.36, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 175.84, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -20285,51 +20325,42 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.7 + "physicalSubHurt": 0.5 }, "fundamentalForce": null, "reward": { - "102": { - "name": "冒险阅历", - "rank": 3, - "icon": "UI_ItemIcon_102", - "count": "200" - }, - "105": { - "name": "好感经验", - "rank": 3, - "icon": "UI_ItemIcon_105" - }, "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "104171": { - "name": "坚牢黄玉碎屑", + "112023": { + "name": "混沌装置", "rank": 2, - "icon": "UI_ItemIcon_104171" + "icon": "UI_ItemIcon_112023", + "count": "2.6263" }, - "104172": { - "name": "坚牢黄玉断片", + "112024": { + "name": "混沌回路", "rank": 3, - "icon": "UI_ItemIcon_104172" + "icon": "UI_ItemIcon_112024", + "count": "0.7003" }, - "104173": { - "name": "坚牢黄玉块", + "112025": { + "name": "混沌炉心", "rank": 4, - "icon": "UI_ItemIcon_104173" + "icon": "UI_ItemIcon_112025", + "count": "0.1751" }, - "104174": { - "name": "坚牢黄玉", - "rank": 5, - "icon": "UI_ItemIcon_104174" + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" }, - "113035": { - "name": "符纹之齿", + "400023": { + "name": "战狂", "rank": 4, - "icon": "UI_ItemIcon_113035", - "count": "2.5556" + "icon": "UI_RelicIcon_10005_4" }, "400032": { "name": "教官", @@ -20355,55 +20386,59 @@ "name": "游医", "rank": 3, "icon": "UI_RelicIcon_10013_4" - }, - "400088": { - "name": "角斗士的终幕礼", - "rank": 4, - "icon": "UI_RelicIcon_15001_4" - }, - "400089": { - "name": "角斗士的终幕礼", - "rank": 5, - "icon": "UI_RelicIcon_15001_4" - }, - "400098": { - "name": "流浪大地的乐团", - "rank": 4, - "icon": "UI_RelicIcon_15003_4" - }, - "400099": { - "name": "流浪大地的乐团", - "rank": 5, - "icon": "UI_RelicIcon_15003_4" } }, - "name": "遗迹巨蛇", - "route": "Ruin Serpent", - "icon": "UI_MonsterIcon_Nithhoggr_None" + "name": "遗迹猎者", + "route": "Ruin Hunter", + "icon": "UI_MonsterIcon_Formathr_None" }, - "24020101": { - "id": 24020101, + "24010202": { + "id": 24010202, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010010, - "hpPercent": 66 + "name": "永不入战-活动", + "description": "关闭怪物受击、嘲讽、广播入战", + "abilityName": [ + "MonsterAffix_NeverCombat" + ], + "isCommon": null }, { - "id": 22010010, - "hpPercent": 33 + "name": "怪物移速下限放开,受冰冻时间减少50%-塔防", + "description": "怪物移速下限放开,受冰冻时间减少50%", + "abilityName": [ + "MonsterAffix_MoveSpeedLimit_ForTowerDefense" + ], + "isCommon": null + }, + { + "name": "翻牌叠加血量-塔防", + "description": "塔防翻牌叠加血量", + "abilityName": [ + "MonsterAffix_AdditionalHP_ForTowerDefense" + ], + "isCommon": null + }, + { + "name": "翻牌叠加防御力-塔防", + "description": "塔防翻牌叠加防御力", + "abilityName": [ + "MonsterAffix_AdditionalDefence_ForTowerDefense" + ], + "isCommon": null } ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 40.752, - "type": "GROW_CURVE_HP_2" + "initValue": 54.336, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 52.752, + "initValue": 37.68, "type": "GROW_CURVE_ATTACK" }, { @@ -20420,7 +20455,58 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.3 + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "遗迹猎者", + "route": "Ruin Hunter", + "icon": "UI_MonsterIcon_Formathr_None" + }, + "24010301": { + "id": 24010301, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010040, + "hpPercent": 75 + }, + { + "id": 22010040, + "hpPercent": 50 + }, + { + "id": 22010040, + "hpPercent": 25 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 122.256, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 87.92, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.7 }, "fundamentalForce": null, "reward": { @@ -20429,22 +20515,22 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112047": { - "name": "混沌机关", + "112023": { + "name": "混沌装置", "rank": 2, - "icon": "UI_ItemIcon_112047", + "icon": "UI_ItemIcon_112023", "count": "2.6263" }, - "112048": { - "name": "混沌枢纽", + "112024": { + "name": "混沌回路", "rank": 3, - "icon": "UI_ItemIcon_112048", + "icon": "UI_ItemIcon_112024", "count": "0.7003" }, - "112049": { - "name": "混沌真眼", + "112025": { + "name": "混沌炉心", "rank": 4, - "icon": "UI_ItemIcon_112049", + "icon": "UI_ItemIcon_112025", "count": "0.1751" }, "400022": { @@ -20483,50 +20569,57 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "遗迹巡弋者", - "route": "Ruin Cruiser", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicDrone" + "name": "遗迹重机", + "route": "Ruin Grader", + "icon": "UI_MonsterIcon_Konungmathr" }, - "24020102": { - "id": 24020102, + "24010302": { + "id": 24010302, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "拟生机关假死", - "description": "boss战中假死逻辑", + "name": "永不入战-活动", + "description": "关闭怪物受击、嘲讽、广播入战", "abilityName": [ - "Monster_Apparatus_Enigma_FakeDie" + "MonsterAffix_NeverCombat" ], "isCommon": null }, { - "name": "普通版本拟生机关", - "description": "普通版本拟生机关", + "name": "怪物移速下限放开,受冰冻时间减少50%-塔防", + "description": "怪物移速下限放开,受冰冻时间减少50%", "abilityName": [ - "MonsterAffix_Enigma_Summoned_Normal" + "MonsterAffix_MoveSpeedLimit_ForTowerDefense" ], "isCommon": null - } - ], - "hpDrops": [ + }, { - "id": 22010010, - "hpPercent": 66 + "name": "翻牌叠加血量-塔防", + "description": "塔防翻牌叠加血量", + "abilityName": [ + "MonsterAffix_AdditionalHP_ForTowerDefense" + ], + "isCommon": null }, { - "id": 22010010, - "hpPercent": 33 + "name": "翻牌叠加防御力-塔防", + "description": "塔防翻牌叠加防御力", + "abilityName": [ + "MonsterAffix_AdditionalDefence_ForTowerDefense" + ], + "isCommon": null } ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 40.752, - "type": "GROW_CURVE_HP_2" + "initValue": 122.256, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 52.752, + "initValue": 87.92, "type": "GROW_CURVE_ATTACK" }, { @@ -20543,54 +20636,64 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.3 + "physicalSubHurt": 0.7 }, "fundamentalForce": null, "reward": null, - "name": "遗迹巡弋者", - "route": "Ruin Cruiser", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicDrone" + "name": "遗迹重机", + "route": "Ruin Grader", + "icon": "UI_MonsterIcon_Konungmathr" }, - "24020103": { - "id": 24020103, + "24010303": { + "id": 24010303, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "拟生机关假死", - "description": "boss战中假死逻辑", - "abilityName": [ - "Monster_Apparatus_Enigma_FakeDie" - ], - "isCommon": null - }, - { - "name": "强化版本拟生机关", - "description": "强化版本拟生机关", + "name": "遗迹重机挖矿活动-强化", + "description": "遗迹重机挖矿活动-强化", "abilityName": [ - "MonsterAffix_Enigma_Summoned_Enhanced" + "Monster_Konungmathr_None_BattleState", + "Monster_Konungmathr_None_Enhance", + "Monster_Konungmathr_None_Enhance_CountDown", + "Monster_Konungmathr_None_Enhance_Tag", + "Monster_Konungmathr_None_Enhance_Keep", + "Monster_Konungmathr_None_Limbo", + "Monster_Konungmathr_None_Limbo_StateChange", + "Monster_Konungmathr_None_RealDie", + "Monster_Konungmathr_None_MachineCount_Improve", + "Monster_Konungmathr_None_Destroy_HatreControl", + "Monster_Konungmathr_None_Destroy_Move", + "Monster_Konungmathr_None_Destroy_Find", + "Monster_Konungmathr_None_DestroyLaser_Find", + "Monster_Konungmathr_None_Destroy_Laser", + "Monster_Konungmathr_None_Destroy_LaserDamage" ], "isCommon": null } ], "hpDrops": [ { - "id": 22010010, - "hpPercent": 66 + "id": 22010040, + "hpPercent": 75 }, { - "id": 22010010, - "hpPercent": 33 + "id": 22010040, + "hpPercent": 50 + }, + { + "id": 22010040, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 40.752, - "type": "GROW_CURVE_HP_2" + "initValue": 190.17599, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 52.752, + "initValue": 87.92, "type": "GROW_CURVE_ATTACK" }, { @@ -20607,37 +20710,51 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.3 + "physicalSubHurt": 0.7 }, "fundamentalForce": null, "reward": null, - "name": "遗迹巡弋者", - "route": "Ruin Cruiser", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicDrone" + "name": "遗迹重机", + "route": "Ruin Grader", + "icon": "UI_MonsterIcon_Konungmathr" }, - "24020201": { - "id": 24020201, + "24010304": { + "id": 24010304, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "森林书WQ遗迹重机", + "description": "遗迹重机复活逻辑", + "abilityName": [ + "Monster_Konungmathr_None_WQ_Limbo", + "Monster_Konungmathr_None_WQ_Limbo_StateChange" + ], + "isCommon": null + } + ], "hpDrops": [ { - "id": 22010010, - "hpPercent": 66 + "id": 22010040, + "hpPercent": 75 }, { - "id": 22010010, - "hpPercent": 33 + "id": 22010040, + "hpPercent": 50 + }, + { + "id": 22010040, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 40.752, - "type": "GROW_CURVE_HP_2" + "initValue": 122.256, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 52.752, + "initValue": 87.92, "type": "GROW_CURVE_ATTACK" }, { @@ -20654,113 +20771,51 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.3 + "physicalSubHurt": 0.7 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112047": { - "name": "混沌机关", - "rank": 2, - "icon": "UI_ItemIcon_112047", - "count": "2.6263" - }, - "112048": { - "name": "混沌枢纽", - "rank": 3, - "icon": "UI_ItemIcon_112048", - "count": "0.7003" - }, - "112049": { - "name": "混沌真眼", - "rank": 4, - "icon": "UI_ItemIcon_112049", - "count": "0.1751" - }, - "400022": { - "name": "战狂", - "rank": 3, - "icon": "UI_RelicIcon_10005_4" - }, - "400023": { - "name": "战狂", - "rank": 4, - "icon": "UI_RelicIcon_10005_4" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" - }, - "400042": { - "name": "流放者", - "rank": 3, - "icon": "UI_RelicIcon_10009_4" - }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" - }, - "400062": { - "name": "游医", - "rank": 3, - "icon": "UI_RelicIcon_10013_4" - } - }, - "name": "遗迹歼击者", - "route": "Ruin Destroyer", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicFlora" + "reward": null, + "name": "遗迹重机", + "route": "Ruin Grader", + "icon": "UI_MonsterIcon_Konungmathr" }, - "24020202": { - "id": 24020202, + "24010305": { + "id": 24010305, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "拟生机关假死", - "description": "boss战中假死逻辑", - "abilityName": [ - "Monster_Apparatus_Enigma_FakeDie" - ], - "isCommon": null - }, - { - "name": "普通版本拟生机关", - "description": "普通版本拟生机关", + "name": "4.0WQ遗迹重机", + "description": "遗迹重机复活逻辑", "abilityName": [ - "MonsterAffix_Enigma_Summoned_Normal" + "Monster_Konungmathr_None_WQ_Limbo", + "Monster_Konungmathr_None_WQ_Limbo_StateChange_v2" ], "isCommon": null } ], "hpDrops": [ { - "id": 22010010, - "hpPercent": 66 + "id": 22010040, + "hpPercent": 75 }, { - "id": 22010010, - "hpPercent": 33 + "id": 22010040, + "hpPercent": 50 + }, + { + "id": 22010040, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 40.752, - "type": "GROW_CURVE_HP_2" + "initValue": 122.256, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 52.752, + "initValue": 87.92, "type": "GROW_CURVE_ATTACK" }, { @@ -20777,55 +20832,38 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.3 + "physicalSubHurt": 0.7 }, "fundamentalForce": null, "reward": null, - "name": "遗迹歼击者", - "route": "Ruin Destroyer", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicFlora" + "name": "遗迹重机", + "route": "Ruin Grader", + "icon": "UI_MonsterIcon_Konungmathr" }, - "24020203": { - "id": 24020203, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "拟生机关假死", - "description": "boss战中假死逻辑", - "abilityName": [ - "Monster_Apparatus_Enigma_FakeDie" - ], - "isCommon": null - }, - { - "name": "强化版本拟生机关", - "description": "强化版本拟生机关", - "abilityName": [ - "MonsterAffix_Enigma_Summoned_Enhanced" - ], - "isCommon": null - } - ], + "24010401": { + "id": 24010401, + "type": "MONSTER_BOSS", + "affix": null, "hpDrops": [ { - "id": 22010010, + "id": 22010030, "hpPercent": 66 }, { - "id": 22010010, + "id": 22010030, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 40.752, + "initValue": 217.34399, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 52.752, - "type": "GROW_CURVE_ATTACK" + "initValue": 75.36, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -20841,16 +20879,104 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.3 + "physicalSubHurt": 0.7 }, "fundamentalForce": null, - "reward": null, - "name": "遗迹歼击者", - "route": "Ruin Destroyer", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicFlora" + "reward": { + "102": { + "name": "冒险阅历", + "rank": 3, + "icon": "UI_ItemIcon_102", + "count": "200" + }, + "105": { + "name": "好感经验", + "rank": 3, + "icon": "UI_ItemIcon_105" + }, + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "104171": { + "name": "坚牢黄玉碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104171" + }, + "104172": { + "name": "坚牢黄玉断片", + "rank": 3, + "icon": "UI_ItemIcon_104172" + }, + "104173": { + "name": "坚牢黄玉块", + "rank": 4, + "icon": "UI_ItemIcon_104173" + }, + "104174": { + "name": "坚牢黄玉", + "rank": 5, + "icon": "UI_ItemIcon_104174" + }, + "113035": { + "name": "符纹之齿", + "rank": 4, + "icon": "UI_ItemIcon_113035", + "count": "2.5556" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400042": { + "name": "流放者", + "rank": 3, + "icon": "UI_RelicIcon_10009_4" + }, + "400043": { + "name": "流放者", + "rank": 4, + "icon": "UI_RelicIcon_10009_4" + }, + "400062": { + "name": "游医", + "rank": 3, + "icon": "UI_RelicIcon_10013_4" + }, + "400088": { + "name": "角斗士的终幕礼", + "rank": 4, + "icon": "UI_RelicIcon_15001_4" + }, + "400089": { + "name": "角斗士的终幕礼", + "rank": 5, + "icon": "UI_RelicIcon_15001_4" + }, + "400098": { + "name": "流浪大地的乐团", + "rank": 4, + "icon": "UI_RelicIcon_15003_4" + }, + "400099": { + "name": "流浪大地的乐团", + "rank": 5, + "icon": "UI_RelicIcon_15003_4" + } + }, + "name": "遗迹巨蛇", + "route": "Ruin Serpent", + "icon": "UI_MonsterIcon_Nithhoggr_None" }, - "24020301": { - "id": 24020301, + "24020101": { + "id": 24020101, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ @@ -20866,12 +20992,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 57.0528, + "initValue": 40.752, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 56.52, + "initValue": 52.752, "type": "GROW_CURVE_ATTACK" }, { @@ -20888,7 +21014,7 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.5 + "physicalSubHurt": 0.3 }, "fundamentalForce": null, "reward": { @@ -20951,12 +21077,12 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "遗迹防卫者", - "route": "Ruin Defender", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicInsecta" + "name": "遗迹巡弋者", + "route": "Ruin Cruiser", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicDrone" }, - "24020302": { - "id": 24020302, + "24020102": { + "id": 24020102, "type": "MONSTER_ORDINARY", "affix": [ { @@ -20989,12 +21115,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 57.0528, + "initValue": 40.752, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 56.52, + "initValue": 52.752, "type": "GROW_CURVE_ATTACK" }, { @@ -21011,16 +21137,16 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.5 + "physicalSubHurt": 0.3 }, "fundamentalForce": null, "reward": null, - "name": "遗迹防卫者", - "route": "Ruin Defender", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicInsecta" + "name": "遗迹巡弋者", + "route": "Ruin Cruiser", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicDrone" }, - "24020303": { - "id": 24020303, + "24020103": { + "id": 24020103, "type": "MONSTER_ORDINARY", "affix": [ { @@ -21053,68 +21179,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 57.0528, - "type": "GROW_CURVE_HP_2" - }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 56.52, - "type": "GROW_CURVE_ATTACK" - }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" - } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": 0.5 - }, - "fundamentalForce": null, - "reward": null, - "name": "遗迹防卫者", - "route": "Ruin Defender", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicInsecta" - }, - "24020304": { - "id": 24020304, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "提纳里个人线遗迹防卫者", - "description": "提纳里个人线遗迹防卫者", - "abilityName": [ - "MonsterAffix_Apparatus_Enigma_BionicInsecta_KarkataTag" - ], - "isCommon": null - } - ], - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 66 - }, - { - "id": 22010010, - "hpPercent": 33 - } - ], - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 57.0528, + "initValue": 40.752, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 56.52, + "initValue": 52.752, "type": "GROW_CURVE_ATTACK" }, { @@ -21131,16 +21201,16 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.5 + "physicalSubHurt": 0.3 }, "fundamentalForce": null, "reward": null, - "name": "遗迹防卫者", - "route": "Ruin Defender", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicInsecta" + "name": "遗迹巡弋者", + "route": "Ruin Cruiser", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicDrone" }, - "24020401": { - "id": 24020401, + "24020201": { + "id": 24020201, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ @@ -21156,12 +21226,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 57.0528, + "initValue": 40.752, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 48.984, + "initValue": 52.752, "type": "GROW_CURVE_ATTACK" }, { @@ -21178,7 +21248,7 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.5 + "physicalSubHurt": 0.3 }, "fundamentalForce": null, "reward": { @@ -21241,12 +21311,12 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "遗迹侦察者", - "route": "Ruin Scout", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicNettler" + "name": "遗迹歼击者", + "route": "Ruin Destroyer", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicFlora" }, - "24020402": { - "id": 24020402, + "24020202": { + "id": 24020202, "type": "MONSTER_ORDINARY", "affix": [ { @@ -21279,12 +21349,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 57.0528, + "initValue": 40.752, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 48.984, + "initValue": 52.752, "type": "GROW_CURVE_ATTACK" }, { @@ -21301,16 +21371,16 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.5 + "physicalSubHurt": 0.3 }, "fundamentalForce": null, "reward": null, - "name": "遗迹侦察者", - "route": "Ruin Scout", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicNettler" + "name": "遗迹歼击者", + "route": "Ruin Destroyer", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicFlora" }, - "24020403": { - "id": 24020403, + "24020203": { + "id": 24020203, "type": "MONSTER_ORDINARY", "affix": [ { @@ -21343,12 +21413,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 57.0528, + "initValue": 40.752, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 48.984, + "initValue": 52.752, "type": "GROW_CURVE_ATTACK" }, { @@ -21365,37 +21435,37 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.5 + "physicalSubHurt": 0.3 }, "fundamentalForce": null, "reward": null, - "name": "遗迹侦察者", - "route": "Ruin Scout", - "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicNettler" + "name": "遗迹歼击者", + "route": "Ruin Destroyer", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicFlora" }, - "24021101": { - "id": 24021101, - "type": "MONSTER_BOSS", + "24020301": { + "id": 24020301, + "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010030, + "id": 22010010, "hpPercent": 66 }, { - "id": 22010030, + "id": 22010010, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 217.34399, + "initValue": 57.0528, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 90.432, + "initValue": 56.52, "type": "GROW_CURVE_ATTACK" }, { @@ -21412,71 +21482,32 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.7 + "physicalSubHurt": 0.5 }, "fundamentalForce": null, "reward": { - "102": { - "name": "冒险阅历", - "rank": 3, - "icon": "UI_ItemIcon_102", - "count": "200" - }, - "105": { - "name": "好感经验", - "rank": 3, - "icon": "UI_ItemIcon_105" - }, "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "104161": { - "name": "哀叙冰玉碎屑", - "rank": 2, - "icon": "UI_ItemIcon_104161" - }, - "104162": { - "name": "哀叙冰玉断片", - "rank": 3, - "icon": "UI_ItemIcon_104162" - }, - "104163": { - "name": "哀叙冰玉块", - "rank": 4, - "icon": "UI_ItemIcon_104163" - }, - "104164": { - "name": "哀叙冰玉", - "rank": 5, - "icon": "UI_ItemIcon_104164" - }, - "104171": { - "name": "坚牢黄玉碎屑", + "112047": { + "name": "混沌机关", "rank": 2, - "icon": "UI_ItemIcon_104171" + "icon": "UI_ItemIcon_112047", + "count": "2.6263" }, - "104172": { - "name": "坚牢黄玉断片", + "112048": { + "name": "混沌枢纽", "rank": 3, - "icon": "UI_ItemIcon_104172" - }, - "104173": { - "name": "坚牢黄玉块", - "rank": 4, - "icon": "UI_ItemIcon_104173" - }, - "104174": { - "name": "坚牢黄玉", - "rank": 5, - "icon": "UI_ItemIcon_104174" + "icon": "UI_ItemIcon_112048", + "count": "0.7003" }, - "113023": { - "name": "恒常机关之心", + "112049": { + "name": "混沌真眼", "rank": 4, - "icon": "UI_ItemIcon_113023", - "count": "2.5556" + "icon": "UI_ItemIcon_112049", + "count": "0.1751" }, "400022": { "name": "战狂", @@ -21488,6 +21519,16 @@ "rank": 4, "icon": "UI_RelicIcon_10005_4" }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, "400042": { "name": "流放者", "rank": 3, @@ -21498,69 +21539,56 @@ "rank": 4, "icon": "UI_RelicIcon_10009_4" }, - "400052": { - "name": "幸运儿", + "400062": { + "name": "游医", "rank": 3, - "icon": "UI_RelicIcon_10011_4" - }, - "400088": { - "name": "角斗士的终幕礼", - "rank": 4, - "icon": "UI_RelicIcon_15001_4" + "icon": "UI_RelicIcon_10013_4" + } + }, + "name": "遗迹防卫者", + "route": "Ruin Defender", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicInsecta" + }, + "24020302": { + "id": 24020302, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "拟生机关假死", + "description": "boss战中假死逻辑", + "abilityName": [ + "Monster_Apparatus_Enigma_FakeDie" + ], + "isCommon": null }, - "400089": { - "name": "角斗士的终幕礼", - "rank": 5, - "icon": "UI_RelicIcon_15001_4" - }, - "400098": { - "name": "流浪大地的乐团", - "rank": 4, - "icon": "UI_RelicIcon_15003_4" - }, - "400099": { - "name": "流浪大地的乐团", - "rank": 5, - "icon": "UI_RelicIcon_15003_4" - }, - "400147": { - "name": "祭冰之人", - "rank": 3, - "icon": "UI_RelicIcon_15013_3" - }, - "400148": { - "name": "祭冰之人", - "rank": 4, - "icon": "UI_RelicIcon_15013_3" + { + "name": "普通版本拟生机关", + "description": "普通版本拟生机关", + "abilityName": [ + "MonsterAffix_Enigma_Summoned_Normal" + ], + "isCommon": null } - }, - "name": "恒常机关阵列", - "route": "Perpetual Mechanical Array", - "icon": "UI_MonsterIcon_Apparatus_Perpetual" - }, - "24021102": { - "id": 24021102, - "type": "MONSTER_BOSS", - "affix": null, + ], "hpDrops": [ { - "id": 22010030, + "id": 22010010, "hpPercent": 66 }, { - "id": 22010030, + "id": 22010010, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 217.34399, + "initValue": 57.0528, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 90.432, + "initValue": 56.52, "type": "GROW_CURVE_ATTACK" }, { @@ -21577,38 +21605,55 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.7 + "physicalSubHurt": 0.5 }, "fundamentalForce": null, "reward": null, - "name": "恒常机关阵列", - "route": "Perpetual Mechanical Array", - "icon": "UI_MonsterIcon_Apparatus_Perpetual" + "name": "遗迹防卫者", + "route": "Ruin Defender", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicInsecta" }, - "24030101": { - "id": 24030101, + "24020303": { + "id": 24020303, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "拟生机关假死", + "description": "boss战中假死逻辑", + "abilityName": [ + "Monster_Apparatus_Enigma_FakeDie" + ], + "isCommon": null + }, + { + "name": "强化版本拟生机关", + "description": "强化版本拟生机关", + "abilityName": [ + "MonsterAffix_Enigma_Summoned_Enhanced" + ], + "isCommon": null + } + ], "hpDrops": [ { - "id": 22010030, + "id": 22010010, "hpPercent": 66 }, { - "id": 22010030, + "id": 22010010, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 67.92, + "initValue": 57.0528, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 62.8, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 56.52, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -21627,94 +21672,91 @@ "physicalSubHurt": 0.5 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112068": { - "name": "混沌容器", - "rank": 2, - "icon": "UI_ItemIcon_112068", - "count": "3.9394" - }, - "112069": { - "name": "混沌模块", - "rank": 3, - "icon": "UI_ItemIcon_112069", - "count": "1.0505" - }, - "112070": { - "name": "混沌锚栓", - "rank": 4, - "icon": "UI_ItemIcon_112070", - "count": "0.2626" - }, - "400022": { - "name": "战狂", - "rank": 3, - "icon": "UI_RelicIcon_10005_4" - }, - "400023": { - "name": "战狂", - "rank": 4, - "icon": "UI_RelicIcon_10005_4" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" + "reward": null, + "name": "遗迹防卫者", + "route": "Ruin Defender", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicInsecta" + }, + "24020304": { + "id": 24020304, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "提纳里个人线遗迹防卫者", + "description": "提纳里个人线遗迹防卫者", + "abilityName": [ + "MonsterAffix_Apparatus_Enigma_BionicInsecta_KarkataTag" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 }, - "400042": { - "name": "流放者", - "rank": 3, - "icon": "UI_RelicIcon_10009_4" + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 57.0528, + "type": "GROW_CURVE_HP_2" }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 56.52, + "type": "GROW_CURVE_ATTACK" }, - "400062": { - "name": "游医", - "rank": 3, - "icon": "UI_RelicIcon_10013_4" + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.5 }, - "name": "遗迹龙兽·空巡", - "route": "Ruin Drake: Skywatch", - "icon": "UI_MonsterIcon_Gargoyle" + "fundamentalForce": null, + "reward": null, + "name": "遗迹防卫者", + "route": "Ruin Defender", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicInsecta" }, - "24030201": { - "id": 24030201, + "24020401": { + "id": 24020401, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010030, + "id": 22010010, "hpPercent": 66 }, { - "id": 22010030, + "id": 22010010, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 95.088, + "initValue": 57.0528, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 48.984, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -21739,23 +21781,23 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112068": { - "name": "混沌容器", + "112047": { + "name": "混沌机关", "rank": 2, - "icon": "UI_ItemIcon_112068", - "count": "3.9394" + "icon": "UI_ItemIcon_112047", + "count": "2.6263" }, - "112069": { - "name": "混沌模块", + "112048": { + "name": "混沌枢纽", "rank": 3, - "icon": "UI_ItemIcon_112069", - "count": "1.0505" + "icon": "UI_ItemIcon_112048", + "count": "0.7003" }, - "112070": { - "name": "混沌锚栓", + "112049": { + "name": "混沌真眼", "rank": 4, - "icon": "UI_ItemIcon_112070", - "count": "0.2626" + "icon": "UI_ItemIcon_112049", + "count": "0.1751" }, "400022": { "name": "战狂", @@ -21793,19 +21835,147 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "遗迹龙兽·地巡", - "route": "Ruin Drake: Earthguard", - "icon": "UI_MonsterIcon_Gargoyle" + "name": "遗迹侦察者", + "route": "Ruin Scout", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicNettler" }, - "24030301": { - "id": 24030301, - "type": "MONSTER_BOSS", - "affix": null, - "hpDrops": [ + "24020402": { + "id": 24020402, + "type": "MONSTER_ORDINARY", + "affix": [ { - "id": 22010030, - "hpPercent": 66 - }, + "name": "拟生机关假死", + "description": "boss战中假死逻辑", + "abilityName": [ + "Monster_Apparatus_Enigma_FakeDie" + ], + "isCommon": null + }, + { + "name": "普通版本拟生机关", + "description": "普通版本拟生机关", + "abilityName": [ + "MonsterAffix_Enigma_Summoned_Normal" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 57.0528, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 48.984, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.5 + }, + "fundamentalForce": null, + "reward": null, + "name": "遗迹侦察者", + "route": "Ruin Scout", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicNettler" + }, + "24020403": { + "id": 24020403, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "拟生机关假死", + "description": "boss战中假死逻辑", + "abilityName": [ + "Monster_Apparatus_Enigma_FakeDie" + ], + "isCommon": null + }, + { + "name": "强化版本拟生机关", + "description": "强化版本拟生机关", + "abilityName": [ + "MonsterAffix_Enigma_Summoned_Enhanced" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 57.0528, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 48.984, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.5 + }, + "fundamentalForce": null, + "reward": null, + "name": "遗迹侦察者", + "route": "Ruin Scout", + "icon": "UI_MonsterIcon_Apparatus_Enigma_BionicNettler" + }, + "24021101": { + "id": 24021101, + "type": "MONSTER_BOSS", + "affix": null, + "hpDrops": [ + { + "id": 22010030, + "hpPercent": 66 + }, { "id": 22010030, "hpPercent": 33 @@ -21814,13 +21984,13 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 230.92799, + "initValue": 217.34399, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 75.36, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 90.432, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -21856,26 +22026,6 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "104121": { - "name": "涤净青金碎屑", - "rank": 2, - "icon": "UI_ItemIcon_104121" - }, - "104122": { - "name": "涤净青金断片", - "rank": 3, - "icon": "UI_ItemIcon_104122" - }, - "104123": { - "name": "涤净青金块", - "rank": 4, - "icon": "UI_ItemIcon_104123" - }, - "104124": { - "name": "涤净青金", - "rank": 5, - "icon": "UI_ItemIcon_104124" - }, "104161": { "name": "哀叙冰玉碎屑", "rank": 2, @@ -21896,10 +22046,30 @@ "rank": 5, "icon": "UI_ItemIcon_104164" }, - "113038": { - "name": "永续机芯", + "104171": { + "name": "坚牢黄玉碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104171" + }, + "104172": { + "name": "坚牢黄玉断片", + "rank": 3, + "icon": "UI_ItemIcon_104172" + }, + "104173": { + "name": "坚牢黄玉块", "rank": 4, - "icon": "UI_ItemIcon_113038", + "icon": "UI_ItemIcon_104173" + }, + "104174": { + "name": "坚牢黄玉", + "rank": 5, + "icon": "UI_ItemIcon_104174" + }, + "113023": { + "name": "恒常机关之心", + "rank": 4, + "icon": "UI_ItemIcon_113023", "count": "2.5556" }, "400022": { @@ -21958,12 +22128,12 @@ "icon": "UI_RelicIcon_15013_3" } }, - "name": "兆载永劫龙兽", - "route": "Aeonblight Drake", - "icon": "UI_MonsterIcon_Gargoyle_Fafnir" + "name": "恒常机关阵列", + "route": "Perpetual Mechanical Array", + "icon": "UI_MonsterIcon_Apparatus_Perpetual" }, - "24030302": { - "id": 24030302, + "24021102": { + "id": 24021102, "type": "MONSTER_BOSS", "affix": null, "hpDrops": [ @@ -21979,13 +22149,13 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 203.75999, + "initValue": 217.34399, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", "initValue": 90.432, - "type": "GROW_CURVE_ATTACK_2" + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -22005,37 +22175,33 @@ }, "fundamentalForce": null, "reward": null, - "name": "兆载永劫龙兽", - "route": "Aeonblight Drake", - "icon": "UI_MonsterIcon_Gargoyle_Fafnir" + "name": "恒常机关阵列", + "route": "Perpetual Mechanical Array", + "icon": "UI_MonsterIcon_Apparatus_Perpetual" }, - "24040101": { - "id": 24040101, + "24030101": { + "id": 24030101, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 75 - }, - { - "id": 22010010, - "hpPercent": 50 + "id": 22010030, + "hpPercent": 66 }, { - "id": 22010010, - "hpPercent": 25 + "id": 22010030, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 46.1856, + "initValue": 67.92, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 45.216, + "initValue": 62.8, "type": "GROW_CURVE_ATTACK_2" }, { @@ -22052,7 +22218,7 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": 0.5 }, "fundamentalForce": null, "reward": { @@ -22061,23 +22227,23 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112071": { - "name": "破缺棱晶", + "112068": { + "name": "混沌容器", "rank": 2, - "icon": "UI_ItemIcon_112071", - "count": "2.6263" + "icon": "UI_ItemIcon_112068", + "count": "3.9394" }, - "112072": { - "name": "混浊棱晶", + "112069": { + "name": "混沌模块", "rank": 3, - "icon": "UI_ItemIcon_112072", - "count": "0.7003" + "icon": "UI_ItemIcon_112069", + "count": "1.0505" }, - "112073": { - "name": "辉光棱晶", + "112070": { + "name": "混沌锚栓", "rank": 4, - "icon": "UI_ItemIcon_112073", - "count": "0.1751" + "icon": "UI_ItemIcon_112070", + "count": "0.2626" }, "400022": { "name": "战狂", @@ -22115,147 +22281,33 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "元能构装体·力场发生器", - "route": "Primal Construct: Repulsor", - "icon": "UI_MonsterIcon_Monolith_Ordinator" + "name": "遗迹龙兽·空巡", + "route": "Ruin Drake: Skywatch", + "icon": "UI_MonsterIcon_Gargoyle" }, - "24040201": { - "id": 24040201, - "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 75 - }, - { - "id": 22010010, - "hpPercent": 50 - }, - { - "id": 22010010, - "hpPercent": 25 - } - ], - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 46.1856, - "type": "GROW_CURVE_HP_2" - }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 45.216, - "type": "GROW_CURVE_ATTACK_2" - }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" - } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 - }, - "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112071": { - "name": "破缺棱晶", - "rank": 2, - "icon": "UI_ItemIcon_112071", - "count": "2.6263" - }, - "112072": { - "name": "混浊棱晶", - "rank": 3, - "icon": "UI_ItemIcon_112072", - "count": "0.7003" - }, - "112073": { - "name": "辉光棱晶", - "rank": 4, - "icon": "UI_ItemIcon_112073", - "count": "0.1751" - }, - "400022": { - "name": "战狂", - "rank": 3, - "icon": "UI_RelicIcon_10005_4" - }, - "400023": { - "name": "战狂", - "rank": 4, - "icon": "UI_RelicIcon_10005_4" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" - }, - "400042": { - "name": "流放者", - "rank": 3, - "icon": "UI_RelicIcon_10009_4" - }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" - }, - "400062": { - "name": "游医", - "rank": 3, - "icon": "UI_RelicIcon_10013_4" - } - }, - "name": "元能构装体·重塑仪", - "route": "Primal Construct: Reshaper", - "icon": "UI_MonsterIcon_Monolith_Ordinator" - }, - "24040301": { - "id": 24040301, + "24030201": { + "id": 24030201, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 75 - }, - { - "id": 22010010, - "hpPercent": 50 + "id": 22010030, + "hpPercent": 66 }, { - "id": 22010010, - "hpPercent": 25 + "id": 22010030, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 46.1856, + "initValue": 95.088, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 45.216, + "initValue": 50.24, "type": "GROW_CURVE_ATTACK_2" }, { @@ -22272,7 +22324,7 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": 0.5 }, "fundamentalForce": null, "reward": { @@ -22281,23 +22333,23 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112071": { - "name": "破缺棱晶", + "112068": { + "name": "混沌容器", "rank": 2, - "icon": "UI_ItemIcon_112071", - "count": "2.6263" + "icon": "UI_ItemIcon_112068", + "count": "3.9394" }, - "112072": { - "name": "混浊棱晶", + "112069": { + "name": "混沌模块", "rank": 3, - "icon": "UI_ItemIcon_112072", - "count": "0.7003" + "icon": "UI_ItemIcon_112069", + "count": "1.0505" }, - "112073": { - "name": "辉光棱晶", + "112070": { + "name": "混沌锚栓", "rank": 4, - "icon": "UI_ItemIcon_112073", - "count": "0.1751" + "icon": "UI_ItemIcon_112070", + "count": "0.2626" }, "400022": { "name": "战狂", @@ -22335,12 +22387,12 @@ "icon": "UI_RelicIcon_10013_4" } }, - "name": "元能构装体·勘探机", - "route": "Primal Construct: Prospector", - "icon": "UI_MonsterIcon_Monolith_Ordinator" + "name": "遗迹龙兽·地巡", + "route": "Ruin Drake: Earthguard", + "icon": "UI_MonsterIcon_Gargoyle" }, - "24050101": { - "id": 24050101, + "24030301": { + "id": 24030301, "type": "MONSTER_BOSS", "affix": null, "hpDrops": [ @@ -22356,12 +22408,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 217.34399, + "initValue": 230.92799, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 82.896, + "initValue": 75.36, "type": "GROW_CURVE_ATTACK_2" }, { @@ -22378,7 +22430,7 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": 0.7 }, "fundamentalForce": null, "reward": { @@ -22398,50 +22450,50 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "104111": { - "name": "燃愿玛瑙碎屑", + "104121": { + "name": "涤净青金碎屑", "rank": 2, - "icon": "UI_ItemIcon_104111" + "icon": "UI_ItemIcon_104121" }, - "104112": { - "name": "燃愿玛瑙断片", + "104122": { + "name": "涤净青金断片", "rank": 3, - "icon": "UI_ItemIcon_104112" + "icon": "UI_ItemIcon_104122" }, - "104113": { - "name": "燃愿玛瑙块", + "104123": { + "name": "涤净青金块", "rank": 4, - "icon": "UI_ItemIcon_104113" + "icon": "UI_ItemIcon_104123" }, - "104114": { - "name": "燃愿玛瑙", + "104124": { + "name": "涤净青金", "rank": 5, - "icon": "UI_ItemIcon_104114" + "icon": "UI_ItemIcon_104124" }, - "104151": { - "name": "自在松石碎屑", + "104161": { + "name": "哀叙冰玉碎屑", "rank": 2, - "icon": "UI_ItemIcon_104151" + "icon": "UI_ItemIcon_104161" }, - "104152": { - "name": "自在松石断片", + "104162": { + "name": "哀叙冰玉断片", "rank": 3, - "icon": "UI_ItemIcon_104152" + "icon": "UI_ItemIcon_104162" }, - "104153": { - "name": "自在松石块", + "104163": { + "name": "哀叙冰玉块", "rank": 4, - "icon": "UI_ItemIcon_104153" + "icon": "UI_ItemIcon_104163" }, - "104154": { - "name": "自在松石", + "104164": { + "name": "哀叙冰玉", "rank": 5, - "icon": "UI_ItemIcon_104154" + "icon": "UI_ItemIcon_104164" }, - "113039": { - "name": "导光四面体", + "113038": { + "name": "永续机芯", "rank": 4, - "icon": "UI_ItemIcon_113039", + "icon": "UI_ItemIcon_113038", "count": "2.5556" }, "400022": { @@ -22454,20 +22506,20 @@ "rank": 4, "icon": "UI_RelicIcon_10005_4" }, - "400032": { - "name": "教官", + "400042": { + "name": "流放者", "rank": 3, - "icon": "UI_RelicIcon_10007_4" + "icon": "UI_RelicIcon_10009_4" }, - "400033": { - "name": "教官", + "400043": { + "name": "流放者", "rank": 4, - "icon": "UI_RelicIcon_10007_4" + "icon": "UI_RelicIcon_10009_4" }, - "400047": { - "name": "冒险家", + "400052": { + "name": "幸运儿", "rank": 3, - "icon": "UI_RelicIcon_10010_4" + "icon": "UI_RelicIcon_10011_4" }, "400088": { "name": "角斗士的终幕礼", @@ -22489,57 +22541,44 @@ "rank": 5, "icon": "UI_RelicIcon_15003_4" }, - "400127": { - "name": "祭火之人", + "400147": { + "name": "祭冰之人", "rank": 3, - "icon": "UI_RelicIcon_15009_3" + "icon": "UI_RelicIcon_15013_3" }, - "400128": { - "name": "祭火之人", + "400148": { + "name": "祭冰之人", "rank": 4, - "icon": "UI_RelicIcon_15009_3" + "icon": "UI_RelicIcon_15013_3" } }, - "name": "半永恒统辖矩阵", - "route": "Algorithm of Semi-Intransient Matrix of Overseer Network", - "icon": "UI_MonsterIcon_Monolith_Starchild" + "name": "兆载永劫龙兽", + "route": "Aeonblight Drake", + "icon": "UI_MonsterIcon_Gargoyle_Fafnir" }, - "24060401": { - "id": 24060401, - "type": "MONSTER_ORDINARY", - "affix": [ + "24030302": { + "id": 24030302, + "type": "MONSTER_BOSS", + "affix": null, + "hpDrops": [ { - "name": "正义机器-荒", - "description": "正义机器-荒性词缀", - "abilityName": [ - "Monster_MachinaIustitia_Pneuma" - ], - "isCommon": null + "id": 22010030, + "hpPercent": 66 }, { - "name": "正义机器-天线", - "description": "正义机器-天线词缀", - "abilityName": [ - "Monster_MachinaIustitia_Coil_01" - ], - "isCommon": null - } - ], - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 60 + "id": 22010030, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 203.75999, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 90.432, "type": "GROW_CURVE_ATTACK_2" }, { @@ -22556,74 +22595,41 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 - }, - "fundamentalForce": "Pneuma", - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112083": { - "name": "啮合齿轮", - "rank": 1, - "icon": "UI_ItemIcon_112083", - "count": "1.2606" - }, - "112084": { - "name": "机关正齿轮", - "rank": 2, - "icon": "UI_ItemIcon_112084", - "count": "0.3362" - }, - "112085": { - "name": "奇械机芯齿轮", - "rank": 3, - "icon": "UI_ItemIcon_112085", - "count": "0.084" - } + "physicalSubHurt": 0.7 }, - "name": "机关·地质勘探型", - "route": "Geological Survey Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Probe" + "fundamentalForce": null, + "reward": null, + "name": "兆载永劫龙兽", + "route": "Aeonblight Drake", + "icon": "UI_MonsterIcon_Gargoyle_Fafnir" }, - "24060402": { - "id": 24060402, + "24040101": { + "id": 24040101, "type": "MONSTER_ORDINARY", - "affix": [ + "affix": null, + "hpDrops": [ { - "name": "正义机器-荒", - "description": "正义机器-荒性词缀", - "abilityName": [ - "Monster_MachinaIustitia_Pneuma" - ], - "isCommon": null + "id": 22010010, + "hpPercent": 75 }, { - "name": "正义机器-电池", - "description": "正义机器-电池词缀", - "abilityName": [ - "Monster_MachinaIustitia_Coil_02" - ], - "isCommon": null - } - ], - "hpDrops": [ + "id": 22010010, + "hpPercent": 50 + }, { "id": 22010010, - "hpPercent": 60 + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 46.1856, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 45.216, "type": "GROW_CURVE_ATTACK_2" }, { @@ -22642,72 +22648,98 @@ "rockSubHurt": 0.1, "physicalSubHurt": 0.1 }, - "fundamentalForce": "Pneuma", + "fundamentalForce": null, "reward": { "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "112083": { - "name": "啮合齿轮", - "rank": 1, - "icon": "UI_ItemIcon_112083", - "count": "1.2606" - }, - "112084": { - "name": "机关正齿轮", + "112071": { + "name": "破缺棱晶", "rank": 2, - "icon": "UI_ItemIcon_112084", - "count": "0.3362" + "icon": "UI_ItemIcon_112071", + "count": "2.6263" }, - "112085": { - "name": "奇械机芯齿轮", + "112072": { + "name": "混浊棱晶", "rank": 3, - "icon": "UI_ItemIcon_112085", - "count": "0.084" + "icon": "UI_ItemIcon_112072", + "count": "0.7003" + }, + "112073": { + "name": "辉光棱晶", + "rank": 4, + "icon": "UI_ItemIcon_112073", + "count": "0.1751" + }, + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" + }, + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400042": { + "name": "流放者", + "rank": 3, + "icon": "UI_RelicIcon_10009_4" + }, + "400043": { + "name": "流放者", + "rank": 4, + "icon": "UI_RelicIcon_10009_4" + }, + "400062": { + "name": "游医", + "rank": 3, + "icon": "UI_RelicIcon_10013_4" } }, - "name": "机关·地质勘探型", - "route": "Geological Survey Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Probe" + "name": "元能构装体·力场发生器", + "route": "Primal Construct: Repulsor", + "icon": "UI_MonsterIcon_Monolith_Ordinator" }, - "24065401": { - "id": 24065401, + "24040201": { + "id": 24040201, "type": "MONSTER_ORDINARY", - "affix": [ + "affix": null, + "hpDrops": [ { - "name": "正义机器-光", - "description": "正义机器-光性词缀", - "abilityName": [ - "Monster_MachinaIustitia_Ousia" - ], - "isCommon": null + "id": 22010010, + "hpPercent": 75 }, { - "name": "正义机器-天线", - "description": "正义机器-天线词缀", - "abilityName": [ - "Monster_MachinaIustitia_Coil_01" - ], - "isCommon": null - } - ], - "hpDrops": [ + "id": 22010010, + "hpPercent": 50 + }, { "id": 22010010, - "hpPercent": 60 + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 46.1856, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 45.216, "type": "GROW_CURVE_ATTACK_2" }, { @@ -22726,72 +22758,98 @@ "rockSubHurt": 0.1, "physicalSubHurt": 0.1 }, - "fundamentalForce": "Ousia", + "fundamentalForce": null, "reward": { "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "112083": { - "name": "啮合齿轮", - "rank": 1, - "icon": "UI_ItemIcon_112083", - "count": "1.2606" - }, - "112084": { - "name": "机关正齿轮", + "112071": { + "name": "破缺棱晶", "rank": 2, - "icon": "UI_ItemIcon_112084", - "count": "0.3362" + "icon": "UI_ItemIcon_112071", + "count": "2.6263" }, - "112085": { - "name": "奇械机芯齿轮", + "112072": { + "name": "混浊棱晶", "rank": 3, - "icon": "UI_ItemIcon_112085", - "count": "0.084" - } - }, - "name": "机关·地质勘探型", - "route": "Geological Survey Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Probe" - }, - "24065402": { - "id": 24065402, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "正义机器-光", - "description": "正义机器-光性词缀", - "abilityName": [ - "Monster_MachinaIustitia_Ousia" - ], - "isCommon": null + "icon": "UI_ItemIcon_112072", + "count": "0.7003" }, - { - "name": "正义机器-电池", - "description": "正义机器-电池词缀", - "abilityName": [ - "Monster_MachinaIustitia_Coil_02" - ], - "isCommon": null + "112073": { + "name": "辉光棱晶", + "rank": 4, + "icon": "UI_ItemIcon_112073", + "count": "0.1751" + }, + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" + }, + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400042": { + "name": "流放者", + "rank": 3, + "icon": "UI_RelicIcon_10009_4" + }, + "400043": { + "name": "流放者", + "rank": 4, + "icon": "UI_RelicIcon_10009_4" + }, + "400062": { + "name": "游医", + "rank": 3, + "icon": "UI_RelicIcon_10013_4" } - ], + }, + "name": "元能构装体·重塑仪", + "route": "Primal Construct: Reshaper", + "icon": "UI_MonsterIcon_Monolith_Ordinator" + }, + "24040301": { + "id": 24040301, + "type": "MONSTER_ORDINARY", + "affix": null, "hpDrops": [ { "id": 22010010, - "hpPercent": 60 + "hpPercent": 75 + }, + { + "id": 22010010, + "hpPercent": 50 + }, + { + "id": 22010010, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 46.1856, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 45.216, "type": "GROW_CURVE_ATTACK_2" }, { @@ -22810,132 +22868,94 @@ "rockSubHurt": 0.1, "physicalSubHurt": 0.1 }, - "fundamentalForce": "Ousia", + "fundamentalForce": null, "reward": { "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "112083": { - "name": "啮合齿轮", - "rank": 1, - "icon": "UI_ItemIcon_112083", - "count": "1.2606" - }, - "112084": { - "name": "机关正齿轮", + "112071": { + "name": "破缺棱晶", "rank": 2, - "icon": "UI_ItemIcon_112084", - "count": "0.3362" + "icon": "UI_ItemIcon_112071", + "count": "2.6263" }, - "112085": { - "name": "奇械机芯齿轮", + "112072": { + "name": "混浊棱晶", "rank": 3, - "icon": "UI_ItemIcon_112085", - "count": "0.084" - } - }, - "name": "机关·地质勘探型", - "route": "Geological Survey Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Probe" - }, - "24068401": { - "id": 24068401, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "正义机器-荒", - "description": "正义机器-荒性词缀", - "abilityName": [ - "Monster_MachinaIustitia_Pneuma" - ], - "isCommon": null + "icon": "UI_ItemIcon_112072", + "count": "0.7003" }, - { - "name": "正义机器-天线", - "description": "正义机器-天线词缀", - "abilityName": [ - "Monster_MachinaIustitia_Coil_01" - ], - "isCommon": null - } - ], - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 60 - } - ], - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, - "type": "GROW_CURVE_HP_2" + "112073": { + "name": "辉光棱晶", + "rank": 4, + "icon": "UI_ItemIcon_112073", + "count": "0.1751" }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, - "type": "GROW_CURVE_ATTACK_2" + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400042": { + "name": "流放者", + "rank": 3, + "icon": "UI_RelicIcon_10009_4" + }, + "400043": { + "name": "流放者", + "rank": 4, + "icon": "UI_RelicIcon_10009_4" + }, + "400062": { + "name": "游医", + "rank": 3, + "icon": "UI_RelicIcon_10013_4" } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 }, - "fundamentalForce": "Pneuma", - "reward": null, - "name": "机关·地质勘探型", - "route": "Geological Survey Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Probe" + "name": "元能构装体·勘探机", + "route": "Primal Construct: Prospector", + "icon": "UI_MonsterIcon_Monolith_Ordinator" }, - "24060101": { - "id": 24060101, - "type": "MONSTER_ORDINARY", - "affix": [ + "24050101": { + "id": 24050101, + "type": "MONSTER_BOSS", + "affix": null, + "hpDrops": [ { - "name": "正义机器-荒", - "description": "正义机器-荒性词缀", - "abilityName": [ - "Monster_MachinaIustitia_Pneuma" - ], - "isCommon": null + "id": 22010030, + "hpPercent": 66 }, { - "name": "正义机器-天线", - "description": "正义机器-天线词缀", - "abilityName": [ - "Monster_MachinaIustitia_Coil_01" - ], - "isCommon": null - } - ], - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 60 + "id": 22010030, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 217.34399, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 82.896, "type": "GROW_CURVE_ATTACK_2" }, { @@ -22954,38 +22974,132 @@ "rockSubHurt": 0.1, "physicalSubHurt": 0.1 }, - "fundamentalForce": "Pneuma", + "fundamentalForce": null, "reward": { + "102": { + "name": "冒险阅历", + "rank": 3, + "icon": "UI_ItemIcon_102", + "count": "200" + }, + "105": { + "name": "好感经验", + "rank": 3, + "icon": "UI_ItemIcon_105" + }, "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "112083": { - "name": "啮合齿轮", - "rank": 1, - "icon": "UI_ItemIcon_112083", - "count": "1.2606" - }, - "112084": { - "name": "机关正齿轮", + "104111": { + "name": "燃愿玛瑙碎屑", "rank": 2, - "icon": "UI_ItemIcon_112084", - "count": "0.3362" + "icon": "UI_ItemIcon_104111" }, - "112085": { - "name": "奇械机芯齿轮", + "104112": { + "name": "燃愿玛瑙断片", "rank": 3, - "icon": "UI_ItemIcon_112085", - "count": "0.084" + "icon": "UI_ItemIcon_104112" + }, + "104113": { + "name": "燃愿玛瑙块", + "rank": 4, + "icon": "UI_ItemIcon_104113" + }, + "104114": { + "name": "燃愿玛瑙", + "rank": 5, + "icon": "UI_ItemIcon_104114" + }, + "104151": { + "name": "自在松石碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104151" + }, + "104152": { + "name": "自在松石断片", + "rank": 3, + "icon": "UI_ItemIcon_104152" + }, + "104153": { + "name": "自在松石块", + "rank": 4, + "icon": "UI_ItemIcon_104153" + }, + "104154": { + "name": "自在松石", + "rank": 5, + "icon": "UI_ItemIcon_104154" + }, + "113039": { + "name": "导光四面体", + "rank": 4, + "icon": "UI_ItemIcon_113039", + "count": "2.5556" + }, + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" + }, + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400047": { + "name": "冒险家", + "rank": 3, + "icon": "UI_RelicIcon_10010_4" + }, + "400088": { + "name": "角斗士的终幕礼", + "rank": 4, + "icon": "UI_RelicIcon_15001_4" + }, + "400089": { + "name": "角斗士的终幕礼", + "rank": 5, + "icon": "UI_RelicIcon_15001_4" + }, + "400098": { + "name": "流浪大地的乐团", + "rank": 4, + "icon": "UI_RelicIcon_15003_4" + }, + "400099": { + "name": "流浪大地的乐团", + "rank": 5, + "icon": "UI_RelicIcon_15003_4" + }, + "400127": { + "name": "祭火之人", + "rank": 3, + "icon": "UI_RelicIcon_15009_3" + }, + "400128": { + "name": "祭火之人", + "rank": 4, + "icon": "UI_RelicIcon_15009_3" } }, - "name": "机关·侦察记录型", - "route": "Recon Log Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" + "name": "半永恒统辖矩阵", + "route": "Algorithm of Semi-Intransient Matrix of Overseer Network", + "icon": "UI_MonsterIcon_Monolith_Starchild" }, - "24060102": { - "id": 24060102, + "24060401": { + "id": 24060401, "type": "MONSTER_ORDINARY", "affix": [ { @@ -22997,10 +23111,10 @@ "isCommon": null }, { - "name": "正义机器-电池", - "description": "正义机器-电池词缀", + "name": "正义机器-天线", + "description": "正义机器-天线词缀", "abilityName": [ - "Monster_MachinaIustitia_Coil_02" + "Monster_MachinaIustitia_Coil_01" ], "isCommon": null } @@ -23014,12 +23128,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23064,27 +23178,27 @@ "count": "0.084" } }, - "name": "机关·侦察记录型", - "route": "Recon Log Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" + "name": "机关·地质勘探型", + "route": "Geological Survey Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Probe" }, - "24065101": { - "id": 24065101, + "24060402": { + "id": 24060402, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "正义机器-光", - "description": "正义机器-光性词缀", + "name": "正义机器-荒", + "description": "正义机器-荒性词缀", "abilityName": [ - "Monster_MachinaIustitia_Ousia" + "Monster_MachinaIustitia_Pneuma" ], "isCommon": null }, { - "name": "正义机器-天线", - "description": "正义机器-天线词缀", + "name": "正义机器-电池", + "description": "正义机器-电池词缀", "abilityName": [ - "Monster_MachinaIustitia_Coil_01" + "Monster_MachinaIustitia_Coil_02" ], "isCommon": null } @@ -23098,12 +23212,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23122,7 +23236,7 @@ "rockSubHurt": 0.1, "physicalSubHurt": 0.1 }, - "fundamentalForce": "Ousia", + "fundamentalForce": "Pneuma", "reward": { "202": { "name": "摩拉", @@ -23148,12 +23262,12 @@ "count": "0.084" } }, - "name": "机关·侦察记录型", - "route": "Recon Log Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" + "name": "机关·地质勘探型", + "route": "Geological Survey Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Probe" }, - "24065102": { - "id": 24065102, + "24065401": { + "id": 24065401, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23165,10 +23279,10 @@ "isCommon": null }, { - "name": "正义机器-电池", - "description": "正义机器-电池词缀", + "name": "正义机器-天线", + "description": "正义机器-天线词缀", "abilityName": [ - "Monster_MachinaIustitia_Coil_02" + "Monster_MachinaIustitia_Coil_01" ], "isCommon": null } @@ -23182,12 +23296,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23232,12 +23346,12 @@ "count": "0.084" } }, - "name": "机关·侦察记录型", - "route": "Recon Log Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" + "name": "机关·地质勘探型", + "route": "Geological Survey Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Probe" }, - "24065103": { - "id": 24065103, + "24065402": { + "id": 24065402, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23249,10 +23363,10 @@ "isCommon": null }, { - "name": "正义机器-天线", - "description": "正义机器-天线词缀", + "name": "正义机器-电池", + "description": "正义机器-电池词缀", "abilityName": [ - "Monster_MachinaIustitia_Coil_01" + "Monster_MachinaIustitia_Coil_02" ], "isCommon": null } @@ -23266,12 +23380,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23291,13 +23405,37 @@ "physicalSubHurt": 0.1 }, "fundamentalForce": "Ousia", - "reward": null, - "name": "机关·侦察记录型", - "route": "Recon Log Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112083": { + "name": "啮合齿轮", + "rank": 1, + "icon": "UI_ItemIcon_112083", + "count": "1.2606" + }, + "112084": { + "name": "机关正齿轮", + "rank": 2, + "icon": "UI_ItemIcon_112084", + "count": "0.3362" + }, + "112085": { + "name": "奇械机芯齿轮", + "rank": 3, + "icon": "UI_ItemIcon_112085", + "count": "0.084" + } + }, + "name": "机关·地质勘探型", + "route": "Geological Survey Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Probe" }, - "24068101": { - "id": 24068101, + "24068401": { + "id": 24068401, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23326,12 +23464,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23352,12 +23490,12 @@ }, "fundamentalForce": "Pneuma", "reward": null, - "name": "机关·侦察记录型", - "route": "Recon Log Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" + "name": "机关·地质勘探型", + "route": "Geological Survey Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Probe" }, - "24060201": { - "id": 24060201, + "24060101": { + "id": 24060101, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23386,12 +23524,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 24.4512, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23436,12 +23574,12 @@ "count": "0.084" } }, - "name": "机关·算力增幅器", - "route": "Arithmetic Enhancer Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Pylon" + "name": "机关·侦察记录型", + "route": "Recon Log Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" }, - "24060202": { - "id": 24060202, + "24060102": { + "id": 24060102, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23470,12 +23608,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 24.4512, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23520,12 +23658,12 @@ "count": "0.084" } }, - "name": "机关·算力增幅器", - "route": "Arithmetic Enhancer Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Pylon" + "name": "机关·侦察记录型", + "route": "Recon Log Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" }, - "24065201": { - "id": 24065201, + "24065101": { + "id": 24065101, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23554,12 +23692,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 24.4512, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23604,12 +23742,12 @@ "count": "0.084" } }, - "name": "机关·算力增幅器", - "route": "Arithmetic Enhancer Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Pylon" + "name": "机关·侦察记录型", + "route": "Recon Log Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" }, - "24065202": { - "id": 24065202, + "24065102": { + "id": 24065102, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23638,12 +23776,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 24.4512, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23688,12 +23826,72 @@ "count": "0.084" } }, - "name": "机关·算力增幅器", - "route": "Arithmetic Enhancer Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Pylon" + "name": "机关·侦察记录型", + "route": "Recon Log Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" }, - "24068201": { - "id": 24068201, + "24065103": { + "id": 24065103, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "正义机器-光", + "description": "正义机器-光性词缀", + "abilityName": [ + "Monster_MachinaIustitia_Ousia" + ], + "isCommon": null + }, + { + "name": "正义机器-天线", + "description": "正义机器-天线词缀", + "abilityName": [ + "Monster_MachinaIustitia_Coil_01" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 21.7344, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 22.608, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": "Ousia", + "reward": null, + "name": "机关·侦察记录型", + "route": "Recon Log Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" + }, + "24068101": { + "id": 24068101, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23722,12 +23920,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 24.4512, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23748,12 +23946,12 @@ }, "fundamentalForce": "Pneuma", "reward": null, - "name": "机关·算力增幅器", - "route": "Arithmetic Enhancer Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Pylon" + "name": "机关·侦察记录型", + "route": "Recon Log Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Sentry" }, - "24060301": { - "id": 24060301, + "24060201": { + "id": 24060201, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23773,16 +23971,21 @@ "isCommon": null } ], - "hpDrops": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 19.48134, - "type": "GROW_CURVE_HP_ENVIRONMENT" + "initValue": 24.4512, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 45, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23827,12 +24030,12 @@ "count": "0.084" } }, - "name": "机关·水下勘测型", - "route": "Underwater Survey Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Recon" + "name": "机关·算力增幅器", + "route": "Arithmetic Enhancer Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Pylon" }, - "24060302": { - "id": 24060302, + "24060202": { + "id": 24060202, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23852,16 +24055,21 @@ "isCommon": null } ], - "hpDrops": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 19.48134, - "type": "GROW_CURVE_HP_ENVIRONMENT" + "initValue": 24.4512, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 45, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23906,12 +24114,12 @@ "count": "0.084" } }, - "name": "机关·水下勘测型", - "route": "Underwater Survey Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Recon" + "name": "机关·算力增幅器", + "route": "Arithmetic Enhancer Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Pylon" }, - "24065301": { - "id": 24065301, + "24065201": { + "id": 24065201, "type": "MONSTER_ORDINARY", "affix": [ { @@ -23931,16 +24139,21 @@ "isCommon": null } ], - "hpDrops": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 19.48134, - "type": "GROW_CURVE_HP_ENVIRONMENT" + "initValue": 24.4512, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 45, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -23985,12 +24198,12 @@ "count": "0.084" } }, - "name": "机关·水下勘测型", - "route": "Underwater Survey Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Recon" + "name": "机关·算力增幅器", + "route": "Arithmetic Enhancer Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Pylon" }, - "24065302": { - "id": 24065302, + "24065202": { + "id": 24065202, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24010,16 +24223,21 @@ "isCommon": null } ], - "hpDrops": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 19.48134, - "type": "GROW_CURVE_HP_ENVIRONMENT" + "initValue": 24.4512, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 45, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24064,12 +24282,12 @@ "count": "0.084" } }, - "name": "机关·水下勘测型", - "route": "Underwater Survey Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Recon" + "name": "机关·算力增幅器", + "route": "Arithmetic Enhancer Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Pylon" }, - "24068301": { - "id": 24068301, + "24068201": { + "id": 24068201, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24089,16 +24307,21 @@ "isCommon": null } ], - "hpDrops": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 19.48134, - "type": "GROW_CURVE_HP_ENVIRONMENT" + "initValue": 24.4512, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 45, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24119,12 +24342,12 @@ }, "fundamentalForce": "Pneuma", "reward": null, - "name": "机关·水下勘测型", - "route": "Underwater Survey Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Recon" + "name": "机关·算力增幅器", + "route": "Arithmetic Enhancer Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Pylon" }, - "24060501": { - "id": 24060501, + "24060301": { + "id": 24060301, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24148,12 +24371,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 32.4689, + "initValue": 19.48134, "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50, + "initValue": 45, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24198,12 +24421,12 @@ "count": "0.084" } }, - "name": "机关·水下巡游型", - "route": "Underwater Patrol Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Nautilus" + "name": "机关·水下勘测型", + "route": "Underwater Survey Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Recon" }, - "24060502": { - "id": 24060502, + "24060302": { + "id": 24060302, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24227,12 +24450,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 32.4689, + "initValue": 19.48134, "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50, + "initValue": 45, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24277,12 +24500,12 @@ "count": "0.084" } }, - "name": "机关·水下巡游型", - "route": "Underwater Patrol Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Nautilus" + "name": "机关·水下勘测型", + "route": "Underwater Survey Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Recon" }, - "24065501": { - "id": 24065501, + "24065301": { + "id": 24065301, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24306,12 +24529,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 32.4689, + "initValue": 19.48134, "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50, + "initValue": 45, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24356,12 +24579,12 @@ "count": "0.084" } }, - "name": "机关·水下巡游型", - "route": "Underwater Patrol Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Nautilus" + "name": "机关·水下勘测型", + "route": "Underwater Survey Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Recon" }, - "24065502": { - "id": 24065502, + "24065302": { + "id": 24065302, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24385,12 +24608,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 32.4689, + "initValue": 19.48134, "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50, + "initValue": 45, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24435,12 +24658,12 @@ "count": "0.084" } }, - "name": "机关·水下巡游型", - "route": "Underwater Patrol Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Nautilus" + "name": "机关·水下勘测型", + "route": "Underwater Survey Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Recon" }, - "24068501": { - "id": 24068501, + "24068301": { + "id": 24068301, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24464,12 +24687,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 32.4689, + "initValue": 19.48134, "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50, + "initValue": 45, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24490,12 +24713,12 @@ }, "fundamentalForce": "Pneuma", "reward": null, - "name": "机关·水下巡游型", - "route": "Underwater Patrol Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Nautilus" + "name": "机关·水下勘测型", + "route": "Underwater Survey Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Recon" }, - "24060601": { - "id": 24060601, + "24060501": { + "id": 24060501, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24519,12 +24742,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 64.9378, + "initValue": 32.4689, "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 60, + "initValue": 50, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24544,13 +24767,37 @@ "physicalSubHurt": 0.1 }, "fundamentalForce": "Pneuma", - "reward": null, - "name": "机关·深海攻击型", - "route": "Deepwater Assault Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Frigate" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112083": { + "name": "啮合齿轮", + "rank": 1, + "icon": "UI_ItemIcon_112083", + "count": "1.2606" + }, + "112084": { + "name": "机关正齿轮", + "rank": 2, + "icon": "UI_ItemIcon_112084", + "count": "0.3362" + }, + "112085": { + "name": "奇械机芯齿轮", + "rank": 3, + "icon": "UI_ItemIcon_112085", + "count": "0.084" + } + }, + "name": "机关·水下巡游型", + "route": "Underwater Patrol Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Nautilus" }, - "24060602": { - "id": 24060602, + "24060502": { + "id": 24060502, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24574,12 +24821,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 64.9378, + "initValue": 32.4689, "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 60, + "initValue": 50, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24599,13 +24846,37 @@ "physicalSubHurt": 0.1 }, "fundamentalForce": "Pneuma", - "reward": null, - "name": "机关·深海攻击型", - "route": "Deepwater Assault Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Frigate" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112083": { + "name": "啮合齿轮", + "rank": 1, + "icon": "UI_ItemIcon_112083", + "count": "1.2606" + }, + "112084": { + "name": "机关正齿轮", + "rank": 2, + "icon": "UI_ItemIcon_112084", + "count": "0.3362" + }, + "112085": { + "name": "奇械机芯齿轮", + "rank": 3, + "icon": "UI_ItemIcon_112085", + "count": "0.084" + } + }, + "name": "机关·水下巡游型", + "route": "Underwater Patrol Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Nautilus" }, - "24065601": { - "id": 24065601, + "24065501": { + "id": 24065501, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24629,12 +24900,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 64.9378, + "initValue": 32.4689, "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 60, + "initValue": 50, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24654,13 +24925,37 @@ "physicalSubHurt": 0.1 }, "fundamentalForce": "Ousia", - "reward": null, - "name": "机关·深海攻击型", - "route": "Deepwater Assault Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Frigate" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112083": { + "name": "啮合齿轮", + "rank": 1, + "icon": "UI_ItemIcon_112083", + "count": "1.2606" + }, + "112084": { + "name": "机关正齿轮", + "rank": 2, + "icon": "UI_ItemIcon_112084", + "count": "0.3362" + }, + "112085": { + "name": "奇械机芯齿轮", + "rank": 3, + "icon": "UI_ItemIcon_112085", + "count": "0.084" + } + }, + "name": "机关·水下巡游型", + "route": "Underwater Patrol Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Nautilus" }, - "24065602": { - "id": 24065602, + "24065502": { + "id": 24065502, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24684,12 +24979,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 64.9378, + "initValue": 32.4689, "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 60, + "initValue": 50, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24709,13 +25004,37 @@ "physicalSubHurt": 0.1 }, "fundamentalForce": "Ousia", - "reward": null, - "name": "机关·深海攻击型", - "route": "Deepwater Assault Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Frigate" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112083": { + "name": "啮合齿轮", + "rank": 1, + "icon": "UI_ItemIcon_112083", + "count": "1.2606" + }, + "112084": { + "name": "机关正齿轮", + "rank": 2, + "icon": "UI_ItemIcon_112084", + "count": "0.3362" + }, + "112085": { + "name": "奇械机芯齿轮", + "rank": 3, + "icon": "UI_ItemIcon_112085", + "count": "0.084" + } + }, + "name": "机关·水下巡游型", + "route": "Underwater Patrol Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Nautilus" }, - "24068601": { - "id": 24068601, + "24068501": { + "id": 24068501, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24739,12 +25058,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 64.9378, + "initValue": 32.4689, "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 60, + "initValue": 50, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24765,12 +25084,12 @@ }, "fundamentalForce": "Pneuma", "reward": null, - "name": "机关·深海攻击型", - "route": "Deepwater Assault Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Frigate" + "name": "机关·水下巡游型", + "route": "Underwater Patrol Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Nautilus" }, - "24060701": { - "id": 24060701, + "24060601": { + "id": 24060601, "type": "MONSTER_ORDINARY", "affix": [ { @@ -24790,21 +25109,16 @@ "isCommon": null } ], - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 60 - } - ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 32.6016, - "type": "GROW_CURVE_HP_2" + "initValue": 64.9378, + "type": "GROW_CURVE_HP_ENVIRONMENT" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 17.584, + "initValue": 60, "type": "GROW_CURVE_ATTACK_2" }, { @@ -24824,44 +25138,130 @@ "physicalSubHurt": 0.1 }, "fundamentalForce": "Pneuma", - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112083": { - "name": "啮合齿轮", - "rank": 1, - "icon": "UI_ItemIcon_112083", - "count": "1.2606" + "reward": null, + "name": "机关·深海攻击型", + "route": "Deepwater Assault Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Frigate" + }, + "24060602": { + "id": 24060602, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "正义机器-荒", + "description": "正义机器-荒性词缀", + "abilityName": [ + "Monster_MachinaIustitia_Pneuma" + ], + "isCommon": null }, - "112084": { - "name": "机关正齿轮", - "rank": 2, - "icon": "UI_ItemIcon_112084", - "count": "0.3362" + { + "name": "正义机器-电池", + "description": "正义机器-电池词缀", + "abilityName": [ + "Monster_MachinaIustitia_Coil_02" + ], + "isCommon": null + } + ], + "hpDrops": null, + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 64.9378, + "type": "GROW_CURVE_HP_ENVIRONMENT" }, - "112085": { - "name": "奇械机芯齿轮", - "rank": 3, - "icon": "UI_ItemIcon_112085", - "count": "0.084" + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 60, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 }, - "name": "机关·灵活采集型", - "route": "Nimble Harvester Mek", - "icon": "UI_MonsterIcon_MachinaIustitia_Assimilator" + "fundamentalForce": "Pneuma", + "reward": null, + "name": "机关·深海攻击型", + "route": "Deepwater Assault Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Frigate" }, - "24060702": { - "id": 24060702, + "24065601": { + "id": 24065601, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "正义机器-荒", - "description": "正义机器-荒性词缀", + "name": "正义机器-光", + "description": "正义机器-光性词缀", "abilityName": [ - "Monster_MachinaIustitia_Pneuma" + "Monster_MachinaIustitia_Ousia" + ], + "isCommon": null + }, + { + "name": "正义机器-天线", + "description": "正义机器-天线词缀", + "abilityName": [ + "Monster_MachinaIustitia_Coil_01" + ], + "isCommon": null + } + ], + "hpDrops": null, + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 64.9378, + "type": "GROW_CURVE_HP_ENVIRONMENT" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 60, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": "Ousia", + "reward": null, + "name": "机关·深海攻击型", + "route": "Deepwater Assault Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Frigate" + }, + "24065602": { + "id": 24065602, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "正义机器-光", + "description": "正义机器-光性词缀", + "abilityName": [ + "Monster_MachinaIustitia_Ousia" ], "isCommon": null }, @@ -24874,6 +25274,116 @@ "isCommon": null } ], + "hpDrops": null, + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 64.9378, + "type": "GROW_CURVE_HP_ENVIRONMENT" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 60, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": "Ousia", + "reward": null, + "name": "机关·深海攻击型", + "route": "Deepwater Assault Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Frigate" + }, + "24068601": { + "id": 24068601, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "正义机器-荒", + "description": "正义机器-荒性词缀", + "abilityName": [ + "Monster_MachinaIustitia_Pneuma" + ], + "isCommon": null + }, + { + "name": "正义机器-天线", + "description": "正义机器-天线词缀", + "abilityName": [ + "Monster_MachinaIustitia_Coil_01" + ], + "isCommon": null + } + ], + "hpDrops": null, + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 64.9378, + "type": "GROW_CURVE_HP_ENVIRONMENT" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 60, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": "Pneuma", + "reward": null, + "name": "机关·深海攻击型", + "route": "Deepwater Assault Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Frigate" + }, + "24060701": { + "id": 24060701, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "正义机器-荒", + "description": "正义机器-荒性词缀", + "abilityName": [ + "Monster_MachinaIustitia_Pneuma" + ], + "isCommon": null + }, + { + "name": "正义机器-天线", + "description": "正义机器-天线词缀", + "abilityName": [ + "Monster_MachinaIustitia_Coil_01" + ], + "isCommon": null + } + ], "hpDrops": [ { "id": 22010010, @@ -24937,23 +25447,23 @@ "route": "Nimble Harvester Mek", "icon": "UI_MonsterIcon_MachinaIustitia_Assimilator" }, - "24065701": { - "id": 24065701, + "24060702": { + "id": 24060702, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "正义机器-光", - "description": "正义机器-光性词缀", + "name": "正义机器-荒", + "description": "正义机器-荒性词缀", "abilityName": [ - "Monster_MachinaIustitia_Ousia" + "Monster_MachinaIustitia_Pneuma" ], "isCommon": null }, { - "name": "正义机器-天线", - "description": "正义机器-天线词缀", + "name": "正义机器-电池", + "description": "正义机器-电池词缀", "abilityName": [ - "Monster_MachinaIustitia_Coil_01" + "Monster_MachinaIustitia_Coil_02" ], "isCommon": null } @@ -24991,7 +25501,7 @@ "rockSubHurt": 0.1, "physicalSubHurt": 0.1 }, - "fundamentalForce": "Ousia", + "fundamentalForce": "Pneuma", "reward": { "202": { "name": "摩拉", @@ -25021,8 +25531,8 @@ "route": "Nimble Harvester Mek", "icon": "UI_MonsterIcon_MachinaIustitia_Assimilator" }, - "24065702": { - "id": 24065702, + "24065701": { + "id": 24065701, "type": "MONSTER_ORDINARY", "affix": [ { @@ -25034,10 +25544,10 @@ "isCommon": null }, { - "name": "正义机器-电池", - "description": "正义机器-电池词缀", + "name": "正义机器-天线", + "description": "正义机器-天线词缀", "abilityName": [ - "Monster_MachinaIustitia_Coil_02" + "Monster_MachinaIustitia_Coil_01" ], "isCommon": null } @@ -25105,8 +25615,92 @@ "route": "Nimble Harvester Mek", "icon": "UI_MonsterIcon_MachinaIustitia_Assimilator" }, - "24065790": { - "id": 24065790, + "24065702": { + "id": 24065702, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "正义机器-光", + "description": "正义机器-光性词缀", + "abilityName": [ + "Monster_MachinaIustitia_Ousia" + ], + "isCommon": null + }, + { + "name": "正义机器-电池", + "description": "正义机器-电池词缀", + "abilityName": [ + "Monster_MachinaIustitia_Coil_02" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 32.6016, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 17.584, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": "Ousia", + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112083": { + "name": "啮合齿轮", + "rank": 1, + "icon": "UI_ItemIcon_112083", + "count": "1.2606" + }, + "112084": { + "name": "机关正齿轮", + "rank": 2, + "icon": "UI_ItemIcon_112084", + "count": "0.3362" + }, + "112085": { + "name": "奇械机芯齿轮", + "rank": 3, + "icon": "UI_ItemIcon_112085", + "count": "0.084" + } + }, + "name": "机关·灵活采集型", + "route": "Nimble Harvester Mek", + "icon": "UI_MonsterIcon_MachinaIustitia_Assimilator" + }, + "24065790": { + "id": 24065790, "type": "MONSTER_ORDINARY", "affix": [ { @@ -28923,37 +29517,1372 @@ "isCommon": null }, { - "name": "正义机器-双人舞战斗2", - "description": "正义机器-双人舞战斗2", + "name": "正义机器-双人舞战斗2", + "description": "正义机器-双人舞战斗2", + "abilityName": [ + "Monster_MachinaIustitia_Nutcracker_CombatType2" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010030, + "hpPercent": 75 + }, + { + "id": 22010030, + "hpPercent": 50 + }, + { + "id": 22010030, + "hpPercent": 25 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 203.75999, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 62.8, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.7, + "iceSubHurt": 0.7, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": "Pneuma", + "reward": { + "102": { + "name": "冒险阅历", + "rank": 3, + "icon": "UI_ItemIcon_102", + "count": "200" + }, + "105": { + "name": "好感经验", + "rank": 3, + "icon": "UI_ItemIcon_105" + }, + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "104151": { + "name": "自在松石碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104151" + }, + "104152": { + "name": "自在松石断片", + "rank": 3, + "icon": "UI_ItemIcon_104152" + }, + "104153": { + "name": "自在松石块", + "rank": 4, + "icon": "UI_ItemIcon_104153" + }, + "104154": { + "name": "自在松石", + "rank": 5, + "icon": "UI_ItemIcon_104154" + }, + "104161": { + "name": "哀叙冰玉碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104161" + }, + "104162": { + "name": "哀叙冰玉断片", + "rank": 3, + "icon": "UI_ItemIcon_104162" + }, + "104163": { + "name": "哀叙冰玉块", + "rank": 4, + "icon": "UI_ItemIcon_104163" + }, + "104164": { + "name": "哀叙冰玉", + "rank": 5, + "icon": "UI_ItemIcon_104164" + }, + "113049": { + "name": "奇械发条备件·歌裴莉娅", + "rank": 4, + "icon": "UI_ItemIcon_113049", + "count": "2.5556" + }, + "113050": { + "name": "奇械发条备件·科培琉司", + "rank": 4, + "icon": "UI_ItemIcon_113050", + "count": "2.5556" + }, + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" + }, + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400042": { + "name": "流放者", + "rank": 3, + "icon": "UI_RelicIcon_10009_4" + }, + "400043": { + "name": "流放者", + "rank": 4, + "icon": "UI_RelicIcon_10009_4" + }, + "400052": { + "name": "幸运儿", + "rank": 3, + "icon": "UI_RelicIcon_10011_4" + }, + "400088": { + "name": "角斗士的终幕礼", + "rank": 4, + "icon": "UI_RelicIcon_15001_4" + }, + "400089": { + "name": "角斗士的终幕礼", + "rank": 5, + "icon": "UI_RelicIcon_15001_4" + }, + "400098": { + "name": "流浪大地的乐团", + "rank": 4, + "icon": "UI_RelicIcon_15003_4" + }, + "400099": { + "name": "流浪大地的乐团", + "rank": 5, + "icon": "UI_RelicIcon_15003_4" + }, + "400147": { + "name": "祭冰之人", + "rank": 3, + "icon": "UI_RelicIcon_15013_3" + }, + "400148": { + "name": "祭冰之人", + "rank": 4, + "icon": "UI_RelicIcon_15013_3" + } + }, + "name": "冰风组曲", + "route": "Icewind Suite", + "icon": "UI_MonsterIcon_MachinaIustitia_Nutcracker" + }, + "24070301": { + "id": 24070301, + "type": "MONSTER_BOSS", + "affix": [ + { + "name": "正义机器-天线", + "description": "正义机器-天线词缀", + "abilityName": [ + "Monster_MachinaIustitia_Coil_01" + ], + "isCommon": null + }, + { + "name": "正义机器-双人舞战斗2", + "description": "正义机器-双人舞战斗2", + "abilityName": [ + "Monster_MachinaIustitia_Nutcracker_CombatType2" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010030, + "hpPercent": 75 + }, + { + "id": 22010030, + "hpPercent": 50 + }, + { + "id": 22010030, + "hpPercent": 25 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 203.75999, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 62.8, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.7, + "iceSubHurt": 0.7, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": "Pneuma", + "reward": null, + "name": "冰风组曲", + "route": "Icewind Suite", + "icon": "UI_MonsterIcon_MachinaIustitia_Nutcracker" + }, + "24080101": { + "id": 24080101, + "type": "MONSTER_BOSS", + "affix": [ + { + "name": "正义机器-荒", + "description": "正义机器-荒性词缀", + "abilityName": [ + "Monster_MachinaIustitia_Pneuma" + ], + "isCommon": null + }, + { + "name": "正义机器-天线", + "description": "正义机器-天线词缀", + "abilityName": [ + "Monster_MachinaIustitia_Coil_01" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010030, + "hpPercent": 66 + }, + { + "id": 22010030, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 213.2688, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 113.04, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.7, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": "Pneuma", + "reward": { + "102": { + "name": "冒险阅历", + "rank": 3, + "icon": "UI_ItemIcon_102", + "count": "200" + }, + "105": { + "name": "好感经验", + "rank": 3, + "icon": "UI_ItemIcon_105" + }, + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "104171": { + "name": "坚牢黄玉碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104171" + }, + "104172": { + "name": "坚牢黄玉断片", + "rank": 3, + "icon": "UI_ItemIcon_104172" + }, + "104173": { + "name": "坚牢黄玉块", + "rank": 4, + "icon": "UI_ItemIcon_104173" + }, + "104174": { + "name": "坚牢黄玉", + "rank": 5, + "icon": "UI_ItemIcon_104174" + }, + "113052": { + "name": "「图比昂装置」", + "rank": 4, + "icon": "UI_ItemIcon_113052", + "count": "2.5556" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400042": { + "name": "流放者", + "rank": 3, + "icon": "UI_RelicIcon_10009_4" + }, + "400043": { + "name": "流放者", + "rank": 4, + "icon": "UI_RelicIcon_10009_4" + }, + "400062": { + "name": "游医", + "rank": 3, + "icon": "UI_RelicIcon_10013_4" + }, + "400088": { + "name": "角斗士的终幕礼", + "rank": 4, + "icon": "UI_RelicIcon_15001_4" + }, + "400089": { + "name": "角斗士的终幕礼", + "rank": 5, + "icon": "UI_RelicIcon_15001_4" + }, + "400098": { + "name": "流浪大地的乐团", + "rank": 4, + "icon": "UI_RelicIcon_15003_4" + }, + "400099": { + "name": "流浪大地的乐团", + "rank": 5, + "icon": "UI_RelicIcon_15003_4" + } + }, + "name": "实验性场力发生装置", + "route": "Experimental Field Generator", + "icon": "UI_MonsterIcon_MachinaIustitia_Gravitas" + }, + "24080102": { + "id": 24080102, + "type": "MONSTER_BOSS", + "affix": [ + { + "name": "正义机器-荒", + "description": "正义机器-荒性词缀", + "abilityName": [ + "Monster_MachinaIustitia_Pneuma" + ], + "isCommon": null + }, + { + "name": "正义机器-电池", + "description": "正义机器-电池词缀", + "abilityName": [ + "Monster_MachinaIustitia_Coil_02" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010030, + "hpPercent": 66 + }, + { + "id": 22010030, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 213.2688, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 113.04, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.7, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": "Pneuma", + "reward": { + "102": { + "name": "冒险阅历", + "rank": 3, + "icon": "UI_ItemIcon_102", + "count": "200" + }, + "105": { + "name": "好感经验", + "rank": 3, + "icon": "UI_ItemIcon_105" + }, + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "104171": { + "name": "坚牢黄玉碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104171" + }, + "104172": { + "name": "坚牢黄玉断片", + "rank": 3, + "icon": "UI_ItemIcon_104172" + }, + "104173": { + "name": "坚牢黄玉块", + "rank": 4, + "icon": "UI_ItemIcon_104173" + }, + "104174": { + "name": "坚牢黄玉", + "rank": 5, + "icon": "UI_ItemIcon_104174" + }, + "113052": { + "name": "「图比昂装置」", + "rank": 4, + "icon": "UI_ItemIcon_113052", + "count": "2.5556" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400042": { + "name": "流放者", + "rank": 3, + "icon": "UI_RelicIcon_10009_4" + }, + "400043": { + "name": "流放者", + "rank": 4, + "icon": "UI_RelicIcon_10009_4" + }, + "400062": { + "name": "游医", + "rank": 3, + "icon": "UI_RelicIcon_10013_4" + }, + "400088": { + "name": "角斗士的终幕礼", + "rank": 4, + "icon": "UI_RelicIcon_15001_4" + }, + "400089": { + "name": "角斗士的终幕礼", + "rank": 5, + "icon": "UI_RelicIcon_15001_4" + }, + "400098": { + "name": "流浪大地的乐团", + "rank": 4, + "icon": "UI_RelicIcon_15003_4" + }, + "400099": { + "name": "流浪大地的乐团", + "rank": 5, + "icon": "UI_RelicIcon_15003_4" + } + }, + "name": "实验性场力发生装置", + "route": "Experimental Field Generator", + "icon": "UI_MonsterIcon_MachinaIustitia_Gravitas" + }, + "24090101": { + "id": 24090101, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010011, + "hpPercent": 66 + }, + { + "id": 22010011, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 95.088, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 75.36, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112113": { + "name": "秘源轴", + "rank": 2, + "icon": "UI_ItemIcon_112113", + "count": "4.596" + }, + "112114": { + "name": "秘源机鞘", + "rank": 3, + "icon": "UI_ItemIcon_112114", + "count": "1.2255" + }, + "112115": { + "name": "秘源真芯", + "rank": 4, + "icon": "UI_ItemIcon_112115", + "count": "0.3064" + }, + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" + }, + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400042": { + "name": "流放者", + "rank": 3, + "icon": "UI_RelicIcon_10009_4" + }, + "400043": { + "name": "流放者", + "rank": 4, + "icon": "UI_RelicIcon_10009_4" + }, + "400062": { + "name": "游医", + "rank": 3, + "icon": "UI_RelicIcon_10013_4" + } + }, + "name": "秘源机兵·寻捕械", + "route": "Secret Source Automaton: Hunter-Seeker", + "icon": "UI_MonsterIcon_ToothTrap" + }, + "24090201": { + "id": 24090201, + "type": "MONSTER_BOSS", + "affix": null, + "hpDrops": [ + { + "id": 22010030, + "hpPercent": 75 + }, + { + "id": 22010030, + "hpPercent": 50 + }, + { + "id": 22010030, + "hpPercent": 25 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 353.18399, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 100.48, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": { + "102": { + "name": "冒险阅历", + "rank": 3, + "icon": "UI_ItemIcon_102", + "count": "200" + }, + "105": { + "name": "好感经验", + "rank": 3, + "icon": "UI_ItemIcon_105" + }, + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "104141": { + "name": "最胜紫晶碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104141" + }, + "104142": { + "name": "最胜紫晶断片", + "rank": 3, + "icon": "UI_ItemIcon_104142" + }, + "104143": { + "name": "最胜紫晶块", + "rank": 4, + "icon": "UI_ItemIcon_104143" + }, + "104144": { + "name": "最胜紫晶", + "rank": 5, + "icon": "UI_ItemIcon_104144" + }, + "113066": { + "name": "秘刻金纹的源核", + "rank": 4, + "icon": "UI_ItemIcon_113066", + "count": "2.5556" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400042": { + "name": "流放者", + "rank": 3, + "icon": "UI_RelicIcon_10009_4" + }, + "400043": { + "name": "流放者", + "rank": 4, + "icon": "UI_RelicIcon_10009_4" + }, + "400062": { + "name": "游医", + "rank": 3, + "icon": "UI_RelicIcon_10013_4" + }, + "400088": { + "name": "角斗士的终幕礼", + "rank": 4, + "icon": "UI_RelicIcon_15001_4" + }, + "400089": { + "name": "角斗士的终幕礼", + "rank": 5, + "icon": "UI_RelicIcon_15001_4" + }, + "400098": { + "name": "流浪大地的乐团", + "rank": 4, + "icon": "UI_RelicIcon_15003_4" + }, + "400099": { + "name": "流浪大地的乐团", + "rank": 5, + "icon": "UI_RelicIcon_15003_4" + }, + "400137": { + "name": "祭雷之人", + "rank": 3, + "icon": "UI_RelicIcon_15011_3" + }, + "400138": { + "name": "祭雷之人", + "rank": 4, + "icon": "UI_RelicIcon_15011_3" + } + }, + "name": "秘源机兵·构型械", + "route": "Secret Source Automaton: Configuration Device", + "icon": "UI_MonsterIcon_DragonClaw" + }, + "25010201": { + "id": 25010201, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 16.3008, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 15.072, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112035": { + "name": "寻宝鸦印", + "rank": 1, + "icon": "UI_ItemIcon_112035", + "count": "1.2606" + }, + "112036": { + "name": "藏银鸦印", + "rank": 2, + "icon": "UI_ItemIcon_112036", + "count": "0.3362" + }, + "112037": { + "name": "攫金鸦印", + "rank": 3, + "icon": "UI_ItemIcon_112037", + "count": "0.084" + } + }, + "name": "盗宝团·斥候", + "route": "Treasure Hoarders: Scout", + "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + }, + "25010203": { + "id": 25010203, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 16.3008, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 15.072, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "盗宝团·斥候", + "route": "Treasure Hoarders: Scout", + "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + }, + "25010204": { + "id": 25010204, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 16.3008, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 15.072, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "盗宝团·斥候", + "route": "Treasure Hoarders: Scout", + "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + }, + "25010205": { + "id": 25010205, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "怪物技能变体101", + "description": "用于任务中增减技能的怪物,将怪物技能组设为101", + "abilityName": [ + "MonsterAffix_AlternativeSkillSet_101" + ], + "isCommon": true + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 16.3008, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 15.072, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "盗宝团·斥候", + "route": "Treasure Hoarders: Scout", + "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + }, + "25010206": { + "id": 25010206, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 16.3008, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 15.072, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "盗宝团·斥候", + "route": "Treasure Hoarders: Scout", + "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + }, + "25010207": { + "id": 25010207, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 16.3008, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 15.072, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "盗宝团·斥候", + "route": "Treasure Hoarders: Scout", + "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + }, + "25010208": { + "id": 25010208, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "怪物技能变体101", + "description": "用于任务中增减技能的怪物,将怪物技能组设为101", + "abilityName": [ + "MonsterAffix_AlternativeSkillSet_101" + ], + "isCommon": true + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 16.3008, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 15.072, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "盗宝团·斥候", + "route": "Treasure Hoarders: Scout", + "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + }, + "25010226": { + "id": 25010226, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": null, + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 16.3008, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 15.072, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "盗宝团·斥候", + "route": "Treasure Hoarders: Scout", + "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + }, + "25010301": { + "id": 25010301, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 21.7344, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 20.096, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112035": { + "name": "寻宝鸦印", + "rank": 1, + "icon": "UI_ItemIcon_112035", + "count": "1.2606" + }, + "112036": { + "name": "藏银鸦印", + "rank": 2, + "icon": "UI_ItemIcon_112036", + "count": "0.3362" + }, + "112037": { + "name": "攫金鸦印", + "rank": 3, + "icon": "UI_ItemIcon_112037", + "count": "0.084" + } + }, + "name": "盗宝团·火之药剂师", + "route": "Treasure Hoarders: Pyro Potioneer", + "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Fire_01" + }, + "25010302": { + "id": 25010302, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 66 + }, + { + "id": 22010010, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 21.7344, + "type": "GROW_CURVE_HP" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 20.096, + "type": "GROW_CURVE_ATTACK" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "盗宝团·火之药剂师", + "route": "Treasure Hoarders: Pyro Potioneer", + "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Fire_01" + }, + "25010390": { + "id": 25010390, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "4.7-怪物对推-敌方地面怪物标记特效", + "description": "4.7-怪物对推-敌方地面怪物标记特效", "abilityName": [ - "Monster_MachinaIustitia_Nutcracker_CombatType2" + "MvM_Monster_Common_EnemyBottom" ], - "isCommon": null - } - ], - "hpDrops": [ - { - "id": 22010030, - "hpPercent": 75 - }, - { - "id": 22010030, - "hpPercent": 50 - }, - { - "id": 22010030, - "hpPercent": 25 + "isCommon": true } ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 203.75999, + "initValue": 4.0752, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 62.8, + "initValue": 44.6, "type": "GROW_CURVE_ATTACK_2" }, { @@ -28967,196 +30896,41 @@ "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, - "windSubHurt": 0.7, - "iceSubHurt": 0.7, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, "rockSubHurt": 0.1, "physicalSubHurt": 0.1 }, - "fundamentalForce": "Pneuma", - "reward": { - "102": { - "name": "冒险阅历", - "rank": 3, - "icon": "UI_ItemIcon_102", - "count": "200" - }, - "105": { - "name": "好感经验", - "rank": 3, - "icon": "UI_ItemIcon_105" - }, - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "104151": { - "name": "自在松石碎屑", - "rank": 2, - "icon": "UI_ItemIcon_104151" - }, - "104152": { - "name": "自在松石断片", - "rank": 3, - "icon": "UI_ItemIcon_104152" - }, - "104153": { - "name": "自在松石块", - "rank": 4, - "icon": "UI_ItemIcon_104153" - }, - "104154": { - "name": "自在松石", - "rank": 5, - "icon": "UI_ItemIcon_104154" - }, - "104161": { - "name": "哀叙冰玉碎屑", - "rank": 2, - "icon": "UI_ItemIcon_104161" - }, - "104162": { - "name": "哀叙冰玉断片", - "rank": 3, - "icon": "UI_ItemIcon_104162" - }, - "104163": { - "name": "哀叙冰玉块", - "rank": 4, - "icon": "UI_ItemIcon_104163" - }, - "104164": { - "name": "哀叙冰玉", - "rank": 5, - "icon": "UI_ItemIcon_104164" - }, - "113049": { - "name": "奇械发条备件·歌裴莉娅", - "rank": 4, - "icon": "UI_ItemIcon_113049", - "count": "2.5556" - }, - "113050": { - "name": "奇械发条备件·科培琉司", - "rank": 4, - "icon": "UI_ItemIcon_113050", - "count": "2.5556" - }, - "400022": { - "name": "战狂", - "rank": 3, - "icon": "UI_RelicIcon_10005_4" - }, - "400023": { - "name": "战狂", - "rank": 4, - "icon": "UI_RelicIcon_10005_4" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" - }, - "400042": { - "name": "流放者", - "rank": 3, - "icon": "UI_RelicIcon_10009_4" - }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" - }, - "400052": { - "name": "幸运儿", - "rank": 3, - "icon": "UI_RelicIcon_10011_4" - }, - "400088": { - "name": "角斗士的终幕礼", - "rank": 4, - "icon": "UI_RelicIcon_15001_4" - }, - "400089": { - "name": "角斗士的终幕礼", - "rank": 5, - "icon": "UI_RelicIcon_15001_4" - }, - "400098": { - "name": "流浪大地的乐团", - "rank": 4, - "icon": "UI_RelicIcon_15003_4" - }, - "400099": { - "name": "流浪大地的乐团", - "rank": 5, - "icon": "UI_RelicIcon_15003_4" - }, - "400147": { - "name": "祭冰之人", - "rank": 3, - "icon": "UI_RelicIcon_15013_3" - }, - "400148": { - "name": "祭冰之人", - "rank": 4, - "icon": "UI_RelicIcon_15013_3" - } - }, - "name": "冰风组曲", - "route": "Icewind Suite", - "icon": "UI_MonsterIcon_MachinaIustitia_Nutcracker" + "fundamentalForce": null, + "reward": null, + "name": "盗宝团·火之药剂师", + "route": "Treasure Hoarders: Pyro Potioneer", + "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Fire_01" }, - "24070301": { - "id": 24070301, - "type": "MONSTER_BOSS", - "affix": [ - { - "name": "正义机器-天线", - "description": "正义机器-天线词缀", - "abilityName": [ - "Monster_MachinaIustitia_Coil_01" - ], - "isCommon": null - }, - { - "name": "正义机器-双人舞战斗2", - "description": "正义机器-双人舞战斗2", - "abilityName": [ - "Monster_MachinaIustitia_Nutcracker_CombatType2" - ], - "isCommon": null - } - ], + "25010401": { + "id": 25010401, + "type": "MONSTER_ORDINARY", + "affix": null, "hpDrops": [ { - "id": 22010030, - "hpPercent": 75 - }, - { - "id": 22010030, - "hpPercent": 50 + "id": 22010010, + "hpPercent": 66 }, { - "id": 22010030, - "hpPercent": 25 + "id": 22010010, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 203.75999, - "type": "GROW_CURVE_HP_2" + "initValue": 21.7344, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 62.8, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 20.096, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -29169,58 +30943,65 @@ "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, - "windSubHurt": 0.7, - "iceSubHurt": 0.7, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, - "fundamentalForce": "Pneuma", - "reward": null, - "name": "冰风组曲", - "route": "Icewind Suite", - "icon": "UI_MonsterIcon_MachinaIustitia_Nutcracker" - }, - "24080101": { - "id": 24080101, - "type": "MONSTER_BOSS", - "affix": [ - { - "name": "正义机器-荒", - "description": "正义机器-荒性词缀", - "abilityName": [ - "Monster_MachinaIustitia_Pneuma" - ], - "isCommon": null + "fundamentalForce": null, + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112035": { + "name": "寻宝鸦印", + "rank": 1, + "icon": "UI_ItemIcon_112035", + "count": "1.2606" }, - { - "name": "正义机器-天线", - "description": "正义机器-天线词缀", - "abilityName": [ - "Monster_MachinaIustitia_Coil_01" - ], - "isCommon": null + "112036": { + "name": "藏银鸦印", + "rank": 2, + "icon": "UI_ItemIcon_112036", + "count": "0.3362" + }, + "112037": { + "name": "攫金鸦印", + "rank": 3, + "icon": "UI_ItemIcon_112037", + "count": "0.084" } - ], + }, + "name": "盗宝团·水之药剂师", + "route": "Treasure Hoarders: Hydro Potioneer", + "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Water_01" + }, + "25010501": { + "id": 25010501, + "type": "MONSTER_ORDINARY", + "affix": null, "hpDrops": [ { - "id": 22010030, + "id": 22010010, "hpPercent": 66 }, { - "id": 22010030, + "id": 22010010, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 213.2688, - "type": "GROW_CURVE_HP_2" + "initValue": 21.7344, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 113.04, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 20.096, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -29235,144 +31016,63 @@ "elecSubHurt": 0.1, "windSubHurt": 0.1, "iceSubHurt": 0.1, - "rockSubHurt": 0.7, - "physicalSubHurt": 0.1 + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 }, - "fundamentalForce": "Pneuma", + "fundamentalForce": null, "reward": { - "102": { - "name": "冒险阅历", - "rank": 3, - "icon": "UI_ItemIcon_102", - "count": "200" - }, - "105": { - "name": "好感经验", - "rank": 3, - "icon": "UI_ItemIcon_105" - }, "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "104171": { - "name": "坚牢黄玉碎屑", - "rank": 2, - "icon": "UI_ItemIcon_104171" - }, - "104172": { - "name": "坚牢黄玉断片", - "rank": 3, - "icon": "UI_ItemIcon_104172" - }, - "104173": { - "name": "坚牢黄玉块", - "rank": 4, - "icon": "UI_ItemIcon_104173" - }, - "104174": { - "name": "坚牢黄玉", - "rank": 5, - "icon": "UI_ItemIcon_104174" - }, - "113052": { - "name": "「图比昂装置」", - "rank": 4, - "icon": "UI_ItemIcon_113052", - "count": "2.5556" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" - }, - "400042": { - "name": "流放者", - "rank": 3, - "icon": "UI_RelicIcon_10009_4" + "112035": { + "name": "寻宝鸦印", + "rank": 1, + "icon": "UI_ItemIcon_112035", + "count": "1.2606" }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" + "112036": { + "name": "藏银鸦印", + "rank": 2, + "icon": "UI_ItemIcon_112036", + "count": "0.3362" }, - "400062": { - "name": "游医", + "112037": { + "name": "攫金鸦印", "rank": 3, - "icon": "UI_RelicIcon_10013_4" - }, - "400088": { - "name": "角斗士的终幕礼", - "rank": 4, - "icon": "UI_RelicIcon_15001_4" - }, - "400089": { - "name": "角斗士的终幕礼", - "rank": 5, - "icon": "UI_RelicIcon_15001_4" - }, - "400098": { - "name": "流浪大地的乐团", - "rank": 4, - "icon": "UI_RelicIcon_15003_4" - }, - "400099": { - "name": "流浪大地的乐团", - "rank": 5, - "icon": "UI_RelicIcon_15003_4" + "icon": "UI_ItemIcon_112037", + "count": "0.084" } }, - "name": "实验性场力发生装置", - "route": "Experimental Field Generator", - "icon": "UI_MonsterIcon_MachinaIustitia_Gravitas" + "name": "盗宝团·雷之药剂师", + "route": "Treasure Hoarders: Electro Potioneer", + "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Electric_01" }, - "24080102": { - "id": 24080102, - "type": "MONSTER_BOSS", - "affix": [ - { - "name": "正义机器-荒", - "description": "正义机器-荒性词缀", - "abilityName": [ - "Monster_MachinaIustitia_Pneuma" - ], - "isCommon": null - }, - { - "name": "正义机器-电池", - "description": "正义机器-电池词缀", - "abilityName": [ - "Monster_MachinaIustitia_Coil_02" - ], - "isCommon": null - } - ], + "25010601": { + "id": 25010601, + "type": "MONSTER_ORDINARY", + "affix": null, "hpDrops": [ { - "id": 22010030, + "id": 22010010, "hpPercent": 66 }, { - "id": 22010030, + "id": 22010010, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 213.2688, - "type": "GROW_CURVE_HP_2" + "initValue": 21.7344, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 113.04, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 20.096, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -29387,127 +31087,63 @@ "elecSubHurt": 0.1, "windSubHurt": 0.1, "iceSubHurt": 0.1, - "rockSubHurt": 0.7, - "physicalSubHurt": 0.1 + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 }, - "fundamentalForce": "Pneuma", + "fundamentalForce": null, "reward": { - "102": { - "name": "冒险阅历", - "rank": 3, - "icon": "UI_ItemIcon_102", - "count": "200" - }, - "105": { - "name": "好感经验", - "rank": 3, - "icon": "UI_ItemIcon_105" - }, "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "104171": { - "name": "坚牢黄玉碎屑", - "rank": 2, - "icon": "UI_ItemIcon_104171" - }, - "104172": { - "name": "坚牢黄玉断片", - "rank": 3, - "icon": "UI_ItemIcon_104172" - }, - "104173": { - "name": "坚牢黄玉块", - "rank": 4, - "icon": "UI_ItemIcon_104173" - }, - "104174": { - "name": "坚牢黄玉", - "rank": 5, - "icon": "UI_ItemIcon_104174" - }, - "113052": { - "name": "「图比昂装置」", - "rank": 4, - "icon": "UI_ItemIcon_113052", - "count": "2.5556" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" - }, - "400042": { - "name": "流放者", - "rank": 3, - "icon": "UI_RelicIcon_10009_4" - }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" - }, - "400062": { - "name": "游医", - "rank": 3, - "icon": "UI_RelicIcon_10013_4" - }, - "400088": { - "name": "角斗士的终幕礼", - "rank": 4, - "icon": "UI_RelicIcon_15001_4" - }, - "400089": { - "name": "角斗士的终幕礼", - "rank": 5, - "icon": "UI_RelicIcon_15001_4" + "112035": { + "name": "寻宝鸦印", + "rank": 1, + "icon": "UI_ItemIcon_112035", + "count": "1.2606" }, - "400098": { - "name": "流浪大地的乐团", - "rank": 4, - "icon": "UI_RelicIcon_15003_4" + "112036": { + "name": "藏银鸦印", + "rank": 2, + "icon": "UI_ItemIcon_112036", + "count": "0.3362" }, - "400099": { - "name": "流浪大地的乐团", - "rank": 5, - "icon": "UI_RelicIcon_15003_4" + "112037": { + "name": "攫金鸦印", + "rank": 3, + "icon": "UI_ItemIcon_112037", + "count": "0.084" } }, - "name": "实验性场力发生装置", - "route": "Experimental Field Generator", - "icon": "UI_MonsterIcon_MachinaIustitia_Gravitas" + "name": "盗宝团·冰之药剂师", + "route": "Treasure Hoarders: Cryo Potioneer", + "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Ice_01" }, - "24090101": { - "id": 24090101, + "25010602": { + "id": 25010602, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010011, + "id": 22010010, "hpPercent": 66 }, { - "id": 22010011, + "id": 22010010, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 95.088, - "type": "GROW_CURVE_HP_2" + "initValue": 21.7344, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 75.36, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 20.096, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -29523,101 +31159,42 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112113": { - "name": "秘源轴", - "rank": 2, - "icon": "UI_ItemIcon_112113", - "count": "4.596" - }, - "112114": { - "name": "秘源机鞘", - "rank": 3, - "icon": "UI_ItemIcon_112114", - "count": "1.2255" - }, - "112115": { - "name": "秘源真芯", - "rank": 4, - "icon": "UI_ItemIcon_112115", - "count": "0.3064" - }, - "400022": { - "name": "战狂", - "rank": 3, - "icon": "UI_RelicIcon_10005_4" - }, - "400023": { - "name": "战狂", - "rank": 4, - "icon": "UI_RelicIcon_10005_4" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" - }, - "400042": { - "name": "流放者", - "rank": 3, - "icon": "UI_RelicIcon_10009_4" - }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" - }, - "400062": { - "name": "游医", - "rank": 3, - "icon": "UI_RelicIcon_10013_4" - } - }, - "name": "秘源机兵·寻捕械", - "route": "Secret Source Automaton: Hunter-Seeker", - "icon": "UI_MonsterIcon_ToothTrap" + "reward": null, + "name": "盗宝团·冰之药剂师", + "route": "Treasure Hoarders: Cryo Potioneer", + "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Ice_01" }, - "24090201": { - "id": 24090201, - "type": "MONSTER_BOSS", + "25010701": { + "id": 25010701, + "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010030, + "id": 22010010, "hpPercent": 75 }, { - "id": 22010030, + "id": 22010010, "hpPercent": 50 }, { - "id": 22010030, + "id": 22010010, "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 353.18399, - "type": "GROW_CURVE_HP_2" + "initValue": 27.168, + "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 100.48, - "type": "GROW_CURVE_ATTACK_2" + "initValue": 20.096, + "type": "GROW_CURVE_ATTACK" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -29633,114 +31210,40 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, "reward": { - "102": { - "name": "冒险阅历", - "rank": 3, - "icon": "UI_ItemIcon_102", - "count": "200" - }, - "105": { - "name": "好感经验", - "rank": 3, - "icon": "UI_ItemIcon_105" - }, "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "104141": { - "name": "最胜紫晶碎屑", - "rank": 2, - "icon": "UI_ItemIcon_104141" - }, - "104142": { - "name": "最胜紫晶断片", - "rank": 3, - "icon": "UI_ItemIcon_104142" - }, - "104143": { - "name": "最胜紫晶块", - "rank": 4, - "icon": "UI_ItemIcon_104143" - }, - "104144": { - "name": "最胜紫晶", - "rank": 5, - "icon": "UI_ItemIcon_104144" - }, - "113066": { - "name": "秘刻金纹的源核", - "rank": 4, - "icon": "UI_ItemIcon_113066", - "count": "2.5556" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" - }, - "400042": { - "name": "流放者", - "rank": 3, - "icon": "UI_RelicIcon_10009_4" - }, - "400043": { - "name": "流放者", - "rank": 4, - "icon": "UI_RelicIcon_10009_4" - }, - "400062": { - "name": "游医", - "rank": 3, - "icon": "UI_RelicIcon_10013_4" - }, - "400088": { - "name": "角斗士的终幕礼", - "rank": 4, - "icon": "UI_RelicIcon_15001_4" - }, - "400089": { - "name": "角斗士的终幕礼", - "rank": 5, - "icon": "UI_RelicIcon_15001_4" - }, - "400098": { - "name": "流浪大地的乐团", - "rank": 4, - "icon": "UI_RelicIcon_15003_4" + "112035": { + "name": "寻宝鸦印", + "rank": 1, + "icon": "UI_ItemIcon_112035", + "count": "1.2606" }, - "400099": { - "name": "流浪大地的乐团", - "rank": 5, - "icon": "UI_RelicIcon_15003_4" + "112036": { + "name": "藏银鸦印", + "rank": 2, + "icon": "UI_ItemIcon_112036", + "count": "0.3362" }, - "400137": { - "name": "祭雷之人", + "112037": { + "name": "攫金鸦印", "rank": 3, - "icon": "UI_RelicIcon_15011_3" - }, - "400138": { - "name": "祭雷之人", - "rank": 4, - "icon": "UI_RelicIcon_15011_3" + "icon": "UI_ItemIcon_112037", + "count": "0.084" } }, - "name": "秘源机兵·构型械", - "route": "Secret Source Automaton: Configuration Device", - "icon": "UI_MonsterIcon_DragonClaw" + "name": "盗宝团·杂工", + "route": "Treasure Hoarders: Handyman", + "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_Fat_01" }, - "25010201": { - "id": 25010201, + "25020201": { + "id": 25020201, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ @@ -29805,13 +31308,13 @@ "icon": "UI_ItemIcon_112037", "count": "0.084" } - }, - "name": "盗宝团·斥候", - "route": "Treasure Hoarders: Scout", - "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + }, + "name": "盗宝团·神射手", + "route": "Treasure Hoarders: Marksman", + "icon": "UI_MonsterIcon_Thoarder_Male_Hunter_01" }, - "25010203": { - "id": 25010203, + "25020204": { + "id": 25020204, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ @@ -29853,12 +31356,12 @@ }, "fundamentalForce": null, "reward": null, - "name": "盗宝团·斥候", - "route": "Treasure Hoarders: Scout", - "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + "name": "盗宝团·神射手", + "route": "Treasure Hoarders: Marksman", + "icon": "UI_MonsterIcon_Thoarder_Male_Hunter_01" }, - "25010204": { - "id": 25010204, + "25020205": { + "id": 25020205, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ @@ -29900,42 +31403,37 @@ }, "fundamentalForce": null, "reward": null, - "name": "盗宝团·斥候", - "route": "Treasure Hoarders: Scout", - "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + "name": "盗宝团·神射手", + "route": "Treasure Hoarders: Marksman", + "icon": "UI_MonsterIcon_Thoarder_Male_Hunter_01" }, - "25010205": { - "id": 25010205, + "25030201": { + "id": 25030201, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "怪物技能变体101", - "description": "用于任务中增减技能的怪物,将怪物技能组设为101", - "abilityName": [ - "MonsterAffix_AlternativeSkillSet_101" - ], - "isCommon": true - } - ], + "affix": null, "hpDrops": [ { "id": 22010010, - "hpPercent": 66 + "hpPercent": 75 }, { "id": 22010010, - "hpPercent": 33 + "hpPercent": 50 + }, + { + "id": 22010010, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 27.168, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 15.072, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK" }, { @@ -29955,34 +31453,62 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "盗宝团·斥候", - "route": "Treasure Hoarders: Scout", - "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112035": { + "name": "寻宝鸦印", + "rank": 1, + "icon": "UI_ItemIcon_112035", + "count": "1.2606" + }, + "112036": { + "name": "藏银鸦印", + "rank": 2, + "icon": "UI_ItemIcon_112036", + "count": "0.3362" + }, + "112037": { + "name": "攫金鸦印", + "rank": 3, + "icon": "UI_ItemIcon_112037", + "count": "0.084" + } + }, + "name": "盗宝团·掘墓者", + "route": "Treasure Hoarders: Gravedigger", + "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_Fat_02" }, - "25010206": { - "id": 25010206, + "25030301": { + "id": 25030301, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { "id": 22010010, - "hpPercent": 66 + "hpPercent": 75 }, { "id": 22010010, - "hpPercent": 33 + "hpPercent": 50 + }, + { + "id": 22010010, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 27.168, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 15.072, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK" }, { @@ -30002,34 +31528,62 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "盗宝团·斥候", - "route": "Treasure Hoarders: Scout", - "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112035": { + "name": "寻宝鸦印", + "rank": 1, + "icon": "UI_ItemIcon_112035", + "count": "1.2606" + }, + "112036": { + "name": "藏银鸦印", + "rank": 2, + "icon": "UI_ItemIcon_112036", + "count": "0.3362" + }, + "112037": { + "name": "攫金鸦印", + "rank": 3, + "icon": "UI_ItemIcon_112037", + "count": "0.084" + } + }, + "name": "盗宝团·海上男儿", + "route": "Treasure Hoarders: Seaman", + "icon": "UI_MonsterIcon_Thoarder_Male_Sailor_01" }, - "25010207": { - "id": 25010207, + "25060101": { + "id": 25060101, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { "id": 22010010, - "hpPercent": 66 + "hpPercent": 75 }, { "id": 22010010, - "hpPercent": 33 + "hpPercent": 50 + }, + { + "id": 22010010, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 27.168, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 15.072, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK" }, { @@ -30049,20 +31603,52 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "盗宝团·斥候", - "route": "Treasure Hoarders: Scout", - "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112035": { + "name": "寻宝鸦印", + "rank": 1, + "icon": "UI_ItemIcon_112035", + "count": "1.2606" + }, + "112036": { + "name": "藏银鸦印", + "rank": 2, + "icon": "UI_ItemIcon_112036", + "count": "0.3362" + }, + "112037": { + "name": "攫金鸦印", + "rank": 3, + "icon": "UI_ItemIcon_112037", + "count": "0.084" + } + }, + "name": "盗宝团·拳术家", + "route": "Treasure Hoarders: Pugilist", + "icon": "UI_MonsterIcon_Thoarder_MuscleMan_Boxer_01" }, - "25010208": { - "id": 25010208, + "25060102": { + "id": 25060102, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "怪物技能变体101", - "description": "用于任务中增减技能的怪物,将怪物技能组设为101", + "name": "霸体增强-稻妻前置任务", + "description": "霸体提升4倍", "abilityName": [ - "MonsterAffix_AlternativeSkillSet_101" + "MonsterAffix_Property_EndureUp_InazumaPrequest" + ], + "isCommon": true + }, + { + "name": "AI出手频率提升高", + "description": "单个怪物AI出手频率变为2倍", + "abilityName": [ + "MonsterAffix_AISkillCD_Revise02" ], "isCommon": true } @@ -30070,22 +31656,26 @@ "hpDrops": [ { "id": 22010010, - "hpPercent": 66 + "hpPercent": 75 }, { "id": 22010010, - "hpPercent": 33 + "hpPercent": 50 + }, + { + "id": 22010010, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 27.168, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 15.072, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK" }, { @@ -30106,24 +31696,37 @@ }, "fundamentalForce": null, "reward": null, - "name": "盗宝团·斥候", - "route": "Treasure Hoarders: Scout", - "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + "name": "盗宝团·拳术家", + "route": "Treasure Hoarders: Pugilist", + "icon": "UI_MonsterIcon_Thoarder_MuscleMan_Boxer_01" }, - "25010226": { - "id": 25010226, + "25070101": { + "id": 25070101, "type": "MONSTER_ORDINARY", "affix": null, - "hpDrops": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 75 + }, + { + "id": 22010010, + "hpPercent": 50 + }, + { + "id": 22010010, + "hpPercent": 25 + } + ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 27.168, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 15.072, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK" }, { @@ -30142,36 +31745,56 @@ "rockSubHurt": 0.1, "physicalSubHurt": -0.2 }, - "fundamentalForce": null, - "reward": null, - "name": "盗宝团·斥候", - "route": "Treasure Hoarders: Scout", - "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_01" + "fundamentalForce": null, + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112035": { + "name": "寻宝鸦印", + "rank": 1, + "icon": "UI_ItemIcon_112035", + "count": "1.2606" + }, + "112036": { + "name": "藏银鸦印", + "rank": 2, + "icon": "UI_ItemIcon_112036", + "count": "0.3362" + }, + "112037": { + "name": "攫金鸦印", + "rank": 3, + "icon": "UI_ItemIcon_112037", + "count": "0.084" + } + }, + "name": "盗宝团·粉碎者", + "route": "Treasure Hoarders: Crusher", + "icon": "UI_MonsterIcon_Thoarder_MuscleMan_Miner_01" }, - "25010301": { - "id": 25010301, + "25080101": { + "id": 25080101, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { "id": 22010010, - "hpPercent": 66 - }, - { - "id": 22010010, - "hpPercent": 33 + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, - "type": "GROW_CURVE_HP" + "initValue": 27.168, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", "initValue": 20.096, - "type": "GROW_CURVE_ATTACK" + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -30196,53 +31819,49 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112035": { - "name": "寻宝鸦印", + "112044": { + "name": "破旧的刀镡", "rank": 1, - "icon": "UI_ItemIcon_112035", - "count": "1.2606" + "icon": "UI_ItemIcon_112044", + "count": "0.8404" }, - "112036": { - "name": "藏银鸦印", + "112045": { + "name": "影打刀镡", "rank": 2, - "icon": "UI_ItemIcon_112036", - "count": "0.3362" + "icon": "UI_ItemIcon_112045", + "count": "0.2241" }, - "112037": { - "name": "攫金鸦印", + "112046": { + "name": "名刀镡", "rank": 3, - "icon": "UI_ItemIcon_112037", - "count": "0.084" + "icon": "UI_ItemIcon_112046", + "count": "0.056" } }, - "name": "盗宝团·火之药剂师", - "route": "Treasure Hoarders: Pyro Potioneer", - "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Fire_01" + "name": "野伏·阵刀番", + "route": "Nobushi: Jintouban", + "icon": "UI_MonsterIcon_Samurai_Ronin_01" }, - "25010302": { - "id": 25010302, + "25080201": { + "id": 25080201, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { "id": 22010010, - "hpPercent": 66 - }, - { - "id": 22010010, - "hpPercent": 33 + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, - "type": "GROW_CURVE_HP" + "initValue": 27.168, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", "initValue": 20.096, - "type": "GROW_CURVE_ATTACK" + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -30261,34 +31880,49 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "盗宝团·火之药剂师", - "route": "Treasure Hoarders: Pyro Potioneer", - "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Fire_01" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112044": { + "name": "破旧的刀镡", + "rank": 1, + "icon": "UI_ItemIcon_112044", + "count": "0.8404" + }, + "112045": { + "name": "影打刀镡", + "rank": 2, + "icon": "UI_ItemIcon_112045", + "count": "0.2241" + }, + "112046": { + "name": "名刀镡", + "rank": 3, + "icon": "UI_ItemIcon_112046", + "count": "0.056" + } + }, + "name": "野伏·火付番", + "route": "Nobushi: Hitsukeban", + "icon": "UI_MonsterIcon_Samurai_Ronin_02" }, - "25010390": { - "id": 25010390, + "25080202": { + "id": 25080202, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "4.7-怪物对推-敌方地面怪物标记特效", - "description": "4.7-怪物对推-敌方地面怪物标记特效", - "abilityName": [ - "MvM_Monster_Common_EnemyBottom" - ], - "isCommon": true - } - ], + "affix": null, "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 4.0752, + "initValue": 76.0704, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 44.6, + "initValue": 10.048, "type": "GROW_CURVE_ATTACK_2" }, { @@ -30305,38 +31939,34 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, "reward": null, - "name": "盗宝团·火之药剂师", - "route": "Treasure Hoarders: Pyro Potioneer", - "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Fire_01" + "name": "野伏·火付番", + "route": "Nobushi: Hitsukeban", + "icon": "UI_MonsterIcon_Samurai_Ronin_02" }, - "25010401": { - "id": 25010401, + "25080301": { + "id": 25080301, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { "id": 22010010, - "hpPercent": 66 - }, - { - "id": 22010010, - "hpPercent": 33 + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, - "type": "GROW_CURVE_HP" + "initValue": 27.168, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", "initValue": 20.096, - "type": "GROW_CURVE_ATTACK" + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -30361,53 +31991,53 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112035": { - "name": "寻宝鸦印", + "112044": { + "name": "破旧的刀镡", "rank": 1, - "icon": "UI_ItemIcon_112035", - "count": "1.2606" + "icon": "UI_ItemIcon_112044", + "count": "0.8404" }, - "112036": { - "name": "藏银鸦印", + "112045": { + "name": "影打刀镡", "rank": 2, - "icon": "UI_ItemIcon_112036", - "count": "0.3362" + "icon": "UI_ItemIcon_112045", + "count": "0.2241" }, - "112037": { - "name": "攫金鸦印", + "112046": { + "name": "名刀镡", "rank": 3, - "icon": "UI_ItemIcon_112037", - "count": "0.084" + "icon": "UI_ItemIcon_112046", + "count": "0.056" } }, - "name": "盗宝团·水之药剂师", - "route": "Treasure Hoarders: Hydro Potioneer", - "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Water_01" + "name": "野伏·机巧番", + "route": "Nobushi: Kikouban", + "icon": "UI_MonsterIcon_Samurai_Ronin_03" }, - "25010501": { - "id": 25010501, + "25080390": { + "id": 25080390, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 66 - }, + "affix": [ { - "id": 22010010, - "hpPercent": 33 + "name": "4.7-怪物对推-敌方地面怪物标记特效", + "description": "4.7-怪物对推-敌方地面怪物标记特效", + "abilityName": [ + "MvM_Monster_Common_EnemyBottom" + ], + "isCommon": true } ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, - "type": "GROW_CURVE_HP" + "initValue": 10.8672, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, - "type": "GROW_CURVE_ATTACK" + "initValue": 49.06, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -30423,62 +32053,51 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112035": { - "name": "寻宝鸦印", - "rank": 1, - "icon": "UI_ItemIcon_112035", - "count": "1.2606" - }, - "112036": { - "name": "藏银鸦印", - "rank": 2, - "icon": "UI_ItemIcon_112036", - "count": "0.3362" - }, - "112037": { - "name": "攫金鸦印", - "rank": 3, - "icon": "UI_ItemIcon_112037", - "count": "0.084" - } - }, - "name": "盗宝团·雷之药剂师", - "route": "Treasure Hoarders: Electro Potioneer", - "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Electric_01" + "reward": null, + "name": "野伏·机巧番", + "route": "Nobushi: Kikouban", + "icon": "UI_MonsterIcon_Samurai_Ronin_03" }, - "25010601": { - "id": 25010601, - "type": "MONSTER_ORDINARY", - "affix": null, + "25090101": { + "id": 25090101, + "type": "MONSTER_BOSS", + "affix": [ + { + "name": "傀儡将军强制后撤词缀", + "description": "傀儡将军强制后撤词缀", + "abilityName": [ + "MonsterAffix_Samurai_Ningyo_ForceDodgeAffix" + ], + "isCommon": null + } + ], "hpDrops": [ { - "id": 22010010, - "hpPercent": 66 + "id": 22010030, + "hpPercent": 75 }, { - "id": 22010010, - "hpPercent": 33 + "id": 22010030, + "hpPercent": 50 + }, + { + "id": 22010030, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 271.67999, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, - "type": "GROW_CURVE_ATTACK" + "initValue": 100.48, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -30494,61 +32113,158 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, "reward": { + "102": { + "name": "冒险阅历", + "rank": 3, + "icon": "UI_ItemIcon_102", + "count": "200" + }, + "105": { + "name": "好感经验", + "rank": 3, + "icon": "UI_ItemIcon_105" + }, "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "112035": { - "name": "寻宝鸦印", - "rank": 1, - "icon": "UI_ItemIcon_112035", - "count": "1.2606" + "104151": { + "name": "自在松石碎屑", + "rank": 2, + "icon": "UI_ItemIcon_104151" }, - "112036": { - "name": "藏银鸦印", + "104152": { + "name": "自在松石断片", + "rank": 3, + "icon": "UI_ItemIcon_104152" + }, + "104153": { + "name": "自在松石块", + "rank": 4, + "icon": "UI_ItemIcon_104153" + }, + "104154": { + "name": "自在松石", + "rank": 5, + "icon": "UI_ItemIcon_104154" + }, + "104161": { + "name": "哀叙冰玉碎屑", "rank": 2, - "icon": "UI_ItemIcon_112036", - "count": "0.3362" + "icon": "UI_ItemIcon_104161" }, - "112037": { - "name": "攫金鸦印", + "104162": { + "name": "哀叙冰玉断片", "rank": 3, - "icon": "UI_ItemIcon_112037", - "count": "0.084" + "icon": "UI_ItemIcon_104162" + }, + "104163": { + "name": "哀叙冰玉块", + "rank": 4, + "icon": "UI_ItemIcon_104163" + }, + "104164": { + "name": "哀叙冰玉", + "rank": 5, + "icon": "UI_ItemIcon_104164" + }, + "113022": { + "name": "魔偶机心", + "rank": 4, + "icon": "UI_ItemIcon_113022", + "count": "2.5556" + }, + "400022": { + "name": "战狂", + "rank": 3, + "icon": "UI_RelicIcon_10005_4" + }, + "400023": { + "name": "战狂", + "rank": 4, + "icon": "UI_RelicIcon_10005_4" + }, + "400032": { + "name": "教官", + "rank": 3, + "icon": "UI_RelicIcon_10007_4" + }, + "400033": { + "name": "教官", + "rank": 4, + "icon": "UI_RelicIcon_10007_4" + }, + "400052": { + "name": "幸运儿", + "rank": 3, + "icon": "UI_RelicIcon_10011_4" + }, + "400088": { + "name": "角斗士的终幕礼", + "rank": 4, + "icon": "UI_RelicIcon_15001_4" + }, + "400089": { + "name": "角斗士的终幕礼", + "rank": 5, + "icon": "UI_RelicIcon_15001_4" + }, + "400098": { + "name": "流浪大地的乐团", + "rank": 4, + "icon": "UI_RelicIcon_15003_4" + }, + "400099": { + "name": "流浪大地的乐团", + "rank": 5, + "icon": "UI_RelicIcon_15003_4" } }, - "name": "盗宝团·冰之药剂师", - "route": "Treasure Hoarders: Cryo Potioneer", - "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Ice_01" + "name": "魔偶剑鬼", + "route": "Maguu Kenki", + "icon": "UI_MonsterIcon_Samurai_Ningyo" }, - "25010602": { - "id": 25010602, - "type": "MONSTER_ORDINARY", - "affix": null, + "25090102": { + "id": 25090102, + "type": "MONSTER_BOSS", + "affix": [ + { + "name": "傀儡将军挑战风分身默认剑气词缀", + "description": "傀儡将军挑战风分身默认剑气词缀", + "abilityName": [ + "MonsterAffix_Samurai_Ningyo_02_ChallengeAffix_01_Unique1" + ], + "isCommon": true + } + ], "hpDrops": [ { - "id": 22010010, - "hpPercent": 66 + "id": 22010030, + "hpPercent": 75 }, { - "id": 22010010, - "hpPercent": 33 + "id": 22010030, + "hpPercent": 50 + }, + { + "id": 22010030, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 217.34399, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 62.8, "type": "GROW_CURVE_ATTACK" }, { @@ -30562,44 +32278,44 @@ "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, - "windSubHurt": 0.1, + "windSubHurt": 0.3, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, "reward": null, - "name": "盗宝团·冰之药剂师", - "route": "Treasure Hoarders: Cryo Potioneer", - "icon": "UI_MonsterIcon_Thoarder_Male_Chemist_Ice_01" + "name": "魔偶剑鬼", + "route": "Maguu Kenki", + "icon": "UI_MonsterIcon_Samurai_Ningyo" }, - "25010701": { - "id": 25010701, - "type": "MONSTER_ORDINARY", + "25090103": { + "id": 25090103, + "type": "MONSTER_BOSS", "affix": null, "hpDrops": [ { - "id": 22010010, + "id": 22010030, "hpPercent": 75 }, { - "id": 22010010, + "id": 22010030, "hpPercent": 50 }, { - "id": 22010010, + "id": 22010030, "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 217.34399, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 62.8, "type": "GROW_CURVE_ATTACK" }, { @@ -30614,63 +32330,43 @@ "waterSubHurt": 0.1, "elecSubHurt": 0.1, "windSubHurt": 0.1, - "iceSubHurt": 0.1, + "iceSubHurt": 0.3, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112035": { - "name": "寻宝鸦印", - "rank": 1, - "icon": "UI_ItemIcon_112035", - "count": "1.2606" - }, - "112036": { - "name": "藏银鸦印", - "rank": 2, - "icon": "UI_ItemIcon_112036", - "count": "0.3362" - }, - "112037": { - "name": "攫金鸦印", - "rank": 3, - "icon": "UI_ItemIcon_112037", - "count": "0.084" - } - }, - "name": "盗宝团·杂工", - "route": "Treasure Hoarders: Handyman", - "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_Fat_01" + "reward": null, + "name": "魔偶剑鬼", + "route": "Maguu Kenki", + "icon": "UI_MonsterIcon_Samurai_Ningyo" }, - "25020201": { - "id": 25020201, - "type": "MONSTER_ORDINARY", + "25090104": { + "id": 25090104, + "type": "MONSTER_BOSS", "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 66 + "id": 22010030, + "hpPercent": 75 }, { - "id": 22010010, - "hpPercent": 33 + "id": 22010030, + "hpPercent": 50 + }, + { + "id": 22010030, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 217.34399, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 15.072, + "initValue": 62.8, "type": "GROW_CURVE_ATTACK" }, { @@ -30687,62 +32383,38 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112035": { - "name": "寻宝鸦印", - "rank": 1, - "icon": "UI_ItemIcon_112035", - "count": "1.2606" - }, - "112036": { - "name": "藏银鸦印", - "rank": 2, - "icon": "UI_ItemIcon_112036", - "count": "0.3362" - }, - "112037": { - "name": "攫金鸦印", - "rank": 3, - "icon": "UI_ItemIcon_112037", - "count": "0.084" - } - }, - "name": "盗宝团·神射手", - "route": "Treasure Hoarders: Marksman", - "icon": "UI_MonsterIcon_Thoarder_Male_Hunter_01" + "reward": null, + "name": "魔偶剑鬼", + "route": "Maguu Kenki", + "icon": "UI_MonsterIcon_Samurai_Ningyo" }, - "25020204": { - "id": 25020204, - "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 66 - }, + "25090105": { + "id": 25090105, + "type": "MONSTER_BOSS", + "affix": [ { - "id": 22010010, - "hpPercent": 33 + "name": "傀儡将军强制后撤词缀", + "description": "傀儡将军强制后撤词缀", + "abilityName": [ + "MonsterAffix_Samurai_Ningyo_ForceDodgeAffix" + ], + "isCommon": null } ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, - "type": "GROW_CURVE_HP" + "initValue": 159.162, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 15.072, - "type": "GROW_CURVE_ATTACK" + "initValue": 25.12, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -30758,37 +32430,37 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, "reward": null, - "name": "盗宝团·神射手", - "route": "Treasure Hoarders: Marksman", - "icon": "UI_MonsterIcon_Thoarder_Male_Hunter_01" + "name": "魔偶剑鬼", + "route": "Maguu Kenki", + "icon": "UI_MonsterIcon_Samurai_Ningyo" }, - "25020205": { - "id": 25020205, - "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 66 - }, + "25090106": { + "id": 25090106, + "type": "MONSTER_BOSS", + "affix": [ { - "id": 22010010, - "hpPercent": 33 + "name": "傀儡将军强制后撤词缀", + "description": "傀儡将军强制后撤词缀", + "abilityName": [ + "MonsterAffix_Samurai_Ningyo_ForceDodgeAffix" + ], + "isCommon": null } ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 1097.375, "type": "GROW_CURVE_HP" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 15.072, + "initValue": 180.864, "type": "GROW_CURVE_ATTACK" }, { @@ -30805,18 +32477,27 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, "reward": null, - "name": "盗宝团·神射手", - "route": "Treasure Hoarders: Marksman", - "icon": "UI_MonsterIcon_Thoarder_Male_Hunter_01" + "name": "魔偶剑鬼", + "route": "Maguu Kenki", + "icon": "UI_MonsterIcon_Samurai_Ningyo" }, - "25030201": { - "id": 25030201, + "25100101": { + "id": 25100101, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "海乱鬼成就判定词缀", + "description": "非幽灵海乱鬼成就判定", + "abilityName": [ + "MonsterAffix_Samurai_Kairagi_Watcher_82107" + ], + "isCommon": null + } + ], "hpDrops": [ { "id": 22010010, @@ -30834,13 +32515,13 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, - "type": "GROW_CURVE_HP" + "initValue": 65.2032, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, - "type": "GROW_CURVE_ATTACK" + "initValue": 94.2, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -30865,57 +32546,91 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112035": { - "name": "寻宝鸦印", + "112044": { + "name": "破旧的刀镡", "rank": 1, - "icon": "UI_ItemIcon_112035", - "count": "1.2606" + "icon": "UI_ItemIcon_112044", + "count": "0.8404" }, - "112036": { - "name": "藏银鸦印", + "112045": { + "name": "影打刀镡", "rank": 2, - "icon": "UI_ItemIcon_112036", - "count": "0.3362" + "icon": "UI_ItemIcon_112045", + "count": "0.2241" }, - "112037": { - "name": "攫金鸦印", + "112046": { + "name": "名刀镡", "rank": 3, - "icon": "UI_ItemIcon_112037", - "count": "0.084" + "icon": "UI_ItemIcon_112046", + "count": "0.056" } }, - "name": "盗宝团·掘墓者", - "route": "Treasure Hoarders: Gravedigger", - "icon": "UI_MonsterIcon_Thoarder_Male_Rogue_Fat_02" + "name": "海乱鬼·雷腾", + "route": "Kairagi: Dancing Thunder", + "icon": "UI_MonsterIcon_Samurai_Kairagi_01" }, - "25030301": { - "id": 25030301, + "25100102": { + "id": 25100102, "type": "MONSTER_ORDINARY", "affix": null, - "hpDrops": [ + "hpDrops": null, + "prop": [ { - "id": 22010010, - "hpPercent": 75 + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 103.2384, + "type": "GROW_CURVE_HP_2" }, { - "id": 22010010, - "hpPercent": 50 + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 25.12, + "type": "GROW_CURVE_ATTACK_2" }, { - "id": 22010010, - "hpPercent": 25 + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "海乱鬼·雷腾", + "route": "Kairagi: Dancing Thunder", + "icon": "UI_MonsterIcon_Samurai_Kairagi_01" + }, + "25100190": { + "id": 25100190, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "4.7-怪物对推-敌方地面怪物标记特效", + "description": "4.7-怪物对推-敌方地面怪物标记特效", + "abilityName": [ + "MvM_Monster_Common_EnemyBottom" + ], + "isCommon": true } ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, - "type": "GROW_CURVE_HP" + "initValue": 16.3008, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, - "type": "GROW_CURVE_ATTACK" + "initValue": 100.4, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -30931,42 +32646,27 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112035": { - "name": "寻宝鸦印", - "rank": 1, - "icon": "UI_ItemIcon_112035", - "count": "1.2606" - }, - "112036": { - "name": "藏银鸦印", - "rank": 2, - "icon": "UI_ItemIcon_112036", - "count": "0.3362" - }, - "112037": { - "name": "攫金鸦印", - "rank": 3, - "icon": "UI_ItemIcon_112037", - "count": "0.084" - } - }, - "name": "盗宝团·海上男儿", - "route": "Treasure Hoarders: Seaman", - "icon": "UI_MonsterIcon_Thoarder_Male_Sailor_01" + "reward": null, + "name": "海乱鬼·雷腾", + "route": "Kairagi: Dancing Thunder", + "icon": "UI_MonsterIcon_Samurai_Kairagi_01" }, - "25060101": { - "id": 25060101, + "25100201": { + "id": 25100201, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "海乱鬼成就判定词缀", + "description": "非幽灵海乱鬼成就判定", + "abilityName": [ + "MonsterAffix_Samurai_Kairagi_Watcher_82107" + ], + "isCommon": null + } + ], "hpDrops": [ { "id": 22010010, @@ -30984,13 +32684,13 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, - "type": "GROW_CURVE_HP" + "initValue": 65.2032, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, - "type": "GROW_CURVE_ATTACK" + "initValue": 94.2, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -31015,74 +32715,100 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112035": { - "name": "寻宝鸦印", + "112044": { + "name": "破旧的刀镡", "rank": 1, - "icon": "UI_ItemIcon_112035", - "count": "1.2606" + "icon": "UI_ItemIcon_112044", + "count": "0.8404" }, - "112036": { - "name": "藏银鸦印", + "112045": { + "name": "影打刀镡", "rank": 2, - "icon": "UI_ItemIcon_112036", - "count": "0.3362" + "icon": "UI_ItemIcon_112045", + "count": "0.2241" }, - "112037": { - "name": "攫金鸦印", + "112046": { + "name": "名刀镡", "rank": 3, - "icon": "UI_ItemIcon_112037", - "count": "0.084" + "icon": "UI_ItemIcon_112046", + "count": "0.056" } }, - "name": "盗宝团·拳术家", - "route": "Treasure Hoarders: Pugilist", - "icon": "UI_MonsterIcon_Thoarder_MuscleMan_Boxer_01" + "name": "海乱鬼·炎威", + "route": "Kairagi: Fiery Might", + "icon": "UI_MonsterIcon_Samurai_Kairagi_02" }, - "25060102": { - "id": 25060102, + "25100202": { + "id": 25100202, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "霸体增强-稻妻前置任务", - "description": "霸体提升4倍", - "abilityName": [ - "MonsterAffix_Property_EndureUp_InazumaPrequest" - ], - "isCommon": true - }, - { - "name": "AI出手频率提升高", - "description": "单个怪物AI出手频率变为2倍", + "name": "海乱鬼成就判定词缀", + "description": "非幽灵海乱鬼成就判定", "abilityName": [ - "MonsterAffix_AISkillCD_Revise02" + "MonsterAffix_Samurai_Kairagi_Watcher_82107" ], - "isCommon": true + "isCommon": null } ], - "hpDrops": [ + "hpDrops": null, + "prop": [ { - "id": 22010010, - "hpPercent": 75 + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 137.248, + "type": "GROW_CURVE_HP_2" }, { - "id": 22010010, - "hpPercent": 50 + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 25.12, + "type": "GROW_CURVE_ATTACK_2" }, { - "id": 22010010, - "hpPercent": 25 + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "海乱鬼·炎威", + "route": "Kairagi: Fiery Might", + "icon": "UI_MonsterIcon_Samurai_Kairagi_02" + }, + "25100290": { + "id": 25100290, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "4.7-怪物对推-敌方地面怪物标记特效", + "description": "4.7-怪物对推-敌方地面怪物标记特效", + "abilityName": [ + "MvM_Monster_Common_EnemyBottom" + ], + "isCommon": true } ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, - "type": "GROW_CURVE_HP" + "initValue": 16.3008, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, - "type": "GROW_CURVE_ATTACK" + "initValue": 100.4, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -31098,42 +32824,34 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 + "physicalSubHurt": 0.1 }, "fundamentalForce": null, "reward": null, - "name": "盗宝团·拳术家", - "route": "Treasure Hoarders: Pugilist", - "icon": "UI_MonsterIcon_Thoarder_MuscleMan_Boxer_01" + "name": "海乱鬼·炎威", + "route": "Kairagi: Fiery Might", + "icon": "UI_MonsterIcon_Samurai_Kairagi_02" }, - "25070101": { - "id": 25070101, + "25210101": { + "id": 25210101, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { "id": 22010010, - "hpPercent": 75 - }, - { - "id": 22010010, - "hpPercent": 50 - }, - { - "id": 22010010, - "hpPercent": 25 + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, - "type": "GROW_CURVE_HP" + "initValue": 21.7344, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", "initValue": 20.096, - "type": "GROW_CURVE_ATTACK" + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -31158,31 +32876,31 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112035": { - "name": "寻宝鸦印", + "112065": { + "name": "褪色红绸", "rank": 1, - "icon": "UI_ItemIcon_112035", - "count": "1.2606" + "icon": "UI_ItemIcon_112065", + "count": "1.0505" }, - "112036": { - "name": "藏银鸦印", + "112066": { + "name": "镶边红绸", "rank": 2, - "icon": "UI_ItemIcon_112036", - "count": "0.3362" + "icon": "UI_ItemIcon_112066", + "count": "0.2801" }, - "112037": { - "name": "攫金鸦印", + "112067": { + "name": "织金红绸", "rank": 3, - "icon": "UI_ItemIcon_112037", - "count": "0.084" + "icon": "UI_ItemIcon_112067", + "count": "0.07" } }, - "name": "盗宝团·粉碎者", - "route": "Treasure Hoarders: Crusher", - "icon": "UI_MonsterIcon_Thoarder_MuscleMan_Miner_01" + "name": "镀金旅团·阵前斧手", + "route": "Eremite Axe Vanguard", + "icon": "UI_MonsterIcon_Eremite_Female_Hatchet" }, - "25080101": { - "id": 25080101, + "25210102": { + "id": 25210102, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ @@ -31194,7 +32912,7 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { @@ -31225,31 +32943,31 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112044": { - "name": "破旧的刀镡", + "112065": { + "name": "褪色红绸", "rank": 1, - "icon": "UI_ItemIcon_112044", - "count": "0.8404" + "icon": "UI_ItemIcon_112065", + "count": "1.0505" }, - "112045": { - "name": "影打刀镡", + "112066": { + "name": "镶边红绸", "rank": 2, - "icon": "UI_ItemIcon_112045", - "count": "0.2241" + "icon": "UI_ItemIcon_112066", + "count": "0.2801" }, - "112046": { - "name": "名刀镡", + "112067": { + "name": "织金红绸", "rank": 3, - "icon": "UI_ItemIcon_112046", - "count": "0.056" + "icon": "UI_ItemIcon_112067", + "count": "0.07" } }, - "name": "野伏·阵刀番", - "route": "Nobushi: Jintouban", - "icon": "UI_MonsterIcon_Samurai_Ronin_01" + "name": "镀金旅团·阵前斧手", + "route": "Eremite Axe Vanguard", + "icon": "UI_MonsterIcon_Eremite_Female_Hatchet" }, - "25080201": { - "id": 25080201, + "25210103": { + "id": 25210103, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ @@ -31261,7 +32979,7 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { @@ -31292,43 +33010,57 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112044": { - "name": "破旧的刀镡", + "112065": { + "name": "褪色红绸", "rank": 1, - "icon": "UI_ItemIcon_112044", - "count": "0.8404" + "icon": "UI_ItemIcon_112065", + "count": "1.0505" }, - "112045": { - "name": "影打刀镡", + "112066": { + "name": "镶边红绸", "rank": 2, - "icon": "UI_ItemIcon_112045", - "count": "0.2241" + "icon": "UI_ItemIcon_112066", + "count": "0.2801" }, - "112046": { - "name": "名刀镡", + "112067": { + "name": "织金红绸", "rank": 3, - "icon": "UI_ItemIcon_112046", - "count": "0.056" + "icon": "UI_ItemIcon_112067", + "count": "0.07" } }, - "name": "野伏·火付番", - "route": "Nobushi: Hitsukeban", - "icon": "UI_MonsterIcon_Samurai_Ronin_02" + "name": "镀金旅团·阵前斧手", + "route": "Eremite Axe Vanguard", + "icon": "UI_MonsterIcon_Eremite_Female_Hatchet" }, - "25080202": { - "id": 25080202, + "25210107": { + "id": 25210107, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": null, + "affix": [ + { + "name": "3.1潜行玩法词缀", + "description": "3.1潜行玩法词缀", + "abilityName": [ + "MonsterAffix_Sneak_ALBB_Sentry" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 76.0704, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 10.048, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -31349,12 +33081,12 @@ }, "fundamentalForce": null, "reward": null, - "name": "野伏·火付番", - "route": "Nobushi: Hitsukeban", - "icon": "UI_MonsterIcon_Samurai_Ronin_02" + "name": "镀金旅团·阵前斧手", + "route": "Eremite Axe Vanguard", + "icon": "UI_MonsterIcon_Eremite_Female_Hatchet" }, - "25080301": { - "id": 25080301, + "25210201": { + "id": 25210201, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ @@ -31366,12 +33098,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 16.3008, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -31397,52 +33129,48 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112044": { - "name": "破旧的刀镡", + "112065": { + "name": "褪色红绸", "rank": 1, - "icon": "UI_ItemIcon_112044", - "count": "0.8404" + "icon": "UI_ItemIcon_112065", + "count": "1.0505" }, - "112045": { - "name": "影打刀镡", + "112066": { + "name": "镶边红绸", "rank": 2, - "icon": "UI_ItemIcon_112045", - "count": "0.2241" + "icon": "UI_ItemIcon_112066", + "count": "0.2801" }, - "112046": { - "name": "名刀镡", + "112067": { + "name": "织金红绸", "rank": 3, - "icon": "UI_ItemIcon_112046", - "count": "0.056" + "icon": "UI_ItemIcon_112067", + "count": "0.07" } }, - "name": "野伏·机巧番", - "route": "Nobushi: Kikouban", - "icon": "UI_MonsterIcon_Samurai_Ronin_03" + "name": "镀金旅团·机弩兵", + "route": "Eremite Crossbow", + "icon": "UI_MonsterIcon_Eremite_Male_Standard_Crossbow" }, - "25080390": { - "id": 25080390, + "25210202": { + "id": 25210202, "type": "MONSTER_ORDINARY", - "affix": [ + "affix": null, + "hpDrops": [ { - "name": "4.7-怪物对推-敌方地面怪物标记特效", - "description": "4.7-怪物对推-敌方地面怪物标记特效", - "abilityName": [ - "MvM_Monster_Common_EnemyBottom" - ], - "isCommon": true + "id": 22010010, + "hpPercent": 60 } ], - "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 10.8672, + "initValue": 16.3008, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 49.06, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -31459,50 +33187,57 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "野伏·机巧番", - "route": "Nobushi: Kikouban", - "icon": "UI_MonsterIcon_Samurai_Ronin_03" - }, - "25090101": { - "id": 25090101, - "type": "MONSTER_BOSS", - "affix": [ - { - "name": "傀儡将军强制后撤词缀", - "description": "傀儡将军强制后撤词缀", - "abilityName": [ - "MonsterAffix_Samurai_Ningyo_ForceDodgeAffix" - ], - "isCommon": null - } - ], - "hpDrops": [ - { - "id": 22010030, - "hpPercent": 75 + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" }, - { - "id": 22010030, - "hpPercent": 50 + "112065": { + "name": "褪色红绸", + "rank": 1, + "icon": "UI_ItemIcon_112065", + "count": "1.0505" + }, + "112066": { + "name": "镶边红绸", + "rank": 2, + "icon": "UI_ItemIcon_112066", + "count": "0.2801" }, + "112067": { + "name": "织金红绸", + "rank": 3, + "icon": "UI_ItemIcon_112067", + "count": "0.07" + } + }, + "name": "镀金旅团·机弩兵", + "route": "Eremite Crossbow", + "icon": "UI_MonsterIcon_Eremite_Male_Standard_Crossbow" + }, + "25210203": { + "id": 25210203, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ { - "id": 22010030, - "hpPercent": 25 + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 271.67999, - "type": "GROW_CURVE_HP" + "initValue": 16.3008, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 100.48, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -31519,159 +33254,101 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, "reward": { - "102": { - "name": "冒险阅历", - "rank": 3, - "icon": "UI_ItemIcon_102", - "count": "200" - }, - "105": { - "name": "好感经验", - "rank": 3, - "icon": "UI_ItemIcon_105" - }, "202": { "name": "摩拉", "rank": 3, "icon": "UI_ItemIcon_202" }, - "104151": { - "name": "自在松石碎屑", - "rank": 2, - "icon": "UI_ItemIcon_104151" - }, - "104152": { - "name": "自在松石断片", - "rank": 3, - "icon": "UI_ItemIcon_104152" - }, - "104153": { - "name": "自在松石块", - "rank": 4, - "icon": "UI_ItemIcon_104153" - }, - "104154": { - "name": "自在松石", - "rank": 5, - "icon": "UI_ItemIcon_104154" - }, - "104161": { - "name": "哀叙冰玉碎屑", - "rank": 2, - "icon": "UI_ItemIcon_104161" - }, - "104162": { - "name": "哀叙冰玉断片", - "rank": 3, - "icon": "UI_ItemIcon_104162" - }, - "104163": { - "name": "哀叙冰玉块", - "rank": 4, - "icon": "UI_ItemIcon_104163" - }, - "104164": { - "name": "哀叙冰玉", - "rank": 5, - "icon": "UI_ItemIcon_104164" - }, - "113022": { - "name": "魔偶机心", - "rank": 4, - "icon": "UI_ItemIcon_113022", - "count": "2.5556" - }, - "400022": { - "name": "战狂", - "rank": 3, - "icon": "UI_RelicIcon_10005_4" - }, - "400023": { - "name": "战狂", - "rank": 4, - "icon": "UI_RelicIcon_10005_4" - }, - "400032": { - "name": "教官", - "rank": 3, - "icon": "UI_RelicIcon_10007_4" - }, - "400033": { - "name": "教官", - "rank": 4, - "icon": "UI_RelicIcon_10007_4" - }, - "400052": { - "name": "幸运儿", - "rank": 3, - "icon": "UI_RelicIcon_10011_4" - }, - "400088": { - "name": "角斗士的终幕礼", - "rank": 4, - "icon": "UI_RelicIcon_15001_4" - }, - "400089": { - "name": "角斗士的终幕礼", - "rank": 5, - "icon": "UI_RelicIcon_15001_4" - }, - "400098": { - "name": "流浪大地的乐团", - "rank": 4, - "icon": "UI_RelicIcon_15003_4" + "112065": { + "name": "褪色红绸", + "rank": 1, + "icon": "UI_ItemIcon_112065", + "count": "1.0505" }, - "400099": { - "name": "流浪大地的乐团", - "rank": 5, - "icon": "UI_RelicIcon_15003_4" + "112066": { + "name": "镶边红绸", + "rank": 2, + "icon": "UI_ItemIcon_112066", + "count": "0.2801" + }, + "112067": { + "name": "织金红绸", + "rank": 3, + "icon": "UI_ItemIcon_112067", + "count": "0.07" } }, - "name": "魔偶剑鬼", - "route": "Maguu Kenki", - "icon": "UI_MonsterIcon_Samurai_Ningyo" + "name": "镀金旅团·机弩兵", + "route": "Eremite Crossbow", + "icon": "UI_MonsterIcon_Eremite_Male_Standard_Crossbow" }, - "25090102": { - "id": 25090102, - "type": "MONSTER_BOSS", - "affix": [ + "25210207": { + "id": 25210207, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ { - "name": "傀儡将军挑战风分身默认剑气词缀", - "description": "傀儡将军挑战风分身默认剑气词缀", - "abilityName": [ - "MonsterAffix_Samurai_Ningyo_02_ChallengeAffix_01_Unique1" - ], - "isCommon": true + "id": 22010010, + "hpPercent": 60 } ], - "hpDrops": [ + "prop": [ { - "id": 22010030, - "hpPercent": 75 + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 16.3008, + "type": "GROW_CURVE_HP_2" }, { - "id": 22010030, - "hpPercent": 50 + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 25.12, + "type": "GROW_CURVE_ATTACK_2" }, { - "id": 22010030, - "hpPercent": 25 + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "镀金旅团·机弩兵", + "route": "Eremite Crossbow", + "icon": "UI_MonsterIcon_Eremite_Male_Standard_Crossbow" + }, + "25210301": { + "id": 25210301, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 217.34399, - "type": "GROW_CURVE_HP" + "initValue": 16.3008, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 62.8, - "type": "GROW_CURVE_ATTACK" + "initValue": 25.12, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -31684,45 +33361,61 @@ "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, - "windSubHurt": 0.3, + "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "魔偶剑鬼", - "route": "Maguu Kenki", - "icon": "UI_MonsterIcon_Samurai_Ningyo" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112065": { + "name": "褪色红绸", + "rank": 1, + "icon": "UI_ItemIcon_112065", + "count": "1.0505" + }, + "112066": { + "name": "镶边红绸", + "rank": 2, + "icon": "UI_ItemIcon_112066", + "count": "0.2801" + }, + "112067": { + "name": "织金红绸", + "rank": 3, + "icon": "UI_ItemIcon_112067", + "count": "0.07" + } + }, + "name": "镀金旅团·鸦喙戟手", + "route": "Eremite Ravenbeak Halberdier", + "icon": "UI_MonsterIcon_Eremite_Male_Standard_Pole" }, - "25090103": { - "id": 25090103, - "type": "MONSTER_BOSS", + "25210302": { + "id": 25210302, + "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010030, - "hpPercent": 75 - }, - { - "id": 22010030, - "hpPercent": 50 - }, - { - "id": 22010030, - "hpPercent": 25 + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 217.34399, - "type": "GROW_CURVE_HP" + "initValue": 16.3008, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 62.8, - "type": "GROW_CURVE_ATTACK" + "initValue": 25.12, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -31736,90 +33429,126 @@ "waterSubHurt": 0.1, "elecSubHurt": 0.1, "windSubHurt": 0.1, - "iceSubHurt": 0.3, + "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "魔偶剑鬼", - "route": "Maguu Kenki", - "icon": "UI_MonsterIcon_Samurai_Ningyo" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112065": { + "name": "褪色红绸", + "rank": 1, + "icon": "UI_ItemIcon_112065", + "count": "1.0505" + }, + "112066": { + "name": "镶边红绸", + "rank": 2, + "icon": "UI_ItemIcon_112066", + "count": "0.2801" + }, + "112067": { + "name": "织金红绸", + "rank": 3, + "icon": "UI_ItemIcon_112067", + "count": "0.07" + } + }, + "name": "镀金旅团·鸦喙戟手", + "route": "Eremite Ravenbeak Halberdier", + "icon": "UI_MonsterIcon_Eremite_Male_Standard_Pole" }, - "25090104": { - "id": 25090104, - "type": "MONSTER_BOSS", + "25210303": { + "id": 25210303, + "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010030, - "hpPercent": 75 - }, - { - "id": 22010030, - "hpPercent": 50 - }, - { - "id": 22010030, - "hpPercent": 25 + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 217.34399, - "type": "GROW_CURVE_HP" + "initValue": 16.3008, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 62.8, - "type": "GROW_CURVE_ATTACK" + "initValue": 25.12, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112065": { + "name": "褪色红绸", + "rank": 1, + "icon": "UI_ItemIcon_112065", + "count": "1.0505" + }, + "112066": { + "name": "镶边红绸", + "rank": 2, + "icon": "UI_ItemIcon_112066", + "count": "0.2801" }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" + "112067": { + "name": "织金红绸", + "rank": 3, + "icon": "UI_ItemIcon_112067", + "count": "0.07" } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 }, - "fundamentalForce": null, - "reward": null, - "name": "魔偶剑鬼", - "route": "Maguu Kenki", - "icon": "UI_MonsterIcon_Samurai_Ningyo" + "name": "镀金旅团·鸦喙戟手", + "route": "Eremite Ravenbeak Halberdier", + "icon": "UI_MonsterIcon_Eremite_Male_Standard_Pole" }, - "25090105": { - "id": 25090105, - "type": "MONSTER_BOSS", - "affix": [ + "25210401": { + "id": 25210401, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ { - "name": "傀儡将军强制后撤词缀", - "description": "傀儡将军强制后撤词缀", - "abilityName": [ - "MonsterAffix_Samurai_Ningyo_ForceDodgeAffix" - ], - "isCommon": null + "id": 22010010, + "hpPercent": 60 } ], - "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 159.162, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -31836,38 +33565,58 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "魔偶剑鬼", - "route": "Maguu Kenki", - "icon": "UI_MonsterIcon_Samurai_Ningyo" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112065": { + "name": "褪色红绸", + "rank": 1, + "icon": "UI_ItemIcon_112065", + "count": "1.0505" + }, + "112066": { + "name": "镶边红绸", + "rank": 2, + "icon": "UI_ItemIcon_112066", + "count": "0.2801" + }, + "112067": { + "name": "织金红绸", + "rank": 3, + "icon": "UI_ItemIcon_112067", + "count": "0.07" + } + }, + "name": "镀金旅团·破阵者", + "route": "Eremite Linebreaker", + "icon": "UI_MonsterIcon_Eremite_MuscleMan_Gloves" }, - "25090106": { - "id": 25090106, - "type": "MONSTER_BOSS", - "affix": [ + "25210402": { + "id": 25210402, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ { - "name": "傀儡将军强制后撤词缀", - "description": "傀儡将军强制后撤词缀", - "abilityName": [ - "MonsterAffix_Samurai_Ningyo_ForceDodgeAffix" - ], - "isCommon": null + "id": 22010010, + "hpPercent": 60 } ], - "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 1097.375, - "type": "GROW_CURVE_HP" + "initValue": 21.7344, + "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 180.864, - "type": "GROW_CURVE_ATTACK" + "initValue": 20.096, + "type": "GROW_CURVE_ATTACK_2" }, { "propType": "FIGHT_PROP_BASE_DEFENSE", @@ -31883,50 +33632,57 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "魔偶剑鬼", - "route": "Maguu Kenki", - "icon": "UI_MonsterIcon_Samurai_Ningyo" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112065": { + "name": "褪色红绸", + "rank": 1, + "icon": "UI_ItemIcon_112065", + "count": "1.0505" + }, + "112066": { + "name": "镶边红绸", + "rank": 2, + "icon": "UI_ItemIcon_112066", + "count": "0.2801" + }, + "112067": { + "name": "织金红绸", + "rank": 3, + "icon": "UI_ItemIcon_112067", + "count": "0.07" + } + }, + "name": "镀金旅团·破阵者", + "route": "Eremite Linebreaker", + "icon": "UI_MonsterIcon_Eremite_MuscleMan_Gloves" }, - "25100101": { - "id": 25100101, + "25210403": { + "id": 25210403, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "海乱鬼成就判定词缀", - "description": "非幽灵海乱鬼成就判定", - "abilityName": [ - "MonsterAffix_Samurai_Kairagi_Watcher_82107" - ], - "isCommon": null - } - ], + "affix": null, "hpDrops": [ { "id": 22010010, - "hpPercent": 75 - }, - { - "id": 22010010, - "hpPercent": 50 - }, - { - "id": 22010010, - "hpPercent": 25 + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 65.2032, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 94.2, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -31952,43 +33708,48 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112044": { - "name": "破旧的刀镡", + "112065": { + "name": "褪色红绸", "rank": 1, - "icon": "UI_ItemIcon_112044", - "count": "0.8404" + "icon": "UI_ItemIcon_112065", + "count": "1.0505" }, - "112045": { - "name": "影打刀镡", + "112066": { + "name": "镶边红绸", "rank": 2, - "icon": "UI_ItemIcon_112045", - "count": "0.2241" + "icon": "UI_ItemIcon_112066", + "count": "0.2801" }, - "112046": { - "name": "名刀镡", + "112067": { + "name": "织金红绸", "rank": 3, - "icon": "UI_ItemIcon_112046", - "count": "0.056" + "icon": "UI_ItemIcon_112067", + "count": "0.07" } }, - "name": "海乱鬼·雷腾", - "route": "Kairagi: Dancing Thunder", - "icon": "UI_MonsterIcon_Samurai_Kairagi_01" + "name": "镀金旅团·破阵者", + "route": "Eremite Linebreaker", + "icon": "UI_MonsterIcon_Eremite_MuscleMan_Gloves" }, - "25100102": { - "id": 25100102, + "25210501": { + "id": 25210501, "type": "MONSTER_ORDINARY", "affix": null, - "hpDrops": null, + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 103.2384, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32008,34 +33769,54 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "海乱鬼·雷腾", - "route": "Kairagi: Dancing Thunder", - "icon": "UI_MonsterIcon_Samurai_Kairagi_01" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112065": { + "name": "褪色红绸", + "rank": 1, + "icon": "UI_ItemIcon_112065", + "count": "1.0505" + }, + "112066": { + "name": "镶边红绸", + "rank": 2, + "icon": "UI_ItemIcon_112066", + "count": "0.2801" + }, + "112067": { + "name": "织金红绸", + "rank": 3, + "icon": "UI_ItemIcon_112067", + "count": "0.07" + } + }, + "name": "镀金旅团·刀舞者", + "route": "Eremite Sword-Dancer", + "icon": "UI_MonsterIcon_Eremite_MuscleMan_Simitar" }, - "25100190": { - "id": 25100190, + "25210502": { + "id": 25210502, "type": "MONSTER_ORDINARY", - "affix": [ + "affix": null, + "hpDrops": [ { - "name": "4.7-怪物对推-敌方地面怪物标记特效", - "description": "4.7-怪物对推-敌方地面怪物标记特效", - "abilityName": [ - "MvM_Monster_Common_EnemyBottom" - ], - "isCommon": true + "id": 22010010, + "hpPercent": 60 } ], - "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 100.4, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32052,50 +33833,57 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "海乱鬼·雷腾", - "route": "Kairagi: Dancing Thunder", - "icon": "UI_MonsterIcon_Samurai_Kairagi_01" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112065": { + "name": "褪色红绸", + "rank": 1, + "icon": "UI_ItemIcon_112065", + "count": "1.0505" + }, + "112066": { + "name": "镶边红绸", + "rank": 2, + "icon": "UI_ItemIcon_112066", + "count": "0.2801" + }, + "112067": { + "name": "织金红绸", + "rank": 3, + "icon": "UI_ItemIcon_112067", + "count": "0.07" + } + }, + "name": "镀金旅团·刀舞者", + "route": "Eremite Sword-Dancer", + "icon": "UI_MonsterIcon_Eremite_MuscleMan_Simitar" }, - "25100201": { - "id": 25100201, + "25210503": { + "id": 25210503, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "海乱鬼成就判定词缀", - "description": "非幽灵海乱鬼成就判定", - "abilityName": [ - "MonsterAffix_Samurai_Kairagi_Watcher_82107" - ], - "isCommon": null - } - ], + "affix": null, "hpDrops": [ { "id": 22010010, - "hpPercent": 75 - }, - { - "id": 22010010, - "hpPercent": 50 - }, - { - "id": 22010010, - "hpPercent": 25 + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 65.2032, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 94.2, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32121,52 +33909,56 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112044": { - "name": "破旧的刀镡", + "112065": { + "name": "褪色红绸", "rank": 1, - "icon": "UI_ItemIcon_112044", - "count": "0.8404" + "icon": "UI_ItemIcon_112065", + "count": "1.0505" }, - "112045": { - "name": "影打刀镡", + "112066": { + "name": "镶边红绸", "rank": 2, - "icon": "UI_ItemIcon_112045", - "count": "0.2241" + "icon": "UI_ItemIcon_112066", + "count": "0.2801" }, - "112046": { - "name": "名刀镡", + "112067": { + "name": "织金红绸", "rank": 3, - "icon": "UI_ItemIcon_112046", - "count": "0.056" + "icon": "UI_ItemIcon_112067", + "count": "0.07" } }, - "name": "海乱鬼·炎威", - "route": "Kairagi: Fiery Might", - "icon": "UI_MonsterIcon_Samurai_Kairagi_02" + "name": "镀金旅团·刀舞者", + "route": "Eremite Sword-Dancer", + "icon": "UI_MonsterIcon_Eremite_MuscleMan_Simitar" }, - "25100202": { - "id": 25100202, + "25310101": { + "id": 25310101, "type": "MONSTER_ORDINARY", - "affix": [ + "affix": null, + "hpDrops": [ { - "name": "海乱鬼成就判定词缀", - "description": "非幽灵海乱鬼成就判定", - "abilityName": [ - "MonsterAffix_Samurai_Kairagi_Watcher_82107" - ], - "isCommon": null + "id": 22010012, + "hpPercent": 75 + }, + { + "id": 22010012, + "hpPercent": 50 + }, + { + "id": 22010012, + "hpPercent": 25 } ], - "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 137.248, + "initValue": 48.9024, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 40.192, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32186,13 +33978,37 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "海乱鬼·炎威", - "route": "Kairagi: Fiery Might", - "icon": "UI_MonsterIcon_Samurai_Kairagi_02" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112065": { + "name": "褪色红绸", + "rank": 1, + "icon": "UI_ItemIcon_112065", + "count": "1.0505" + }, + "112066": { + "name": "镶边红绸", + "rank": 2, + "icon": "UI_ItemIcon_112066", + "count": "0.2801" + }, + "112067": { + "name": "织金红绸", + "rank": 3, + "icon": "UI_ItemIcon_112067", + "count": "0.07" + } + }, + "name": "镀金旅团·沙中净水", + "route": "Eremite Desert Clearwater", + "icon": "UI_MonsterIcon_Eremite_Female_Slim_PushDagger" }, - "25100290": { - "id": 25100290, + "25310190": { + "id": 25310190, "type": "MONSTER_ORDINARY", "affix": [ { @@ -32208,12 +34024,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 11.5464, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 100.4, + "initValue": 55.8, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32234,29 +34050,37 @@ }, "fundamentalForce": null, "reward": null, - "name": "海乱鬼·炎威", - "route": "Kairagi: Fiery Might", - "icon": "UI_MonsterIcon_Samurai_Kairagi_02" + "name": "镀金旅团·沙中净水", + "route": "Eremite Desert Clearwater", + "icon": "UI_MonsterIcon_Eremite_Female_Slim_PushDagger" }, - "25210101": { - "id": 25210101, + "25310201": { + "id": 25310201, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 60 + "id": 22010016, + "hpPercent": 75 + }, + { + "id": 22010016, + "hpPercent": 50 + }, + { + "id": 22010016, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 48.9024, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 40.192, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32301,29 +34125,33 @@ "count": "0.07" } }, - "name": "镀金旅团·阵前斧手", - "route": "Eremite Axe Vanguard", - "icon": "UI_MonsterIcon_Eremite_Female_Hatchet" + "name": "镀金旅团·炽阳凝冰", + "route": "Eremite Sunfrost", + "icon": "UI_MonsterIcon_Eremite_Male_Standard_Glaive" }, - "25210102": { - "id": 25210102, + "25310290": { + "id": 25310290, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010010, - "hpPercent": 60 + "name": "4.7-怪物对推-敌方地面怪物标记特效", + "description": "4.7-怪物对推-敌方地面怪物标记特效", + "abilityName": [ + "MvM_Monster_Common_EnemyBottom" + ], + "isCommon": true } ], + "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 11.5464, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 66.9, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32338,59 +34166,43 @@ "waterSubHurt": 0.1, "elecSubHurt": 0.1, "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 - }, - "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112065": { - "name": "褪色红绸", - "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" - }, - "112066": { - "name": "镶边红绸", - "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" - }, - "112067": { - "name": "织金红绸", - "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" - } + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 }, - "name": "镀金旅团·阵前斧手", - "route": "Eremite Axe Vanguard", - "icon": "UI_MonsterIcon_Eremite_Female_Hatchet" + "fundamentalForce": null, + "reward": null, + "name": "镀金旅团·炽阳凝冰", + "route": "Eremite Sunfrost", + "icon": "UI_MonsterIcon_Eremite_Male_Standard_Glaive" }, - "25210103": { - "id": 25210103, + "25310301": { + "id": 25310301, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 60 + "id": 22010014, + "hpPercent": 75 + }, + { + "id": 22010014, + "hpPercent": 50 + }, + { + "id": 22010014, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 54.336, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 30.144, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32435,38 +34247,37 @@ "count": "0.07" } }, - "name": "镀金旅团·阵前斧手", - "route": "Eremite Axe Vanguard", - "icon": "UI_MonsterIcon_Eremite_Female_Hatchet" + "name": "镀金旅团·白日鸣雷", + "route": "Eremite Daythunder", + "icon": "UI_MonsterIcon_Eremite_Male_Standard_Polearm" }, - "25210107": { - "id": 25210107, + "25410101": { + "id": 25410101, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "3.1潜行玩法词缀", - "description": "3.1潜行玩法词缀", - "abilityName": [ - "MonsterAffix_Sneak_ALBB_Sentry" - ], - "isCommon": null - } - ], + "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 60 + "id": 22010017, + "hpPercent": 75 + }, + { + "id": 22010017, + "hpPercent": 50 + }, + { + "id": 22010017, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 67.92, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 50.24, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32487,29 +34298,37 @@ }, "fundamentalForce": null, "reward": null, - "name": "镀金旅团·阵前斧手", - "route": "Eremite Axe Vanguard", - "icon": "UI_MonsterIcon_Eremite_Female_Hatchet" + "name": "镀金旅团·魔岩役使", + "route": "Eremite Stone Enchanter", + "icon": "UI_MonsterIcon_Eremite_Male_Strong_Katar" }, - "25210201": { - "id": 25210201, + "25410201": { + "id": 25410201, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 60 + "id": 22010015, + "hpPercent": 75 + }, + { + "id": 22010015, + "hpPercent": 50 + }, + { + "id": 22010015, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 59.7696, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 62.8, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32529,54 +34348,38 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112065": { - "name": "褪色红绸", - "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" - }, - "112066": { - "name": "镶边红绸", - "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" - }, - "112067": { - "name": "织金红绸", - "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" - } - }, - "name": "镀金旅团·机弩兵", - "route": "Eremite Crossbow", - "icon": "UI_MonsterIcon_Eremite_Male_Standard_Crossbow" + "reward": null, + "name": "镀金旅团·灵风猎手", + "route": "Eremite Galehunter", + "icon": "UI_MonsterIcon_Eremite_Female_Standard_Longbow" }, - "25210202": { - "id": 25210202, + "25410301": { + "id": 25410301, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 60 + "id": 22010011, + "hpPercent": 75 + }, + { + "id": 22010011, + "hpPercent": 50 + }, + { + "id": 22010011, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 59.7696, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 62.8, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32596,54 +34399,38 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112065": { - "name": "褪色红绸", - "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" - }, - "112066": { - "name": "镶边红绸", - "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" - }, - "112067": { - "name": "织金红绸", - "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" - } - }, - "name": "镀金旅团·机弩兵", - "route": "Eremite Crossbow", - "icon": "UI_MonsterIcon_Eremite_Male_Standard_Crossbow" + "reward": null, + "name": "镀金旅团·炽沙叙事人", + "route": "Eremite Scorching Loremaster", + "icon": "UI_MonsterIcon_Eremite_Female_Standard_Oracle" }, - "25210203": { - "id": 25210203, + "25410401": { + "id": 25410401, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 60 + "id": 22010013, + "hpPercent": 75 + }, + { + "id": 22010013, + "hpPercent": 50 + }, + { + "id": 22010013, + "hpPercent": 25 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 67.92, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 50.24, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32663,39 +34450,35 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112065": { - "name": "褪色红绸", - "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" - }, - "112066": { - "name": "镶边红绸", - "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" - }, - "112067": { - "name": "织金红绸", - "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" - } - }, - "name": "镀金旅团·机弩兵", - "route": "Eremite Crossbow", - "icon": "UI_MonsterIcon_Eremite_Male_Standard_Crossbow" + "reward": null, + "name": "镀金旅团·叶轮舞者", + "route": "Eremite Floral Ring-Dancer", + "icon": "UI_MonsterIcon_Eremite_Female_Standard_Dancer" }, - "25210207": { - "id": 25210207, + "25500101": { + "id": 25500101, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-游猎龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Mosasaurus", + "Monster_Human_Mosasaurus_TribeUlt", + "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_On", + "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_Off" + ], + "isCommon": null + } + ], "hpDrops": [ { "id": 22010010, @@ -32710,7 +34493,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32730,15 +34513,59 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "镀金旅团·机弩兵", - "route": "Eremite Crossbow", - "icon": "UI_MonsterIcon_Eremite_Male_Standard_Crossbow" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112104": { + "name": "卫从的木哨", + "rank": 1, + "icon": "UI_ItemIcon_112104", + "count": "1.2606" + }, + "112105": { + "name": "战士的铁哨", + "rank": 2, + "icon": "UI_ItemIcon_112105", + "count": "0.3362" + }, + "112106": { + "name": "龙冠武士的金哨", + "rank": 3, + "icon": "UI_ItemIcon_112106", + "count": "0.084" + } + }, + "name": "流刃勇士·游击人", + "route": "Flowing Blade Skirmisher", + "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Mosasaurus" }, - "25210301": { - "id": 25210301, + "25500102": { + "id": 25500102, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-游猎龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Mosasaurus", + "Monster_Human_Mosasaurus_TribeUlt", + "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_On", + "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_Off" + ], + "isCommon": null + } + ], "hpDrops": [ { "id": 22010010, @@ -32753,7 +34580,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32779,33 +34606,58 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112065": { - "name": "褪色红绸", + "112104": { + "name": "卫从的木哨", "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" + "icon": "UI_ItemIcon_112104", + "count": "1.2606" }, - "112066": { - "name": "镶边红绸", + "112105": { + "name": "战士的铁哨", "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" + "icon": "UI_ItemIcon_112105", + "count": "0.3362" }, - "112067": { - "name": "织金红绸", + "112106": { + "name": "龙冠武士的金哨", "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" + "icon": "UI_ItemIcon_112106", + "count": "0.084" } }, - "name": "镀金旅团·鸦喙戟手", - "route": "Eremite Ravenbeak Halberdier", - "icon": "UI_MonsterIcon_Eremite_Male_Standard_Pole" + "name": "流刃勇士·游击人", + "route": "Flowing Blade Skirmisher", + "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Mosasaurus" }, - "25210302": { - "id": 25210302, + "25500201": { + "id": 25500201, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-翼手龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo" + ], + "isCommon": null + }, + { + "name": "部落战士-翼手龙部落-成女", + "description": "部落特殊技时长不同,针对体型替换配置", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo_Female" + ], + "isCommon": null + } + ], "hpDrops": [ { "id": 22010010, @@ -32820,7 +34672,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32840,39 +34692,40 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112065": { - "name": "褪色红绸", - "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" + "reward": null, + "name": "结羽勇士·腾空士", + "route": "Winged Warrior: Skysoarer", + "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Flamingo" + }, + "25500202": { + "id": 25500202, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null }, - "112066": { - "name": "镶边红绸", - "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" + { + "name": "部落战士-翼手龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo" + ], + "isCommon": null }, - "112067": { - "name": "织金红绸", - "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" + { + "name": "部落战士-翼手龙部落-成女", + "description": "部落特殊技时长不同,针对体型替换配置", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo_Female" + ], + "isCommon": null } - }, - "name": "镀金旅团·鸦喙戟手", - "route": "Eremite Ravenbeak Halberdier", - "icon": "UI_MonsterIcon_Eremite_Male_Standard_Pole" - }, - "25210303": { - "id": 25210303, - "type": "MONSTER_ORDINARY", - "affix": null, + ], "hpDrops": [ { "id": 22010010, @@ -32887,7 +34740,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 20.096, "type": "GROW_CURVE_ATTACK_2" }, { @@ -32907,39 +34760,40 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112065": { - "name": "褪色红绸", - "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" + "reward": null, + "name": "结羽勇士·腾空士", + "route": "Winged Warrior: Skysoarer", + "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Flamingo" + }, + "25500203": { + "id": 25500203, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null }, - "112066": { - "name": "镶边红绸", - "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" + { + "name": "部落战士-翼手龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo" + ], + "isCommon": null }, - "112067": { - "name": "织金红绸", - "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" + { + "name": "部落战士-翼手龙部落-成女", + "description": "部落特殊技时长不同,针对体型替换配置", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo_Female" + ], + "isCommon": null } - }, - "name": "镀金旅团·鸦喙戟手", - "route": "Eremite Ravenbeak Halberdier", - "icon": "UI_MonsterIcon_Eremite_Male_Standard_Pole" - }, - "25210401": { - "id": 25210401, - "type": "MONSTER_ORDINARY", - "affix": null, + ], "hpDrops": [ { "id": 22010010, @@ -32949,7 +34803,7 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 16.3008, "type": "GROW_CURVE_HP_2" }, { @@ -32966,47 +34820,49 @@ "resistance": { "fireSubHurt": 0.1, "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 - }, - "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112065": { - "name": "褪色红绸", - "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" - }, - "112066": { - "name": "镶边红绸", - "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" - }, - "112067": { - "name": "织金红绸", - "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" - } + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 }, - "name": "镀金旅团·破阵者", - "route": "Eremite Linebreaker", - "icon": "UI_MonsterIcon_Eremite_MuscleMan_Gloves" + "fundamentalForce": null, + "reward": null, + "name": "结羽勇士·腾空士", + "route": "Winged Warrior: Skysoarer", + "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Flamingo" }, - "25210402": { - "id": 25210402, + "25501101": { + "id": 25501101, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "部落战士-单手钝器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Blunt" + ], + "isCommon": null + }, + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-钻地龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Drillhead", + "Monster_Human_DrillHead_TribeUlt" + ], + "isCommon": null + } + ], "hpDrops": [ { "id": 22010010, @@ -33021,7 +34877,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33047,33 +34903,59 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112065": { - "name": "褪色红绸", + "112104": { + "name": "卫从的木哨", "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" + "icon": "UI_ItemIcon_112104", + "count": "1.2606" }, - "112066": { - "name": "镶边红绸", + "112105": { + "name": "战士的铁哨", "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" + "icon": "UI_ItemIcon_112105", + "count": "0.3362" }, - "112067": { - "name": "织金红绸", + "112106": { + "name": "龙冠武士的金哨", "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" + "icon": "UI_ItemIcon_112106", + "count": "0.084" } }, - "name": "镀金旅团·破阵者", - "route": "Eremite Linebreaker", - "icon": "UI_MonsterIcon_Eremite_MuscleMan_Gloves" + "name": "铸砂勇士·叩问人", + "route": "Forged Sand Interrogator", + "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Drillhead" }, - "25210403": { - "id": 25210403, + "25501102": { + "id": 25501102, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "部落战士-单手钝器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Blunt" + ], + "isCommon": null + }, + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-钻地龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Drillhead", + "Monster_Human_DrillHead_TribeUlt" + ], + "isCommon": null + } + ], "hpDrops": [ { "id": 22010010, @@ -33088,7 +34970,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33114,33 +34996,75 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112065": { - "name": "褪色红绸", + "112104": { + "name": "卫从的木哨", "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" + "icon": "UI_ItemIcon_112104", + "count": "1.2606" }, - "112066": { - "name": "镶边红绸", + "112105": { + "name": "战士的铁哨", "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" + "icon": "UI_ItemIcon_112105", + "count": "0.3362" }, - "112067": { - "name": "织金红绸", + "112106": { + "name": "龙冠武士的金哨", "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" + "icon": "UI_ItemIcon_112106", + "count": "0.084" } }, - "name": "镀金旅团·破阵者", - "route": "Eremite Linebreaker", - "icon": "UI_MonsterIcon_Eremite_MuscleMan_Gloves" + "name": "铸砂勇士·叩问人", + "route": "Forged Sand Interrogator", + "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Drillhead" }, - "25210501": { - "id": 25210501, + "25501103": { + "id": 25501103, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "部落战士-单手钝器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Blunt" + ], + "isCommon": null + }, + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-钻地龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Drillhead", + "Monster_Human_DrillHead_TribeUlt" + ], + "isCommon": null + }, + { + "name": "5.0WQ-部落战士灵体死亡效果", + "description": "替换原有的死亡效果,改为灵体死亡效果", + "abilityName": [ + "Monster_TribalWarrior_Ghost_DieEffect" + ], + "isCommon": true + }, + { + "name": "5.0WQ-部落战士灵体深渊侵蚀效果", + "description": "挂载深渊侵蚀特效", + "abilityName": [ + "Monster_TribalWarrior_AbyssEffect" + ], + "isCommon": true + } + ], "hpDrops": [ { "id": 22010010, @@ -33155,7 +35079,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33175,39 +35099,48 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" + "reward": null, + "name": "铸砂勇士·叩问人", + "route": "Forged Sand Interrogator", + "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Drillhead" + }, + "25501201": { + "id": 25501201, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null }, - "112065": { - "name": "褪色红绸", - "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" + { + "name": "部落战士-勾爪龙部落单手剑", + "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", + "abilityName": [ + "Monster_Human_Sword_Hookwalker_TribeUlt" + ], + "isCommon": null }, - "112066": { - "name": "镶边红绸", - "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null }, - "112067": { - "name": "织金红绸", - "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" - } - }, - "name": "镀金旅团·刀舞者", - "route": "Eremite Sword-Dancer", - "icon": "UI_MonsterIcon_Eremite_MuscleMan_Simitar" - }, - "25210502": { - "id": 25210502, - "type": "MONSTER_ORDINARY", - "affix": null, + { + "name": "部落战士-勾爪龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Hookwalker" + ], + "isCommon": null + } + ], "hpDrops": [ { "id": 22010010, @@ -33222,7 +35155,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33248,33 +35181,66 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112065": { - "name": "褪色红绸", + "112104": { + "name": "卫从的木哨", "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" + "icon": "UI_ItemIcon_112104", + "count": "1.2606" }, - "112066": { - "name": "镶边红绸", + "112105": { + "name": "战士的铁哨", "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" + "icon": "UI_ItemIcon_112105", + "count": "0.3362" }, - "112067": { - "name": "织金红绸", + "112106": { + "name": "龙冠武士的金哨", "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" + "icon": "UI_ItemIcon_112106", + "count": "0.084" } }, - "name": "镀金旅团·刀舞者", - "route": "Eremite Sword-Dancer", - "icon": "UI_MonsterIcon_Eremite_MuscleMan_Simitar" + "name": "疾迅勇士·引索客", + "route": "Swiftstep Seeker", + "icon": "UI_MonsterIcon_Human_Female_Sword_Hookwalker" }, - "25210503": { - "id": 25210503, + "25501202": { + "id": 25501202, "type": "MONSTER_ORDINARY", - "affix": null, + "affix": [ + { + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null + }, + { + "name": "部落战士-勾爪龙部落单手剑", + "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", + "abilityName": [ + "Monster_Human_Sword_Hookwalker_TribeUlt" + ], + "isCommon": null + }, + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-勾爪龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Hookwalker" + ], + "isCommon": null + } + ], "hpDrops": [ { "id": 22010010, @@ -33289,7 +35255,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33315,56 +35281,81 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112065": { - "name": "褪色红绸", + "112104": { + "name": "卫从的木哨", "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" + "icon": "UI_ItemIcon_112104", + "count": "1.2606" }, - "112066": { - "name": "镶边红绸", + "112105": { + "name": "战士的铁哨", "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" + "icon": "UI_ItemIcon_112105", + "count": "0.3362" }, - "112067": { - "name": "织金红绸", + "112106": { + "name": "龙冠武士的金哨", "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" + "icon": "UI_ItemIcon_112106", + "count": "0.084" } }, - "name": "镀金旅团·刀舞者", - "route": "Eremite Sword-Dancer", - "icon": "UI_MonsterIcon_Eremite_MuscleMan_Simitar" + "name": "疾迅勇士·引索客", + "route": "Swiftstep Seeker", + "icon": "UI_MonsterIcon_Human_Female_Sword_Hookwalker" }, - "25310101": { - "id": 25310101, + "25501203": { + "id": 25501203, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010012, - "hpPercent": 75 + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null }, { - "id": 22010012, - "hpPercent": 50 + "name": "部落战士-勾爪龙部落单手剑", + "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", + "abilityName": [ + "Monster_Human_Sword_Hookwalker_TribeUlt" + ], + "isCommon": null }, { - "id": 22010012, - "hpPercent": 25 + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-勾爪龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Hookwalker" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 48.9024, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 40.192, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33390,52 +35381,81 @@ "rank": 3, "icon": "UI_ItemIcon_202" }, - "112065": { - "name": "褪色红绸", + "112104": { + "name": "卫从的木哨", "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" + "icon": "UI_ItemIcon_112104", + "count": "1.2606" }, - "112066": { - "name": "镶边红绸", + "112105": { + "name": "战士的铁哨", "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" + "icon": "UI_ItemIcon_112105", + "count": "0.3362" }, - "112067": { - "name": "织金红绸", + "112106": { + "name": "龙冠武士的金哨", "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" + "icon": "UI_ItemIcon_112106", + "count": "0.084" } }, - "name": "镀金旅团·沙中净水", - "route": "Eremite Desert Clearwater", - "icon": "UI_MonsterIcon_Eremite_Female_Slim_PushDagger" + "name": "疾迅勇士·引索客", + "route": "Swiftstep Seeker", + "icon": "UI_MonsterIcon_Human_Female_Sword_Hookwalker" }, - "25310190": { - "id": 25310190, + "25501301": { + "id": 25501301, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "4.7-怪物对推-敌方地面怪物标记特效", - "description": "4.7-怪物对推-敌方地面怪物标记特效", + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "MvM_Monster_Common_EnemyBottom" + "Monster_Human_Sword_EventAlter_Sharp" ], - "isCommon": true + "isCommon": null + }, + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-翼手龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo" + ], + "isCommon": null + }, + { + "name": "部落战士-翼手龙部落-成女", + "description": "部落特殊技时长不同,针对体型替换配置", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo_Female" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 } ], - "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 11.5464, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 55.8, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33452,41 +35472,66 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, "reward": null, - "name": "镀金旅团·沙中净水", - "route": "Eremite Desert Clearwater", - "icon": "UI_MonsterIcon_Eremite_Female_Slim_PushDagger" + "name": "结羽勇士·削羽人", + "route": "Winged Warrior: Feathershedder", + "icon": "UI_MonsterIcon_Human_Female_Sword_Flamingo" }, - "25310201": { - "id": 25310201, + "25501302": { + "id": 25501302, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010016, - "hpPercent": 75 + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null + }, + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-翼手龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo" + ], + "isCommon": null }, { - "id": 22010016, - "hpPercent": 50 - }, + "name": "部落战士-翼手龙部落-成女", + "description": "部落特殊技时长不同,针对体型替换配置", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo_Female" + ], + "isCommon": null + } + ], + "hpDrops": [ { - "id": 22010016, - "hpPercent": 25 + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 48.9024, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 40.192, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33506,58 +35551,63 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112065": { - "name": "褪色红绸", - "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" - }, - "112066": { - "name": "镶边红绸", - "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" - }, - "112067": { - "name": "织金红绸", - "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" - } - }, - "name": "镀金旅团·炽阳凝冰", - "route": "Eremite Sunfrost", - "icon": "UI_MonsterIcon_Eremite_Male_Standard_Glaive" + "reward": null, + "name": "结羽勇士·削羽人", + "route": "Winged Warrior: Feathershedder", + "icon": "UI_MonsterIcon_Human_Female_Sword_Flamingo" }, - "25310290": { - "id": 25310290, + "25501303": { + "id": 25501303, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "4.7-怪物对推-敌方地面怪物标记特效", - "description": "4.7-怪物对推-敌方地面怪物标记特效", + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "MvM_Monster_Common_EnemyBottom" + "Monster_Human_Sword_EventAlter_Sharp" ], - "isCommon": true + "isCommon": null + }, + { + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-翼手龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo" + ], + "isCommon": null + }, + { + "name": "部落战士-翼手龙部落-成女", + "description": "部落特殊技时长不同,针对体型替换配置", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo_Female" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 } ], - "hpDrops": null, "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 11.5464, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 66.9, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33574,41 +35624,58 @@ "windSubHurt": 0.1, "iceSubHurt": 0.1, "rockSubHurt": 0.1, - "physicalSubHurt": 0.1 + "physicalSubHurt": -0.2 }, "fundamentalForce": null, "reward": null, - "name": "镀金旅团·炽阳凝冰", - "route": "Eremite Sunfrost", - "icon": "UI_MonsterIcon_Eremite_Male_Standard_Glaive" + "name": "结羽勇士·削羽人", + "route": "Winged Warrior: Feathershedder", + "icon": "UI_MonsterIcon_Human_Female_Sword_Flamingo" }, - "25310301": { - "id": 25310301, + "25501401": { + "id": 25501401, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010014, - "hpPercent": 75 + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null }, { - "id": 22010014, - "hpPercent": 50 + "name": "部落战士-战前喷漆罐-冷色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Cool" + ], + "isCommon": null }, { - "id": 22010014, - "hpPercent": 25 + "name": "部落战士-灵视龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Shamansaurus" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 54.336, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 30.144, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33628,62 +35695,55 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112065": { - "name": "褪色红绸", - "rank": 1, - "icon": "UI_ItemIcon_112065", - "count": "1.0505" - }, - "112066": { - "name": "镶边红绸", - "rank": 2, - "icon": "UI_ItemIcon_112066", - "count": "0.2801" - }, - "112067": { - "name": "织金红绸", - "rank": 3, - "icon": "UI_ItemIcon_112067", - "count": "0.07" - } - }, - "name": "镀金旅团·白日鸣雷", - "route": "Eremite Daythunder", - "icon": "UI_MonsterIcon_Eremite_Male_Standard_Polearm" + "reward": null, + "name": "灵觉勇士·执意师", + "route": "Spiritspeaker Warrior: Determinator", + "icon": "UI_MonsterIcon_Human_Female_Sword_Shamansaurus" }, - "25410101": { - "id": 25410101, + "25501402": { + "id": 25501402, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010017, - "hpPercent": 75 + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null }, { - "id": 22010017, - "hpPercent": 50 + "name": "部落战士-战前喷漆罐-冷色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Cool" + ], + "isCommon": null }, { - "id": 22010017, - "hpPercent": 25 + "name": "部落战士-灵视龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Shamansaurus" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 67.92, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33704,37 +35764,62 @@ }, "fundamentalForce": null, "reward": null, - "name": "镀金旅团·魔岩役使", - "route": "Eremite Stone Enchanter", - "icon": "UI_MonsterIcon_Eremite_Male_Strong_Katar" + "name": "灵觉勇士·执意师", + "route": "Spiritspeaker Warrior: Determinator", + "icon": "UI_MonsterIcon_Human_Female_Sword_Shamansaurus" }, - "25410201": { - "id": 25410201, + "25501403": { + "id": 25501403, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010015, - "hpPercent": 75 + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null }, { - "id": 22010015, - "hpPercent": 50 + "name": "部落战士-战前喷漆罐-冷色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Cool" + ], + "isCommon": null }, { - "id": 22010015, - "hpPercent": 25 + "name": "部落战士-灵视龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Shamansaurus" + ], + "isCommon": null + }, + { + "name": "5.2灵视龙创生的头套人(wq)", + "description": "5.2灵视龙头套人创生死亡(wq)", + "abilityName": [ + "MonsterEliteAffix_Shamansaurus_CreateMonsterDieV52" + ], + "isCommon": true + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 59.7696, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 62.8, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33755,37 +35840,62 @@ }, "fundamentalForce": null, "reward": null, - "name": "镀金旅团·灵风猎手", - "route": "Eremite Galehunter", - "icon": "UI_MonsterIcon_Eremite_Female_Standard_Longbow" + "name": "灵觉勇士·执意师", + "route": "Spiritspeaker Warrior: Determinator", + "icon": "UI_MonsterIcon_Human_Female_Sword_Shamansaurus" }, - "25410301": { - "id": 25410301, + "25502101": { + "id": 25502101, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010011, - "hpPercent": 75 + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null + }, + { + "name": "部落战士-勾爪龙部落单手剑", + "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", + "abilityName": [ + "Monster_Human_Sword_Hookwalker_TribeUlt" + ], + "isCommon": null }, { - "id": 22010011, - "hpPercent": 50 + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null }, { - "id": 22010011, - "hpPercent": 25 + "name": "部落战士-勾爪龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Hookwalker" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 59.7696, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 62.8, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33805,38 +35915,87 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "镀金旅团·炽沙叙事人", - "route": "Eremite Scorching Loremaster", - "icon": "UI_MonsterIcon_Eremite_Female_Standard_Oracle" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112104": { + "name": "卫从的木哨", + "rank": 1, + "icon": "UI_ItemIcon_112104", + "count": "1.2606" + }, + "112105": { + "name": "战士的铁哨", + "rank": 2, + "icon": "UI_ItemIcon_112105", + "count": "0.3362" + }, + "112106": { + "name": "龙冠武士的金哨", + "rank": 3, + "icon": "UI_ItemIcon_112106", + "count": "0.084" + } + }, + "name": "疾迅勇士·荡风斥候", + "route": "Swiftstep Storm Scout", + "icon": "UI_MonsterIcon_Human_Male_Sword_Hookwalker" }, - "25410401": { - "id": 25410401, + "25502102": { + "id": 25502102, "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ + "affix": [ { - "id": 22010013, - "hpPercent": 75 + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null }, { - "id": 22010013, - "hpPercent": 50 + "name": "部落战士-勾爪龙部落单手剑", + "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", + "abilityName": [ + "Monster_Human_Sword_Hookwalker_TribeUlt" + ], + "isCommon": null }, { - "id": 22010013, - "hpPercent": 25 + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Warm" + ], + "isCommon": null + }, + { + "name": "部落战士-勾爪龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Hookwalker" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 67.92, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33856,15 +36015,55 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": null, - "name": "镀金旅团·叶轮舞者", - "route": "Eremite Floral Ring-Dancer", - "icon": "UI_MonsterIcon_Eremite_Female_Standard_Dancer" + "reward": { + "202": { + "name": "摩拉", + "rank": 3, + "icon": "UI_ItemIcon_202" + }, + "112104": { + "name": "卫从的木哨", + "rank": 1, + "icon": "UI_ItemIcon_112104", + "count": "1.2606" + }, + "112105": { + "name": "战士的铁哨", + "rank": 2, + "icon": "UI_ItemIcon_112105", + "count": "0.3362" + }, + "112106": { + "name": "龙冠武士的金哨", + "rank": 3, + "icon": "UI_ItemIcon_112106", + "count": "0.084" + } + }, + "name": "疾迅勇士·荡风斥候", + "route": "Swiftstep Storm Scout", + "icon": "UI_MonsterIcon_Human_Male_Sword_Hookwalker" }, - "25500101": { - "id": 25500101, + "25502103": { + "id": 25502103, "type": "MONSTER_ORDINARY", "affix": [ + { + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null + }, + { + "name": "部落战士-勾爪龙部落单手剑", + "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", + "abilityName": [ + "Monster_Human_Sword_Hookwalker_TribeUlt" + ], + "isCommon": null + }, { "name": "部落战士-战前喷漆罐-暖色", "description": "战前喷漆手中的Item颜色", @@ -33874,13 +36073,10 @@ "isCommon": null }, { - "name": "部落战士-游猎龙部落标记", + "name": "部落战士-勾爪龙部落标记", "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_TribeUltMark_Mosasaurus", - "Monster_Human_Mosasaurus_TribeUlt", - "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_On", - "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_Off" + "Monster_Human_TribeUltMark_Hookwalker" ], "isCommon": null } @@ -33894,12 +36090,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -33944,14 +36140,22 @@ "count": "0.084" } }, - "name": "流刃勇士·游击人", - "route": "Flowing Blade Skirmisher", - "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Mosasaurus" + "name": "疾迅勇士·荡风斥候", + "route": "Swiftstep Storm Scout", + "icon": "UI_MonsterIcon_Human_Male_Sword_Hookwalker" }, - "25500102": { - "id": 25500102, + "25502201": { + "id": 25502201, "type": "MONSTER_ORDINARY", "affix": [ + { + "name": "部落战士-单手钝器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Blunt" + ], + "isCommon": null + }, { "name": "部落战士-战前喷漆罐-暖色", "description": "战前喷漆手中的Item颜色", @@ -33981,12 +36185,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 16.3008, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 20.096, + "initValue": 22.608, "type": "GROW_CURVE_ATTACK_2" }, { @@ -34031,12 +36235,12 @@ "count": "0.084" } }, - "name": "流刃勇士·游击人", - "route": "Flowing Blade Skirmisher", - "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Mosasaurus" + "name": "流刃勇士·锯脂者", + "route": "Flowing Blade Grease-Saw", + "icon": "UI_MonsterIcon_Human_Male_Sword_Mosasaurus" }, - "25501101": { - "id": 25501101, + "25502202": { + "id": 25502202, "type": "MONSTER_ORDINARY", "affix": [ { @@ -34056,11 +36260,13 @@ "isCommon": null }, { - "name": "部落战士-钻地龙部落标记", + "name": "部落战士-游猎龙部落标记", "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_TribeUltMark_Drillhead", - "Monster_Human_DrillHead_TribeUlt" + "Monster_Human_TribeUltMark_Mosasaurus", + "Monster_Human_Mosasaurus_TribeUlt", + "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_On", + "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_Off" ], "isCommon": null } @@ -34124,36 +36330,103 @@ "count": "0.084" } }, - "name": "铸砂勇士·叩问人", - "route": "Forged Sand Interrogator", - "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Drillhead" + "name": "流刃勇士·锯脂者", + "route": "Flowing Blade Grease-Saw", + "icon": "UI_MonsterIcon_Human_Male_Sword_Mosasaurus" + }, + "25502301": { + "id": 25502301, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "部落战士-单手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Sword_EventAlter_Sharp" + ], + "isCommon": null + }, + { + "name": "部落战士-战前喷漆罐-冷色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Cool" + ], + "isCommon": null + }, + { + "name": "部落战士-灵视龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Shamansaurus" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 21.7344, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 22.608, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "灵觉勇士·控念师", + "route": "Spiritspeaker Warrior: Psychokinetic", + "icon": "UI_MonsterIcon_Human_Male_Sword_Shamansaurus" }, - "25501102": { - "id": 25501102, + "25502302": { + "id": 25502302, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-单手钝器", + "name": "部落战士-单手利器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Sword_EventAlter_Blunt" + "Monster_Human_Sword_EventAlter_Sharp" ], "isCommon": null }, { - "name": "部落战士-战前喷漆罐-暖色", + "name": "部落战士-战前喷漆罐-冷色", "description": "战前喷漆手中的Item颜色", "abilityName": [ - "Monster_Human_FreePoseManager_SprayCan_Warm" + "Monster_Human_FreePoseManager_SprayCan_Cool" ], "isCommon": null }, { - "name": "部落战士-钻地龙部落标记", + "name": "部落战士-灵视龙部落标记", "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_TribeUltMark_Drillhead", - "Monster_Human_DrillHead_TribeUlt" + "Monster_Human_TribeUltMark_Shamansaurus" ], "isCommon": null } @@ -34192,77 +36465,44 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112104": { - "name": "卫从的木哨", - "rank": 1, - "icon": "UI_ItemIcon_112104", - "count": "1.2606" - }, - "112105": { - "name": "战士的铁哨", - "rank": 2, - "icon": "UI_ItemIcon_112105", - "count": "0.3362" - }, - "112106": { - "name": "龙冠武士的金哨", - "rank": 3, - "icon": "UI_ItemIcon_112106", - "count": "0.084" - } - }, - "name": "铸砂勇士·叩问人", - "route": "Forged Sand Interrogator", - "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Drillhead" + "reward": null, + "name": "灵觉勇士·控念师", + "route": "Spiritspeaker Warrior: Psychokinetic", + "icon": "UI_MonsterIcon_Human_Male_Sword_Shamansaurus" }, - "25501103": { - "id": 25501103, + "25502303": { + "id": 25502303, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-单手钝器", + "name": "部落战士-单手利器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Sword_EventAlter_Blunt" + "Monster_Human_Sword_EventAlter_Sharp" ], "isCommon": null }, { - "name": "部落战士-战前喷漆罐-暖色", + "name": "部落战士-战前喷漆罐-冷色", "description": "战前喷漆手中的Item颜色", "abilityName": [ - "Monster_Human_FreePoseManager_SprayCan_Warm" + "Monster_Human_FreePoseManager_SprayCan_Cool" ], "isCommon": null }, { - "name": "部落战士-钻地龙部落标记", + "name": "部落战士-灵视龙部落标记", "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_TribeUltMark_Drillhead", - "Monster_Human_DrillHead_TribeUlt" + "Monster_Human_TribeUltMark_Shamansaurus" ], "isCommon": null }, { - "name": "5.0WQ-部落战士灵体死亡效果", - "description": "替换原有的死亡效果,改为灵体死亡效果", - "abilityName": [ - "Monster_TribalWarrior_Ghost_DieEffect" - ], - "isCommon": true - }, - { - "name": "5.0WQ-部落战士灵体深渊侵蚀效果", - "description": "挂载深渊侵蚀特效", + "name": "5.2灵视龙创生的头套人(wq)", + "description": "5.2灵视龙头套人创生死亡(wq)", "abilityName": [ - "Monster_TribalWarrior_AbyssEffect" + "MonsterEliteAffix_Shamansaurus_CreateMonsterDieV52" ], "isCommon": true } @@ -34302,27 +36542,27 @@ }, "fundamentalForce": null, "reward": null, - "name": "铸砂勇士·叩问人", - "route": "Forged Sand Interrogator", - "icon": "UI_MonsterIcon_Human_Female_NoWeapon_Drillhead" + "name": "灵觉勇士·控念师", + "route": "Spiritspeaker Warrior: Psychokinetic", + "icon": "UI_MonsterIcon_Human_Male_Sword_Shamansaurus" }, - "25501201": { - "id": 25501201, + "25503101": { + "id": 25503101, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-单手利器", + "name": "部落战士-成男双手利器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Sword_EventAlter_Sharp" + "Monster_Human_Male_Standard_Claymore_EventAlter_Sharp" ], "isCommon": null }, { - "name": "部落战士-勾爪龙部落单手剑", + "name": "部落战士-勾爪龙部落双手剑", "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", "abilityName": [ - "Monster_Human_Sword_Hookwalker_TribeUlt" + "Monster_Human_Claymore_Hookwalker_TribeUlt" ], "isCommon": null }, @@ -34352,12 +36592,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -34402,27 +36642,27 @@ "count": "0.084" } }, - "name": "疾迅勇士·引索客", - "route": "Swiftstep Seeker", - "icon": "UI_MonsterIcon_Human_Female_Sword_Hookwalker" + "name": "疾迅勇士·重刃讯使", + "route": "Swiftstep Armed Courier", + "icon": "UI_MonsterIcon_Human_Male_Claymore_Hookwalker" }, - "25501202": { - "id": 25501202, + "25503102": { + "id": 25503102, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-单手利器", + "name": "部落战士-成男双手利器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Sword_EventAlter_Sharp" + "Monster_Human_Male_Standard_Claymore_EventAlter_Sharp" ], "isCommon": null }, { - "name": "部落战士-勾爪龙部落单手剑", + "name": "部落战士-勾爪龙部落双手剑", "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", "abilityName": [ - "Monster_Human_Sword_Hookwalker_TribeUlt" + "Monster_Human_Claymore_Hookwalker_TribeUlt" ], "isCommon": null }, @@ -34452,12 +36692,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -34502,27 +36742,27 @@ "count": "0.084" } }, - "name": "疾迅勇士·引索客", - "route": "Swiftstep Seeker", - "icon": "UI_MonsterIcon_Human_Female_Sword_Hookwalker" + "name": "疾迅勇士·重刃讯使", + "route": "Swiftstep Armed Courier", + "icon": "UI_MonsterIcon_Human_Male_Claymore_Hookwalker" }, - "25501203": { - "id": 25501203, + "25503103": { + "id": 25503103, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-单手利器", + "name": "部落战士-成男双手利器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Sword_EventAlter_Sharp" + "Monster_Human_Male_Standard_Claymore_EventAlter_Sharp" ], "isCommon": null }, { - "name": "部落战士-勾爪龙部落单手剑", + "name": "部落战士-勾爪龙部落双手剑", "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", "abilityName": [ - "Monster_Human_Sword_Hookwalker_TribeUlt" + "Monster_Human_Claymore_Hookwalker_TribeUlt" ], "isCommon": null }, @@ -34552,12 +36792,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -34602,45 +36842,181 @@ "count": "0.084" } }, - "name": "疾迅勇士·引索客", - "route": "Swiftstep Seeker", - "icon": "UI_MonsterIcon_Human_Female_Sword_Hookwalker" + "name": "疾迅勇士·重刃讯使", + "route": "Swiftstep Armed Courier", + "icon": "UI_MonsterIcon_Human_Male_Claymore_Hookwalker" + }, + "25503201": { + "id": 25503201, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "部落战士-成男双手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Male_Standard_Claymore_EventAlter_Sharp" + ], + "isCommon": null + }, + { + "name": "部落战士-战前喷漆罐-冷色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Cool" + ], + "isCommon": null + }, + { + "name": "部落战士-灵视龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Shamansaurus" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 27.168, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 25.12, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "灵觉勇士·冥思者", + "route": "Spiritspeaker Warrior: Contemplator", + "icon": "UI_MonsterIcon_Human_Male_Claymore_Shamansaurus" + }, + "25503202": { + "id": 25503202, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "部落战士-成男双手利器", + "description": "用于对攻击Type和特效配置进行区分", + "abilityName": [ + "Monster_Human_Male_Standard_Claymore_EventAlter_Sharp" + ], + "isCommon": null + }, + { + "name": "部落战士-战前喷漆罐-冷色", + "description": "战前喷漆手中的Item颜色", + "abilityName": [ + "Monster_Human_FreePoseManager_SprayCan_Cool" + ], + "isCommon": null + }, + { + "name": "部落战士-灵视龙部落标记", + "description": "影响部落特殊技的施放", + "abilityName": [ + "Monster_Human_TribeUltMark_Shamansaurus" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010010, + "hpPercent": 60 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 27.168, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 25.12, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "灵觉勇士·冥思者", + "route": "Spiritspeaker Warrior: Contemplator", + "icon": "UI_MonsterIcon_Human_Male_Claymore_Shamansaurus" }, - "25502101": { - "id": 25502101, + "25503203": { + "id": 25503203, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-单手利器", + "name": "部落战士-成男双手利器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Sword_EventAlter_Sharp" + "Monster_Human_Male_Standard_Claymore_EventAlter_Sharp" ], "isCommon": null }, { - "name": "部落战士-勾爪龙部落单手剑", - "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", + "name": "部落战士-战前喷漆罐-冷色", + "description": "战前喷漆手中的Item颜色", "abilityName": [ - "Monster_Human_Sword_Hookwalker_TribeUlt" + "Monster_Human_FreePoseManager_SprayCan_Cool" ], "isCommon": null }, { - "name": "部落战士-战前喷漆罐-暖色", - "description": "战前喷漆手中的Item颜色", + "name": "部落战士-灵视龙部落标记", + "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_FreePoseManager_SprayCan_Warm" + "Monster_Human_TribeUltMark_Shamansaurus" ], "isCommon": null }, { - "name": "部落战士-勾爪龙部落标记", - "description": "影响部落特殊技的施放", + "name": "5.2灵视龙创生的头套人(wq)", + "description": "5.2灵视龙头套人创生死亡(wq)", "abilityName": [ - "Monster_Human_TribeUltMark_Hookwalker" + "MonsterEliteAffix_Shamansaurus_CreateMonsterDieV52" ], - "isCommon": null + "isCommon": true } ], "hpDrops": [ @@ -34652,12 +37028,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -34677,52 +37053,20 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112104": { - "name": "卫从的木哨", - "rank": 1, - "icon": "UI_ItemIcon_112104", - "count": "1.2606" - }, - "112105": { - "name": "战士的铁哨", - "rank": 2, - "icon": "UI_ItemIcon_112105", - "count": "0.3362" - }, - "112106": { - "name": "龙冠武士的金哨", - "rank": 3, - "icon": "UI_ItemIcon_112106", - "count": "0.084" - } - }, - "name": "疾迅勇士·荡风斥候", - "route": "Swiftstep Storm Scout", - "icon": "UI_MonsterIcon_Human_Male_Sword_Hookwalker" + "reward": null, + "name": "灵觉勇士·冥思者", + "route": "Spiritspeaker Warrior: Contemplator", + "icon": "UI_MonsterIcon_Human_Male_Claymore_Shamansaurus" }, - "25502102": { - "id": 25502102, + "25504101": { + "id": 25504101, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-单手利器", + "name": "部落战士-壮男双手钝器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Sword_EventAlter_Sharp" - ], - "isCommon": null - }, - { - "name": "部落战士-勾爪龙部落单手剑", - "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", - "abilityName": [ - "Monster_Human_Sword_Hookwalker_TribeUlt" + "Monster_Human_MuscleMan_Claymore_EventAlter_Blunt" ], "isCommon": null }, @@ -34735,10 +37079,11 @@ "isCommon": null }, { - "name": "部落战士-勾爪龙部落标记", + "name": "部落战士-钻地龙部落标记", "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_TribeUltMark_Hookwalker" + "Monster_Human_TribeUltMark_Drillhead", + "Monster_Human_DrillHead_TribeUlt" ], "isCommon": null } @@ -34752,12 +37097,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -34802,27 +37147,19 @@ "count": "0.084" } }, - "name": "疾迅勇士·荡风斥候", - "route": "Swiftstep Storm Scout", - "icon": "UI_MonsterIcon_Human_Male_Sword_Hookwalker" + "name": "铸砂勇士·碎盾者", + "route": "Forged Sand Shieldbreaker", + "icon": "UI_MonsterIcon_Human_MuscleMan_Claymore_Drillhead" }, - "25502103": { - "id": 25502103, + "25504102": { + "id": 25504102, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-单手利器", + "name": "部落战士-壮男双手钝器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Sword_EventAlter_Sharp" - ], - "isCommon": null - }, - { - "name": "部落战士-勾爪龙部落单手剑", - "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", - "abilityName": [ - "Monster_Human_Sword_Hookwalker_TribeUlt" + "Monster_Human_MuscleMan_Claymore_EventAlter_Blunt" ], "isCommon": null }, @@ -34835,10 +37172,11 @@ "isCommon": null }, { - "name": "部落战士-勾爪龙部落标记", + "name": "部落战士-钻地龙部落标记", "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_TribeUltMark_Hookwalker" + "Monster_Human_TribeUltMark_Drillhead", + "Monster_Human_DrillHead_TribeUlt" ], "isCommon": null } @@ -34852,12 +37190,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -34902,19 +37240,19 @@ "count": "0.084" } }, - "name": "疾迅勇士·荡风斥候", - "route": "Swiftstep Storm Scout", - "icon": "UI_MonsterIcon_Human_Male_Sword_Hookwalker" + "name": "铸砂勇士·碎盾者", + "route": "Forged Sand Shieldbreaker", + "icon": "UI_MonsterIcon_Human_MuscleMan_Claymore_Drillhead" }, - "25502201": { - "id": 25502201, + "25504103": { + "id": 25504103, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-单手钝器", + "name": "部落战士-壮男双手钝器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Sword_EventAlter_Blunt" + "Monster_Human_MuscleMan_Claymore_EventAlter_Blunt" ], "isCommon": null }, @@ -34927,15 +37265,29 @@ "isCommon": null }, { - "name": "部落战士-游猎龙部落标记", + "name": "部落战士-钻地龙部落标记", "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_TribeUltMark_Mosasaurus", - "Monster_Human_Mosasaurus_TribeUlt", - "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_On", - "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_Off" + "Monster_Human_TribeUltMark_Drillhead", + "Monster_Human_DrillHead_TribeUlt" ], "isCommon": null + }, + { + "name": "5.0WQ-部落战士灵体死亡效果", + "description": "替换原有的死亡效果,改为灵体死亡效果", + "abilityName": [ + "Monster_TribalWarrior_Ghost_DieEffect" + ], + "isCommon": true + }, + { + "name": "5.0WQ-部落战士灵体深渊侵蚀效果", + "description": "挂载深渊侵蚀特效", + "abilityName": [ + "Monster_TribalWarrior_AbyssEffect" + ], + "isCommon": true } ], "hpDrops": [ @@ -34947,12 +37299,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -34972,44 +37324,20 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112104": { - "name": "卫从的木哨", - "rank": 1, - "icon": "UI_ItemIcon_112104", - "count": "1.2606" - }, - "112105": { - "name": "战士的铁哨", - "rank": 2, - "icon": "UI_ItemIcon_112105", - "count": "0.3362" - }, - "112106": { - "name": "龙冠武士的金哨", - "rank": 3, - "icon": "UI_ItemIcon_112106", - "count": "0.084" - } - }, - "name": "流刃勇士·锯脂者", - "route": "Flowing Blade Grease-Saw", - "icon": "UI_MonsterIcon_Human_Male_Sword_Mosasaurus" + "reward": null, + "name": "铸砂勇士·碎盾者", + "route": "Forged Sand Shieldbreaker", + "icon": "UI_MonsterIcon_Human_MuscleMan_Claymore_Drillhead" }, - "25502202": { - "id": 25502202, + "25504201": { + "id": 25504201, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-单手钝器", + "name": "部落战士-壮男双手利器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Sword_EventAlter_Blunt" + "Monster_Human_MuscleMan_Claymore_EventAlter_Sharp" ], "isCommon": null }, @@ -35022,13 +37350,18 @@ "isCommon": null }, { - "name": "部落战士-游猎龙部落标记", + "name": "部落战士-翼手龙部落标记", "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_TribeUltMark_Mosasaurus", - "Monster_Human_Mosasaurus_TribeUlt", - "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_On", - "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_Off" + "Monster_Human_TribeUltMark_Flamingo" + ], + "isCommon": null + }, + { + "name": "部落战士-翼手龙部落-壮男", + "description": "部落特殊技时长不同,针对体型替换配置", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo_MuscleMan" ], "isCommon": null } @@ -35042,12 +37375,12 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 27.168, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 22.608, + "initValue": 25.12, "type": "GROW_CURVE_ATTACK_2" }, { @@ -35067,52 +37400,20 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112104": { - "name": "卫从的木哨", - "rank": 1, - "icon": "UI_ItemIcon_112104", - "count": "1.2606" - }, - "112105": { - "name": "战士的铁哨", - "rank": 2, - "icon": "UI_ItemIcon_112105", - "count": "0.3362" - }, - "112106": { - "name": "龙冠武士的金哨", - "rank": 3, - "icon": "UI_ItemIcon_112106", - "count": "0.084" - } - }, - "name": "流刃勇士·锯脂者", - "route": "Flowing Blade Grease-Saw", - "icon": "UI_MonsterIcon_Human_Male_Sword_Mosasaurus" + "reward": null, + "name": "结羽勇士·驭空客", + "route": "Winged Warrior: Skymaster", + "icon": "UI_MonsterIcon_Human_MuscleMan_Claymore_Flamingo" }, - "25503101": { - "id": 25503101, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "部落战士-成男双手利器", - "description": "用于对攻击Type和特效配置进行区分", - "abilityName": [ - "Monster_Human_Male_Standard_Claymore_EventAlter_Sharp" - ], - "isCommon": null - }, + "25504202": { + "id": 25504202, + "type": "MONSTER_ORDINARY", + "affix": [ { - "name": "部落战士-勾爪龙部落双手剑", - "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", + "name": "部落战士-壮男双手利器", + "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Claymore_Hookwalker_TribeUlt" + "Monster_Human_MuscleMan_Claymore_EventAlter_Sharp" ], "isCommon": null }, @@ -35125,10 +37426,18 @@ "isCommon": null }, { - "name": "部落战士-勾爪龙部落标记", + "name": "部落战士-翼手龙部落标记", "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_TribeUltMark_Hookwalker" + "Monster_Human_TribeUltMark_Flamingo" + ], + "isCommon": null + }, + { + "name": "部落战士-翼手龙部落-壮男", + "description": "部落特殊技时长不同,针对体型替换配置", + "abilityName": [ + "Monster_Human_TribeUltMark_Flamingo_MuscleMan" ], "isCommon": null } @@ -35167,68 +37476,44 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112104": { - "name": "卫从的木哨", - "rank": 1, - "icon": "UI_ItemIcon_112104", - "count": "1.2606" - }, - "112105": { - "name": "战士的铁哨", - "rank": 2, - "icon": "UI_ItemIcon_112105", - "count": "0.3362" - }, - "112106": { - "name": "龙冠武士的金哨", - "rank": 3, - "icon": "UI_ItemIcon_112106", - "count": "0.084" - } - }, - "name": "疾迅勇士·重刃讯使", - "route": "Swiftstep Armed Courier", - "icon": "UI_MonsterIcon_Human_Male_Claymore_Hookwalker" + "reward": null, + "name": "结羽勇士·驭空客", + "route": "Winged Warrior: Skymaster", + "icon": "UI_MonsterIcon_Human_MuscleMan_Claymore_Flamingo" }, - "25503102": { - "id": 25503102, + "25504203": { + "id": 25504203, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-成男双手利器", + "name": "部落战士-壮男双手利器", "description": "用于对攻击Type和特效配置进行区分", "abilityName": [ - "Monster_Human_Male_Standard_Claymore_EventAlter_Sharp" + "Monster_Human_MuscleMan_Claymore_EventAlter_Sharp" ], "isCommon": null }, { - "name": "部落战士-勾爪龙部落双手剑", - "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", "abilityName": [ - "Monster_Human_Claymore_Hookwalker_TribeUlt" + "Monster_Human_FreePoseManager_SprayCan_Warm" ], "isCommon": null }, { - "name": "部落战士-战前喷漆罐-暖色", - "description": "战前喷漆手中的Item颜色", + "name": "部落战士-翼手龙部落标记", + "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_FreePoseManager_SprayCan_Warm" + "Monster_Human_TribeUltMark_Flamingo" ], "isCommon": null }, { - "name": "部落战士-勾爪龙部落标记", - "description": "影响部落特殊技的施放", + "name": "部落战士-翼手龙部落-壮男", + "description": "部落特殊技时长不同,针对体型替换配置", "abilityName": [ - "Monster_Human_TribeUltMark_Hookwalker" + "Monster_Human_TribeUltMark_Flamingo_MuscleMan" ], "isCommon": null } @@ -35267,52 +37552,29 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112104": { - "name": "卫从的木哨", - "rank": 1, - "icon": "UI_ItemIcon_112104", - "count": "1.2606" - }, - "112105": { - "name": "战士的铁哨", - "rank": 2, - "icon": "UI_ItemIcon_112105", - "count": "0.3362" - }, - "112106": { - "name": "龙冠武士的金哨", - "rank": 3, - "icon": "UI_ItemIcon_112106", - "count": "0.084" - } - }, - "name": "疾迅勇士·重刃讯使", - "route": "Swiftstep Armed Courier", - "icon": "UI_MonsterIcon_Human_Male_Claymore_Hookwalker" + "reward": null, + "name": "结羽勇士·驭空客", + "route": "Winged Warrior: Skymaster", + "icon": "UI_MonsterIcon_Human_MuscleMan_Claymore_Flamingo" }, - "25503103": { - "id": 25503103, + "25505101": { + "id": 25505101, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-成男双手利器", - "description": "用于对攻击Type和特效配置进行区分", + "name": "部落战士-钻地龙部落标记", + "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_Male_Standard_Claymore_EventAlter_Sharp" + "Monster_Human_TribeUltMark_Drillhead", + "Monster_Human_DrillHead_TribeUlt" ], "isCommon": null }, { - "name": "部落战士-勾爪龙部落双手剑", - "description": "钩爪部落特殊技细分逻辑处理,也需要挂载55092", + "name": "部落战士-胖子钻地龙投枪", + "description": "控制投枪手中特效与Bullet", "abilityName": [ - "Monster_Human_Claymore_Hookwalker_TribeUlt" + "Monster_Tribalwarrior_Male_Fat_NoWeapon_SpearThrow_DrillHead" ], "isCommon": null }, @@ -35323,14 +37585,6 @@ "Monster_Human_FreePoseManager_SprayCan_Warm" ], "isCommon": null - }, - { - "name": "部落战士-勾爪龙部落标记", - "description": "影响部落特殊技的施放", - "abilityName": [ - "Monster_Human_TribeUltMark_Hookwalker" - ], - "isCommon": null } ], "hpDrops": [ @@ -35342,7 +37596,7 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { @@ -35392,36 +37646,36 @@ "count": "0.084" } }, - "name": "疾迅勇士·重刃讯使", - "route": "Swiftstep Armed Courier", - "icon": "UI_MonsterIcon_Human_Male_Claymore_Hookwalker" + "name": "铸砂勇士·投矛手", + "route": "Forged Sand Javelineer", + "icon": "UI_MonsterIcon_Human_Fat_NoWeapon_Drillhead" }, - "25504101": { - "id": 25504101, + "25505102": { + "id": 25505102, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-壮男双手钝器", - "description": "用于对攻击Type和特效配置进行区分", + "name": "部落战士-钻地龙部落标记", + "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_MuscleMan_Claymore_EventAlter_Blunt" + "Monster_Human_TribeUltMark_Drillhead", + "Monster_Human_DrillHead_TribeUlt" ], "isCommon": null }, { - "name": "部落战士-战前喷漆罐-暖色", - "description": "战前喷漆手中的Item颜色", + "name": "部落战士-胖子钻地龙投枪", + "description": "控制投枪手中特效与Bullet", "abilityName": [ - "Monster_Human_FreePoseManager_SprayCan_Warm" + "Monster_Tribalwarrior_Male_Fat_NoWeapon_SpearThrow_DrillHead" ], "isCommon": null }, { - "name": "部落战士-钻地龙部落标记", - "description": "影响部落特殊技的施放", + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", "abilityName": [ - "Monster_Human_TribeUltMark_Drillhead", - "Monster_Human_DrillHead_TribeUlt" + "Monster_Human_FreePoseManager_SprayCan_Warm" ], "isCommon": null } @@ -35435,7 +37689,7 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { @@ -35485,36 +37739,38 @@ "count": "0.084" } }, - "name": "铸砂勇士·碎盾者", - "route": "Forged Sand Shieldbreaker", - "icon": "UI_MonsterIcon_Human_MuscleMan_Claymore_Drillhead" + "name": "铸砂勇士·投矛手", + "route": "Forged Sand Javelineer", + "icon": "UI_MonsterIcon_Human_Fat_NoWeapon_Drillhead" }, - "25504102": { - "id": 25504102, + "25505201": { + "id": 25505201, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-壮男双手钝器", - "description": "用于对攻击Type和特效配置进行区分", + "name": "部落战士-游猎龙部落标记", + "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_MuscleMan_Claymore_EventAlter_Blunt" + "Monster_Human_TribeUltMark_Mosasaurus", + "Monster_Human_Mosasaurus_TribeUlt", + "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_On", + "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_Off" ], "isCommon": null }, { - "name": "部落战士-战前喷漆罐-暖色", - "description": "战前喷漆手中的Item颜色", + "name": "部落战士-胖子游猎龙投枪", + "description": "控制投枪手中特效与Bullet", "abilityName": [ - "Monster_Human_FreePoseManager_SprayCan_Warm" + "Monster_Tribalwarrior_Male_Fat_NoWeapon_SpearThrow_Mosasaurus" ], "isCommon": null }, { - "name": "部落战士-钻地龙部落标记", - "description": "影响部落特殊技的施放", + "name": "部落战士-战前喷漆罐-暖色", + "description": "战前喷漆手中的Item颜色", "abilityName": [ - "Monster_Human_TribeUltMark_Drillhead", - "Monster_Human_DrillHead_TribeUlt" + "Monster_Human_FreePoseManager_SprayCan_Warm" ], "isCommon": null } @@ -35528,7 +37784,7 @@ "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, + "initValue": 21.7344, "type": "GROW_CURVE_HP_2" }, { @@ -35574,117 +37830,34 @@ "112106": { "name": "龙冠武士的金哨", "rank": 3, - "icon": "UI_ItemIcon_112106", - "count": "0.084" - } - }, - "name": "铸砂勇士·碎盾者", - "route": "Forged Sand Shieldbreaker", - "icon": "UI_MonsterIcon_Human_MuscleMan_Claymore_Drillhead" - }, - "25504103": { - "id": 25504103, - "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "部落战士-壮男双手钝器", - "description": "用于对攻击Type和特效配置进行区分", - "abilityName": [ - "Monster_Human_MuscleMan_Claymore_EventAlter_Blunt" - ], - "isCommon": null - }, - { - "name": "部落战士-战前喷漆罐-暖色", - "description": "战前喷漆手中的Item颜色", - "abilityName": [ - "Monster_Human_FreePoseManager_SprayCan_Warm" - ], - "isCommon": null - }, - { - "name": "部落战士-钻地龙部落标记", - "description": "影响部落特殊技的施放", - "abilityName": [ - "Monster_Human_TribeUltMark_Drillhead", - "Monster_Human_DrillHead_TribeUlt" - ], - "isCommon": null - }, - { - "name": "5.0WQ-部落战士灵体死亡效果", - "description": "替换原有的死亡效果,改为灵体死亡效果", - "abilityName": [ - "Monster_TribalWarrior_Ghost_DieEffect" - ], - "isCommon": true - }, - { - "name": "5.0WQ-部落战士灵体深渊侵蚀效果", - "description": "挂载深渊侵蚀特效", - "abilityName": [ - "Monster_TribalWarrior_AbyssEffect" - ], - "isCommon": true - } - ], - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 60 - } - ], - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 27.168, - "type": "GROW_CURVE_HP_2" - }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, - "type": "GROW_CURVE_ATTACK_2" - }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" + "icon": "UI_ItemIcon_112106", + "count": "0.084" } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 }, - "fundamentalForce": null, - "reward": null, - "name": "铸砂勇士·碎盾者", - "route": "Forged Sand Shieldbreaker", - "icon": "UI_MonsterIcon_Human_MuscleMan_Claymore_Drillhead" + "name": "流刃勇士·掷叉猎手", + "route": "Flowing Blade Harpoon-Thrower", + "icon": "UI_MonsterIcon_Human_Fat_NoWeapon_Mosasaurus" }, - "25505101": { - "id": 25505101, + "25505202": { + "id": 25505202, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-钻地龙部落标记", + "name": "部落战士-游猎龙部落标记", "description": "影响部落特殊技的施放", "abilityName": [ - "Monster_Human_TribeUltMark_Drillhead", - "Monster_Human_DrillHead_TribeUlt" + "Monster_Human_TribeUltMark_Mosasaurus", + "Monster_Human_Mosasaurus_TribeUlt", + "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_On", + "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_Off" ], "isCommon": null }, { - "name": "部落战士-胖子钻地龙投枪", + "name": "部落战士-胖子游猎龙投枪", "description": "控制投枪手中特效与Bullet", "abilityName": [ - "Monster_Tribalwarrior_Male_Fat_NoWeapon_SpearThrow_DrillHead" + "Monster_Tribalwarrior_Male_Fat_NoWeapon_SpearThrow_Mosasaurus" ], "isCommon": null }, @@ -35756,55 +37929,33 @@ "count": "0.084" } }, - "name": "铸砂勇士·投矛手", - "route": "Forged Sand Javelineer", - "icon": "UI_MonsterIcon_Human_Fat_NoWeapon_Drillhead" + "name": "流刃勇士·掷叉猎手", + "route": "Flowing Blade Harpoon-Thrower", + "icon": "UI_MonsterIcon_Human_Fat_NoWeapon_Mosasaurus" }, - "25505102": { - "id": 25505102, + "25510101": { + "id": 25510101, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "部落战士-钻地龙部落标记", - "description": "影响部落特殊技的施放", - "abilityName": [ - "Monster_Human_TribeUltMark_Drillhead", - "Monster_Human_DrillHead_TribeUlt" - ], - "isCommon": null - }, + "affix": null, + "hpDrops": [ { - "name": "部落战士-胖子钻地龙投枪", - "description": "控制投枪手中特效与Bullet", - "abilityName": [ - "Monster_Tribalwarrior_Male_Fat_NoWeapon_SpearThrow_DrillHead" - ], - "isCommon": null + "id": 22010017, + "hpPercent": 66 }, { - "name": "部落战士-战前喷漆罐-暖色", - "description": "战前喷漆手中的Item颜色", - "abilityName": [ - "Monster_Human_FreePoseManager_SprayCan_Warm" - ], - "isCommon": null - } - ], - "hpDrops": [ - { - "id": 22010010, - "hpPercent": 60 + "id": 22010017, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 59.7696, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 50.24, "type": "GROW_CURVE_ATTACK_2" }, { @@ -35849,57 +38000,97 @@ "count": "0.084" } }, - "name": "铸砂勇士·投矛手", - "route": "Forged Sand Javelineer", - "icon": "UI_MonsterIcon_Human_Fat_NoWeapon_Drillhead" + "name": "嵴锋龙武士·碎晶打者", + "route": "Tepetlisaurus Warrior: Shard Striker", + "icon": "UI_MonsterIcon_Tribalwarrior_Powermaul_Drillhead" }, - "25505201": { - "id": 25505201, + "25510102": { + "id": 25510102, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-游猎龙部落标记", - "description": "影响部落特殊技的施放", + "name": "5.0WQ-部落战士灵体死亡效果", + "description": "替换原有的死亡效果,改为灵体死亡效果", "abilityName": [ - "Monster_Human_TribeUltMark_Mosasaurus", - "Monster_Human_Mosasaurus_TribeUlt", - "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_On", - "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_Off" + "Monster_TribalWarrior_Ghost_DieEffect" ], - "isCommon": null + "isCommon": true }, { - "name": "部落战士-胖子游猎龙投枪", - "description": "控制投枪手中特效与Bullet", + "name": "5.0WQ-部落战士灵体深渊侵蚀效果", + "description": "挂载深渊侵蚀特效", "abilityName": [ - "Monster_Tribalwarrior_Male_Fat_NoWeapon_SpearThrow_Mosasaurus" + "Monster_TribalWarrior_AbyssEffect" ], - "isCommon": null + "isCommon": true + } + ], + "hpDrops": [ + { + "id": 22010017, + "hpPercent": 66 }, { - "name": "部落战士-战前喷漆罐-暖色", - "description": "战前喷漆手中的Item颜色", - "abilityName": [ - "Monster_Human_FreePoseManager_SprayCan_Warm" - ], - "isCommon": null + "id": 22010017, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 59.7696, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 50.24, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" } ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "嵴锋龙武士·碎晶打者", + "route": "Tepetlisaurus Warrior: Shard Striker", + "icon": "UI_MonsterIcon_Tribalwarrior_Powermaul_Drillhead" + }, + "25510201": { + "id": 25510201, + "type": "MONSTER_ORDINARY", + "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 60 + "id": 22010017, + "hpPercent": 66 + }, + { + "id": 22010017, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 59.7696, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 50.24, "type": "GROW_CURVE_ATTACK_2" }, { @@ -35944,57 +38135,136 @@ "count": "0.084" } }, - "name": "流刃勇士·掷叉猎手", - "route": "Flowing Blade Harpoon-Thrower", - "icon": "UI_MonsterIcon_Human_Fat_NoWeapon_Mosasaurus" + "name": "嵴锋龙武士·破岩锐刃", + "route": "Tepetlisaurus Warrior: Rockbreaker Blade", + "icon": "UI_MonsterIcon_Tribalwarrior_Chainsword_Drillhead" }, - "25505202": { - "id": 25505202, + "25510202": { + "id": 25510202, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010017, + "hpPercent": 66 + }, + { + "id": 22010017, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 107.58528, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 50.24, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "嵴锋龙武士·破岩锐刃", + "route": "Tepetlisaurus Warrior: Rockbreaker Blade", + "icon": "UI_MonsterIcon_Tribalwarrior_Chainsword_Drillhead" + }, + "25510203": { + "id": 25510203, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "部落战士-游猎龙部落标记", - "description": "影响部落特殊技的施放", + "name": "5.0WQ-部落战士灵体死亡效果", + "description": "替换原有的死亡效果,改为灵体死亡效果", "abilityName": [ - "Monster_Human_TribeUltMark_Mosasaurus", - "Monster_Human_Mosasaurus_TribeUlt", - "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_On", - "Monster_Human_Mosasaurus_TribeUlt_UltAttackState_Off" + "Monster_TribalWarrior_Ghost_DieEffect" ], - "isCommon": null + "isCommon": true + } + ], + "hpDrops": [ + { + "id": 22010017, + "hpPercent": 66 + }, + { + "id": 22010017, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 77.70048, + "type": "GROW_CURVE_HP_2" }, { - "name": "部落战士-胖子游猎龙投枪", - "description": "控制投枪手中特效与Bullet", - "abilityName": [ - "Monster_Tribalwarrior_Male_Fat_NoWeapon_SpearThrow_Mosasaurus" - ], - "isCommon": null + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 50.24, + "type": "GROW_CURVE_ATTACK_2" }, { - "name": "部落战士-战前喷漆罐-暖色", - "description": "战前喷漆手中的Item颜色", - "abilityName": [ - "Monster_Human_FreePoseManager_SprayCan_Warm" - ], - "isCommon": null + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" } ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "嵴锋龙武士·破岩锐刃", + "route": "Tepetlisaurus Warrior: Rockbreaker Blade", + "icon": "UI_MonsterIcon_Tribalwarrior_Chainsword_Drillhead" + }, + "25510301": { + "id": 25510301, + "type": "MONSTER_ORDINARY", + "affix": null, "hpDrops": [ { - "id": 22010010, - "hpPercent": 60 + "id": 22010013, + "hpPercent": 66 + }, + { + "id": 22010013, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 21.7344, + "initValue": 54.336, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 25.12, + "initValue": 45.216, "type": "GROW_CURVE_ATTACK_2" }, { @@ -36039,33 +38309,33 @@ "count": "0.084" } }, - "name": "流刃勇士·掷叉猎手", - "route": "Flowing Blade Harpoon-Thrower", - "icon": "UI_MonsterIcon_Human_Fat_NoWeapon_Mosasaurus" + "name": "匿叶龙武士·旋锯飞叶", + "route": "Yumkasaurus Warrior: Whirling Leaves", + "icon": "UI_MonsterIcon_Tribalwarrior_Chainsword_Hookwalker" }, - "25510101": { - "id": 25510101, + "25510401": { + "id": 25510401, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010017, + "id": 22010013, "hpPercent": 66 }, { - "id": 22010017, + "id": 22010013, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 59.7696, + "initValue": 54.336, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, + "initValue": 45.216, "type": "GROW_CURVE_ATTACK_2" }, { @@ -36110,12 +38380,12 @@ "count": "0.084" } }, - "name": "嵴锋龙武士·碎晶打者", - "route": "Tepetlisaurus Warrior: Shard Striker", - "icon": "UI_MonsterIcon_Tribalwarrior_Powermaul_Drillhead" + "name": "匿叶龙武士·流火鸣空", + "route": "Yumkasaurus Warrior: Flowing Skyfire", + "icon": "UI_MonsterIcon_Tribalwarrior_Launcher_Hookwalker" }, - "25510102": { - "id": 25510102, + "25510402": { + "id": 25510402, "type": "MONSTER_ORDINARY", "affix": [ { @@ -36125,35 +38395,27 @@ "Monster_TribalWarrior_Ghost_DieEffect" ], "isCommon": true - }, - { - "name": "5.0WQ-部落战士灵体深渊侵蚀效果", - "description": "挂载深渊侵蚀特效", - "abilityName": [ - "Monster_TribalWarrior_AbyssEffect" - ], - "isCommon": true } ], "hpDrops": [ { - "id": 22010017, + "id": 22010013, "hpPercent": 66 }, { - "id": 22010017, + "id": 22010013, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 59.7696, + "initValue": 70.6368, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, + "initValue": 45.216, "type": "GROW_CURVE_ATTACK_2" }, { @@ -36174,33 +38436,33 @@ }, "fundamentalForce": null, "reward": null, - "name": "嵴锋龙武士·碎晶打者", - "route": "Tepetlisaurus Warrior: Shard Striker", - "icon": "UI_MonsterIcon_Tribalwarrior_Powermaul_Drillhead" + "name": "匿叶龙武士·流火鸣空", + "route": "Yumkasaurus Warrior: Flowing Skyfire", + "icon": "UI_MonsterIcon_Tribalwarrior_Launcher_Hookwalker" }, - "25510201": { - "id": 25510201, + "25510501": { + "id": 25510501, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010017, + "id": 22010012, "hpPercent": 66 }, { - "id": 22010017, + "id": 22010012, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 59.7696, + "initValue": 54.336, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, + "initValue": 45.216, "type": "GROW_CURVE_ATTACK_2" }, { @@ -36245,59 +38507,12 @@ "count": "0.084" } }, - "name": "嵴锋龙武士·破岩锐刃", - "route": "Tepetlisaurus Warrior: Rockbreaker Blade", - "icon": "UI_MonsterIcon_Tribalwarrior_Chainsword_Drillhead" - }, - "25510202": { - "id": 25510202, - "type": "MONSTER_ORDINARY", - "affix": null, - "hpDrops": [ - { - "id": 22010017, - "hpPercent": 66 - }, - { - "id": 22010017, - "hpPercent": 33 - } - ], - "prop": [ - { - "propType": "FIGHT_PROP_BASE_HP", - "initValue": 107.58528, - "type": "GROW_CURVE_HP_2" - }, - { - "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, - "type": "GROW_CURVE_ATTACK_2" - }, - { - "propType": "FIGHT_PROP_BASE_DEFENSE", - "initValue": 500, - "type": "GROW_CURVE_DEFENSE" - } - ], - "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.1, - "waterSubHurt": 0.1, - "elecSubHurt": 0.1, - "windSubHurt": 0.1, - "iceSubHurt": 0.1, - "rockSubHurt": 0.1, - "physicalSubHurt": -0.2 - }, - "fundamentalForce": null, - "reward": null, - "name": "嵴锋龙武士·破岩锐刃", - "route": "Tepetlisaurus Warrior: Rockbreaker Blade", - "icon": "UI_MonsterIcon_Tribalwarrior_Chainsword_Drillhead" + "name": "鳍游龙武士·穿浪之梭", + "route": "Koholasaurus Warrior: Waveshuttler", + "icon": "UI_MonsterIcon_Tribalwarrior_Slingshot_Mosasaurus" }, - "25510203": { - "id": 25510203, + "25510502": { + "id": 25510502, "type": "MONSTER_ORDINARY", "affix": [ { @@ -36311,23 +38526,23 @@ ], "hpDrops": [ { - "id": 22010017, + "id": 22010012, "hpPercent": 66 }, { - "id": 22010017, + "id": 22010012, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 77.70048, + "initValue": 70.6368, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 50.24, + "initValue": 45.216, "type": "GROW_CURVE_ATTACK_2" }, { @@ -36348,21 +38563,21 @@ }, "fundamentalForce": null, "reward": null, - "name": "嵴锋龙武士·破岩锐刃", - "route": "Tepetlisaurus Warrior: Rockbreaker Blade", - "icon": "UI_MonsterIcon_Tribalwarrior_Chainsword_Drillhead" + "name": "鳍游龙武士·穿浪之梭", + "route": "Koholasaurus Warrior: Waveshuttler", + "icon": "UI_MonsterIcon_Tribalwarrior_Slingshot_Mosasaurus" }, - "25510301": { - "id": 25510301, + "25510601": { + "id": 25510601, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010013, + "id": 22010012, "hpPercent": 66 }, { - "id": 22010013, + "id": 22010012, "hpPercent": 33 } ], @@ -36419,21 +38634,77 @@ "count": "0.084" } }, - "name": "匿叶龙武士·旋锯飞叶", - "route": "Yumkasaurus Warrior: Whirling Leaves", - "icon": "UI_MonsterIcon_Tribalwarrior_Chainsword_Hookwalker" + "name": "鳍游龙武士·裂礁之涛", + "route": "Koholasaurus Warrior: Reefsplitter", + "icon": "UI_MonsterIcon_Tribalwarrior_Launcher_Mosasaurus" + }, + "25510602": { + "id": 25510602, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "5.0WQ-部落战士灵体死亡效果", + "description": "替换原有的死亡效果,改为灵体死亡效果", + "abilityName": [ + "Monster_TribalWarrior_Ghost_DieEffect" + ], + "isCommon": true + } + ], + "hpDrops": [ + { + "id": 22010012, + "hpPercent": 66 + }, + { + "id": 22010012, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 70.6368, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 45.216, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": -0.2 + }, + "fundamentalForce": null, + "reward": null, + "name": "鳍游龙武士·裂礁之涛", + "route": "Koholasaurus Warrior: Reefsplitter", + "icon": "UI_MonsterIcon_Tribalwarrior_Launcher_Mosasaurus" }, - "25510401": { - "id": 25510401, + "25510701": { + "id": 25510701, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010013, + "id": 22010011, "hpPercent": 66 }, { - "id": 22010013, + "id": 22010011, "hpPercent": 33 } ], @@ -36445,7 +38716,7 @@ }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 45.216, + "initValue": 50.24, "type": "GROW_CURVE_ATTACK_2" }, { @@ -36465,67 +38736,34 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112104": { - "name": "卫从的木哨", - "rank": 1, - "icon": "UI_ItemIcon_112104", - "count": "1.2606" - }, - "112105": { - "name": "战士的铁哨", - "rank": 2, - "icon": "UI_ItemIcon_112105", - "count": "0.3362" - }, - "112106": { - "name": "龙冠武士的金哨", - "rank": 3, - "icon": "UI_ItemIcon_112106", - "count": "0.084" - } - }, - "name": "匿叶龙武士·流火鸣空", - "route": "Yumkasaurus Warrior: Flowing Skyfire", - "icon": "UI_MonsterIcon_Tribalwarrior_Launcher_Hookwalker" + "reward": null, + "name": "绒翼龙武士·膛星之锤", + "route": "Qucusaurus Warrior: Heartstar Hammer", + "icon": "UI_MonsterIcon_Tribalwarrior_Powermaul_Flamingo" }, - "25510402": { - "id": 25510402, + "25510801": { + "id": 25510801, "type": "MONSTER_ORDINARY", - "affix": [ - { - "name": "5.0WQ-部落战士灵体死亡效果", - "description": "替换原有的死亡效果,改为灵体死亡效果", - "abilityName": [ - "Monster_TribalWarrior_Ghost_DieEffect" - ], - "isCommon": true - } - ], + "affix": null, "hpDrops": [ { - "id": 22010013, + "id": 22010011, "hpPercent": 66 }, { - "id": 22010013, + "id": 22010011, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 70.6368, + "initValue": 54.336, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 45.216, + "initValue": 50.24, "type": "GROW_CURVE_ATTACK_2" }, { @@ -36546,21 +38784,21 @@ }, "fundamentalForce": null, "reward": null, - "name": "匿叶龙武士·流火鸣空", - "route": "Yumkasaurus Warrior: Flowing Skyfire", - "icon": "UI_MonsterIcon_Tribalwarrior_Launcher_Hookwalker" + "name": "绒翼龙武士·长空明焰", + "route": "Qucusaurus Warrior: Blazing Sky", + "icon": "UI_MonsterIcon_Tribalwarrior_Slingshot_Flamingo" }, - "25510501": { - "id": 25510501, + "25510901": { + "id": 25510901, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010012, + "id": 22010016, "hpPercent": 66 }, { - "id": 22010012, + "id": 22010016, "hpPercent": 33 } ], @@ -36592,62 +38830,38 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112104": { - "name": "卫从的木哨", - "rank": 1, - "icon": "UI_ItemIcon_112104", - "count": "1.2606" - }, - "112105": { - "name": "战士的铁哨", - "rank": 2, - "icon": "UI_ItemIcon_112105", - "count": "0.3362" - }, - "112106": { - "name": "龙冠武士的金哨", - "rank": 3, - "icon": "UI_ItemIcon_112106", - "count": "0.084" - } - }, - "name": "鳍游龙武士·穿浪之梭", - "route": "Koholasaurus Warrior: Waveshuttler", - "icon": "UI_MonsterIcon_Tribalwarrior_Slingshot_Mosasaurus" + "reward": null, + "name": "暝视龙武士·寒涌持者", + "route": "Iktomisaurus Warrior: Icy Tidebearer", + "icon": "UI_MonsterIcon_Tribalwarrior_Chainsword_Shamansaurus" }, - "25510502": { - "id": 25510502, + "25510902": { + "id": 25510902, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "5.0WQ-部落战士灵体死亡效果", - "description": "替换原有的死亡效果,改为灵体死亡效果", + "name": "5.2灵视龙创生的头套人(wq)", + "description": "5.2灵视龙头套人创生死亡(wq)", "abilityName": [ - "Monster_TribalWarrior_Ghost_DieEffect" + "MonsterEliteAffix_Shamansaurus_CreateMonsterDieV52" ], "isCommon": true } ], "hpDrops": [ { - "id": 22010012, + "id": 22010016, "hpPercent": 66 }, { - "id": 22010012, + "id": 22010016, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 70.6368, + "initValue": 54.336, "type": "GROW_CURVE_HP_2" }, { @@ -36673,21 +38887,21 @@ }, "fundamentalForce": null, "reward": null, - "name": "鳍游龙武士·穿浪之梭", - "route": "Koholasaurus Warrior: Waveshuttler", - "icon": "UI_MonsterIcon_Tribalwarrior_Slingshot_Mosasaurus" + "name": "暝视龙武士·寒涌持者", + "route": "Iktomisaurus Warrior: Icy Tidebearer", + "icon": "UI_MonsterIcon_Tribalwarrior_Chainsword_Shamansaurus" }, - "25510601": { - "id": 25510601, + "25511001": { + "id": 25511001, "type": "MONSTER_ORDINARY", "affix": null, "hpDrops": [ { - "id": 22010012, + "id": 22010016, "hpPercent": 66 }, { - "id": 22010012, + "id": 22010016, "hpPercent": 33 } ], @@ -36719,62 +38933,38 @@ "physicalSubHurt": -0.2 }, "fundamentalForce": null, - "reward": { - "202": { - "name": "摩拉", - "rank": 3, - "icon": "UI_ItemIcon_202" - }, - "112104": { - "name": "卫从的木哨", - "rank": 1, - "icon": "UI_ItemIcon_112104", - "count": "1.2606" - }, - "112105": { - "name": "战士的铁哨", - "rank": 2, - "icon": "UI_ItemIcon_112105", - "count": "0.3362" - }, - "112106": { - "name": "龙冠武士的金哨", - "rank": 3, - "icon": "UI_ItemIcon_112106", - "count": "0.084" - } - }, - "name": "鳍游龙武士·裂礁之涛", - "route": "Koholasaurus Warrior: Reefsplitter", - "icon": "UI_MonsterIcon_Tribalwarrior_Launcher_Mosasaurus" + "reward": null, + "name": "暝视龙武士·冰晶炮手", + "route": "Iktomisaurus Warrior: Cryocrystal Cannon", + "icon": "UI_MonsterIcon_Tribalwarrior_Launcher_Shamansaurus" }, - "25510602": { - "id": 25510602, + "25511002": { + "id": 25511002, "type": "MONSTER_ORDINARY", "affix": [ { - "name": "5.0WQ-部落战士灵体死亡效果", - "description": "替换原有的死亡效果,改为灵体死亡效果", + "name": "5.2灵视龙创生的头套人(wq)", + "description": "5.2灵视龙头套人创生死亡(wq)", "abilityName": [ - "Monster_TribalWarrior_Ghost_DieEffect" + "MonsterEliteAffix_Shamansaurus_CreateMonsterDieV52" ], "isCommon": true } ], "hpDrops": [ { - "id": 22010012, + "id": 22010016, "hpPercent": 66 }, { - "id": 22010012, + "id": 22010016, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 70.6368, + "initValue": 54.336, "type": "GROW_CURVE_HP_2" }, { @@ -36800,9 +38990,9 @@ }, "fundamentalForce": null, "reward": null, - "name": "鳍游龙武士·裂礁之涛", - "route": "Koholasaurus Warrior: Reefsplitter", - "icon": "UI_MonsterIcon_Tribalwarrior_Launcher_Mosasaurus" + "name": "暝视龙武士·冰晶炮手", + "route": "Iktomisaurus Warrior: Cryocrystal Cannon", + "icon": "UI_MonsterIcon_Tribalwarrior_Launcher_Shamansaurus" }, "26010101": { "id": 26010101, @@ -46741,38 +48931,179 @@ "route": "Gluttonous Yumkasaur Mountain King", "icon": "UI_MonsterIcon_Natsaurus_Hookwalker_Primo" }, - "26220302": { - "id": 26220302, - "type": "MONSTER_BOSS", - "affix": [ + "26220302": { + "id": 26220302, + "type": "MONSTER_BOSS", + "affix": [ + { + "name": "钩爪龙-挑战-任务线词缀", + "description": "钩爪龙-挑战-任务线词缀", + "abilityName": [ + "Monster_Natsaurus_Hookwalker_Primo_Rotted" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010033, + "hpPercent": 66 + }, + { + "id": 22010033, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 326.01599, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 67.824, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.7, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "贪食匿叶龙山王", + "route": "Gluttonous Yumkasaur Mountain King", + "icon": "UI_MonsterIcon_Natsaurus_Hookwalker_Primo" + }, + "26220303": { + "id": 26220303, + "type": "MONSTER_BOSS", + "affix": [ + { + "name": "钩爪龙-挑战-深渊词缀", + "description": "钩爪龙-挑战-深渊词缀", + "abilityName": [ + "Monster_Natsaurus_Hookwalker_Primo_Hard" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010033, + "hpPercent": 66 + }, + { + "id": 22010033, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 366.76801, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 105.504, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.7, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "贪食匿叶龙山王", + "route": "Gluttonous Yumkasaur Mountain King", + "icon": "UI_MonsterIcon_Natsaurus_Hookwalker_Primo" + }, + "26230101": { + "id": 26230101, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": null, + "prop": [ { - "name": "钩爪龙-挑战-任务线词缀", - "description": "钩爪龙-挑战-任务线词缀", - "abilityName": [ - "Monster_Natsaurus_Hookwalker_Primo_Rotted" - ], - "isCommon": null + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 14.9424, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 22.608, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" } ], + "resistance": { + "fireSubHurt": 0.3, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "幼绒翼龙", + "route": "Qucusaurus Chick", + "icon": "UI_MonsterIcon_Natsaurus_Flamingo_Small" + }, + "26230201": { + "id": 26230201, + "type": "MONSTER_ORDINARY", + "affix": null, "hpDrops": [ { - "id": 22010033, + "id": 22010011, "hpPercent": 66 }, { - "id": 22010033, + "id": 22010011, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 326.01599, + "initValue": 40.752, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 67.824, + "initValue": 37.68, "type": "GROW_CURVE_ATTACK_2" }, { @@ -46782,8 +49113,8 @@ } ], "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.7, + "fireSubHurt": 0.5, + "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, "windSubHurt": 0.1, @@ -46793,42 +49124,89 @@ }, "fundamentalForce": null, "reward": null, - "name": "贪食匿叶龙山王", - "route": "Gluttonous Yumkasaur Mountain King", - "icon": "UI_MonsterIcon_Natsaurus_Hookwalker_Primo" + "name": "绒翼龙", + "route": "Qucusaurus", + "icon": "UI_MonsterIcon_Natsaurus_Flamingo_Normal" }, - "26220303": { - "id": 26220303, - "type": "MONSTER_BOSS", + "26230202": { + "id": 26230202, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010011, + "hpPercent": 66 + }, + { + "id": 22010011, + "hpPercent": 33 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 40.752, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 37.68, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.5, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "绒翼龙", + "route": "Qucusaurus", + "icon": "UI_MonsterIcon_Natsaurus_Flamingo_Normal" + }, + "26230204": { + "id": 26230204, + "type": "MONSTER_ORDINARY", "affix": [ { - "name": "钩爪龙-挑战-深渊词缀", - "description": "钩爪龙-挑战-深渊词缀", + "name": "翼手龙-常规-远景版迁徙", + "description": "翼手龙-常规-远景版迁徙", "abilityName": [ - "Monster_Natsaurus_Hookwalker_Primo_Hard" + "Monster_Natsaurus_Flamingo_Normal_Migrate_DistantView" ], "isCommon": null } ], "hpDrops": [ { - "id": 22010033, + "id": 22010011, "hpPercent": 66 }, { - "id": 22010033, + "id": 22010011, "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 366.76801, + "initValue": 40.752, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 105.504, + "initValue": 37.68, "type": "GROW_CURVE_ATTACK_2" }, { @@ -46838,8 +49216,8 @@ } ], "resistance": { - "fireSubHurt": 0.1, - "grassSubHurt": 0.7, + "fireSubHurt": 0.5, + "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, "windSubHurt": 0.1, @@ -46849,9 +49227,9 @@ }, "fundamentalForce": null, "reward": null, - "name": "贪食匿叶龙山王", - "route": "Gluttonous Yumkasaur Mountain King", - "icon": "UI_MonsterIcon_Natsaurus_Hookwalker_Primo" + "name": "绒翼龙", + "route": "Qucusaurus", + "icon": "UI_MonsterIcon_Natsaurus_Flamingo_Normal" }, "26230301": { "id": 26230301, @@ -46998,46 +49376,216 @@ "icon": "UI_RelicIcon_15009_3" } }, - "name": "金焰绒翼龙暴君", - "route": "Goldflame Qucusaur Tyrant", - "icon": "UI_MonsterIcon_Natsaurus_Flamingo_Primo" + "name": "金焰绒翼龙暴君", + "route": "Goldflame Qucusaur Tyrant", + "icon": "UI_MonsterIcon_Natsaurus_Flamingo_Primo" + }, + "26230302": { + "id": 26230302, + "type": "MONSTER_BOSS", + "affix": [ + { + "name": "翼手龙-挑战-深渊词缀", + "description": "翼手龙-挑战-深渊词缀", + "abilityName": [ + "Monster_Natsaurus_Flamingo_Primo_ForAbyss" + ], + "isCommon": null + } + ], + "hpDrops": [ + { + "id": 22010031, + "hpPercent": 75 + }, + { + "id": 22010031, + "hpPercent": 50 + }, + { + "id": 22010031, + "hpPercent": 25 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 168.4416, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 125.6, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.7, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "金焰绒翼龙暴君", + "route": "Goldflame Qucusaur Tyrant", + "icon": "UI_MonsterIcon_Natsaurus_Flamingo_Primo" + }, + "26240101": { + "id": 26240101, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": null, + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 13.584, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 20.096, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.3, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "幼暝视龙", + "route": "Iktomisaurus Chick", + "icon": "UI_MonsterIcon_Natsaurus_Shamansaurus_Small" + }, + "26240102": { + "id": 26240102, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": null, + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 13.584, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 20.096, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.3, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "幼暝视龙", + "route": "Iktomisaurus Chick", + "icon": "UI_MonsterIcon_Natsaurus_Shamansaurus_Small" }, - "26230302": { - "id": 26230302, - "type": "MONSTER_BOSS", - "affix": [ + "26240201": { + "id": 26240201, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ { - "name": "翼手龙-挑战-深渊词缀", - "description": "翼手龙-挑战-深渊词缀", - "abilityName": [ - "Monster_Natsaurus_Flamingo_Primo_ForAbyss" - ], - "isCommon": null + "id": 22010016, + "hpPercent": 66 + }, + { + "id": 22010016, + "hpPercent": 33 } ], - "hpDrops": [ + "prop": [ { - "id": 22010031, - "hpPercent": 75 + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 36.6768, + "type": "GROW_CURVE_HP_2" }, { - "id": 22010031, - "hpPercent": 50 + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 33.912, + "type": "GROW_CURVE_ATTACK_2" }, { - "id": 22010031, - "hpPercent": 25 + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.5, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "暝视龙", + "route": "Iktomisaurus", + "icon": "UI_MonsterIcon_Natsaurus_Shamansaurus_Normal" + }, + "26240202": { + "id": 26240202, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010016, + "hpPercent": 66 + }, + { + "id": 22010016, + "hpPercent": 33 } ], "prop": [ { "propType": "FIGHT_PROP_BASE_HP", - "initValue": 168.4416, + "initValue": 36.6768, "type": "GROW_CURVE_HP_2" }, { "propType": "FIGHT_PROP_BASE_ATTACK", - "initValue": 125.6, + "initValue": 33.912, "type": "GROW_CURVE_ATTACK_2" }, { @@ -47047,20 +49595,20 @@ } ], "resistance": { - "fireSubHurt": 0.7, + "fireSubHurt": 0.1, "grassSubHurt": 0.1, "waterSubHurt": 0.1, "elecSubHurt": 0.1, "windSubHurt": 0.1, - "iceSubHurt": 0.1, + "iceSubHurt": 0.5, "rockSubHurt": 0.1, "physicalSubHurt": 0.1 }, "fundamentalForce": null, "reward": null, - "name": "金焰绒翼龙暴君", - "route": "Goldflame Qucusaur Tyrant", - "icon": "UI_MonsterIcon_Natsaurus_Flamingo_Primo" + "name": "暝视龙", + "route": "Iktomisaurus", + "icon": "UI_MonsterIcon_Natsaurus_Shamansaurus_Normal" }, "26260101": { "id": 26260101, @@ -47524,6 +50072,196 @@ "route": "Foliar-Swift Wayob Manifestation", "icon": "UI_MonsterIcon_Wayob_Hookwalker" }, + "26260801": { + "id": 26260801, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010016, + "hpPercent": 60 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 95.088, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 57.776, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.5, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "凛冽·大灵显化身", + "route": "Biting-Cold Wayob Manifestation", + "icon": "UI_MonsterIcon_Wayob_Shamansaurus" + }, + "26260803": { + "id": 26260803, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "5.0大灵开场力场词缀", + "description": "5.0大灵开场力场词缀", + "abilityName": [ + "MonsterAffix_Wayob_GoFirstField" + ], + "isCommon": true + } + ], + "hpDrops": [ + { + "id": 22010016, + "hpPercent": 60 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 95.088, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 57.776, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.1, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.5, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "凛冽·大灵显化身", + "route": "Biting-Cold Wayob Manifestation", + "icon": "UI_MonsterIcon_Wayob_Shamansaurus" + }, + "26260901": { + "id": 26260901, + "type": "MONSTER_ORDINARY", + "affix": null, + "hpDrops": [ + { + "id": 22010011, + "hpPercent": 60 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 95.088, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 57.776, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.5, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "焚燃·大灵显化身", + "route": "Burning-Aflame Wayob Manifestation", + "icon": "UI_MonsterIcon_Wayob_Flamingo" + }, + "26260902": { + "id": 26260902, + "type": "MONSTER_ORDINARY", + "affix": [ + { + "name": "5.0大灵开场力场词缀", + "description": "5.0大灵开场力场词缀", + "abilityName": [ + "MonsterAffix_Wayob_GoFirstField" + ], + "isCommon": true + } + ], + "hpDrops": [ + { + "id": 22010011, + "hpPercent": 60 + } + ], + "prop": [ + { + "propType": "FIGHT_PROP_BASE_HP", + "initValue": 95.088, + "type": "GROW_CURVE_HP_2" + }, + { + "propType": "FIGHT_PROP_BASE_ATTACK", + "initValue": 57.776, + "type": "GROW_CURVE_ATTACK_2" + }, + { + "propType": "FIGHT_PROP_BASE_DEFENSE", + "initValue": 500, + "type": "GROW_CURVE_DEFENSE" + } + ], + "resistance": { + "fireSubHurt": 0.5, + "grassSubHurt": 0.1, + "waterSubHurt": 0.1, + "elecSubHurt": 0.1, + "windSubHurt": 0.1, + "iceSubHurt": 0.1, + "rockSubHurt": 0.1, + "physicalSubHurt": 0.1 + }, + "fundamentalForce": null, + "reward": null, + "name": "焚燃·大灵显化身", + "route": "Burning-Aflame Wayob Manifestation", + "icon": "UI_MonsterIcon_Wayob_Flamingo" + }, "26270101": { "id": 26270101, "type": "MONSTER_ORDINARY", diff --git a/GenshinUID/utils/map/data/mysData_5.1.0.json b/GenshinUID/utils/map/data/mysData_5.1.0.json deleted file mode 100644 index dced4b21..00000000 --- a/GenshinUID/utils/map/data/mysData_5.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"retcode": 0, "message": "OK", "data": {"game": "hk4e", "all_avatar": [{"id": 10000103, "name": "希诺宁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/21c475571edd8462da5c4ffa4fdea755.png", "element": 3, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/502306/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/416?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 11031, "name": "普通攻击·锐锋攫猎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 11032, "name": "音火锻淬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d859d46d7f8f2b53beb964d942a0ff08.png", "max_level": 10}, {"id": 11035, "name": "豹烈律动!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/14999091601a82220751897b6b316706.png", "max_level": 10}], "constellation": [{"id": 1031, "name": "献予慵眠的休假日", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3dbe4f703d6998ec86882ad0c33f7a0b.png", "max_level": 0}, {"id": 1032, "name": "献予灼原的五重奏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/94404826d8a5163f692f0fc961898633.png", "max_level": 0}, {"id": 1033, "name": "献予日炎的巡行式", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6ef5360096dbdf2f2e636e0ebb832375.png", "max_level": 0}, {"id": 1034, "name": "献予午后的花之梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/70906b2617423bf2999a6e075e3b9707.png", "max_level": 0}, {"id": 1035, "name": "献予夕暮的转格调", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c3f954677906f3c82ee98f86042ad333.png", "max_level": 0}, {"id": 1036, "name": "献予永夜的狂欢舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/50afb0c011413c38019d447aec0bc2de.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000102, "name": "玛拉妮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0f6622c0bdd27940137f2e1a220380a2.png", "element": 6, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501625/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/404?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 30000, "name": "普通攻击·降温处理", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 30002, "name": "踏鲨破浪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/90c102e07e14ea39f4e96b8c7b191f51.png", "max_level": 10}, {"id": 30007, "name": "爆瀑飞弹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/b81e648037701338fed147a6a2333861.png", "max_level": 10}], "constellation": [{"id": 1021, "name": "悠闲的「梅兹特利」…", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b56e97d6252a1a2572e90bbe07dd7578.png", "max_level": 0}, {"id": 1022, "name": "全力以赴玛拉妮!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b687827ffce1314ccf0f63c53ccd8128.png", "max_level": 0}, {"id": 1023, "name": "在欢乐海上冲浪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6ca7048ee04e9ab845155a3d52fb72e8.png", "max_level": 0}, {"id": 1024, "name": "鲨鲨主食是豚豚。", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8831b120c2551c01c44849c36000865f.png", "max_level": 0}, {"id": 1025, "name": "同款冲浪板有售!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9472234a23b54ecb62e3512381ed9a6c.png", "max_level": 0}, {"id": 1026, "name": "「流泉之众」的精神", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2e3581bd5a39121f2f7d9402a4ca62a0.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000101, "name": "基尼奇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d568f9da8f64c419f20139977bdadd59.png", "element": 4, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501624/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/412?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 11011, "name": "普通攻击·夜阳斗技", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 11012, "name": "悬猎·游骋高狩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/f10b9f6aa0d4d13bf7297b693ea2af17.png", "max_level": 10}, {"id": 11015, "name": "向伟大圣龙致意", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/374a11f73e9c03842c3d1d343ee42fa6.png", "max_level": 10}], "constellation": [{"id": 1011, "name": "七鹦之喙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5cd6a67674ef650579248f86fa04223f.png", "max_level": 0}, {"id": 1012, "name": "星虎之掌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b9194ce315dfac1fbb2818ac402e8663.png", "max_level": 0}, {"id": 1013, "name": "原鳄之爪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/66d73f9a15a7cbbdbcfb5c7665a30a07.png", "max_level": 0}, {"id": 1014, "name": "蜂鸟之羽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/55b0a2ceb6dd559c9f324b96bd19145d.png", "max_level": 0}, {"id": 1015, "name": "吼猴之尾", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f765aed65466d00d15149e3b70e4811a.png", "max_level": 0}, {"id": 1016, "name": "瑞兽之形", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/dc7d6966444f14a81efbedc5483afc14.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000099, "name": "艾梅莉埃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/eebcde94dd2687ce7cbc37891f9ea1ae.png", "element": 4, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501441/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/401?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10991, "name": "普通攻击·逐影枪术·改", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10992, "name": "撷萃调香", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/5f87bd3be75f6d13a1cc47dd8883fc1f.png", "max_level": 10}, {"id": 10995, "name": "香氛演绎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/f8148040ee9b24594a998703eb3622d4.png", "max_level": 10}], "constellation": [{"id": 991, "name": "淡香浸析", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f2e94c41ef125a672c912b0f8ff71857.png", "max_level": 0}, {"id": 992, "name": "湖光顶调", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/28fe163aa96624f6804ffcc64784a778.png", "max_level": 0}, {"id": 993, "name": "郁馥臻萃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e277e20969f73762f3e4691f7c25f443.png", "max_level": 0}, {"id": 994, "name": "柔灯心韵", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b1f23511169b6a4702eabc22e6620c8e.png", "max_level": 0}, {"id": 995, "name": "纯露凝芳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3ed255e4a634680033368d5ad5c2d6ce.png", "max_level": 0}, {"id": 996, "name": "茉洁香迹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/66c0bd353996de2668f770b81af5bf16.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000098, "name": "克洛琳德", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b7a517693c9847c9c5adcc98e69c598f.png", "element": 5, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501213/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/389?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10981, "name": "普通攻击·逐影之誓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10982, "name": "狩夜之巡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8597d2f6cb88c9b643f55c57d4e90fe7.png", "max_level": 10}, {"id": 10985, "name": "残光将终", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/028906240a9f4b8cf9671adb3a8c7605.png", "max_level": 10}], "constellation": [{"id": 981, "name": "「自此,行过烛影之帷」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/00dd22d467df3737011a4db950837289.png", "max_level": 0}, {"id": 982, "name": "「自此,直面长夜之危」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6cf43818f13f24b66017f4f0241d4529.png", "max_level": 0}, {"id": 983, "name": "「我将铭记白昼的誓言」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/62ee8bc6e9851d1f4ba27b17f42f7e8f.png", "max_level": 0}, {"id": 984, "name": "「铭记泪,生命与仁爱」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b9788df931a45ba79b36fdcb4be95ec1.png", "max_level": 0}, {"id": 985, "name": "「也铭记黎明终将到来」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d5f0e537b32d3d124c68005b5cb99d29.png", "max_level": 0}, {"id": 986, "name": "「为此,勿将希望弃扬」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/13342678da4a1c73f485e3f0c256274a.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000096, "name": "阿蕾奇诺", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0fd756e7480f5805990b8656ee28a257.png", "element": 1, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501157/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/383?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10961, "name": "普通攻击·斩首之邀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10962, "name": "万相化灰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/57aab28a4c8ff16e21f80c2f23e72465.png", "max_level": 10}, {"id": 10965, "name": "厄月将升", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/21ffe14b1dbd9a3a329e552a7dab64f0.png", "max_level": 10}], "constellation": [{"id": 961, "name": "「所有的仇与债皆由我偿…」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c278f9be58816ef2b2322349ef664233.png", "max_level": 0}, {"id": 962, "name": "「所有的赏与罚皆自我出…」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2cc39fad3095f2f9190dd365904c7082.png", "max_level": 0}, {"id": 963, "name": "「你将成为我们新的家人…」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5bb22e71d238fb47be8c849c25de9872.png", "max_level": 0}, {"id": 964, "name": "「此后,你们须相爱相护…」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a2da5d1e1687e319aa368aeb70a7e289.png", "max_level": 0}, {"id": 965, "name": "「我们已孑然一身,与死无异…」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0baa119729f55bf069e702a6a7e68eed.png", "max_level": 0}, {"id": 966, "name": "「自此以后,我们将共飨新生。」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8d14c97f28e49489db1029bf3eb30c82.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000095, "name": "希格雯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4ad660effae6e0be8d37c272e13580a8.png", "element": 6, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501214/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/394?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10951, "name": "普通攻击·靶向治疗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10952, "name": "弹跳水疗法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/e35befee587bd26b1530aad6b3fefcfb.png", "max_level": 10}, {"id": 10955, "name": "过饱和心意注射", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/95ab2db3a7a6b08fea3a949ffc95f404.png", "max_level": 10}], "constellation": [{"id": 951, "name": "「最快乐的精灵,可否懂得焦虑」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a35d2a3e3bfb8849c7f102bf35b2d011.png", "max_level": 0}, {"id": 952, "name": "「最仁慈的精灵,可否化解仇敌」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/52f6a67b0130a49903c8720d7ad11484.png", "max_level": 0}, {"id": 953, "name": "「最健康的精灵,可否疗愈热症」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/975152f0ca8ce7de3d888604c79f1828.png", "max_level": 0}, {"id": 954, "name": "「最美丽的精灵,可否拒绝衰朽」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/24136ec433704d6538773d1ba5322ccc.png", "max_level": 0}, {"id": 955, "name": "「最幸福的精灵,可否消却折磨」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fa0937f98701bb5f1cda32c9ad97d978.png", "max_level": 0}, {"id": 956, "name": "「最光辉的精灵,可否为我祷告」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e238bd8fdc20d0cf770ffdc9441762c0.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000094, "name": "千织", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/499f6a6b6f4195ca42907a3406457b91.png", "element": 3, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500987/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/378?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10941, "name": "普通攻击·心织刀流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10942, "name": "羽袖一触", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/18078e8c27f107f1c6d94e6000fe1c83.png", "max_level": 10}, {"id": 10945, "name": "二刀之形·比翼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/59f9b05a98ceef9d1498abdcb7e3a20a.png", "max_level": 10}], "constellation": [{"id": 941, "name": "正绢六通", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8e90319a2dfb14804f2fcda6948ad715.png", "max_level": 0}, {"id": 942, "name": "落染五色", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5aa51b00b6d824bde47decce3197ec45.png", "max_level": 0}, {"id": 943, "name": "缀锦四分", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4912540a834837134ee03b2b4ffb35a6.png", "max_level": 0}, {"id": 944, "name": "衣裁三礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d5b6bc3cc0e69445ce3e028a0b1462b1.png", "max_level": 0}, {"id": 945, "name": "绫羽二重", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8fc493f7ba154d2033435ee52fad7f96.png", "max_level": 0}, {"id": 946, "name": "万理一空", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d4f98dd74f3572156a3faed1a47b77e1.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000093, "name": "闲云", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4340058fc6a7845e11b37e6c3800363b.png", "element": 2, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500673/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/372?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10931, "name": "普通攻击·清风散花词", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10932, "name": "朝起鹤云", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/2753c30872192d7adc6f0b626010258d.png", "max_level": 10}, {"id": 10935, "name": "暮集竹星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/7d600697b8e3278c533f47a781902a47.png", "max_level": 10}], "constellation": [{"id": 931, "name": "借风洗尘缘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bc9d0d0d3ef4697874b5cd4c7d2187cc.png", "max_level": 0}, {"id": 932, "name": "鹤唳远人间", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b15befb6903ce8cc6494cacaeb8070c5.png", "max_level": 0}, {"id": 933, "name": "造化有星月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/50128e399c0cb070772e8c016a0a072b.png", "max_level": 0}, {"id": 934, "name": "奥妙烹黍珠", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9eade5ce854ea58e6ddc85dcd79dc8ae.png", "max_level": 0}, {"id": 935, "name": "旋步霞蔚上", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8796e9bc96c32861ba1fcb96b4800d8d.png", "max_level": 0}, {"id": 936, "name": "知是留云僊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b0052966a3ae4ae79625755d468e9109.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000091, "name": "娜维娅", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/3bc260bb61f942b8a2f1c6ed3568628b.png", "element": 3, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500419/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/366?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10911, "name": "普通攻击·直率的辞绝", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10912, "name": "典仪式晶火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/bee9ee7db267adfa33f8e33ed4eb8c09.png", "max_level": 10}, {"id": 10915, "name": "如霰澄天的鸣礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/f2f2b7a16e3a856d97b639aeced07802.png", "max_level": 10}], "constellation": [{"id": 911, "name": "淑女的距离感守则", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cb4dafa92ab35879276b23b6d5f4c0ec.png", "max_level": 0}, {"id": 912, "name": "总指挥的乘胜追击", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/caa8ad2d1bf2f3f72996328108d73a89.png", "max_level": 0}, {"id": 913, "name": "经营家的开阔视野", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3e8a06de7c696ec6f386e1d314c1c728.png", "max_level": 0}, {"id": 914, "name": "铭誓者的绝不姑息", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b183b352a61aad9007c708b23eb58a87.png", "max_level": 0}, {"id": 915, "name": "协商人的坚决谈判", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d486e6bf121d7e77d2ea108cecfc9fa0.png", "max_level": 0}, {"id": 916, "name": "刺玫会长的灵活手腕", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9fa0a4ad4e259201e0d3653a90afd7bc.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000089, "name": "芙宁娜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ef6cc8b4282df1cfe3167c52230c4197.png", "element": 6, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500291/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/359?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10891, "name": "普通攻击·独舞之邀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10892, "name": "孤心沙龙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/52f66ceef44cb43536d8265b2d94a1fb.png", "max_level": 10}, {"id": 10895, "name": "万众狂欢", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/b55c0dea4d619b14abca395bbd56375c.png", "max_level": 10}], "constellation": [{"id": 891, "name": "「爱是难驯鸟,哀乞亦无用。」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f8906a537b87605c576fed01383beb1a.png", "max_level": 0}, {"id": 892, "name": "「女人皆善变,仿若水中萍。」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8c9751d3180aa7cc74a1e9da2ae7058b.png", "max_level": 0}, {"id": 893, "name": "「秘密藏心间,无人知我名。」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e791c695f8a7c2e759058bf15af236ea.png", "max_level": 0}, {"id": 894, "name": "「若非处幽冥,怎知生可贵!」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/018570d109ec7242f16c8bab22443698.png", "max_level": 0}, {"id": 895, "name": "「我已有觉察,他名即是…!」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/30410b970bf8a2da09b90b053e5d5186.png", "max_level": 0}, {"id": 896, "name": "「诸君听我颂,共举爱之杯!」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/39bd04f1848ca67203687ef37c62ecb1.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000087, "name": "那维莱特", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/eace0f26ec7d60300d2f291c935df7fd.png", "element": 6, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500207/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/351?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10871, "name": "普通攻击·如水从平", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10872, "name": "泪水啊,我必偿还", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/211c7951b47d08ecce68465650ad1b6d.png", "max_level": 10}, {"id": 10875, "name": "潮水啊,我已归来", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/172b9515fa8742352a56e00d08c600e6.png", "max_level": 10}], "constellation": [{"id": 871, "name": "尊荣的创定", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a60126102cd52f93d59a313ab831ca4b.png", "max_level": 0}, {"id": 872, "name": "律法的命诫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b88dbe05ba345f339d3d166b39e06eec.png", "max_level": 0}, {"id": 873, "name": "溯古的拟制", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/344f700db8599e14925831ce494995d3.png", "max_level": 0}, {"id": 874, "name": "悲悯的冠冕", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bc3d3c5e492e86cb8ef4952378c1ca2e.png", "max_level": 0}, {"id": 875, "name": "公理的决裁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e1a257cc22b43050e5aff8972fce14e1.png", "max_level": 0}, {"id": 876, "name": "忿怒的报偿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/921d306dab8d80d4c90f0426cd28a600.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000086, "name": "莱欧斯利", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/e67f0fae63e14a7adafacba5c0b1c4cb.png", "element": 7, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500286/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/356?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10861, "name": "普通攻击·迅烈倾霜拳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10862, "name": "冰牙突驰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/76f8461c86982eefa851593598582991.png", "max_level": 10}, {"id": 10865, "name": "黑金狼噬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/c8ef97719f9b6852c27361390a2ed692.png", "max_level": 10}], "constellation": [{"id": 861, "name": "予行恶者以惩惧", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f60d1846888934f086fb81bbe3166d69.png", "max_level": 0}, {"id": 862, "name": "予骄暴者以镣锁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/49365d72acc94e986074aa202de42242.png", "max_level": 0}, {"id": 863, "name": "予婪诈者以谴罚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/163072148036eff46ce9a89ea7f382ef.png", "max_level": 0}, {"id": 864, "name": "予贞苦者以拯赎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/69534ff9f31e97e3e22f501dc585c124.png", "max_level": 0}, {"id": 865, "name": "予冤诉者以怜恕", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/50d5797a4e4ea8dd401969b6d57ff3b9.png", "max_level": 0}, {"id": 866, "name": "予无罪者以念抚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d0086e199bc9345306a95fcf795fb257.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000084, "name": "林尼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d49a69f2d208bf7defae1767f1b607a7.png", "element": 1, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6937/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/339?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10841, "name": "普通攻击·迫牌易位式", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10842, "name": "眩惑光戏法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/347ee437ea02ad3d28d9fa2ec4b0570a.png", "max_level": 10}, {"id": 10845, "name": "大魔术·灵迹巡游", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/b3b47bc0b74363ef5f826332245d0864.png", "max_level": 10}], "constellation": [{"id": 841, "name": "空取奇思的手艺", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/618c813ad96d3ef9ba6be6c5214fdf4c.png", "max_level": 0}, {"id": 842, "name": "巧言贴耳的诱引", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/24b9d863d548339492e8caeac57c0876.png", "max_level": 0}, {"id": 843, "name": "玄迷灵敏的指法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/246e200480802a3a1b45131a642668f3.png", "max_level": 0}, {"id": 844, "name": "熟稔习练的筹谋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bec5dab64294334bc8e92e6b43da0584.png", "max_level": 0}, {"id": 845, "name": "穿越隐秘的通术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c5a397860c27334c37aff817a1d788c4.png", "max_level": 0}, {"id": 846, "name": "违心的笑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/72a41a51ce0f2cfc81281576e469799c.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000082, "name": "白术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/372b148e44297357a898c3162ca27b7f.png", "element": 4, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6489/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/312?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10821, "name": "普通攻击·金匮针解", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10822, "name": "太素诊要", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/f98abfd8a192db65dd93a5d2c5107b06.png", "max_level": 10}, {"id": 10825, "name": "愈气全形论", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/fc60d99124fb87112f09e9ae53d5b549.png", "max_level": 10}], "constellation": [{"id": 821, "name": "呿吟至微", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/226289e13272ba462ac225b3f8101b66.png", "max_level": 0}, {"id": 822, "name": "动静精明", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/57ca2e4b2154c9b67ae910ae08d8ddaf.png", "max_level": 0}, {"id": 823, "name": "八正定气", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0e14e01ce8d6791aa39502244eccaa35.png", "max_level": 0}, {"id": 824, "name": "法古观冥", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bb3401543557774fbcc21bd50271d7e0.png", "max_level": 0}, {"id": 825, "name": "盈虚藏象", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a0155f8ab1891f94aee8cb15409c44b4.png", "max_level": 0}, {"id": 826, "name": "真邪合离", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9550cb2af2e4c5d0e4fe2c8df6757112.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000079, "name": "迪希雅", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/7f04c9421ac1d6b542815b6f049c3846.png", "element": 1, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6180/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/301?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10791, "name": "普通攻击·拂金剑斗术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10792, "name": "熔铁流狱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/04f04d25437bc3a8d72abc4fddc2bde0.png", "max_level": 10}, {"id": 10795, "name": "炎啸狮子咬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/299f5e03c37a98f78991825963af526f.png", "max_level": 10}], "constellation": [{"id": 791, "name": "皎洁之火铓辉灿漫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f383a8eb9503a59a6bf1df1150d8ca89.png", "max_level": 0}, {"id": 792, "name": "净沙利刃明映万乘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c5967602abc2562a13605e8839317b1d.png", "max_level": 0}, {"id": 793, "name": "怒势疾迅如焚掠地", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4c516ed42735ca87efd86398f70d70e0.png", "max_level": 0}, {"id": 794, "name": "服膺誓禁恪守无失", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/162795069c4b5d9b13c3295419935d8c.png", "max_level": 0}, {"id": 795, "name": "猎兽魁首卓荦不羁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ab2cea428ebaa183124932bf690dad1f.png", "max_level": 0}, {"id": 796, "name": "燎燃利爪裂帛斫金", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2030c9ea53259cd588e02e8c1d66811a.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000078, "name": "艾尔海森", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0e7ebbbaef445388f2a8d99e574f30c7.png", "element": 4, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5865/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/290?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10781, "name": "普通攻击·溯因反绎法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10782, "name": "共相·理式摹写", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/6f29185c3f86098a565ace3a848ecfc6.png", "max_level": 10}, {"id": 10785, "name": "殊境·显象缚结", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a6f19e7593bb93a7b4071cc9a74ebaec.png", "max_level": 10}], "constellation": [{"id": 781, "name": "直观", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0bc65c3c062034f9de9d47e757360adb.png", "max_level": 0}, {"id": 782, "name": "辩章", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/41f42723387be42744c50d2b122bd76d.png", "max_level": 0}, {"id": 783, "name": "遮诠", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d97e1742fd6e3b2446343a29e8168718.png", "max_level": 0}, {"id": 784, "name": "义贯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1529e27e9f977cabf5c1d0e413bdcebc.png", "max_level": 0}, {"id": 785, "name": "智度", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/799f02ac93b4cb3286267a8288ab48b7.png", "max_level": 0}, {"id": 786, "name": "正理", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/38f6ba06f2f2e038ded742f99db9d3e4.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000075, "name": "流浪者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/bb7ca98f5292f7badca378ecd5e621a9.png", "element": 2, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5494/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/272?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10751, "name": "普通攻击·行幡鸣弦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10752, "name": "羽画·风姿华歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/413b6af7d6d8c4eb93c2163c8e53d4a6.png", "max_level": 10}, {"id": 10755, "name": "狂言·式乐五番", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a49f89a36da6eb17e44c820854b54000.png", "max_level": 10}], "constellation": [{"id": 751, "name": "初番·茂风流羽行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/36ac0f2383780c521830a124db7bd895.png", "max_level": 0}, {"id": 752, "name": "二番·箙岛廓白浪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e61f0143ebb845692d030b34f191f118.png", "max_level": 0}, {"id": 753, "name": "三番·久世舞夕颜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0fa4fc39acb122a1619f64955b20063b.png", "max_level": 0}, {"id": 754, "name": "四番·花月歌浮舟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fee1b7e30f8aec15be7d1c7a3cb90d36.png", "max_level": 0}, {"id": 755, "name": "末番·今昔渡来殿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9d033d6c09188b8c7df1b97f6bd3044f.png", "max_level": 0}, {"id": 756, "name": "祝言·霞幕倾松风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f7661a636691a708600939379f2b0dc3.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000073, "name": "纳西妲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ee7ba1ca53d7c6464a667b8f64a7dfd2.png", "element": 4, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5111/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/264?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10731, "name": "普通攻击·行相", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10732, "name": "所闻遍计", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/6443d5854bba5a6fc3bec4fc6582fecc.png", "max_level": 10}, {"id": 10735, "name": "心景幻成", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/742c317cfd68aafc147bfea6f12d9c1c.png", "max_level": 10}], "constellation": [{"id": 731, "name": "心识蕴藏之种", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/28b2d1ee56e4f2144bfbc1b13f3526b5.png", "max_level": 0}, {"id": 732, "name": "正等善见之根", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0a6045485da487a8eaf20061ddbd4056.png", "max_level": 0}, {"id": 733, "name": "熏习成就之芽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6412a56d8c7769d9d9ed57b8c0cdd5e1.png", "max_level": 0}, {"id": 734, "name": "比量现行之茎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a73f27902fe6dae94c9fa53d04c794c4.png", "max_level": 0}, {"id": 735, "name": "妙谛破愚之叶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/816a3778d533fb9948042c4746500f30.png", "max_level": 0}, {"id": 736, "name": "大辨圆成之实", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cdcd5e8d5d72944cc41732bd9551cd00.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000071, "name": "赛诺", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8d577eac587169ce1a284423f494376f.png", "element": 5, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4780/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/257?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10711, "name": "普通攻击·七圣枪术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10712, "name": "秘仪·律渊渡魂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/43f97ba23ae8f77d2124dab61d50f27d.png", "max_level": 10}, {"id": 10715, "name": "圣仪·煟煌随狼行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/2ab7f70128e8ba9421c091feb09cac54.png", "max_level": 10}], "constellation": [{"id": 711, "name": "立仪·俯览昼冥", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bcf2336702bd100ae4d8a463f61b0772.png", "max_level": 0}, {"id": 712, "name": "令仪·引谒归灵", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a1aae6cc45b0d77fe38a62f115300a37.png", "max_level": 0}, {"id": 713, "name": "律仪·行度誓惩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/733264dfc6228fbd7abbade0c8ec3cb7.png", "max_level": 0}, {"id": 714, "name": "巡仪·蒇护禁罔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/65339b228b76f7be83e8699e87a1f258.png", "max_level": 0}, {"id": 715, "name": "幽仪·逝往星芒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e6664946f5369cb30a07f3ad312712db.png", "max_level": 0}, {"id": 716, "name": "羽仪·裁落钧衡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/479085b455c2516447dee83171c10515.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000070, "name": "妮露", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0e9c6a200dab21d44acf4391445eaec9.png", "element": 6, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5020/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/261?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10701, "name": "普通攻击·弦月舞步", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10702, "name": "七域舞步", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/2cd22daf63e6835d35754a2aa9f486b3.png", "max_level": 10}, {"id": 10705, "name": "浮莲舞步·远梦聆泉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a9268c08413fbe6d137b5621eba5e709.png", "max_level": 10}], "constellation": [{"id": 701, "name": "却月的轻舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/37994afb2777e1792a5c211b91cb12ca.png", "max_level": 0}, {"id": 702, "name": "星天的花雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b1b5c51e4b124bbfd844b725f548e9e3.png", "max_level": 0}, {"id": 703, "name": "倾影的莲步", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1c51ae704ffb680e48bb7d7b8cae4bcf.png", "max_level": 0}, {"id": 704, "name": "挽漪的节音", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fe6dca1e1d58265e2590542a037bb1b9.png", "max_level": 0}, {"id": 705, "name": "翩旋的流光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/faf991df10d710577a83da2277abe7be.png", "max_level": 0}, {"id": 706, "name": "断霜的弦歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/63e77bb3d30c16f99079c8cd28a23c73.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000069, "name": "提纳里", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/c775deadd851054b60ef3d2eb6cc9969.png", "element": 4, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4334/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/248?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10691, "name": "普通攻击·藏蕴破障", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10692, "name": "识果种雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/55305bda8b81a41928444444875aa68c.png", "max_level": 10}, {"id": 10695, "name": "造生缠藤箭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9e510a60e613a07fab8b08428a8f0b95.png", "max_level": 10}], "constellation": [{"id": 691, "name": "由根须断定肇始", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7aaaa61af7f91fe8cbbe1e76b6813f4a.png", "max_level": 0}, {"id": 692, "name": "由茎干剖析来缘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fe46b44e9be7bc9892c6b370af649963.png", "max_level": 0}, {"id": 693, "name": "由枝节知晓造化", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/dd19fab0ef8dffd9761e78f0dd37bf5a.png", "max_level": 0}, {"id": 694, "name": "由片叶管窥枯荣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/60880a1f032f9e7abf04b10511666c37.png", "max_level": 0}, {"id": 695, "name": "由繁花明了悟觉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e98943bb97406fa0861f2b2e1a34f274.png", "max_level": 0}, {"id": 696, "name": "由硕实品论应果", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/022b0ba7bb715faedc0981e484b93986.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000066, "name": "神里绫人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/9fc876a0f87a9b80ee59083804954dc7.png", "element": 6, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3875/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/225?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10661, "name": "普通攻击·神里流·转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10662, "name": "神里流·镜花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a1801a584dc5fc1a639fb5a571a7e8c5.png", "max_level": 10}, {"id": 10665, "name": "神里流·水囿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/6d09ce5aac1ac497e94e3839b835aca8.png", "max_level": 10}], "constellation": [{"id": 661, "name": "镜华风姿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f34472b101d079160ed57072247c542f.png", "max_level": 0}, {"id": 662, "name": "世有源泉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7f72e893bb575eacb1f501f60276c77e.png", "max_level": 0}, {"id": 663, "name": "无意弄花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ba1c44f9d6b396d4aae6d97c43c62353.png", "max_level": 0}, {"id": 664, "name": "不厌细流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/313d103e81d7973483102c43cf6d4222.png", "max_level": 0}, {"id": 665, "name": "万水一露", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/134b902c74d5cfa9bfbdfea56424b7f9.png", "max_level": 0}, {"id": 666, "name": "滥觞无底", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c0f687df7772be18168dc45bc4892027.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000063, "name": "申鹤", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/05dc82e844c560d39ad1f620c50e3ca0.png", "element": 7, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3386/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/215?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10631, "name": "普通攻击·踏辰摄斗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10632, "name": "仰灵威召将役咒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9fe355b5d12f9deaf293edc22412733e.png", "max_level": 10}, {"id": 10635, "name": "神女遣灵真诀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/0dc473e3735e1b9cd77c37981259e8f6.png", "max_level": 10}], "constellation": [{"id": 631, "name": "心斋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6be5e19aebac7358b198368c26c5510b.png", "max_level": 0}, {"id": 632, "name": "定蒙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a93c00ffbe3a6b37212b161bb0adfc22.png", "max_level": 0}, {"id": 633, "name": "潜虚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/123a78383b65dd055dcd59a378b04c96.png", "max_level": 0}, {"id": 634, "name": "洞观", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/43b6352401730d4f4fdcf52a16154555.png", "max_level": 0}, {"id": 635, "name": "化神", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c4c8014c1fe17896e28f9939b6b9b920.png", "max_level": 0}, {"id": 636, "name": "忘玄", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/21f10e973ccb1349ded9969bb0385d19.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000062, "name": "埃洛伊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/3baef9952572d35fcd9fe8569fefdf8a.png", "element": 7, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2415/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/191?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10621, "name": "普通攻击·快速射击", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10622, "name": "冰尘雪野", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/035bd5be5dc57a5a2cbb3d47ebdfd890.png", "max_level": 10}, {"id": 10625, "name": "曙光预言", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d7e5651b2a1798d3b0bb1d1801bcb1c0.png", "max_level": 10}], "constellation": [{"id": 621, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/85ffab1e5b7c82643467950001d99160.png", "max_level": 0}, {"id": 622, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/85ffab1e5b7c82643467950001d99160.png", "max_level": 0}, {"id": 623, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/85ffab1e5b7c82643467950001d99160.png", "max_level": 0}, {"id": 624, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/85ffab1e5b7c82643467950001d99160.png", "max_level": 0}, {"id": 625, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/85ffab1e5b7c82643467950001d99160.png", "max_level": 0}, {"id": 626, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/85ffab1e5b7c82643467950001d99160.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000060, "name": "夜兰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ce1865612fa86ac56f0906eedc2db7d9.png", "element": 6, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4081/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/236?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10606, "name": "普通攻击·潜形隐曜弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10607, "name": "萦络纵命索", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/81aa9329532f9bcfc79bebf3a29bfc25.png", "max_level": 10}, {"id": 10610, "name": "渊图玲珑骰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/890ebb65652cda8a4b9892ef110a5ff8.png", "max_level": 10}], "constellation": [{"id": 601, "name": "与谋者,以局入局", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/76638392491b950056b677afc3f0f1c9.png", "max_level": 0}, {"id": 602, "name": "入彀者,多多益善", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a75186de0bea4bf2e384ad715d8a251d.png", "max_level": 0}, {"id": 603, "name": "晃盅者,琼畟药骰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ae14d143db9e83d1ac7dd9d5cb793e6d.png", "max_level": 0}, {"id": 604, "name": "诓惑者,接树移花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6d46bd7354e7a9f9b6094f6b6dfed06c.png", "max_level": 0}, {"id": 605, "name": "坐庄者,三仙戏法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/def2a82c1dc0261d16630eecbd595956.png", "max_level": 0}, {"id": 606, "name": "取胜者,大小通吃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/078c8c498f76e9824d22224bc59ff20a.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000058, "name": "八重神子", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/912115bd8711bcf4242d499a397919ab.png", "element": 5, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3564/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/220?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10581, "name": "普通攻击·狐灵食罪式", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10582, "name": "野干役咒·杀生樱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/b3961628c4ab0ecc3c117c4ba3d13df4.png", "max_level": 10}, {"id": 10585, "name": "大密法·天狐显真", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/6855cc466111083b86acc4cae36eb71b.png", "max_level": 10}], "constellation": [{"id": 581, "name": "野狐供真篇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9ae4681cf9019d0832b93472fd133a2c.png", "max_level": 0}, {"id": 582, "name": "望月吼哕声", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/863f9446b3b484e9f5d34cca8ba80e6c.png", "max_level": 0}, {"id": 583, "name": "七段妙变化", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/01cfe949db2986968d9edf5bbe896c18.png", "max_level": 0}, {"id": 584, "name": "绯樱引雷章", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4775a8c90b1182dc0a9ad3db21ee7ca5.png", "max_level": 0}, {"id": 585, "name": "暴恶嗤笑面", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a573b27cc7686243aea440d9f3bff81d.png", "max_level": 0}, {"id": 586, "name": "大杀生咒禁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6df3fe2f9b1a081904fc9a7948906872.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000057, "name": "荒泷一斗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5829dd062cb0488f5dd34e11fb684b53.png", "element": 3, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3276/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/211?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10571, "name": "普通攻击· 喧哗屋传说", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10572, "name": "魔杀绝技·赤牛发破!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ca966b9bb18e78b80abc9f9dd0187e39.png", "max_level": 10}, {"id": 10575, "name": "最恶鬼王·一斗轰临!!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/4312fe6e6e591f1930ada1c08064415d.png", "max_level": 10}], "constellation": [{"id": 571, "name": "倘若不知,我讲你听", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/48d0fd79c64057843995a62c45e1f7cc.png", "max_level": 0}, {"id": 572, "name": "纠集众人,斗倒御岳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a8ea8b0b5005f8ff973fc08a2b50bac7.png", "max_level": 0}, {"id": 573, "name": "水陆自在,牛王同行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/dc8470b62dcb05e4117455ce14a6a66c.png", "max_level": 0}, {"id": 574, "name": "奉行牢狱,茶饭之所", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/40baf2b9ae035f41f4889361376e0f1e.png", "max_level": 0}, {"id": 575, "name": "十年花坂,皆知我名", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1ed82bde7be6e2ceb0702a5ff63cb08a.png", "max_level": 0}, {"id": 576, "name": "在下荒泷一斗是也", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7c9c23d43d2af2816c546f6f259d5271.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000054, "name": "珊瑚宫心海", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/17ef6c0d80d63d7a46db7bad29da778c.png", "element": 6, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2403/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/196?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10541, "name": "普通攻击·水有常形", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10542, "name": "海月之誓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ae7504a55c8eb546bd61a93b35d05764.png", "max_level": 10}, {"id": 10545, "name": "海人化羽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/0a76f06c9776d7dc11d1de75233ed967.png", "max_level": 10}], "constellation": [{"id": 541, "name": "决水于溪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f4c72f6f05d881ddb266ff380e8ff7b0.png", "max_level": 0}, {"id": 542, "name": "波起云海", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2d1d74453268e922aa3b300cfceb900f.png", "max_level": 0}, {"id": 543, "name": "海渚月舟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4f05fc1d2cc6a377b8be188d43b6c8ef.png", "max_level": 0}, {"id": 544, "name": "月摄千川", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4d578cbe30756792c129a8be4fb93e17.png", "max_level": 0}, {"id": 545, "name": "百川集海", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f6798d01acecbfef43ede2e503533f85.png", "max_level": 0}, {"id": 546, "name": "珊瑚一心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9ac755da22bbe0c8d0aac8a2bcf2e61c.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000052, "name": "雷电将军", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/a91e37fe17717e8b4f36b64c04f85e3c.png", "element": 5, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2404/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/187?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10521, "name": "普通攻击·源流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10522, "name": "神变·恶曜开眼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9cb209039b74bd9fe9395df10533da93.png", "max_level": 10}, {"id": 10525, "name": "奥义·梦想真说", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/f67427a39ab4a4b107b4563bca4f27d5.png", "max_level": 10}], "constellation": [{"id": 521, "name": "恶曜卜词", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5817896129e0ef6526d935adb84bc6d1.png", "max_level": 0}, {"id": 522, "name": "斩铁断金", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a1b4bc4727433d58a28d7576a4407615.png", "max_level": 0}, {"id": 523, "name": "真影旧事", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/583d434c41a86c4ab3be41a0b8c30a50.png", "max_level": 0}, {"id": 524, "name": "誓奉常道", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ef1124fb08952bf1ccde54c14d59f5b8.png", "max_level": 0}, {"id": 525, "name": "凶将显形", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fd50291881aeb024b0de5814ca5d67e2.png", "max_level": 0}, {"id": 526, "name": "负愿前行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c6dfad4daa3c50ec7fb044bfd14cd261.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000051, "name": "优菈", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d338ad2d20c55e3979b1e49d0f44d4db.png", "element": 7, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2040/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/127?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10511, "name": "普通攻击·西风剑术·宗室", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10512, "name": "冰潮的涡旋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/61c084ff155b2ea0a2f7aab41c9ce472.png", "max_level": 10}, {"id": 10515, "name": "凝浪之光剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/11592a822d0bf93111fc01ba6e353399.png", "max_level": 10}], "constellation": [{"id": 511, "name": "光潮的幻象", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1f17fee50ede004c79cdf53943d4d094.png", "max_level": 0}, {"id": 512, "name": "海沫的少女", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/234e9511c705471caaed71e9ead0979d.png", "max_level": 0}, {"id": 513, "name": "劳伦斯的血脉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3a9165e281e188bc2ee426c5e2d4819a.png", "max_level": 0}, {"id": 514, "name": "自卑者的逞强", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a2656cea105a26c15af3af1a291fc5f2.png", "max_level": 0}, {"id": 515, "name": "骑士的素质", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8431df9542aad1a326138193114d219d.png", "max_level": 0}, {"id": 516, "name": "高贵者的义务", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4e13029100c13212464d4b504342a396.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000049, "name": "宵宫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/e64d0100f4825b62dd129701e3115f9f.png", "element": 1, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2124/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/182?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10491, "name": "普通攻击·烟火打扬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10492, "name": "焰硝庭火舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ba35783a96868f0d74e8198ef0f300d5.png", "max_level": 10}, {"id": 10495, "name": "琉金云间草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/00ae560e52d7b65359be46e5c7df1177.png", "max_level": 10}], "constellation": [{"id": 491, "name": "赤玉琉金", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/af4fd0beae1506c011992c91263264fa.png", "max_level": 0}, {"id": 492, "name": "万灯送火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/aaf579bd8521643b99ef82b7df8d9108.png", "max_level": 0}, {"id": 493, "name": "鼠火戏法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a1564170f7d9015f699af68cd563834c.png", "max_level": 0}, {"id": 494, "name": "花火职人心得", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6183f5d9f77ef28531986ffb917facfc.png", "max_level": 0}, {"id": 495, "name": "真夏宵祭锦绘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b936aa7b377d2826594195b533bb2d21.png", "max_level": 0}, {"id": 496, "name": "长野原龙势流星群", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4afbf11370917828eae4a54b67e70ed6.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000047, "name": "枫原万叶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0257471d5ee08914769358c929910f46.png", "element": 2, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2142/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/152?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10471, "name": "普通攻击·我流剑术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10472, "name": "千早振", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/126e0e513f21fa719305a36123780011.png", "max_level": 10}, {"id": 10475, "name": "万叶之一刀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/2d2b26fb6b5903cad27ed232ea823719.png", "max_level": 10}], "constellation": [{"id": 471, "name": "千山红遍", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1c93929569d9e80731dfd286b8d39067.png", "max_level": 0}, {"id": 472, "name": "山岚残芯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ff4ea434681a2fe6073016bda3bdf867.png", "max_level": 0}, {"id": 473, "name": "枫袖奇谭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4546ec0260374c653ddd8ca47db00083.png", "max_level": 0}, {"id": 474, "name": "大空幻法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7cbf41f6327bd707129a416bf85acad2.png", "max_level": 0}, {"id": 475, "name": "万世之集", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6ac184f3ee883729b19dbb0f569d4d5a.png", "max_level": 0}, {"id": 476, "name": "血赤叶红", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9e60374026d4029abf864dcf3462141b.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000046, "name": "胡桃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d358498332b3e7c86909dffe85eff9cf.png", "element": 1, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1627/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/77?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10461, "name": "普通攻击·往生秘传枪法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10462, "name": "蝶引来生", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/1ba475c8339dfad0a2bdeaa0a86b207c.png", "max_level": 10}, {"id": 10463, "name": "安神秘法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/afa6e7c9f4d57c0eaebb4402159faf9a.png", "max_level": 10}], "constellation": [{"id": 461, "name": "赤团开时斜飞去", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/899e6763b3db8858719e2576c7cf5a3d.png", "max_level": 0}, {"id": 462, "name": "最不安神晴又复雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/33575694894679b2717b0510d9c55584.png", "max_level": 0}, {"id": 463, "name": "逗留采血色", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/817375c76d0b188552eadf6d1ea5a79d.png", "max_level": 0}, {"id": 464, "name": "伴君眠花房", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/94c8815f997f21ee200605238af76133.png", "max_level": 0}, {"id": 465, "name": "无可奈何燃花作香", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9fff994d62d331b65118045058b51bf4.png", "max_level": 0}, {"id": 466, "name": "幽蝶能留一缕芳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/492f4204ee8a75940a934e9b4d5641e1.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000042, "name": "刻晴", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b67fc1bdaccf8e570d289ffd95810183.png", "element": 5, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1058/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/82?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10421, "name": "普通攻击·云来剑法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10422, "name": "星斗归位", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/3f4b8a9a5ac7b29267adbf056544525b.png", "max_level": 10}, {"id": 10425, "name": "天街巡游", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/570027a7cc77f816d886c32225f54a16.png", "max_level": 10}], "constellation": [{"id": 421, "name": "雷厉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/43d8436adfc71ad85bf49cccfc4619c3.png", "max_level": 0}, {"id": 422, "name": "苛捐", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1174c852c054f71d564720c24ed8d8ca.png", "max_level": 0}, {"id": 423, "name": "登楼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e4efdb809ab6e5bf6dd821e9c2758707.png", "max_level": 0}, {"id": 424, "name": "调律", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/553429f9abe94020912b56d775abe506.png", "max_level": 0}, {"id": 425, "name": "移灯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/659624f64b86b1d8f79fa894d4a32c38.png", "max_level": 0}, {"id": 426, "name": "廉贞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f38a288e8f2bb63d9a4b80a568f1a2cb.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000041, "name": "莫娜", "icon": "https://uploadstatic.mihoyo.com/hk4e/e20200928calculate/common/mona_8aa370eb786178163aeac539e2776ca3.png", "element": 6, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1057/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/63?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10411, "name": "普通攻击·因果点破", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10412, "name": "水中幻愿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d8421ebaacfe6fd7d1cc1b04efd65306.png", "max_level": 10}, {"id": 10415, "name": "星命定轨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/56965129019ba25068b5d19669971bfb.png", "max_level": 10}], "constellation": [{"id": 411, "name": "沉没的预言", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ac7d36debb2375bc015b13f5b5c11d2e.png", "max_level": 0}, {"id": 412, "name": "星月的连珠", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8828844a6143f7a593d8553f0435697a.png", "max_level": 0}, {"id": 413, "name": "不休的天象", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/14c547dca47628c8363b76a753184e53.png", "max_level": 0}, {"id": 414, "name": "灭绝的预言", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/15578c1b09058ce5681a4680f27687da.png", "max_level": 0}, {"id": 415, "name": "命运的嘲弄", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/81aa8014c0f4e3d6eb65ad650725d1a4.png", "max_level": 0}, {"id": 416, "name": "厄运的修辞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/542caca405a28868361b0fa2bab2f946.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000038, "name": "阿贝多", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b505be1d520da9ed6a75c7b4750db7d4.png", "element": 3, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1360/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/61?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10386, "name": "普通攻击·西风剑术·白", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10387, "name": "创生法·拟造阳华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/e9b3d4537b835a976693481124573993.png", "max_level": 10}, {"id": 10388, "name": "诞生式·大地之潮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/e9539e408fbf5b56447e7d25678109e7.png", "max_level": 10}], "constellation": [{"id": 381, "name": "伊甸之花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a4667bdc27851e3dff48f5b71c98f141.png", "max_level": 0}, {"id": 382, "name": "显生之宙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7a0041b922a4eac8193d4e044a67789f.png", "max_level": 0}, {"id": 383, "name": "太阳之华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cc76c3f05a7c318e334c74f94e02737a.png", "max_level": 0}, {"id": 384, "name": "神性之陨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2dfcd8c4f07b2b6af141fda744e3dd64.png", "max_level": 0}, {"id": 385, "name": "冥古之潮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/eb74f413060623db4bd5118b156b2b72.png", "max_level": 0}, {"id": 386, "name": "无垢之土", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0a71df14fb694423d67ac6a6773ed5b6.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000037, "name": "甘雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/3f0765740c7463258680dc750b5ba71e.png", "element": 7, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1433/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/79?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10371, "name": "普通攻击·流天射术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10372, "name": "山泽麟迹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/b7bb9e842a66a006e51dbafb9a65de6a.png", "max_level": 10}, {"id": 10373, "name": "降众天华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9e93ba6ad1a08700ed40a2784b0d53ce.png", "max_level": 10}], "constellation": [{"id": 371, "name": "饮露", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7018290e42f300b6dde41d7038156400.png", "max_level": 0}, {"id": 372, "name": "获麟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/014c1b4f2d98d52d1e7c43e99a4d4de4.png", "max_level": 0}, {"id": 373, "name": "云行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fb9510eaa5009ec2b61142edda2e18cb.png", "max_level": 0}, {"id": 374, "name": "西狩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b39317b515f3700eb155867ba2199288.png", "max_level": 0}, {"id": 375, "name": "折草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/457300332e9492dc4fa10d144bc16802.png", "max_level": 0}, {"id": 376, "name": "履虫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cdeba3fc1719cf90979fecddc88b5bbe.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000035, "name": "七七", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/3004c743857b71836109a7cb9ded5b64.png", "element": 7, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1056/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/83?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10351, "name": "普通攻击·云来古剑法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10352, "name": "仙法·寒病鬼差", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/e3c13400a555b6626e86a6bafcfcf1d8.png", "max_level": 10}, {"id": 10353, "name": "仙法·救苦度厄", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/e53be7efbacab59ba6b1c78525844d60.png", "max_level": 10}], "constellation": [{"id": 351, "name": "寒苦回向", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7bdfb77bb4ad5f6e25895a9cd5468d70.png", "max_level": 0}, {"id": 352, "name": "冰寒蚀骨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ffcbe206aff004a6a86f6484c3509472.png", "max_level": 0}, {"id": 353, "name": "升天宝诰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bc799d3fb40aa85d09b424bfb6dd4b0c.png", "max_level": 0}, {"id": 354, "name": "天威压众", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e35d2e205035ae9c48ab0bf4812defec.png", "max_level": 0}, {"id": 355, "name": "红莲开绽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/46c9026435516d1622c4c20f66684940.png", "max_level": 0}, {"id": 356, "name": "起死回骸", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6a248f3bce34a8083a1c5f4a1376fea4.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000033, "name": "达达利亚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4f4703db57b5472a9b905c02b4abd0b0.png", "element": 6, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1220/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/89?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10331, "name": "普通攻击·断雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10332, "name": "魔王武装·狂澜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/c8831bf77c3f830c9a84441db2fe0295.png", "max_level": 10}, {"id": 10333, "name": "极恶技·尽灭闪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/2bc9ed00f158d14bbc9f2be276ff75b4.png", "max_level": 10}], "constellation": [{"id": 331, "name": "魔王武装·遏浪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/688842c83993850af5fb942e9b654d6c.png", "max_level": 0}, {"id": 332, "name": "魔王武装·暗流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/91980c56acc42ccf91fb02582b26df61.png", "max_level": 0}, {"id": 333, "name": "深渊之灾·纷争涡源", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cbd955c37d5b0cc98f1033c335aeb98e.png", "max_level": 0}, {"id": 334, "name": "深渊之灾·凝水盛放", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8fc9a00d88627cd1e8267912d5e182ad.png", "max_level": 0}, {"id": 335, "name": "极恶技·斩水斩雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/02b5d6d0b7254885691e25a2bf06ca0d.png", "max_level": 0}, {"id": 336, "name": "极恶技·天使灭尽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e7fcf0092a5c2bc986031368ce8a15fb.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000030, "name": "钟离", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0d7929a2683c2b22b68b96c68b28bc23.png", "element": 3, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1290/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/81?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10301, "name": "普通攻击·岩雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10302, "name": "地心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9ccd2fa3c49078c0763442003d84c79b.png", "max_level": 10}, {"id": 10303, "name": "天星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/b5f53fda8a294a3ea055ad044364402a.png", "max_level": 10}], "constellation": [{"id": 301, "name": "岩者,六合引之为骨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a18480ff0cb64774907c88b16090accb.png", "max_level": 0}, {"id": 302, "name": "石者,八荒韫玉而明", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/64852f40493d09bab505b94fc5b065c6.png", "max_level": 0}, {"id": 303, "name": "圭璋,暝仍不移其晖", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f7a99a0327ef40c6e10fe4d367c21387.png", "max_level": 0}, {"id": 304, "name": "黄琮,破而不夺其坚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/db82121c7302a4e3824133da9846a978.png", "max_level": 0}, {"id": 305, "name": "苍璧,驱之长昭天理", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d12de7a568df23651d31729c23365807.png", "max_level": 0}, {"id": 306, "name": "金玉,礼予天地四方", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/eb125422a03a4f067874febb94c46ede.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000029, "name": "可莉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4422a5e570d6f54e094ed37895421207.png", "element": 1, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/55/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/75?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10291, "name": "普通攻击·砰砰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10292, "name": "蹦蹦炸弹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/f65ea0cdd0556dd9db09c529f9ce1504.png", "max_level": 10}, {"id": 10295, "name": "轰轰火花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/64718958ff63c845cb7a6eea2bd26da3.png", "max_level": 10}], "constellation": [{"id": 291, "name": "连环轰隆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/666ee42d68f174a15a9cb3dfb4ea91c4.png", "max_level": 0}, {"id": 292, "name": "破破弹片", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7463932a779ed332c06eb7a0c5ee87fc.png", "max_level": 0}, {"id": 293, "name": "可莉特调", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5c2c20beded4039d910a82e0f15a90c8.png", "max_level": 0}, {"id": 294, "name": "一触即发", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f76793f0ff4dd35bc1282a6e357c503b.png", "max_level": 0}, {"id": 295, "name": "轰击之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/33f940f6c4db573296456dca7001ddfe.png", "max_level": 0}, {"id": 296, "name": "火力全开", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9d037751fe8435b79f85d0124b4d2ccb.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000026, "name": "魈", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4391f776e9a1272fe3f89c675aea7455.png", "element": 2, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1498/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/78?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10261, "name": "普通攻击·卷积微尘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10262, "name": "风轮两立", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a8e4dd2f28ebc9323619e7d2a9abf0f9.png", "max_level": 10}, {"id": 10265, "name": "靖妖傩舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/e431a94d003869ebf63810ce7e3f0c25.png", "max_level": 10}], "constellation": [{"id": 261, "name": "坏劫·毁坏三界", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/876bb24885a1b571b64ea391a87510a6.png", "max_level": 0}, {"id": 262, "name": "空劫·虚空华开敷变", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/145527c7aea020f080569dbe2a2987f2.png", "max_level": 0}, {"id": 263, "name": "降魔·忿怒显相", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7deda3916f723ec2fdd0738022600774.png", "max_level": 0}, {"id": 264, "name": "神通·诸苦灭尽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7928dc8f596fee56ee5e84959fb2d6dd.png", "max_level": 0}, {"id": 265, "name": "成劫·无明增长", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/eea534dc0b9c69e5c8996bfb4147ee49.png", "max_level": 0}, {"id": 266, "name": "降魔·护法夜叉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2c88eef89bd58e42cbeee0113ca851d9.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000022, "name": "温迪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/f5e19d1f4bbfee2412dc05d7bc6f348b.png", "element": 2, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/57/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/73?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10221, "name": "普通攻击·神代射术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10224, "name": "高天之歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/af10b47e93eb5a08897ee9ba76dded09.png", "max_level": 10}, {"id": 10225, "name": "风神之诗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d13b5c2c4119a23a518c336e896ec5c2.png", "max_level": 10}], "constellation": [{"id": 221, "name": "弦发的苍风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/370ad9f6cee1938471576bdcd0a5f359.png", "max_level": 0}, {"id": 222, "name": "眷恋的泠风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/44389ec0e9ec86ce3082a1d52560994a.png", "max_level": 0}, {"id": 223, "name": "千风的诗篇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7e5cb2378cf9ad9d782f83e260c066e7.png", "max_level": 0}, {"id": 224, "name": "自由的凛风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1238433e70b70f349f20d4c448ca0ee1.png", "max_level": 0}, {"id": 225, "name": "高天的协奏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2ba8731e99d8fda74f25c7dacc461c61.png", "max_level": 0}, {"id": 226, "name": "抗争的暴风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/27f03e760e4cc3ef24f02747d6a0f6cc.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000016, "name": "迪卢克", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5acdacd95051e4f5886e03b7ebc569a8.png", "element": 1, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/75/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/70?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10160, "name": "普通攻击·淬炼之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10161, "name": "逆焰之刃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/dc7bcbdf7813995064f26a41ec1857e0.png", "max_level": 10}, {"id": 10165, "name": "黎明", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/0821939fb58a49f04b5553334efe273b.png", "max_level": 10}], "constellation": [{"id": 161, "name": "罪罚裁断", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/09eb4f1c37339a451e07073268e063e5.png", "max_level": 0}, {"id": 162, "name": "炙热余烬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/498c6119b7f9cb0449b719649013df1b.png", "max_level": 0}, {"id": 163, "name": "钢铁炽焰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/71819a578c198144cc6cf68abc738fda.png", "max_level": 0}, {"id": 164, "name": "流火焦灼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4acc405a5cde3488766ccd19cd04a521.png", "max_level": 0}, {"id": 165, "name": "昭告黎明的火之鸟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1a3028cabea0f9037ad7e84c00036704.png", "max_level": 0}, {"id": 166, "name": "清算黑暗的炎之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/14cc5308c2d6790e597fb7ca49f1ef91.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000007, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerGirl.png", "element": 5, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100556, "name": "普通攻击·异邦惊雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10602, "name": "雷影剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/5e041291843091f4d9b763a12a4bc885.png", "max_level": 10}, {"id": 10605, "name": "雷轰电转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/2eabb240a757d8dc1cacdd135276d88f.png", "max_level": 10}], "constellation": [{"id": 101, "name": "丰穰的春雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1f220f7404f77d14ce82d24be0fa33e7.png", "max_level": 0}, {"id": 102, "name": "震怒的苍雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7af286f86dfa804052e9a7db03c1483a.png", "max_level": 0}, {"id": 103, "name": "连延的远雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/df853e7c86037df2b3de0c420ae6fa41.png", "max_level": 0}, {"id": 104, "name": "难测的云雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3be47f3bb43f50f305062b8c8dfb9010.png", "max_level": 0}, {"id": 105, "name": "荒野的霆雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6fb434b381cc8befdb36a7b89e998cbb.png", "max_level": 0}, {"id": 106, "name": "撼世的神雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/de73a43dbc1aeeded2f2dbddd3d83332.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000007, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerGirl.png", "element": 4, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100557, "name": "普通攻击·异邦草翦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10117, "name": "草缘剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/537a08d34e672ebb6e088edc5f523f15.png", "max_level": 10}, {"id": 10118, "name": "偃草若化", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/137ee98c7136d788aefcc20b2e37e253.png", "max_level": 10}], "constellation": [{"id": 111, "name": "寄身的倚草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/478216d53d5dc3c3ed7adbe3ffc66b08.png", "max_level": 0}, {"id": 112, "name": "健韧的劲草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/44082b142d1bb755aad1409b5296534e.png", "max_level": 0}, {"id": 113, "name": "婆娑的瑶草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/85460bf34af8fe334c3ea8839b471f2b.png", "max_level": 0}, {"id": 114, "name": "如饴的蜜草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/09ef4ab410a17d566c03dc4a42aa62ef.png", "max_level": 0}, {"id": 115, "name": "迅生的丰草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0d4383372056e3e9d9777478923c5051.png", "max_level": 0}, {"id": 116, "name": "蕴思的霜草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a904bbd15fbf56797eb77df8c5d9ea09.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000007, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerGirl.png", "element": 2, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100553, "name": "普通攻击·异邦铁风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10067, "name": "风涡剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a92851e9d6336f15f6bc30b4f57d70cd.png", "max_level": 10}, {"id": 10068, "name": "风息激荡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/0a56dcabef5efe32aa83e738ae4a9ca5.png", "max_level": 10}], "constellation": [{"id": 71, "name": "回转的怒风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0d177090fd9172d013593ebf3f8ef80b.png", "max_level": 0}, {"id": 72, "name": "革新的旋风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c59669c00cdda8692a1a9d61f1b78e17.png", "max_level": 0}, {"id": 73, "name": "天地的刚风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b135e4f21f935df614b5be2fac6906fa.png", "max_level": 0}, {"id": 74, "name": "眷护的和风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5a77b783e28272b1536777edb21741ea.png", "max_level": 0}, {"id": 75, "name": "群星的涡风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1443f7117e83fd8450bdabb09871e1d9.png", "max_level": 0}, {"id": 76, "name": "纠缠的信风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1ed4718dff7c24f491cc55c20d596c41.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000007, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerGirl.png", "element": 3, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100555, "name": "普通攻击·异邦岩锋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10077, "name": "星陨剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/2d795933717542e3472ddd4e67927c4e.png", "max_level": 10}, {"id": 10078, "name": "岩潮叠嶂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/21306474b04e44bf7f643c3b1e09d161.png", "max_level": 10}], "constellation": [{"id": 91, "name": "巍然的青岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/54a7f35ef65aa0c48e24d2cb8e6fd6bd.png", "max_level": 0}, {"id": 92, "name": "不稳的熔岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cbf9e11f383c11bf423ab7967f5d49ab.png", "max_level": 0}, {"id": 93, "name": "八方之岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a78b90035e343306d05e8e9e1ddd12fb.png", "max_level": 0}, {"id": 94, "name": "险峻的重岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d55473c2c17a833fff5528a1a15af951.png", "max_level": 0}, {"id": 95, "name": "天坠之岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/548dff0a885c21860008b8779e5dbd8c.png", "max_level": 0}, {"id": 96, "name": "永世的磐岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/39aaf31e9f58b43dc13e9788ed88144a.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000007, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerGirl.png", "element": 6, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100552, "name": "普通攻击·异邦激流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10087, "name": "水纹剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ede3e26c0acf32a329bf02be088ceb89.png", "max_level": 10}, {"id": 10088, "name": "扬水制流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/7a3a59f8595be65130e8d8fc91f95495.png", "max_level": 10}], "constellation": [{"id": 61, "name": "微澜的湖水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2fac5009c7accad9798f053659690517.png", "max_level": 0}, {"id": 62, "name": "潺涓的碧水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7d9ec4edc2fe5cb3ae94e5be3737355e.png", "max_level": 0}, {"id": 63, "name": "激荡的波水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9e8746346bc182f9ca82d5ca8ce07b42.png", "max_level": 0}, {"id": 64, "name": "倾落的迸水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/51218335a80d329a556679d2ff72f06e.png", "max_level": 0}, {"id": 65, "name": "洄旋的曲水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/07ddfaeffc1891decc2b551197e57cd1.png", "max_level": 0}, {"id": 66, "name": "公义的潮水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/18437687e86f0e8f1d13493e8afe13fc.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000005, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerBoy.png", "element": 5, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100546, "name": "普通攻击·异邦惊雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10602, "name": "雷影剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/5e041291843091f4d9b763a12a4bc885.png", "max_level": 10}, {"id": 10605, "name": "雷轰电转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/2eabb240a757d8dc1cacdd135276d88f.png", "max_level": 10}], "constellation": [{"id": 101, "name": "丰穰的春雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1f220f7404f77d14ce82d24be0fa33e7.png", "max_level": 0}, {"id": 102, "name": "震怒的苍雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7af286f86dfa804052e9a7db03c1483a.png", "max_level": 0}, {"id": 103, "name": "连延的远雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/df853e7c86037df2b3de0c420ae6fa41.png", "max_level": 0}, {"id": 104, "name": "难测的云雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3be47f3bb43f50f305062b8c8dfb9010.png", "max_level": 0}, {"id": 105, "name": "荒野的霆雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6fb434b381cc8befdb36a7b89e998cbb.png", "max_level": 0}, {"id": 106, "name": "撼世的神雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/de73a43dbc1aeeded2f2dbddd3d83332.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000005, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerBoy.png", "element": 4, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100547, "name": "普通攻击·异邦草翦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10117, "name": "草缘剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/537a08d34e672ebb6e088edc5f523f15.png", "max_level": 10}, {"id": 10118, "name": "偃草若化", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/137ee98c7136d788aefcc20b2e37e253.png", "max_level": 10}], "constellation": [{"id": 111, "name": "寄身的倚草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/478216d53d5dc3c3ed7adbe3ffc66b08.png", "max_level": 0}, {"id": 112, "name": "健韧的劲草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/44082b142d1bb755aad1409b5296534e.png", "max_level": 0}, {"id": 113, "name": "婆娑的瑶草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/85460bf34af8fe334c3ea8839b471f2b.png", "max_level": 0}, {"id": 114, "name": "如饴的蜜草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/09ef4ab410a17d566c03dc4a42aa62ef.png", "max_level": 0}, {"id": 115, "name": "迅生的丰草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0d4383372056e3e9d9777478923c5051.png", "max_level": 0}, {"id": 116, "name": "蕴思的霜草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a904bbd15fbf56797eb77df8c5d9ea09.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000005, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerBoy.png", "element": 3, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100545, "name": "普通攻击·异邦岩锋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10077, "name": "星陨剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/2d795933717542e3472ddd4e67927c4e.png", "max_level": 10}, {"id": 10078, "name": "岩潮叠嶂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/21306474b04e44bf7f643c3b1e09d161.png", "max_level": 10}], "constellation": [{"id": 91, "name": "巍然的青岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/54a7f35ef65aa0c48e24d2cb8e6fd6bd.png", "max_level": 0}, {"id": 92, "name": "不稳的熔岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cbf9e11f383c11bf423ab7967f5d49ab.png", "max_level": 0}, {"id": 93, "name": "八方之岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a78b90035e343306d05e8e9e1ddd12fb.png", "max_level": 0}, {"id": 94, "name": "险峻的重岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d55473c2c17a833fff5528a1a15af951.png", "max_level": 0}, {"id": 95, "name": "天坠之岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/548dff0a885c21860008b8779e5dbd8c.png", "max_level": 0}, {"id": 96, "name": "永世的磐岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/39aaf31e9f58b43dc13e9788ed88144a.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000005, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerBoy.png", "element": 6, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100542, "name": "普通攻击·异邦激流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10087, "name": "水纹剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ede3e26c0acf32a329bf02be088ceb89.png", "max_level": 10}, {"id": 10088, "name": "扬水制流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/7a3a59f8595be65130e8d8fc91f95495.png", "max_level": 10}], "constellation": [{"id": 61, "name": "微澜的湖水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2fac5009c7accad9798f053659690517.png", "max_level": 0}, {"id": 62, "name": "潺涓的碧水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7d9ec4edc2fe5cb3ae94e5be3737355e.png", "max_level": 0}, {"id": 63, "name": "激荡的波水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9e8746346bc182f9ca82d5ca8ce07b42.png", "max_level": 0}, {"id": 64, "name": "倾落的迸水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/51218335a80d329a556679d2ff72f06e.png", "max_level": 0}, {"id": 65, "name": "洄旋的曲水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/07ddfaeffc1891decc2b551197e57cd1.png", "max_level": 0}, {"id": 66, "name": "公义的潮水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/18437687e86f0e8f1d13493e8afe13fc.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000005, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerBoy.png", "element": 2, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100543, "name": "普通攻击·异邦铁风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10067, "name": "风涡剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a92851e9d6336f15f6bc30b4f57d70cd.png", "max_level": 10}, {"id": 10068, "name": "风息激荡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/0a56dcabef5efe32aa83e738ae4a9ca5.png", "max_level": 10}], "constellation": [{"id": 71, "name": "回转的怒风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0d177090fd9172d013593ebf3f8ef80b.png", "max_level": 0}, {"id": 72, "name": "革新的旋风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c59669c00cdda8692a1a9d61f1b78e17.png", "max_level": 0}, {"id": 73, "name": "天地的刚风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b135e4f21f935df614b5be2fac6906fa.png", "max_level": 0}, {"id": 74, "name": "眷护的和风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5a77b783e28272b1536777edb21741ea.png", "max_level": 0}, {"id": 75, "name": "群星的涡风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1443f7117e83fd8450bdabb09871e1d9.png", "max_level": 0}, {"id": 76, "name": "纠缠的信风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1ed4718dff7c24f491cc55c20d596c41.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000003, "name": "琴", "icon": "https://uploadstatic.mihoyo.com/hk4e/e20200928calculate/common/qin_a66a25719b062d5e0f8a7271649a6be9.png", "element": 2, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/59/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/109?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10031, "name": "普通攻击·西风剑术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10033, "name": "风压剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/78486d3cef9ecc785bc22a85621cf0c4.png", "max_level": 10}, {"id": 10034, "name": "蒲公英之风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a8498aa3c67ea17a90aca4741ad7a81c.png", "max_level": 10}], "constellation": [{"id": 31, "name": "流转剑脊的暴风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/de469c0e8c20b4b2da06b0beb778b87a.png", "max_level": 0}, {"id": 32, "name": "守护众人的坚盾", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1945bad5dca365b9508b5254a0c2c8e6.png", "max_level": 0}, {"id": 33, "name": "西风吹拂之时", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7f978b71df549d109368e238326057b3.png", "max_level": 0}, {"id": 34, "name": "蒲公英的国土", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c98b0ee9d8fab5020200a818490e75d2.png", "max_level": 0}, {"id": 35, "name": "须臾一瞬的烈风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8a4116002095d5ea8750c3db67bb6e92.png", "max_level": 0}, {"id": 36, "name": "恩眷万民的狮牙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f9571ed1fc713dae51d4035340a26a74.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000002, "name": "神里绫华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/88dacb99c99cbcd8fd211c73e0e3816c.png", "element": 7, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2123/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/175?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10024, "name": "普通攻击·神里流·倾", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10018, "name": "神里流·冰华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/b90f5cd084d178be50924eace3f7d828.png", "max_level": 10}, {"id": 10019, "name": "神里流·霜灭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ea19761e10fb0376e7a97987eaf14125.png", "max_level": 10}], "constellation": [{"id": 21, "name": "霜杀墨染樱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/16600d1bd7679d1db326c357ded3e408.png", "max_level": 0}, {"id": 22, "name": "三重雪关扉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/851a35682da588a4c855f5f169e931d2.png", "max_level": 0}, {"id": 23, "name": "花白锦画纸吹雪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/17c8d5cace2c75bc666e7099def9e0fa.png", "max_level": 0}, {"id": 24, "name": "盈缺流返", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fd686cb82f49dc9b4adc3bdc31bd9ee2.png", "max_level": 0}, {"id": 25, "name": "花云钟入月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/739c7e62692e7a8738a41fa7297b84a4.png", "max_level": 0}, {"id": 26, "name": "间水月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/71831d1bd113d8523019ea8a858ddb5c.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000100, "name": "卡齐娜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/63fb43428a39c6a6637536312b8356c2.png", "element": 3, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501626/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/405?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 11001, "name": "普通攻击·嵴之啮咬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 11002, "name": "出击,冲天转转!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/351e11e777eea0f3404f43b3afbb3ab1.png", "max_level": 10}, {"id": 11005, "name": "现在,认真时间!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/001164a4ae4bb232859b5d1b061be067.png", "max_level": 10}], "constellation": [{"id": 1001, "name": "晶片,也是一种宝石", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6b268bbd774a5919d51b5a199fdbf70e.png", "max_level": 0}, {"id": 1002, "name": "不能少了…冲天转转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e1b022f887f4a3ea4ed5af79077f073f.png", "max_level": 0}, {"id": 1003, "name": "改良型·平衡稳定器", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7d96317da3c1553b6aa4817f673cd0a6.png", "max_level": 0}, {"id": 1004, "name": "敌人越多,越要小心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/83803a9f687a21436e4c20f1f50e873a.png", "max_level": 0}, {"id": 1005, "name": "迄今为止,所有收藏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/301eff8d1846ba20c96b27340babb859.png", "max_level": 0}, {"id": 1006, "name": "这一次,我一定要赢", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/94c3fcb2295f5b97c54d80f5573d45a4.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000097, "name": "赛索斯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/33f23ef11590817b057f66386b34a762.png", "element": 5, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501212/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/388?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10971, "name": "普通攻击·王家苇箭术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10972, "name": "古仪·鸣砂掣雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a0f50e578e370110bf7b8b076d7a6ea4.png", "max_level": 10}, {"id": 10975, "name": "秘仪·瞑光贯影", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/c4593a56458da8938d33bc15cf8deaf3.png", "max_level": 10}], "constellation": [{"id": 971, "name": "封龛谒灵歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c2a46d6b10b48902f8bb3737b6993b09.png", "max_level": 0}, {"id": 972, "name": "寂秘纸草经", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9bcd0f1fc01716515db557b3727b94e7.png", "max_level": 0}, {"id": 973, "name": "月升哲贤颂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4ac68114a85c727e1331bf371b150b67.png", "max_level": 0}, {"id": 974, "name": "真念鸵羽集", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/04b5812a3431de960ddc7fba5d009ca1.png", "max_level": 0}, {"id": 975, "name": "荒神烈沙录", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0f2bf8e1bb09a375af4c59b64eb288b2.png", "max_level": 0}, {"id": 976, "name": "巡日塔门书", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cd80b54d23665d8377c951e0533a50a2.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000092, "name": "嘉明", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2a79a47a76d2dbf80cdf12b9d0679173.png", "element": 1, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500672/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/371?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10921, "name": "普通攻击·刃爪悬星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10922, "name": "瑞兽登高楼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/3a82711a748b09aeaea40e8c4833163f.png", "max_level": 10}, {"id": 10925, "name": "璨焰金猊舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/6cc68140dd3be9146ceb574068abbcfd.png", "max_level": 10}], "constellation": [{"id": 921, "name": "通明庇佑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/70df8685a19f37227d14183a828d1351.png", "max_level": 0}, {"id": 922, "name": "步踏梅花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c378a42595fcf328a9425a8cceabc32b.png", "max_level": 0}, {"id": 923, "name": "醒灵擂震", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/38d26933a90a8b01039393ba77e90c0d.png", "max_level": 0}, {"id": 924, "name": "云里翻山", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/56bcbaef9281843970255627bf07fffe.png", "max_level": 0}, {"id": 925, "name": "吼法怖魔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1f21a058155c7971c86b5d88c87a21b8.png", "max_level": 0}, {"id": 926, "name": "百兽俱驯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/557b8353c8a47270a2b556088d5232c3.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000090, "name": "夏沃蕾", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0744040cf338dcf63c4c5e43b63ef8ba.png", "element": 1, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500605/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/369?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10901, "name": "普通攻击·线列枪刺·改", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10902, "name": "近迫式急促拦射", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/3d6bf06aca70c9411ab209ff2e6ca1fa.png", "max_level": 10}, {"id": 10905, "name": "圆阵掷弹爆轰术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/271e3f2028f3ebe316c01d8b437ea657.png", "max_level": 10}], "constellation": [{"id": 901, "name": "稳固阵线的魄力", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b689b41bc608c652b24d5b8047f70c7a.png", "max_level": 0}, {"id": 902, "name": "诱导殉爆的狙击", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bfa28e0043e2d2418ef581bb9e14527c.png", "max_level": 0}, {"id": 903, "name": "娴熟复装的技巧", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cf75a1221bfa614aa6088045fdd33bab.png", "max_level": 0}, {"id": 904, "name": "多重速射的秘诀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/da3e6b93f67bc92f7fb3fe701e4d68ef.png", "max_level": 0}, {"id": 905, "name": "增量火力的毁伤", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6b28c73d3fba44b5ee88932f9352fcf2.png", "max_level": 0}, {"id": 906, "name": "终结罪恶的追缉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a487b10fb602bbc4534ae8b47bf7b55f.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000088, "name": "夏洛蒂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/200dbceaa9b1bd4ac387acbe4aa3c77d.png", "element": 7, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500292/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/358?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10881, "name": "普通攻击·冷色摄影律", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10882, "name": "取景·冰点构图法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/631d0520bafc398a29d3bc68243dbfe4.png", "max_level": 10}, {"id": 10885, "name": "定格·全方位确证", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/07ee353716170f13a9957e1ae48b8cf0.png", "max_level": 10}], "constellation": [{"id": 881, "name": "以核实为约束", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fa5cc9a1aea0f62036eabc47ba549fae.png", "max_level": 0}, {"id": 882, "name": "以求真为职守", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1866da3492520a91abfe99d53a87a009.png", "max_level": 0}, {"id": 883, "name": "以独立为先决", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9e0614d4c93483b78904325811762b5f.png", "max_level": 0}, {"id": 884, "name": "以督促为责任", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/db117d120c7b2f54f74b6b9b7e1cfb5b.png", "max_level": 0}, {"id": 885, "name": "以良知为原则", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/edc260ec9a5cecebbf9e0049d1173e4d.png", "max_level": 0}, {"id": 886, "name": "以有趣相关为要义", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ef0874e060f66c96680691bd410c37b2.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000085, "name": "菲米尼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/20dc6a8a0d7c7d64cc8ee88834535207.png", "element": 7, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/7257/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/349?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10851, "name": "普通攻击·洑流剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10852, "name": "浮冰增压", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/af8a4bdd5758e713ed1f182fd3ed3ca5.png", "max_level": 10}, {"id": 10855, "name": "猎影潜袭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/baeeaa1c7a30c9ef62a48c293ba46abd.png", "max_level": 10}], "constellation": [{"id": 851, "name": "深水与泡沫之梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0f7e0ed6f08439a3a873862ed579a921.png", "max_level": 0}, {"id": 852, "name": "企鹅与丰渥之国", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cc2739471869e87e6b49b72475c68695.png", "max_level": 0}, {"id": 853, "name": "洑流与白砂之歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ebe17a4e7f81ece26c637b1aac2fcde8.png", "max_level": 0}, {"id": 854, "name": "雪月与芦笛之舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a4640bd82da0639b96b5a165302c0791.png", "max_level": 0}, {"id": 855, "name": "炉火与欢笑之夜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/12bccd39716865b0524b25654c2438e3.png", "max_level": 0}, {"id": 856, "name": "梦晓与决意之刻", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1ecf947cf87ab74c5accd9414492b009.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000083, "name": "琳妮特", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/612f1c7b55f707ad59bcca71e2aa40df.png", "element": 2, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6938/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/340?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10831, "name": "普通攻击·迅捷礼刺剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10832, "name": "谜影障身法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9834807b49b9590f3da6bd8a77d45c54.png", "max_level": 10}, {"id": 10835, "name": "魔术·运变惊奇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/28fabd67537b1c2ff0a4d9bec8d9b886.png", "max_level": 10}], "constellation": [{"id": 831, "name": "如影流露的冷刃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/57ef599b728d934df2c1b6ea4529a12a.png", "max_level": 0}, {"id": 832, "name": "层见叠出的谜象", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4e2be423bee99f97934859e8e1718c86.png", "max_level": 0}, {"id": 833, "name": "倒错知能的视度", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/525184ee0a15542bde36e00e9fbd392d.png", "max_level": 0}, {"id": 834, "name": "灵犀默应的配合", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0625ebffc57ccde665fb45a38c7ae0bc.png", "max_level": 0}, {"id": 835, "name": "暗昧遮目的障法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5a8834104c5fa84a2191948c50790f03.png", "max_level": 0}, {"id": 836, "name": "示辨真意的眼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a073288385a79447458409927c0cc306.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000081, "name": "卡维", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/18e83fc9720f70b7cd1b24d06c9e8283.png", "element": 4, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6490/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/311?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10811, "name": "普通攻击·旋规设矩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10812, "name": "画则巧施", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/7378681a09a072ab6800cf9b5d7f707b.png", "max_level": 10}, {"id": 10815, "name": "繁绘隅穹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/f47e6b23338dd1f0aa13a557f894bb5d.png", "max_level": 10}], "constellation": [{"id": 811, "name": "高门的谒礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d38498c363281830059d1f189c3249f3.png", "max_level": 0}, {"id": 812, "name": "御驿的径迹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ff98464239226d3fc97b76410c386091.png", "max_level": 0}, {"id": 813, "name": "金塔的香献", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b41a12b9e455701b488538bbe08b7524.png", "max_level": 0}, {"id": 814, "name": "百柱的酣宴", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c3b2c1a477f410b6f6c45770d7d76278.png", "max_level": 0}, {"id": 815, "name": "圣古的库藏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/79652079c9a61ac0e345abba35f113cb.png", "max_level": 0}, {"id": 816, "name": "天园的理想", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c99972c109928af5ce243273420ff40e.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000080, "name": "米卡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/033064260fabd9d9302d1d44916272da.png", "element": 7, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6285/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/304?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10801, "name": "普通攻击·西风枪术·镝传", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10802, "name": "星霜的流旋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/691a93e4b784956fb3af900cc75ea43b.png", "max_level": 10}, {"id": 10805, "name": "苍翎的颂愿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/fa7ffa40578843e521c4eafd9da84ba3.png", "max_level": 10}], "constellation": [{"id": 801, "name": "遇合的因缘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b7a757952f753da9e783c445743e9ca8.png", "max_level": 0}, {"id": 802, "name": "伴行的旅路", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/120c97b4c74b1e0b8165c2ef5e72cc2f.png", "max_level": 0}, {"id": 803, "name": "游击的心得", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/71e143ba9cd2ecb80e477cea4ce1861e.png", "max_level": 0}, {"id": 804, "name": "晴霜的祝念", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4ff567acae2a99a3353d6b462186d6f1.png", "max_level": 0}, {"id": 805, "name": "引示的铃箭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/db768dccd6713c452468892bafda4993.png", "max_level": 0}, {"id": 806, "name": "依随的策援", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/77584e13da47377c550a3db536654cca.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000077, "name": "瑶瑶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0bce176e4edc5cd3619cb2d2ad536fa7.png", "element": 4, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5866/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/289?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10771, "name": "普通攻击·颠扑连环枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10772, "name": "云台团团降芦菔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/c409e6ae225072baf117eb072fa8454c.png", "max_level": 10}, {"id": 10775, "name": "玉颗珊珊月中落", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d3da69c9b74ee24044272ed76fde3cd0.png", "max_level": 10}], "constellation": [{"id": 771, "name": "妙受琼阁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f783fab7ec8316492e39b0a12efc214d.png", "max_level": 0}, {"id": 772, "name": "正思无邪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4bb3f664ff02b45f8ff8c52a621044b8.png", "max_level": 0}, {"id": 773, "name": "墩墩善道", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2428eba06d37b7babd813de603cff376.png", "max_level": 0}, {"id": 774, "name": "爰爰可亲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fc50d92e36536a566f4f67022e652a3a.png", "max_level": 0}, {"id": 775, "name": "恻隐本义", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cd7008a36ec054b5a65ebb04af4e5a89.png", "max_level": 0}, {"id": 776, "name": "慈惠仁心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7a21f176ca7280a7bc903f8f54a27b6e.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000076, "name": "珐露珊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/e7115dd02a2ca46763b8211019a61d17.png", "element": 2, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5493/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/273?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10761, "name": "普通攻击·迴身箭术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10762, "name": "非想风天", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ebe5e0f780357aa0b43ef1ff636c55aa.png", "max_level": 10}, {"id": 10765, "name": "抟风秘道", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/0b260e3da5406f2796ee68688c077849.png", "max_level": 10}], "constellation": [{"id": 761, "name": "舍径求真", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ef645ea1104380c5d9c01049e947f695.png", "max_level": 0}, {"id": 762, "name": "忘形炼智", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/52fb30e90b9331bc7eda9528f18d8f61.png", "max_level": 0}, {"id": 763, "name": "漫行灵圃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4cc53ac724f5a85fee78d524b979e33c.png", "max_level": 0}, {"id": 764, "name": "神机明悟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3f844cdeec42a95c5c7a7dbffea392f2.png", "max_level": 0}, {"id": 765, "name": "繁想奇境", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7f0c686d835a5ba2ae83cd520250578f.png", "max_level": 0}, {"id": 766, "name": "妙道合真", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bda4a2741108c0cfd84f7e87bf604b1e.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000074, "name": "莱依拉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/382816a9e2b5ea708e93d2f0a42ebd3c.png", "element": 7, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5297/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/270?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10741, "name": "普通攻击·熠辉轨度剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10742, "name": "垂裳端凝之夜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/436e559840bc7c07ed55b405e64209ca.png", "max_level": 10}, {"id": 10745, "name": "星流摇床之梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/52e6b769f7b7878f73a7a843f60acc00.png", "max_level": 10}], "constellation": [{"id": 741, "name": "寐领围垣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d9bac86835d3200b58ef1cc1edb21d52.png", "max_level": 0}, {"id": 742, "name": "归芒携信", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1bfbb326e5c51375d15b532fe33ae1c9.png", "max_level": 0}, {"id": 743, "name": "长宵宣秘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/48c3c5850929f6e590c3dba31d60d598.png", "max_level": 0}, {"id": 744, "name": "星示昭明", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e19ca7c37ba3a306b10f8ff018e87990.png", "max_level": 0}, {"id": 745, "name": "悬神系流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f660a377f25ba01a7220e2bb8bfb8174.png", "max_level": 0}, {"id": 746, "name": "曜光灵炬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e18f4eb6c9c92b5e9e2499c916f128fb.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000072, "name": "坎蒂丝", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/c00ffca54213214f256941adeb5ff6cc.png", "element": 6, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4781/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/256?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10721, "name": "普通攻击·流耀枪术·守势", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10722, "name": "圣仪·苍鹭庇卫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/aefd372e89a6db268d802567628a5e32.png", "max_level": 10}, {"id": 10725, "name": "圣仪·灰鸰衒潮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/948adf4d26823b69825628ba7095ff28.png", "max_level": 10}], "constellation": [{"id": 721, "name": "赤沙的归嗣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a29fd082c5becde31c57065d136e9293.png", "max_level": 0}, {"id": 722, "name": "贯月的耀锋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/95e504403bc3df9c115afdcb57a5c4f5.png", "max_level": 0}, {"id": 723, "name": "织狩的奉祀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3e2db217d678f267436b9395011f9b5f.png", "max_level": 0}, {"id": 724, "name": "守戍的誓命", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a9dcea3bc1c14c75cd5097f47ab412a1.png", "max_level": 0}, {"id": 725, "name": "萦金的苍瞳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e605138209410dd82e9ad109181c2bba.png", "max_level": 0}, {"id": 726, "name": "衍溢的汐潮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bcaf954c9952578cfe6b898ba8f68bc9.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000068, "name": "多莉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/6a01f3dc0494bb2981ee48054cedab91.png", "element": 5, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4736/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/254?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10681, "name": "普通攻击·妙显剑舞·改", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10682, "name": "镇灵之灯·烦恼解决炮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/b68ffd1ddea7fd748fb3f01ad6f058df.png", "max_level": 10}, {"id": 10685, "name": "卡萨扎莱宫的无微不至", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ebff754be6ca8489f4ac20efdc29a6e7.png", "max_level": 10}], "constellation": [{"id": 681, "name": "追加投资", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fa49988573ef1010e9cf8a33082258cc.png", "max_level": 0}, {"id": 682, "name": "特许经营", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/678219480576e9df9ec427849a4dd832.png", "max_level": 0}, {"id": 683, "name": "百巧千奇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/97d0b6abfabd93c9678f1bb5be10cbb2.png", "max_level": 0}, {"id": 684, "name": "酌盈剂虚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/15de96465e834ebf76b1fa0db6e9883b.png", "max_level": 0}, {"id": 685, "name": "物超所值", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/96438283987724372ec6b4b0410257dd.png", "max_level": 0}, {"id": 686, "name": "漫掷万镒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6838f2135d5324502c585b2f8c834af1.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000067, "name": "柯莱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b53689b7831f2f951cfdfc04c4c66386.png", "element": 4, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4333/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/247?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10671, "name": "普通攻击·祈颂射艺", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10672, "name": "拂花偈叶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/69c0f8db678684567e7a0bb3b48dd9b9.png", "max_level": 10}, {"id": 10675, "name": "猫猫秘宝", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/3e9b71230aabd3b9b3a752c12b134515.png", "max_level": 10}], "constellation": [{"id": 671, "name": "巡护深林", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5c238cbb5e1946a63936de53f667f5c6.png", "max_level": 0}, {"id": 672, "name": "漫行山薮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/986a25d4cfbaee7c9d94a821d32d4762.png", "max_level": 0}, {"id": 673, "name": "夏堇芳菲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d8c16cc3fc0c53e538edbdb12c97d090.png", "max_level": 0}, {"id": 674, "name": "骞林馈遗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/378c1c4792ab09a20f3efa94ae09fb54.png", "max_level": 0}, {"id": 675, "name": "俱象残火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1de76e8fecd41091b9e822dfb1af2770.png", "max_level": 0}, {"id": 676, "name": "坠镞为林", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f5f4494639d61b92b9d2414d963294f7.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000065, "name": "久岐忍", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/de28c30d2b13ac0c60347bf7e8b71c34.png", "element": 5, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4148/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/238?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10651, "name": "普通攻击·忍流飞刃斩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10652, "name": "越祓雷草之轮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/e58fc73f527f5a4ab4582e73480e6f06.png", "max_level": 10}, {"id": 10655, "name": "御咏鸣神刈山祭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/3724a8860015633385bb5f76c629cd8c.png", "max_level": 10}], "constellation": [{"id": 651, "name": "割舍怜悯之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1232d79cea4382fc3e433d673b1c2be3.png", "max_level": 0}, {"id": 652, "name": "割舍侥幸之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1bd8495d73a6d959a538915cacc0698b.png", "max_level": 0}, {"id": 653, "name": "割舍痛苦之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/362ce5be31a4f4e8d328fc08eae64c26.png", "max_level": 0}, {"id": 654, "name": "割舍封闭之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e513d2f4d1caf524f9e3fd488a5b3b6b.png", "max_level": 0}, {"id": 655, "name": "割舍逢迎之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/46c841d7ebe5ad0c1429cb95a821128b.png", "max_level": 0}, {"id": 656, "name": "割舍软弱之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f606bf6941ad140a35f6c07f7c475d64.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000064, "name": "云堇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b3f4a05c79f1163525a8eca489b69faf.png", "element": 3, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3387/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/216?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10641, "name": "普通攻击·拂云出手", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10642, "name": "旋云开相", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/38b3bb89b8ea4fa9851d955daa9ad958.png", "max_level": 10}, {"id": 10643, "name": "破嶂见旌仪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/cea1e3fc50638b1e76fcdc03a5e7cf7a.png", "max_level": 10}], "constellation": [{"id": 641, "name": "飞身趟马", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/89fb8aef4ef0b54eb0385f664145928f.png", "max_level": 0}, {"id": 642, "name": "诸般切末", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/10f6679c382965eb4a7b5a4729459200.png", "max_level": 0}, {"id": 643, "name": "牙纛探海", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b3143b4f1623bb76c2b1097bcc4c51ea.png", "max_level": 0}, {"id": 644, "name": "昇堂吊云", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b3ded81021cf1737d56be9862dc0262d.png", "max_level": 0}, {"id": 645, "name": "翘楚名坤", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3f90aea6a5b061bf85ba7218700e3d38.png", "max_level": 0}, {"id": 646, "name": "庄谐并举", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/731c45d15ef9eab8035106cea612207b.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000061, "name": "绮良良", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/be2059c887a86445699ce8b70899b792.png", "element": 4, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6594/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/315?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10611, "name": "普通攻击·箱纸切削术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10612, "name": "呜喵町飞足", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a431b2f13f81d361e058ef0bc4f52ad6.png", "max_level": 10}, {"id": 10615, "name": "秘法·惊喜特派", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8c4ca1b98b9fe4d7d99ddee9a864b220.png", "max_level": 10}], "constellation": [{"id": 611, "name": "物器流转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/400531fd71b003829fd3cb396fcda562.png", "max_level": 0}, {"id": 612, "name": "八尖裹术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/cde07752651ab76b528314ce451d1c7f.png", "max_level": 0}, {"id": 613, "name": "万户门牌通识", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/960c71285691d655465fa0f41d593aea.png", "max_level": 0}, {"id": 614, "name": "韦驮骏足", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e1330dff2e4422ed10bc9e99318db9f4.png", "max_level": 0}, {"id": 615, "name": "千里一日", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/586419a1b45eeb06cc62995e3c09d5e5.png", "max_level": 0}, {"id": 616, "name": "沿途百景会心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/463352999e4d4db9e8ee3c529752b328.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000059, "name": "鹿野院平藏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d38dad5da6acdee24ec734cc4fac2853.png", "element": 2, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4197/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/241?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10591, "name": "普通攻击·不动流格斗术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10592, "name": "勠心拳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/61f117a6f7b6a7a77405277634002222.png", "max_level": 10}, {"id": 10595, "name": "聚风蹴", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8be8bdec7ad59f05b16e1a9e6c47c31d.png", "max_level": 10}], "constellation": [{"id": 591, "name": "称名少年事件簿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5500fccddf4715eb37369f89d5076020.png", "max_level": 0}, {"id": 592, "name": "殊解诸因探案集", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e7d07e61fe347287346a4e9adb313d44.png", "max_level": 0}, {"id": 593, "name": "暗文隐语谜题册", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/968b61db4c49c991805783be03f42255.png", "max_level": 0}, {"id": 594, "name": "虚言假说百物语", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2378a824cb8c380737ce3839cb8d1e1e.png", "max_level": 0}, {"id": 595, "name": "禁室密所大图鉴", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/94915ce34df8e8924ce9b856ef786538.png", "max_level": 0}, {"id": 596, "name": "奇想天开捕物帐", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3e0342d84452d666dcd922c42fb0598f.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000056, "name": "九条裟罗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b3e131bdb932af8ed1e5d81c29fa29b5.png", "element": 5, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2402/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/188?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10561, "name": "普通攻击·天狗传弓术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10562, "name": "鸦羽天狗霆雷召咒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/729eb03d7287474add69ce9b40a4ec01.png", "max_level": 10}, {"id": 10565, "name": "煌煌千道镇式", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a5b34d268b4ce2c736f347508ccdd65a.png", "max_level": 10}], "constellation": [{"id": 561, "name": "乌眼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/79289883135e832a0b43620514efcb75.png", "max_level": 0}, {"id": 562, "name": "鸦羽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5cc99156726eb9d20d5895ae5d557d87.png", "max_level": 0}, {"id": 563, "name": "心魔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0bea006941f9d95c2daa8c21b40f5936.png", "max_level": 0}, {"id": 564, "name": "彻证", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d26c8bacc7b16025e7412917bdaed68f.png", "max_level": 0}, {"id": 565, "name": "咒咏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/17b97391fd00cd22d68f98e26f6e4e00.png", "max_level": 0}, {"id": 566, "name": "我界", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/98431174af332ebd760f4e998683e8b1.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000055, "name": "五郎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/e6903d4284e260ccb8896b9bc37840bf.png", "element": 3, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3275/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/212?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10551, "name": "普通攻击·呲牙裂扇箭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10552, "name": "犬坂吠吠方圆阵", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d2719fbf86701d6bd0b903abe7c488ba.png", "max_level": 10}, {"id": 10555, "name": "兽牙逐突形胜战法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/820af2b0ee9963b2ac60f74c7e259560.png", "max_level": 10}], "constellation": [{"id": 551, "name": "犬奔·疾如风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e91fdef153dada6558e9d1c0cd6bb2f6.png", "max_level": 0}, {"id": 552, "name": "犬坐·稳如钟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a0df44d3f53bc8da1ff33d8295068cd1.png", "max_level": 0}, {"id": 553, "name": "犬爪·势如火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a502a4006baddf40065d243b1d4ac922.png", "max_level": 0}, {"id": 554, "name": "犬舐·温如水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6272f6016647bcf43b547cb7eb472358.png", "max_level": 0}, {"id": 555, "name": "犬突·动如雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fb4494dc5e66fc0250c271851c7023a4.png", "max_level": 0}, {"id": 556, "name": "犬勇·忠如山", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/514299e0e4f3f9c6898d3536430f6d1c.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000053, "name": "早柚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/f2244336981009ef746a2c914d56edc8.png", "element": 2, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2125/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/183?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10531, "name": "普通攻击·忍刀·终末番", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10532, "name": "呜呼流·风隐急进", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/705fab1a9be72462b50c13115c7556be.png", "max_level": 10}, {"id": 10535, "name": "呜呼流·影貉缭乱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/aa6011ec17fd9a4eb94ac7a50fec7db0.png", "max_level": 10}], "constellation": [{"id": 531, "name": "一心二用之术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3259be3adfcf32d4951ba4c7b80cf100.png", "max_level": 0}, {"id": 532, "name": "理清逃跑路线", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ca2c8af4c8183eadaa62bf41372a3209.png", "max_level": 0}, {"id": 533, "name": "都交给分身吧", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2d6dc06cb968b8545b279c72d0c23e52.png", "max_level": 0}, {"id": 534, "name": "偷懒的新方法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/81034bcea94b0eb687a13b4960816556.png", "max_level": 0}, {"id": 535, "name": "快是第一奥义", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8930e460faa12d0351a7f32227e92b3d.png", "max_level": 0}, {"id": 536, "name": "呼呼大睡时间", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8ae7531ac4f2ada80248d100a649d34e.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000050, "name": "托马", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/9dc97c40c61c6731397ca9b4d360611a.png", "element": 1, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2606/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/202?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10501, "name": "普通攻击·迅破枪势", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10502, "name": "烈烧佑命之侍护", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/5dfe98943458131845657c7eed1ec158.png", "max_level": 10}, {"id": 10505, "name": "真红炽火之大铠", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ff3082caf5ffec665349dd51a1ca9f6a.png", "max_level": 10}], "constellation": [{"id": 501, "name": "同袍的义理", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/29984890327a22d909847b6d1f48d266.png", "max_level": 0}, {"id": 502, "name": "僚佐的才巧", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4113048b4fc4b82860e0b79edc447943.png", "max_level": 0}, {"id": 503, "name": "御敌的执定", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e65b0b58011b41b6d2958a9a90ff8484.png", "max_level": 0}, {"id": 504, "name": "用臣的久计", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0fb75812ba35447b0638cce839ce17a7.png", "max_level": 0}, {"id": 505, "name": "野火的豪烈", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6044c68fea211e88a26a033b43ec6633.png", "max_level": 0}, {"id": 506, "name": "炽烧的至心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0e2b7b8f85033d0890ff11f4dad3cb95.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000048, "name": "烟绯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8c05130fa02a815ecb4002436498f156.png", "element": 1, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1795/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/116?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10481, "name": "普通攻击·火漆制印", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10482, "name": "丹书立约", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/fbc14324916e9e695ca775124752794d.png", "max_level": 10}, {"id": 10485, "name": "凭此结契", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/124c7798bd5a29c28eeb26b1d2841fa3.png", "max_level": 10}], "constellation": [{"id": 481, "name": "占理不饶人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/49db0f8da8c9bca0b0f3762f5cb3943a.png", "max_level": 0}, {"id": 482, "name": "最终解释权", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/eecc89f778e28adbc54d5888b2b65549.png", "max_level": 0}, {"id": 483, "name": "真火炼宝印", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ebef03cab378cccd10c62f65c7a6c68a.png", "max_level": 0}, {"id": 484, "name": "丹书金铁券", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4360f44dde446fe93e2ad266b80aed06.png", "max_level": 0}, {"id": 485, "name": "遵法切结书", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f0a8cf2fafa25f5185634f547dfbdb80.png", "max_level": 0}, {"id": 486, "name": "是额外条款", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8152b5dc34a3e04e3dab97ee9071cf5f.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000045, "name": "罗莎莉亚", "icon": "https://uploadstatic.mihoyo.com/hk4e/e20200928calculate/common/rosaria_623de3bc25a21b6e516ea0489ddd11f8.png", "element": 7, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1744/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/104?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10451, "name": "普通攻击·教会枪术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10452, "name": "噬罪的告解", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/4c36d42359b2ac23472fe014d0f016e0.png", "max_level": 10}, {"id": 10453, "name": "终命的圣礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/bea9e3474b4c235acc5cc91acea11333.png", "max_level": 10}], "constellation": [{"id": 451, "name": "罪之导引", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/75dbd69a8a6e6b46e0b51c117eab6be9.png", "max_level": 0}, {"id": 452, "name": "无福之地", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/94ba990f06d25a5e34e51d8a86104cca.png", "max_level": 0}, {"id": 453, "name": "告解之仪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/93fa9418ee5c444f1b39a55d0f913f56.png", "max_level": 0}, {"id": 454, "name": "苦痛恩典", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b98060deece6fc48b962d121f64e3dce.png", "max_level": 0}, {"id": 455, "name": "临终祈礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9db2d6cc3acbd3b368fb199ad3181b39.png", "max_level": 0}, {"id": 456, "name": "代行裁判", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c904b5ac29b0f4daef6f2f70b245e0d0.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000044, "name": "辛焱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/cc00909b56664ee2c5e806aee6f89b9e.png", "element": 1, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1291/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/80?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10441, "name": "普通攻击·炎舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10442, "name": "热情拂扫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/cdcd1967ce38a04c6f5773b537f25834.png", "max_level": 10}, {"id": 10443, "name": "叛逆刮弦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/c350cedc7b22e323c0cd307fcff18f6e.png", "max_level": 10}], "constellation": [{"id": 441, "name": "绝命的加速", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/38e77264c3f307011224e6d042263b85.png", "max_level": 0}, {"id": 442, "name": "开场即兴段", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f342442417cad186346bff5905f1c205.png", "max_level": 0}, {"id": 443, "name": "摭分的指法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ef34f97df26ee1a3068c974ddf4a24bd.png", "max_level": 0}, {"id": 444, "name": "节奏的传染", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2b7753a48a264741f93e0201ffa0113d.png", "max_level": 0}, {"id": 445, "name": "返场的高呼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1954ba12472cba59f75e77ebdd9fccb5.png", "max_level": 0}, {"id": 446, "name": "地狱里摇摆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c24b748db2aa77f0e4eb7f66b35bd855.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000043, "name": "砂糖", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/f78a0b3b095e1ac34aa9d415cec0259e.png", "element": 2, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1055/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/64?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10431, "name": "普通攻击·简式风灵作成", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10432, "name": "风灵作成·陆叁零捌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/89c1f4ae4ed24fa8d24a61f1e9d2bc1b.png", "max_level": 10}, {"id": 10435, "name": "禁·风灵作成·柒伍同构贰型", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/6315fc9a5ae7eb9a157ab0ea235a59c8.png", "max_level": 10}], "constellation": [{"id": 431, "name": "堆叠真空域", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1f2246c73caad3e47787ac2c35f94dd1.png", "max_level": 0}, {"id": 432, "name": "不羁型贝特", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e79cec45c7adbc70de9854d3ec14a2f5.png", "max_level": 0}, {"id": 433, "name": "零失误少女", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/07bb41053e894d9400a9efd9a37f6d5a.png", "max_level": 0}, {"id": 434, "name": "炼金的偏执", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/71f789616d65999d567d059ca3cccd2f.png", "max_level": 0}, {"id": 435, "name": "认真普通瓶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a8a69ed02caef2f08461a970a7931a19.png", "max_level": 0}, {"id": 436, "name": "混元熵增论", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/669d978d329d84f42f859f6fb7641a3a.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000039, "name": "迪奥娜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/a7af59dd20e1eb712024a5c76750d4b1.png", "element": 7, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1221/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/62?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10391, "name": "普通攻击·猎人射术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10392, "name": "猫爪冻冻", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/dfb1cd4e061c197d68fe1a9db9da7c95.png", "max_level": 10}, {"id": 10395, "name": "最烈特调", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/dbd99f430e9091d400ffafed91bac64a.png", "max_level": 10}], "constellation": [{"id": 391, "name": "特调的余韵", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/92f99750536e26d66680b17af27553b3.png", "max_level": 0}, {"id": 392, "name": "猫爪冰摇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ef1730e58d3f780ce299c817dd7b6db0.png", "max_level": 0}, {"id": 393, "name": "还、还要续杯?", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/382fb97804587d9a4858c726e657a0e1.png", "max_level": 0}, {"id": 394, "name": "「酒业杀手」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6bed5d87bbb6fbb88c81e1c22a1b120c.png", "max_level": 0}, {"id": 395, "name": "双份加冰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/63701aa7d568065e849d0c5969373b31.png", "max_level": 0}, {"id": 396, "name": "猫尾打烊之时", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/08ed7b2ae28b54f18e87b82933c8cd73.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000036, "name": "重云", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/aec120d29545b2694342cc8db16bc714.png", "element": 7, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/644/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/84?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10401, "name": "普通攻击·灭邪四式", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10402, "name": "灵刃·重华叠霜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/3b55a2a57f11bec0c86725f02547ff1d.png", "max_level": 10}, {"id": 10403, "name": "灵刃·云开星落", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/b83fb43d9e8604dade116476e708fb57.png", "max_level": 10}], "constellation": [{"id": 361, "name": "释凌咏冰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/def5397cba328378fa4d8afd111732b5.png", "max_level": 0}, {"id": 362, "name": "周天运转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a2fc7457c171db919d540581f163c1f6.png", "max_level": 0}, {"id": 363, "name": "云尽光生", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e30dd279a282fbc948ad3568ea048495.png", "max_level": 0}, {"id": 364, "name": "浮云霜天", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/049ae9564d7eec7eefc08971776bd7d8.png", "max_level": 0}, {"id": 365, "name": "真道正理", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e6522f5b2aa13acf8f11ccd9683dcb59.png", "max_level": 0}, {"id": 366, "name": "四灵捧圣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/4a44dc4f95f8cce8ac04eca31fb1da5e.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000034, "name": "诺艾尔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/dd027a7eb218d5552f8e65e355f3fc27.png", "element": 3, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/111/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/66?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10341, "name": "普通攻击·西风剑术·女仆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10342, "name": "护心铠", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/21b0ac2ad21283926a8de849c0d2d380.png", "max_level": 10}, {"id": 10343, "name": "大扫除", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d9a13dd68d4e9fe56006ae03b0d635d3.png", "max_level": 10}], "constellation": [{"id": 341, "name": "支援就交给我吧", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/24704073eb4e9bb7ccb69cf6c445aa19.png", "max_level": 0}, {"id": 342, "name": "旋风女仆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c1f992cb253d3fffd13fbd54a6f0725e.png", "max_level": 0}, {"id": 343, "name": "女仆不会受伤", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7484d7f407470452e1226597f55ea471.png", "max_level": 0}, {"id": 344, "name": "之后会扫干净的", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/997d11f114752f33e0f7ea462b5be145.png", "max_level": 0}, {"id": 345, "name": "骑士团扫除专家", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a8e9cef4b9854ecddab8a44cf56f2b32.png", "max_level": 0}, {"id": 346, "name": "要一尘不染才行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/707f6a444f86b3a52b82301478d09109.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000032, "name": "班尼特", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/1a9ab7c033a9c72555ed8d32d11ba035.png", "element": 1, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/105/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/110?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10321, "name": "普通攻击·好运剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10322, "name": "热情过载", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/f5a2c8f998fcf21f9ca7fd9fc1a4233f.png", "max_level": 10}, {"id": 10323, "name": "美妙旅程", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/bec31b1d6ca85a97f2cf3bd4a07c0482.png", "max_level": 10}], "constellation": [{"id": 321, "name": "冒险憧憬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6e940a66f1aa9d068e77efc3106dad58.png", "max_level": 0}, {"id": 322, "name": "踏破绝境", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5e916f8b171b2ecf637b9992d5ffa438.png", "max_level": 0}, {"id": 323, "name": "火热激情", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a77ebdd095d6d258fbf6a7d489950375.png", "max_level": 0}, {"id": 324, "name": "热情不灭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/363f3dcf4aa3cfd25938a3f6cd1afb30.png", "max_level": 0}, {"id": 325, "name": "开拓的心魂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1f743be0119be2ab74c37abe2bfe0903.png", "max_level": 0}, {"id": 326, "name": "烈火与勇气", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f4534e82fdd07b23619f12f37a858a35.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000031, "name": "菲谢尔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/182fc0998bdc1eceae8489cf5c92a25b.png", "element": 5, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/382/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/65?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10311, "name": "普通攻击·罪灭之矢", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10312, "name": "夜巡影翼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/eec77865be5799140f48796915cf6ed5.png", "max_level": 10}, {"id": 10313, "name": "至夜幻现", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/5556eb6cc1c60fce8655cce6d5932f42.png", "max_level": 10}], "constellation": [{"id": 311, "name": "幽邃鸦眼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6d40089c79ad37c5f924723bd6a86d55.png", "max_level": 0}, {"id": 312, "name": "圣裁影羽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/899e1f54ebc94495efa581dfdabf5a76.png", "max_level": 0}, {"id": 313, "name": "渊色黑翼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/a863643ea45d91b058f471eeeb2dade2.png", "max_level": 0}, {"id": 314, "name": "皇女幻绮谭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fcd476f449e238f5ff213192916818d5.png", "max_level": 0}, {"id": 315, "name": "至夜默示录", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/8d9eda76a7e73d26002841475b6d42dd.png", "max_level": 0}, {"id": 316, "name": "永夜之禽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9cad1a5faa678e8dd3fbc3e24c008e62.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000027, "name": "凝光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/f84e0c8fc42b3f82b24490e49f37445d.png", "element": 3, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/78/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/88?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10271, "name": "普通攻击·千金掷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10272, "name": "璇玑屏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9666f5933953caa138dd221aa3a4f237.png", "max_level": 10}, {"id": 10274, "name": "天权崩玉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/46530789ceb4d47ab49d51d048291bdc.png", "max_level": 10}], "constellation": [{"id": 271, "name": "悬星尽散击云碎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/17626838e71ca024901512188647a485.png", "max_level": 0}, {"id": 272, "name": "璇玑合璧镇昆仑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ca1cb34106259730b422ace2bb1b26d1.png", "max_level": 0}, {"id": 273, "name": "星罗宿列天权临", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b7bfa23f42ded20dd8abe0e174eb2dfe.png", "max_level": 0}, {"id": 274, "name": "攻守易形著神机", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/337afe9e8592773d168464828d2bcd25.png", "max_level": 0}, {"id": 275, "name": "琼屏千扇正天衡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3d9b4cf099f886680e6293bd31116a8e.png", "max_level": 0}, {"id": 276, "name": "七星璨璨凝流光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2de398d85169df15d3df0741617d376a.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000025, "name": "行秋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/74425280c189e9e5fe43d2bb31666a29.png", "element": 6, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/241/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/106?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10381, "name": "普通攻击·古华剑法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10382, "name": "古华剑·画雨笼山", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8fde852c359a5a00480f4d392ba4dc5b.png", "max_level": 10}, {"id": 10385, "name": "古华剑·裁雨留虹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9635542f3b0cd98bee3aef13472af89e.png", "max_level": 10}], "constellation": [{"id": 251, "name": "重帘留香", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bf86c315a93733a538b866f209543709.png", "max_level": 0}, {"id": 252, "name": "天青现虹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5b14ebb4dea90d60a5bb286f77be0763.png", "max_level": 0}, {"id": 253, "name": "织诗成锦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6cacbd09474a24bf06ac22cb5023ea93.png", "max_level": 0}, {"id": 254, "name": "孤舟斩蛟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1fa87d7faebe8b445fd092d4dc9250ca.png", "max_level": 0}, {"id": 255, "name": "雨深闭门", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/427b4304e139d7bf5a4aa50ae2b03a86.png", "max_level": 0}, {"id": 256, "name": "万文集此", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5e4009829a404e4cc567de30d56f3e27.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000024, "name": "北斗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/1502f224efd7c5eae6bff023de75e252.png", "element": 5, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/79/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/87?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10241, "name": "普通攻击·征涛", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10242, "name": "捉浪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/5570f744dcda62908850718abc223563.png", "max_level": 10}, {"id": 10245, "name": "斫雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/e30b1f3e83bd7e09a974333ed37dfc93.png", "max_level": 10}], "constellation": [{"id": 241, "name": "鱼龙沉四方", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7ff2ba52b5cd0076c63b19e2eeb3f60b.png", "max_level": 0}, {"id": 242, "name": "赫赫雷涌起", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b24a550d173799dd46472108d83cba42.png", "max_level": 0}, {"id": 243, "name": "潮奔蓦引电", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/83ace14ac035f34ab4e52bceab76d0d5.png", "max_level": 0}, {"id": 244, "name": "牵星觅乡岸", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/7c372b1b48fb20071c74c904e6c1903c.png", "max_level": 0}, {"id": 245, "name": "踏浪霞连阶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ddd9887d603f201450b6ee6d2cd94fa4.png", "max_level": 0}, {"id": 246, "name": "北斗祓幽孽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/0c89280ffdf677587235861402ca3c2b.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000023, "name": "香菱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/c078ae80b146b05c1f7513824f15444b.png", "element": 1, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/112/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/86?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10231, "name": "普通攻击·白案功夫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/a96473f4df7006706146eaeb7664ca85.png", "max_level": 10}, {"id": 10232, "name": "锅巴出击", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ba2bdb4c3d7859ae82d9c768ce666001.png", "max_level": 10}, {"id": 10235, "name": "旋火轮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/146146efd0b6a83d5bf8af6078b2ea46.png", "max_level": 10}], "constellation": [{"id": 231, "name": "外酥里嫩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/926a349fdace6a41f4d4aaded14dddf7.png", "max_level": 0}, {"id": 232, "name": "大火宽油", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/95a181ec394de3957fb05f390357176a.png", "max_level": 0}, {"id": 233, "name": "武火急烹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d5e700d0b73ac29d0a6767af0854400f.png", "max_level": 0}, {"id": 234, "name": "文火慢煨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/c3be73a1dd6dd6df6013d329d2ce9bca.png", "max_level": 0}, {"id": 235, "name": "锅巴凶猛", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d964d050691985e7dbaf6a5bef53fbb8.png", "max_level": 0}, {"id": 236, "name": "大龙卷旋火轮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fd7aef2d3eadb4639e35e677bf03ea61.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000021, "name": "安柏", "icon": "https://uploadstatic.mihoyo.com/hk4e/e20200928calculate/common/ambor_48e38b5882f6f03c35aa39aa34c4736b.png", "element": 1, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/54/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/111?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10041, "name": "普通攻击·神射手", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/9d04812a887ff87b6e63db9ca8d57aa7.png", "max_level": 10}, {"id": 10032, "name": "爆弹玩偶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/6ce92a7592fd0ac410d349b61ddef998.png", "max_level": 10}, {"id": 10017, "name": "箭雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/faf2b47669f582ced20e5337ac01275d.png", "max_level": 10}], "constellation": [{"id": 211, "name": "一箭双丘丘!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5dc90fbfb21bac70ae52b7cc5ec71d6a.png", "max_level": 0}, {"id": 212, "name": "一触即发", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/5d4b12be31f2ef5056241003f4ff4c94.png", "max_level": 0}, {"id": 213, "name": "烧起来啦!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/055943b7d3c5c164becd611d2f193c66.png", "max_level": 0}, {"id": 214, "name": "才不是普通的布偶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/36fc6e039d477f2d4d1c6e7c5975b10d.png", "max_level": 0}, {"id": 215, "name": "是兔兔伯爵!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ce2641bc047d4bbf166ed29c95035422.png", "max_level": 0}, {"id": 216, "name": "疾如野火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fc98cdc7ee4bfaadf7c77f4d9b9823c2.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000020, "name": "雷泽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8b4df64b64dc392d9b096909718ea741.png", "element": 5, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/56/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/74?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10201, "name": "普通攻击·钢脊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ab13d96f67c8987aa06f42456a8319ad.png", "max_level": 10}, {"id": 10202, "name": "利爪与苍雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/ad56780c6b5b217b03e7a0ba917457a5.png", "max_level": 10}, {"id": 10203, "name": "雷牙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/e4731ae3c410b61ba18c4e4053245b34.png", "max_level": 10}], "constellation": [{"id": 201, "name": "狼性", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/d7ff611be300a87b3515f4fb97a85ad7.png", "max_level": 0}, {"id": 202, "name": "压制", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/741011e76e86cf037e4676c924e58b83.png", "max_level": 0}, {"id": 203, "name": "兽魂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bcd5fc1126fa477263964627b357d4b5.png", "max_level": 0}, {"id": 204, "name": "撕咬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/02f66fcb43388d0cd8f30ca99604bd7f.png", "max_level": 0}, {"id": 205, "name": "利爪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/ddf12f0b21f7654123750883d1605381.png", "max_level": 0}, {"id": 206, "name": "天狼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f46436d758a7bf703c91c1913639bf89.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000015, "name": "凯亚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/97f2876b0238ea26541cbfaffa7ddfd1.png", "element": 7, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/76/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/69?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10073, "name": "普通攻击·仪典剑术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/8caab55f557e8e931c0342440979be8a.png", "max_level": 10}, {"id": 10074, "name": "霜袭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/c78c8b513d7ece76ae1b43865c198f01.png", "max_level": 10}, {"id": 10075, "name": "凛冽轮舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/916b7f6d1f26e6bbe8c8542f05584b45.png", "max_level": 10}], "constellation": [{"id": 151, "name": "卓越的血脉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fa6ac0e0a526f2ef63fc61a5d8b19ad4.png", "max_level": 0}, {"id": 152, "name": "无尽的霜舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/72633139cffc15924d5a034cdfeebef4.png", "max_level": 0}, {"id": 153, "name": "凛冽的冰戏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/781df8217a1f035d61b30e3e34cbe8f6.png", "max_level": 0}, {"id": 154, "name": "极寒的轻吻", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/62fd3271dfeaa14cbee0350889ed0004.png", "max_level": 0}, {"id": 155, "name": "至冷的拥抱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/16f31505446bddb9f982123a310722af.png", "max_level": 0}, {"id": 156, "name": "轮旋的冰凌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/f028cb8c8b6f0bff5e0e3913731c307c.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000014, "name": "芭芭拉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/480edea132c4c52b3292995619e7393a.png", "element": 6, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/61/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/71?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10070, "name": "普通攻击·水之浅唱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10071, "name": "演唱,开始♪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/b268e14a39d51e9b4536cd0149830af1.png", "max_level": 10}, {"id": 10072, "name": "闪耀奇迹♪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/7a5c588e584c27910bc9a4cc9cc53d04.png", "max_level": 10}], "constellation": [{"id": 141, "name": "彩色歌谣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/78bd0d921d068c395954583e0bd9156a.png", "max_level": 0}, {"id": 142, "name": "元气迸发", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/fb5b1fe0d8ce653f2dd026605a4131b9.png", "max_level": 0}, {"id": 143, "name": "明日之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1628c94c96ebf7ec35093058f9f9c396.png", "max_level": 0}, {"id": 144, "name": "努力即魔法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/9818ecd37bf29a9f1833b906891e944d.png", "max_level": 0}, {"id": 145, "name": "纯真的羁绊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/e6d10d04931925ec6212b611ace40257.png", "max_level": 0}, {"id": 146, "name": "将一切美好献给你", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/bbeb42c8de5c6225cb4b44431a142891.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000006, "name": "丽莎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/6a61130df0a387aa62d04cfe99f6594f.png", "element": 5, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/92/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/184?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10060, "name": "普通攻击·指尖雷暴", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/d37364d6e4c472c1f483b218abce83bb.png", "max_level": 10}, {"id": 10061, "name": "苍雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/5f4b6e461a7ca4b86134c2b4a2a20bb0.png", "max_level": 10}, {"id": 10062, "name": "蔷薇的雷光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u539vg/aa501d15970efb462fc1dd5ce711efd3.png", "max_level": 10}], "constellation": [{"id": 41, "name": "无限的电回路", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/3eab660d9cdc03d50bb88e7d25c8a0e3.png", "max_level": 0}, {"id": 42, "name": "空间电势结界", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/b64f91b3fbabec9dde1cac4f5d43a55f.png", "max_level": 0}, {"id": 43, "name": "谐振的雷光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1995f0263863772089b0a46ae0d8c836.png", "max_level": 0}, {"id": 44, "name": "如雨的电浆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/2f7d96d81f28050ef61bdb983b718af2.png", "max_level": 0}, {"id": 45, "name": "等离态的落雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/6933c6a1f7db06a0b405010200ab583c.png", "max_level": 0}, {"id": 46, "name": "脉冲的魔女", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u539vg/1ec2a6e2e183eaca99d78ae0a7d411c2.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}], "all_weapon": [{"id": 15513, "name": "白雨心弦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/091d50f32777ecdd2efac355e73e96af.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15512, "name": "最初的大魔术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/6081131f141c51fbaf6ba7b30c4c353f.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15511, "name": "猎人之径", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/9ed4feb08d6ba17df9c18cf9b4b9e3cd.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15509, "name": "飞雷之弦振", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2e3ab02543349a961c31ac7f5bbf3552.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15508, "name": "若水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4e5e0b05bb372e13c7a695a2e819f8a9.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15507, "name": "冬极白星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/3a01d297dee1662264db8b25c64a1538.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15503, "name": "终末嗟叹之诗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/45e34b3be7e6fcbe72c08f972b37cb34.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15502, "name": "阿莫斯之弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/e13aab42c94f729d9dab1e5df284782c.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15501, "name": "天空之翼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/6bd6b04b723f68fd565acd58ca9a115a.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 14516, "name": "冲浪时光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/1d1ee807a6276b8f419a7f84509e674a.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14515, "name": "鹤鸣余音", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/df1be69d589b11112fa350a5e0206f73.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14514, "name": "万世流涌大典", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b2c620518511295a0f892c0235d8b94d.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14513, "name": "金流监督", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/99dd96d3c0b01fca12a0e8e2e4602a02.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14512, "name": "图莱杜拉的回忆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2c26be02f517e7615fa2ac338e8bbbcc.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14511, "name": "千夜浮梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d95d540362b6643df332e8bace943394.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14509, "name": "神乐之真意", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/f3003cff4aba17b5c3d42ec87c94c03c.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14506, "name": "不灭月华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/522b3001ef2a1aec88a6ef55056defcd.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14505, "name": "碧落之珑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/67093dd9052677404347c17a1512a0e3.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14504, "name": "尘世之锁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d443d8289b902bc2f9653e19ac0aa6b8.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14502, "name": "四风原典", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/001f85614cec27f59089f1c0142a2606.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14501, "name": "天空之卷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/61b96c1a8fc6ff32f548ff5574c68db8.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 13513, "name": "柔灯挽歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/6d0bb360433819b99b352e20ed56959f.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13512, "name": "赤月之形", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4d7f56dcc16001658b262f1ae16e863b.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13511, "name": "赤沙之杖", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/7a11915bf710193cf7865e25d31767b4.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13509, "name": "薙草之稻光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b87add907a13cc7f57e02ae3029c3742.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13507, "name": "息灾", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/07e2bf7fc18c97b97f48c80de2490bad.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13505, "name": "和璞鸢", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/c144ec69eac44ad5f919a9a1a415273d.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13504, "name": "贯虹之槊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/3b60bcec59c1b5dca8f972204972fdb6.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13502, "name": "天空之脊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/47661b2a902dafca117eac8908724654.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13501, "name": "护摩之杖", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/c863aabf4050e4be6192e0c006ce200e.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 12513, "name": "山王长牙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d16dc22bb22fe4d7b53d9ecaf6d20b7b.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12512, "name": "裁断", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ac58f22c0424dfeb70abf35b509afb35.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12511, "name": "苇海信标", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0ce803a31ac57a84590fa15dbaa164e1.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12510, "name": "赤角石溃杵", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d013c1e83e146fff219219a398930dc5.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12504, "name": "无工之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/a3895796da42f4884ee67ae7118261bd.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12503, "name": "松籁响起之时", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5b19555756428fc4e607c2a08d2e6e35.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12502, "name": "狼的末路", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/89381c074477c61a769b2aa9346776e0.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12501, "name": "天空之傲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2f71496ee229185782887f0059e4008a.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 11516, "name": "岩峰巡歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/1155c1c85d31180365604db96fda676d.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11515, "name": "赦罪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/57b5adc9a5d59631a52b8b1945643833.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11514, "name": "有乐御簾切", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/012fcfe87aa1785fce5de89c5ab4fd9f.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11513, "name": "静水流涌之辉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/cb0438fa27fe07a1f6afe21019538454.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11512, "name": "裁叶萃光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8f1422f19f9999b49e79f47e00672f36.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11511, "name": "圣显之钥", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/01a2db7c68564e3d24b712af381117b4.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11510, "name": "波乱月白经津", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/6542cf5994d9e81763ef727520849ab6.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11509, "name": "雾切之回光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/79be45f23962cd97e08c7afc751d04dd.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11505, "name": "磐岩结绿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/7cff3262b3a6b29a7de983ee5b3ca468.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11504, "name": "斫峰之刃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d92e93b3fd0c21fd16b74b09bbce4fff.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11503, "name": "苍古自由之誓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/6aa1c9e5be819034670b1656d1fb88e3.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11502, "name": "天空之刃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/46b85239be3db7108cc139ea13db3e13.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11501, "name": "风鹰剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ff240f68b0d940e0ef89c13596dbd287.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 15431, "name": "碎链", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/733184c8950514319140131c7fc4f0ab.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15427, "name": "测距规", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/24bd4c64057c4de747987b81fb6e4070.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15426, "name": "筑云", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/33ef47efe8235b27a1bf57bad85b8296.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15425, "name": "静谧之曲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4fee6dc66884a1fa8438159dd8fb21a2.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15424, "name": "烈阳之嗣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2ece3350dcd743add89e6a87ca5e2c44.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15419, "name": "鹮穿之喙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/fbc674656b653a83e7e916cce6f0f5b7.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15418, "name": "竭泽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4f342ad33929a51b958aaf432fce1215.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15417, "name": "王下近侍", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/a7bd3fe8bf16382720f89c5510a2a408.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15416, "name": "曚云之月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4c9131fbf79c1a57d9436ba36809b9b3.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15415, "name": "掠食者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4564f91ad75414038c3c20d552be2c9e.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15414, "name": "破魔之弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/403ab66f235c5199b522ea40d73cc056.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15413, "name": "风花之颂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/7297bf59aab5e8c0d17220de4997ea3c.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15412, "name": "幽夜华尔兹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/925c28e8885fb023a5d6395838bbee4e.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15411, "name": "落霞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/619a304e4aeffa6a0f2ffb971446fd91.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15410, "name": "暗巷猎手", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/1cafb911d734dc923a5cb5dbbb1ed62f.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15409, "name": "苍翠猎弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/3a223378d9cb992f47e8046726c80118.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15408, "name": "黑岩战弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4af1c948039c26f781544964d2c99fc7.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15407, "name": "钢轮弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/02e3050db73418e5c100352218a882b5.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15406, "name": "试作澹月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8b3d561e84aaf342cf0178c2d6e1c911.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15405, "name": "弓藏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8bd97f074e66eaff6889cbec46d8fdde.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15404, "name": "宗室长弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/57b4c6992cc87dbd1de2e319f1a82ef9.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15403, "name": "祭礼弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/e4526dd5dd5814cbe80916ecd99d4edf.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15402, "name": "绝弦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/7b8e9b8d35828479fc0ff5e8a4ff172e.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15401, "name": "西风猎弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/7fa7b8bbeaff5463cdf9f1a707d3e4f9.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 14431, "name": "木棉之环", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5129ae736d6bef0ab62a7b50a682cc16.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14427, "name": "苍纹角杯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/810c1c55794a2e288f28c5fb4e69895c.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14426, "name": "无垠蔚蓝之歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/419d64e5e315d2033ae7548361687de4.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14425, "name": "纯水流华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/df52970f2505922f20bec658fd96f8c3.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14424, "name": "遗祀玉珑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/44fd8ea53e5e27e37b11c6a42c7346d9.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14417, "name": "盈满之实", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b30759bf33a6f9fcf934ebc470b5d753.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14416, "name": "流浪的晚星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/894d759a06d89c8b6f5c5db4e6df9ee6.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14415, "name": "证誓之明瞳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2b23bc271cf44e4245e817266629a219.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14414, "name": "白辰之环", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/9bf0a6a039b0a3280185fbd642138c72.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14413, "name": "嘟嘟可故事集", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/3d10ba0f38df77d9635c982b19ec22c9.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14412, "name": "忍冬之果", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d6b4f0158ce1f6de7dd9f56fd0f99a2b.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14410, "name": "暗巷的酒与诗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/988921f75f60cf175bf567df41047aff.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14409, "name": "昭心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/328238a471fe1b71809c7a366f1dce26.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14408, "name": "黑岩绯玉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d518efd29812acc3af64f04378fea65f.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14407, "name": "万国诸海图谱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/47a1b827551d5be3f04da257a0de6021.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14406, "name": "试作金珀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2233ccbdcae6a7338d47fc45d968a6ad.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14405, "name": "匣里日月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ccb5345474d16192fd3d935aad31af57.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14404, "name": "宗室秘法录", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2e79aff408ba3f4b2c1747ccc5c2ddc5.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14403, "name": "祭礼残章", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/bc1aff83db502ba1b88180ef22a2ac6b.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14402, "name": "流浪乐章", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0e0a67286342edb20fb7456caa586856.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14401, "name": "西风秘典", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/1b251a04bd88315ffd999cd1d8892ff3.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 13431, "name": "虹的行迹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/fcd2757da6a0b3e8f5f03a9b59ca39e6.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13430, "name": "镇山之钉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/fcc7ed10af4795c854e46f99719e0d70.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13427, "name": "勘探钻机", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/df95d8233984f223d4ed816daeb944e7.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13426, "name": "沙中伟贤的对答", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/357bf868bde1c917e65de8b253389006.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13425, "name": "公义的酬报", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/a212f4ca936bea1c94dec0826b3bcdf6.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13424, "name": "峡湾长歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/35f74e956f96eccec5ebbee49a80a2fd.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13419, "name": "风信之锋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/7c2d1f00723d03ca6c1b6d4ff969678f.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13417, "name": "贯月矢", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0974e9da69ec55aec10d91db8b18aed7.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13416, "name": "断浪长鳍", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0ddc5d213796b70c31648ad02ad7d732.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13415, "name": "「渔获」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/eddf9d3547b3015eedbfeb8160db067b.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13414, "name": "喜多院十文字", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b3805de20786c404238699071afb591a.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13409, "name": "龙脊长枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b9f71a50838f171409af032484161a26.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13408, "name": "宗室猎枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/c30da3cf1c72b0150b2bba8d7dabd8d0.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13407, "name": "西风长枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/caf6903305762b0e53959d71ae58c1e9.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13406, "name": "千岩长枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/6e9d7975a2f29ec23509d850b9aab701.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13405, "name": "决斗之枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5edf03e7c9222f3cdd456b9c8c3ee400.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13404, "name": "黑岩刺枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/886010d1b6e0b3d96fefd395abfce961.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13403, "name": "流月针", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4cd89fd769844bbf8308dd65411fe682.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13402, "name": "试作星镰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/114157d7ce0a2f136885a84555398803.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13401, "name": "匣里灭辰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/fe82aedc7ef02c976e47a21add9297a2.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 12431, "name": "撼地者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d539a51ac8ab474c200a56737bee2d32.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12430, "name": "硕果钩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/af86973c8dff9e67982cb846fc316f19.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12427, "name": "便携动力锯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/306199dad527c07f032c17ea3cb39435.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12426, "name": "「究极霸王超级魔剑」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/94029d5fe7cb75e52e8136f18137e40e.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12425, "name": "浪影阔剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5f25159ae50aad5c67e644ed269ed867.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12424, "name": "聊聊棒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/f31e54e37f4723e7c1a6a377d38a263b.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12418, "name": "饰铁之花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8a7516c7da4748adf97297becadcd991.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12417, "name": "森林王器", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5a7b5ff513f1b62c9178599763b87830.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12416, "name": "恶王丸", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/dce86cdba3457ae1825d7f1f8cf3f6c5.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12415, "name": "玛海菈的水色", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/68cb391f67229599735737db7f58f332.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12414, "name": "桂木斩长正", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b4ed23067e44fc6ac46a9312b3d33e9f.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12412, "name": "衔珠海皇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/9ed236d329274a2faddadc1feb82b55c.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12411, "name": "雪葬的星银", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d5e65f47bcc00fed8abbdf640c5035d8.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12410, "name": "千岩古剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/f0958fab3e58630f5fcf08113174b320.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12409, "name": "螭骨剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5ffc657d6d43f902b22b46259c47045e.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12408, "name": "黑岩斩刀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/1875e7373ec41c7a4897e8148f8200d1.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12407, "name": "白影剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/6070934bfb76cbe4cb32263e3b5d8dc7.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12406, "name": "试作古华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5b84dbab8a7b7b2a04af47a10f5dcfca.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12405, "name": "雨裁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/c014bdfca721835b8a546861c8f3512e.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12404, "name": "宗室大剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/3b33f57df58a80f5ea8a403081c703c2.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12403, "name": "祭礼大剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/77f263d7d79c1f488d052d79be7958ad.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12402, "name": "钟剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/cc5dbba44d47bd9d3db3deca93902d89.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12401, "name": "西风大剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/afc2d05ee7226e558d7a730086cf2ccc.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 11431, "name": "息燧之笛", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/60381e2bf6c15077c94e8498f0fac0f5.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11430, "name": "弥坚骨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/be64f05ade5e8bfdbde25d1004e42539.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11428, "name": "水仙十字之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/cc4a973905f4db69bb19ab6bd7a12772.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11427, "name": "船坞长剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/c118285d46a2a740ffb4cc2e486091bf.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11426, "name": "灰河渡手", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/93ffe7106249dc5db80bf4a9fb1e1195.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11425, "name": "海渊终曲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/06adb2d97a4d1a492a24d670a7dcb68d.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11424, "name": "狼牙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ab961ce9d1b3b8142dda3df68def8bda.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11422, "name": "东花坊时雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2502fdd9c47b0561f01f223793449302.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11418, "name": "西福斯的月光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/beece84cb9656292e30fe4a969b0e829.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11417, "name": "原木刀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0cf471efb636a20c48e60dfa34a843d4.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11416, "name": "笼钓瓶一心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/28f8253ed16a3ff81ffa9f97815c9ab4.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11415, "name": "辰砂之纺锤", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/fedfc00ad2c5181512f97ed40ac5cdf6.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11414, "name": "天目影打刀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b8423690bc3a8d2366c3235f37c1c4b0.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11413, "name": "腐殖之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/69d5260292debdd879bbf8b0ba3c8f17.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11412, "name": "降临之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8796c64b1730c81b931d5a62e0e5ca97.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11410, "name": "暗巷闪光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/bb635fe88171f641ab2587b7a12a89ae.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11409, "name": "黑剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0fcd76abebff2b65b874b079036ef8f5.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11408, "name": "黑岩长剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/688eafd7077e78452992e3dfc85eecd1.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11407, "name": "铁蜂刺", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4033f4cf7a3708af5875252f589cfc75.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11406, "name": "试作斩岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/f6b826fdc5828f78868bc2945021fad8.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11405, "name": "匣里龙吟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4268d96f491bb6cb822b4f59c0357557.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11404, "name": "宗室长剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ef9b8033ab4d0f61c455a8d43fe000d2.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11403, "name": "祭礼剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8fa7585bc9170c26afff9e92e17f7b7e.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11402, "name": "笛剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2b090b1bebf87772b4d5983532800dc4.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11401, "name": "西风剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2e65a374526921ef37dd30edda8379ae.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 15305, "name": "信使", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/eec0684fc71e0b14d4ff64f7b0cfd494.png", "level": 3, "cat_id": 12, "wiki_url": ""}, {"id": 15304, "name": "弹弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2c9b7f3c3afcb463401b8f06af3924c8.png", "level": 3, "cat_id": 12, "wiki_url": ""}, {"id": 15303, "name": "反曲弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/069c91ddf3350d345161a4cae117569b.png", "level": 3, "cat_id": 12, "wiki_url": ""}, {"id": 15302, "name": "神射手之誓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/100f17d0f90e7acc4e6530abc57de0d4.png", "level": 3, "cat_id": 12, "wiki_url": ""}, {"id": 15301, "name": "鸦羽弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/fe94dd12ee98ef4c2278da41f76347f6.png", "level": 3, "cat_id": 12, "wiki_url": ""}, {"id": 14305, "name": "甲级宝珏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/cab884021e78e6f36103d05bc39b6a16.png", "level": 3, "cat_id": 10, "wiki_url": ""}, {"id": 14304, "name": "翡玉法球", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/3e74c91b8f2d6281745884320cc50ffb.png", "level": 3, "cat_id": 10, "wiki_url": ""}, {"id": 14303, "name": "异世界行记", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/635f593a844502b39ef4c2dfc0752d3b.png", "level": 3, "cat_id": 10, "wiki_url": ""}, {"id": 14302, "name": "讨龙英杰谭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/6900b5fd2fa53900386d0b01a6c041ac.png", "level": 3, "cat_id": 10, "wiki_url": ""}, {"id": 14301, "name": "魔导绪论", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/74ac2ccecb642b35823d6f498607c952.png", "level": 3, "cat_id": 10, "wiki_url": ""}, {"id": 13303, "name": "黑缨枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2365bf8705fbc87a254a7472580e5486.png", "level": 3, "cat_id": 13, "wiki_url": ""}, {"id": 13302, "name": "钺矛", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/e33ddb21bc9bde5fa99d97bfaf093c3a.png", "level": 3, "cat_id": 13, "wiki_url": ""}, {"id": 13301, "name": "白缨枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/a3a14e72318204e7a61ae850c27d55e8.png", "level": 3, "cat_id": 13, "wiki_url": ""}, {"id": 12306, "name": "飞天大御剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2a5dd63db887884c9c4315eef3b67b04.png", "level": 3, "cat_id": 11, "wiki_url": ""}, {"id": 12305, "name": "以理服人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/dc6ba90a533318d899845e9b4cc47dde.png", "level": 3, "cat_id": 11, "wiki_url": ""}, {"id": 12303, "name": "白铁大剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/061b9031cb52c43ffd1d222c59d12e2d.png", "level": 3, "cat_id": 11, "wiki_url": ""}, {"id": 12302, "name": "沐浴龙血的剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ae4bea233fd50390750e3de9150285d2.png", "level": 3, "cat_id": 11, "wiki_url": ""}, {"id": 12301, "name": "铁影阔剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/9ab1e2bbf4281e11024bfc833f41980b.png", "level": 3, "cat_id": 11, "wiki_url": ""}, {"id": 11306, "name": "飞天御剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b47f01e60810708a5cb06954e69cb317.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 11305, "name": "吃虎鱼刀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/842b4964760fee70363d306701d30f94.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 11304, "name": "暗铁剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/9f83a674d83b78d090c860dd46adfc8e.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 11303, "name": "旅行剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/f5aec2321d0fc27ccefcef3594813ea6.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 11302, "name": "黎明神剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/178388c45d6a8ae81b0cdde8a03d390c.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 11301, "name": "冷刃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/9b6938074956339bb09e01a0c20caf15.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 15201, "name": "历练的猎弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/072870c174fdb54425ac167c72c48fc0.png", "level": 2, "cat_id": 12, "wiki_url": ""}, {"id": 14201, "name": "口袋魔导书", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/aa93c471d67259ea913416287c28584f.png", "level": 2, "cat_id": 10, "wiki_url": ""}, {"id": 13201, "name": "铁尖枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/483aae0294c92f13e69b070c527b48df.png", "level": 2, "cat_id": 13, "wiki_url": ""}, {"id": 12201, "name": "佣兵重剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d873a0c03ce57ca9425e7bc77ed4dea5.png", "level": 2, "cat_id": 11, "wiki_url": ""}, {"id": 11201, "name": "银剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5ef78ef2f7b825ff6c1bcb93f7f9031c.png", "level": 2, "cat_id": 1, "wiki_url": ""}, {"id": 15101, "name": "猎弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5101e3ef74a8a7be5cd120da121cb16c.png", "level": 1, "cat_id": 12, "wiki_url": ""}, {"id": 14101, "name": "学徒笔记", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d2b81734de20e1e4f072017bd12560b8.png", "level": 1, "cat_id": 10, "wiki_url": ""}, {"id": 13101, "name": "新手长枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/901e24e453128f52f5e54c84668ed2b6.png", "level": 1, "cat_id": 13, "wiki_url": ""}, {"id": 12101, "name": "训练大剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/9931c0d5214d760973ebeae6ae5952fd.png", "level": 1, "cat_id": 11, "wiki_url": ""}, {"id": 11101, "name": "无锋剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b6603c470e34ed9a6179eac17d39d12e.png", "level": 1, "cat_id": 1, "wiki_url": ""}], "all_set": [{"id": 15038, "name": "黑曜秘典", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/7ed27aaabf337226738afdda43e836c3.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15037, "name": "烬城勇者绘卷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ba9d90afd8ac2076bf74fbd3295f8ea7.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15036, "name": "未竟的遐思", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/b503612e4796b3e2539b25fae59db4e5.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15035, "name": "谐律异想断章", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/78b4983a5e2eefa13300916846d801a9.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15034, "name": "回声之林夜话", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8064fa7858d97472bf2ee7e8919ebbfc.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15033, "name": "昔时之歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/ab7f9740cc634c59cd4731fcc215283d.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15032, "name": "黄金剧团", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/a28a7b40ea17bc09c71a62c63c5614c0.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15031, "name": "逐影猎人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0ea89c12baee5044af57f4f022b7624f.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15030, "name": "花海甘露之光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/a6aac08651f85f9bc15c8e22d7c929f3.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15029, "name": "水仙之梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2a02a15fcc0b6cf92837f8e9e351153c.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15028, "name": "乐园遗落之花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/81e15f84fd03354bf2907c97780249ed.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15027, "name": "沙上楼阁史话", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/09c87b1e91241a35b47c14150e37311d.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15026, "name": "饰金之梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/52aee7040c9d6d2c0ff8977831b42c7e.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15025, "name": "深林的记忆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/a6c7bb80fb1af265dbbfa3690f48d14e.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15024, "name": "来歆余响", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2d59d734fa57ca0966ad2aa0d7b993f2.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15023, "name": "辰砂往生录", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/480297705eeae561cb8761ecd3e03c28.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15022, "name": "海染砗磲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/e673e35b95bc37b68d0bd6c595c93548.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15021, "name": "华馆梦醒形骸记", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/a56857d68ecf815696e6a1e28c447a79.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15020, "name": "绝缘之旗印", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/2a55b29438a1a202062e0fabc63a8640.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15019, "name": "追忆之注连", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/adfc386de8aae5c070e8990b09554051.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15018, "name": "苍白之火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/50de5a61e523b906eab33cf70edd1d3f.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15017, "name": "千岩牢固", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/18a66cddfe9fb8fb91e4c9e2c843e3d0.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15016, "name": "沉沦之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/e1434ae37809da2362c877e36c4b268b.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15015, "name": "逆飞的流星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/e0eb4b0f4a865ba4e669ab988bcdd532.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15014, "name": "悠古的磐岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/60d58b85d13f1a6eadfacf242c7c887d.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15008, "name": "染血的骑士道", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/98ae466c49e1e7899c34c57caf713868.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15007, "name": "昔日宗室之仪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/02aa01bbf99f6827b97abd7de3a4fc1a.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15006, "name": "炽烈的炎之魔女", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/662a68f032eda70dab701be6a6d93710.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15005, "name": "如雷的盛怒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/76e2327f30fcd1f8467601106b089a93.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15003, "name": "流浪大地的乐团", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/34fca5cf700112ad1eb114c86410ec41.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15002, "name": "翠绿之影", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d5f42359b33672525d809119a5fee347.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15001, "name": "角斗士的终幕礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/632ab64e132680f26cc7f1b07002c115.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 14004, "name": "被怜爱的少女", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/7cadf22473f8c6b1fe8e36c059e56ece.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 14003, "name": "渡过烈火的贤人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/cae6465a4b525b065293db9149b68e4b.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 14002, "name": "平息鸣雷的尊者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/74184c2f66e459ae53520dab78939fb5.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 14001, "name": "冰风迷途的勇士", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/4a10479f97ea3bc6fcfe167113a24de6.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10012, "name": "学士", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/746183ea4b1fd3b1a5c1fa8217c5c6e8.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10009, "name": "流放者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/58273afc343d1c032a4e8f6223000a6d.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10008, "name": "赌徒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5732f2cd3fde416b132691baa1f32c36.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10007, "name": "教官", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/5204556e59ff9d48d6a9e7e85095e6a0.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10006, "name": "武人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/22899979a71d5abe1b7d40dd668e2891.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10005, "name": "战狂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/89dd804f47639a1b7a81b62184e5e51d.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10004, "name": "奇迹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/c9bd3c67a3aee3fd3250eca3398e82b6.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10003, "name": "守护之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/34e78631e0cac3543ec8d9ae3b7934f5.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10002, "name": "勇士之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/513aac082b59ddb750a5c1aeb23027ff.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10001, "name": "行者之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/d8ecdb92862c61ee8a70b89456f4592a.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10013, "name": "游医", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/8e2d5417bbbbe337ccddc6f5a660e0de.png", "level": 3, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10011, "name": "幸运儿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/0903f38d6466ad19096fb4ade028e45e.png", "level": 3, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10010, "name": "冒险家", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u539vg/fde3fdfdea4c932a02f1ee3a2f476c5d.png", "level": 3, "attr_id": 0, "cat_id": 0, "wiki_url": ""}], "avatar_level": [{"id": 4, "name": "四星"}, {"id": 5, "name": "五星"}], "weapon_level": [{"id": 5, "name": "五星"}, {"id": 4, "name": "四星"}, {"id": 3, "name": "三星"}, {"id": 2, "name": "二星"}, {"id": 1, "name": "一星"}], "set_level": [{"id": 5, "name": "五星"}, {"id": 4, "name": "四星"}, {"id": 3, "name": "三星"}], "avatar_element": [{"id": 1, "name": "火"}, {"id": 6, "name": "水"}, {"id": 2, "name": "风"}, {"id": 5, "name": "雷"}, {"id": 4, "name": "草"}, {"id": 7, "name": "冰"}, {"id": 3, "name": "岩"}], "weapon_cat": [{"id": 1, "name": "单手剑"}, {"id": 10, "name": "法器"}, {"id": 11, "name": "双手剑"}, {"id": 12, "name": "弓"}, {"id": 13, "name": "长柄武器"}], "tag_list": [{"id": 16, "name": "辅助", "color": "#529EC8"}, {"id": 17, "name": "主C", "color": "#C85252"}, {"id": 18, "name": "副C", "color": "#DEA226"}, {"id": 19, "name": "生存", "color": "#52C8A5"}], "extra_config": {"reliquary_fst_attr": [{"key": 5, "value": {"category": [3, 4, 5, 6, 8, 9, 17]}}, {"key": 1, "value": {"category": [1]}}, {"key": 2, "value": {"category": [2]}}, {"key": 3, "value": {"category": [3, 4, 5, 6, 7]}}, {"key": 4, "value": {"category": [3, 4, 5, 6, 10, 11, 12, 13, 14, 15, 16, 19]}}], "reliquary_sec_attr": [{"key": 3, "value": {"category": [1, 2, 3, 4, 18, 5, 6, 7, 8, 9]}}, {"key": 4, "value": {"category": [1, 2, 3, 4, 18, 5, 6, 7, 8, 9]}}, {"key": 5, "value": {"category": [1, 2, 3, 4, 18, 5, 6, 7, 8, 9]}}, {"key": 1, "value": {"category": [2, 3, 4, 18, 5, 6, 7, 8, 9]}}, {"key": 2, "value": {"category": [1, 3, 4, 18, 5, 6, 7, 8, 9]}}], "reliquary_attr_define": [{"id": 1, "name": "生命值"}, {"id": 2, "name": "攻击力"}, {"id": 3, "name": "攻击力百分比"}, {"id": 4, "name": "生命值百分比"}, {"id": 5, "name": "防御力百分比"}, {"id": 6, "name": "元素精通"}, {"id": 7, "name": "元素充能效率"}, {"id": 8, "name": "暴击率"}, {"id": 9, "name": "暴击伤害"}, {"id": 10, "name": "火元素伤害加成"}, {"id": 11, "name": "风元素伤害加成"}, {"id": 12, "name": "水元素伤害加成"}, {"id": 13, "name": "雷元素伤害加成"}, {"id": 14, "name": "冰元素伤害加成"}, {"id": 15, "name": "岩元素伤害加成"}, {"id": 16, "name": "物理伤害加成"}, {"id": 17, "name": "治疗加成"}, {"id": 18, "name": "防御力"}, {"id": 19, "name": "草元素伤害加成"}], "element_resonance": [{"key": 2, "value": {"title": "【迅捷之风】", "content": "体力消耗降低15%,移动速度提升10%,技能冷却时间缩短5%"}}, {"key": 3, "value": {"title": "【坚定之岩】", "content": "护盾强效提升15%。此外,角色处于护盾庇护下时,具有如下特性:造成的伤害提升15%;角色对敌人造成伤害时,会使敌人的岩元素抗性降低20%,持续15秒"}}, {"key": 4, "value": {"title": "【蔓生之草】", "content": "元素精通提升50点。触发燃烧、原激化、绽放反应后,队伍中附近的所有角色元素精通提升30点,持续6秒。触发超激化、蔓激化、超绽放、烈绽放反应后,队伍中附近的所有角色元素精通提升20点,持续6秒。以上效果的持续时间单独计算"}}, {"key": 5, "value": {"title": "【强能之雷】", "content": "水元素附着持续时间下降40%。触发超导、超载、感电、原激化、超激化、超绽放反应时,有100%概率掉落1个雷元素微粒,冷却时间5秒"}}, {"key": 6, "value": {"title": "【愈疗之水】", "content": "火元素附着的持续时间下降40%,生命值上限提升25%"}}, {"key": 7, "value": {"title": "【粉碎之冰】", "content": "雷元素附着持续时间下降40%。攻击冰元素附着或冻结状态下的敌人时,暴击率提高15%"}}, {"key": 0, "value": {"title": "【交织之护】", "content": "所有元素抗性提升15%,物理抗性提升15%"}}, {"key": 1, "value": {"title": "【热诚之火】", "content": "冰元素附着的持续时间下降40%。攻击力提高25%"}}], "lineup_type_conf": [{"id": 1, "group_name": []}, {"id": 2, "group_name": ["上半", "下半"]}, {"id": 105, "group_name": []}], "reliquary_type_define": [{"id": 1, "name": "生之花"}, {"id": 2, "name": "死之羽"}, {"id": 3, "name": "时之沙"}, {"id": 4, "name": "空之杯"}, {"id": 5, "name": "理之冠"}], "coin_cnt": 10}, "difficulty": [{"id": 1, "content": "新手推荐"}, {"id": 2, "content": "高手进阶"}, {"id": 3, "content": "趣味娱乐"}], "hot_tags": ["萌新友好", "激化", "造价适中", "多元素反应", "种门", "12层无压力速通", "核爆", "操作简单易上手", "双火", "纯水", "低成本", "永冻", "超载", "幻想剧诗阵容分享", "帮配阵容分享"], "role_combat_conf": {"cur_version": 6, "elements": [1, 5, 3], "invited_roles": [10000101, 10000060, 10000022, 10000043], "first_roles": [10000079, 10000090, 10000042, 10000031, 10000094, 10000027], "simple_mode_id": 106, "normal_mode_id": 107, "hard_mode_id": 108, "extreme_mode_id": 119, "show_version": 6, "show_elements": [1, 5, 3]}, "special_tag_id": {"normal": 1, "spiral_abyss": 2, "role_combat": 105}}} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/mysData_5.2.0.json b/GenshinUID/utils/map/data/mysData_5.2.0.json new file mode 100644 index 00000000..5234e120 --- /dev/null +++ b/GenshinUID/utils/map/data/mysData_5.2.0.json @@ -0,0 +1 @@ +{"retcode": 0, "message": "OK", "data": {"game": "hk4e", "all_avatar": [{"id": 10000104, "name": "恰斯卡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3c351a0fa6a888300b37d1cce7d9069d.png", "element": 2, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/502928/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/422?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 11041, "name": "普通攻击·迷羽流击", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 11042, "name": "灵缰追影", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/45fe90509b56de2024d29f1b2cdb76d2.png", "max_level": 10}, {"id": 11045, "name": "索魂命袭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/0cebae645b22adb2a413d87778c4f0dc.png", "max_level": 10}], "constellation": [{"id": 1041, "name": "弹匣,躁动的轮盘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fcae008d81b9ad1c74cd231321c696b3.png", "max_level": 0}, {"id": 1042, "name": "枪口,灼烧的轻烟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b37bc7bfe2abd276fed6a0c726ab786a.png", "max_level": 0}, {"id": 1043, "name": "笼绳,缜密的掌控", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/bf8b6843929e63ccb0eaeb8e6b723ae1.png", "max_level": 0}, {"id": 1044, "name": "星火,瞬息的击发", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5b85a95956146fb26a44b2808bd5c92d.png", "max_level": 0}, {"id": 1045, "name": "帽檐,沙影的轮廓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e3e35001c0bce9eda8e1552066f17e7e.png", "max_level": 0}, {"id": 1046, "name": "相决,斗争的荣光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/403cae8645da3b6ac12400728c7c41c3.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000103, "name": "希诺宁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/db401e0d540955085e5557259274f1db.png", "element": 3, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/502306/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/416?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 11031, "name": "普通攻击·锐锋攫猎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 11032, "name": "音火锻淬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/196462d30c2c6c91ee3f0bb2f9a4887e.png", "max_level": 10}, {"id": 11035, "name": "豹烈律动!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d73d4c693c38153ffb8dc8ec4b55c948.png", "max_level": 10}], "constellation": [{"id": 1031, "name": "献予慵眠的休假日", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/04dce1d431f953a1eeaa977d7c275061.png", "max_level": 0}, {"id": 1032, "name": "献予灼原的五重奏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f03135be8eedeb4944ce09e445af477d.png", "max_level": 0}, {"id": 1033, "name": "献予日炎的巡行式", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/60c7b620ccb7c000a5bf6c6e2aed692c.png", "max_level": 0}, {"id": 1034, "name": "献予午后的花之梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/06e02e5a9d6d3b3c698af6da3efa1e24.png", "max_level": 0}, {"id": 1035, "name": "献予夕暮的转格调", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/27273a3ab5f65a2182e797d1f2cab862.png", "max_level": 0}, {"id": 1036, "name": "献予永夜的狂欢舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3aa60a8db19df0d0963e9b6cb8a07f48.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000102, "name": "玛拉妮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c0614fec91c79e2a760ac8141cca6428.png", "element": 6, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501625/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/404?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 30000, "name": "普通攻击·降温处理", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 30002, "name": "踏鲨破浪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/05d5a58789b8ba31b2827ac0ea2e8f5d.png", "max_level": 10}, {"id": 30007, "name": "爆瀑飞弹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/313d5e8ceee9c8d65a7e8e947ede0700.png", "max_level": 10}], "constellation": [{"id": 1021, "name": "悠闲的「梅兹特利」…", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/66d92eb9a6217695420696f6526cc22f.png", "max_level": 0}, {"id": 1022, "name": "全力以赴玛拉妮!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6cf772d98e23c362956b529c40b69b68.png", "max_level": 0}, {"id": 1023, "name": "在欢乐海上冲浪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1d89d701326b345dde81affbdaac08ff.png", "max_level": 0}, {"id": 1024, "name": "鲨鲨主食是豚豚。", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/513e6e0eabda4ef3cf377e29ff433626.png", "max_level": 0}, {"id": 1025, "name": "同款冲浪板有售!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/873e8ae1b35bbbd5bd62f5ae64e5b76e.png", "max_level": 0}, {"id": 1026, "name": "「流泉之众」的精神", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c8e05476b7bd3c7a86ef1f89f08d57e2.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000101, "name": "基尼奇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a94a40413f6415ca42b4f8cd8f356316.png", "element": 4, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501624/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/412?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 11011, "name": "普通攻击·夜阳斗技", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 11012, "name": "悬猎·游骋高狩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/7836087c273be16fa9f518515c445e01.png", "max_level": 10}, {"id": 11015, "name": "向伟大圣龙致意", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/64526f0a10d34993e435aa87d567c856.png", "max_level": 10}], "constellation": [{"id": 1011, "name": "七鹦之喙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9e5254aaf8d5ce93762567abf0649262.png", "max_level": 0}, {"id": 1012, "name": "星虎之掌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c3ee892c25c7524d16b4faa6031b5788.png", "max_level": 0}, {"id": 1013, "name": "原鳄之爪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/92ef2acd6893a6d3911b025fbe726ba4.png", "max_level": 0}, {"id": 1014, "name": "蜂鸟之羽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fad645349c9d95205319680ffbfdfe1f.png", "max_level": 0}, {"id": 1015, "name": "吼猴之尾", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f9b2b3ae73f7730cb0fd9a3e77946e7a.png", "max_level": 0}, {"id": 1016, "name": "瑞兽之形", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/37264870a3e1ce5fe5aea19e29c1d54b.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000099, "name": "艾梅莉埃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/4c2d311b9c9810d5270249deef7e543a.png", "element": 4, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501441/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/401?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10991, "name": "普通攻击·逐影枪术·改", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10992, "name": "撷萃调香", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/0ca28813da5d9011f6dbf6a19399c455.png", "max_level": 10}, {"id": 10995, "name": "香氛演绎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/e6980ff89a6dad8d066e7d23575f66a8.png", "max_level": 10}], "constellation": [{"id": 991, "name": "淡香浸析", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f5674c3daba5eb758b5f073e4d5eeb63.png", "max_level": 0}, {"id": 992, "name": "湖光顶调", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/47ac13d6ffc034c517e01444cfc503dd.png", "max_level": 0}, {"id": 993, "name": "郁馥臻萃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e1d0cba501e3d9f3f7058fb7fe591948.png", "max_level": 0}, {"id": 994, "name": "柔灯心韵", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/72d742228e850fda13f0ed35fa926504.png", "max_level": 0}, {"id": 995, "name": "纯露凝芳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/403a72b1cddcee12d61a353d2ad7beec.png", "max_level": 0}, {"id": 996, "name": "茉洁香迹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/bcb14362d4198746c8baf2efd23fe1a1.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000098, "name": "克洛琳德", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0d2ca383bf074d71a81d6938380f19f2.png", "element": 5, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501213/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/389?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10981, "name": "普通攻击·逐影之誓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10982, "name": "狩夜之巡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/a102115f7c0d9e700230d130783e8c12.png", "max_level": 10}, {"id": 10985, "name": "残光将终", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/1660678a6dc9effc7283d00011e5a521.png", "max_level": 10}], "constellation": [{"id": 981, "name": "「自此,行过烛影之帷」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/be887b3cac6af056ae99b8990bfc6b68.png", "max_level": 0}, {"id": 982, "name": "「自此,直面长夜之危」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2a315fc9c745bdbdd4b36df86532a537.png", "max_level": 0}, {"id": 983, "name": "「我将铭记白昼的誓言」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7fd78656ba93cbe6e31aa4e5d398a8d8.png", "max_level": 0}, {"id": 984, "name": "「铭记泪,生命与仁爱」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d95ffb49dfd25b0bfc4d6530b8a28e26.png", "max_level": 0}, {"id": 985, "name": "「也铭记黎明终将到来」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a6cc12a6c35fa67b19eda2c24b71b178.png", "max_level": 0}, {"id": 986, "name": "「为此,勿将希望弃扬」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2e8eb2e5d2698b00c8a70f28e3b921d5.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000096, "name": "阿蕾奇诺", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/561684a99b3187b776d9031aef884807.png", "element": 1, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501157/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/383?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10961, "name": "普通攻击·斩首之邀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10962, "name": "万相化灰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/545cc6d0f8b44741c8d2b20701d488d9.png", "max_level": 10}, {"id": 10965, "name": "厄月将升", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/15fae626cf96a5ea326a1a2fab7f3863.png", "max_level": 10}], "constellation": [{"id": 961, "name": "「所有的仇与债皆由我偿…」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/af37f2a179fea44dd24931fdd0cc433e.png", "max_level": 0}, {"id": 962, "name": "「所有的赏与罚皆自我出…」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2731f9f765e758e8b9db32f5a389d03a.png", "max_level": 0}, {"id": 963, "name": "「你将成为我们新的家人…」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0d458b2465580c570bd7a5118d3e9b37.png", "max_level": 0}, {"id": 964, "name": "「此后,你们须相爱相护…」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5c176a8f70534a6d5f7480bf5f0eba04.png", "max_level": 0}, {"id": 965, "name": "「我们已孑然一身,与死无异…」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2997b81693bece14a11ecdf4babec889.png", "max_level": 0}, {"id": 966, "name": "「自此以后,我们将共飨新生。」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3212866c4b68953d49a91f36544105eb.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000095, "name": "希格雯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/67e6955621d90f7106517875a68f9245.png", "element": 6, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501214/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/394?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10951, "name": "普通攻击·靶向治疗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10952, "name": "弹跳水疗法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/bb2687ca1c30f73994dee424f668f17d.png", "max_level": 10}, {"id": 10955, "name": "过饱和心意注射", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/9c439f7dd5451c1a071ccf5f8eb83db6.png", "max_level": 10}], "constellation": [{"id": 951, "name": "「最快乐的精灵,可否懂得焦虑」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/bc2393d62214f1cd7b58629dce075e80.png", "max_level": 0}, {"id": 952, "name": "「最仁慈的精灵,可否化解仇敌」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f7651bda73a8f51e0ca868fdbb6735f8.png", "max_level": 0}, {"id": 953, "name": "「最健康的精灵,可否疗愈热症」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/54537acc24de3f5cf3bd192df071e793.png", "max_level": 0}, {"id": 954, "name": "「最美丽的精灵,可否拒绝衰朽」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ea7dbdbf4453933ad0786b932b872375.png", "max_level": 0}, {"id": 955, "name": "「最幸福的精灵,可否消却折磨」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4b10f452f25cdfcdb4b5f5b69164b852.png", "max_level": 0}, {"id": 956, "name": "「最光辉的精灵,可否为我祷告」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3f62b212c5608d2591965300a63856b7.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000094, "name": "千织", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/16049747f815a17ebda3aadb258fc936.png", "element": 3, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500987/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/378?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10941, "name": "普通攻击·心织刀流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10942, "name": "羽袖一触", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c98e54281fb9cf69f531ce6da6bd074e.png", "max_level": 10}, {"id": 10945, "name": "二刀之形·比翼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/e4dc05ddf61682914e1464e5bd5a654b.png", "max_level": 10}], "constellation": [{"id": 941, "name": "正绢六通", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b849a479cb1207f38b97c2c7ec1dc3c3.png", "max_level": 0}, {"id": 942, "name": "落染五色", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a7cd9eb43790eec08c29bca51ecb0886.png", "max_level": 0}, {"id": 943, "name": "缀锦四分", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2e0c42a36e2be5a1443bf7aafb9867a1.png", "max_level": 0}, {"id": 944, "name": "衣裁三礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9cc1ffe25955a9db607e9333b9652b80.png", "max_level": 0}, {"id": 945, "name": "绫羽二重", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6c017db3e96d749ba8ef9c3f15305847.png", "max_level": 0}, {"id": 946, "name": "万理一空", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/95e6b8d4c2917c8dcc004e54f3588962.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000093, "name": "闲云", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/ab9eaef57e352eb62d762e2ccc26636f.png", "element": 2, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500673/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/372?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10931, "name": "普通攻击·清风散花词", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10932, "name": "朝起鹤云", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/44398f6418650cfdd13172348e5958fa.png", "max_level": 10}, {"id": 10935, "name": "暮集竹星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4beae857e3870c49943e9618a221580b.png", "max_level": 10}], "constellation": [{"id": 931, "name": "借风洗尘缘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/96d7934e3b18512797f75094b1a3f655.png", "max_level": 0}, {"id": 932, "name": "鹤唳远人间", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/871e99cb71d5a34bea3a5c2813801c26.png", "max_level": 0}, {"id": 933, "name": "造化有星月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5cd22beca5a8e7004345b4f0c05c1c0b.png", "max_level": 0}, {"id": 934, "name": "奥妙烹黍珠", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d4130f6887513aae449793e30fa32ede.png", "max_level": 0}, {"id": 935, "name": "旋步霞蔚上", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f5fd7bc8cbe62ff3af3dc37e5afc134b.png", "max_level": 0}, {"id": 936, "name": "知是留云僊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/64b293f7430ba36f0e949d50e90a7d28.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000091, "name": "娜维娅", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c015130fd44eed6bd85a28f39f387279.png", "element": 3, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500419/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/366?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10911, "name": "普通攻击·直率的辞绝", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10912, "name": "典仪式晶火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4ab8c65659ee8377873ffbcb90dc4a55.png", "max_level": 10}, {"id": 10915, "name": "如霰澄天的鸣礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/289c464bb232d696e5af76d72e7d82a7.png", "max_level": 10}], "constellation": [{"id": 911, "name": "淑女的距离感守则", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a759e04b8cd7dd9e91eb05dfd239c9c0.png", "max_level": 0}, {"id": 912, "name": "总指挥的乘胜追击", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/22ec91da0b711f478aafc92d493a5de3.png", "max_level": 0}, {"id": 913, "name": "经营家的开阔视野", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8b385185f3e6c423b0c5a6ed3327f3fb.png", "max_level": 0}, {"id": 914, "name": "铭誓者的绝不姑息", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/df3ab870c0de07f07c5691ff88d19fe0.png", "max_level": 0}, {"id": 915, "name": "协商人的坚决谈判", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/477514ac4c59dbeae75ab9b64b5203f7.png", "max_level": 0}, {"id": 916, "name": "刺玫会长的灵活手腕", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/88dccf3904be8bf9c2f8a5093ec02e48.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000089, "name": "芙宁娜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c6723efc216c6e437659c081670bd724.png", "element": 6, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500291/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/359?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10891, "name": "普通攻击·独舞之邀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10892, "name": "孤心沙龙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/ad4640bbe6e94773e6a5005e588c9b8e.png", "max_level": 10}, {"id": 10895, "name": "万众狂欢", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/8cbc0f2373ce8a6e52a7ea875fd182e2.png", "max_level": 10}], "constellation": [{"id": 891, "name": "「爱是难驯鸟,哀乞亦无用。」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/15e88fad6a870ec08fa115bed3adfaa6.png", "max_level": 0}, {"id": 892, "name": "「女人皆善变,仿若水中萍。」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e7fe56b78b08b463c2978f1354b9ee63.png", "max_level": 0}, {"id": 893, "name": "「秘密藏心间,无人知我名。」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a5a61267a230926430d6922850210527.png", "max_level": 0}, {"id": 894, "name": "「若非处幽冥,怎知生可贵!」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/67317626ad5c7b4c26b1173b1d613273.png", "max_level": 0}, {"id": 895, "name": "「我已有觉察,他名即是…!」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8adc14e60118833e3127b810ea0990af.png", "max_level": 0}, {"id": 896, "name": "「诸君听我颂,共举爱之杯!」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cc6e08775dfc1e897c10939f19745a8e.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000087, "name": "那维莱特", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/592a337b19cdaa3d20c8bbe796002258.png", "element": 6, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500207/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/351?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10871, "name": "普通攻击·如水从平", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10872, "name": "泪水啊,我必偿还", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/1ffcc89dc6a533791205357ab082fb80.png", "max_level": 10}, {"id": 10875, "name": "潮水啊,我已归来", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/b134b413efebebced93e5083cf5de67e.png", "max_level": 10}], "constellation": [{"id": 871, "name": "尊荣的创定", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/96380157082c1c720c1f9ed87862c0d1.png", "max_level": 0}, {"id": 872, "name": "律法的命诫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/12f6f048f4e64502207f3bc5848f058b.png", "max_level": 0}, {"id": 873, "name": "溯古的拟制", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e5e8fbdc9725fa01d181a0e32698e361.png", "max_level": 0}, {"id": 874, "name": "悲悯的冠冕", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/790503ec47e511edfd00ebbee9c6bb34.png", "max_level": 0}, {"id": 875, "name": "公理的决裁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/763c62508b24f139ce582123a06aa743.png", "max_level": 0}, {"id": 876, "name": "忿怒的报偿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e9b63d2c3f9e7b77de9680de0b8a28b2.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000086, "name": "莱欧斯利", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b4951385a4e06ce079b2a6bd1b2684c4.png", "element": 7, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500286/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/356?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10861, "name": "普通攻击·迅烈倾霜拳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10862, "name": "冰牙突驰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/2667fcf316df490a56be3a20bf77c226.png", "max_level": 10}, {"id": 10865, "name": "黑金狼噬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/19a255fa4ce06d47c1bded24ab942393.png", "max_level": 10}], "constellation": [{"id": 861, "name": "予行恶者以惩惧", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fc42665a2a782d8e6a8cea82cf3bf8f2.png", "max_level": 0}, {"id": 862, "name": "予骄暴者以镣锁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/76bf970394f3be955e96995533fbc556.png", "max_level": 0}, {"id": 863, "name": "予婪诈者以谴罚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8c70123961ae4565ca05fd10cfde5065.png", "max_level": 0}, {"id": 864, "name": "予贞苦者以拯赎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6be6c81b6d6e5b01e0574b7313cff4b6.png", "max_level": 0}, {"id": 865, "name": "予冤诉者以怜恕", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/189581ab8bf0456de3ce0bcb8dc8d6e5.png", "max_level": 0}, {"id": 866, "name": "予无罪者以念抚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f428437c0b6a79ee3e9c2bbb2d4c07ac.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000084, "name": "林尼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/9f2acf7862e20d8d0dc8320e145fc900.png", "element": 1, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6937/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/339?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10841, "name": "普通攻击·迫牌易位式", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10842, "name": "眩惑光戏法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/24133ba840206182a5bc996588e57f51.png", "max_level": 10}, {"id": 10845, "name": "大魔术·灵迹巡游", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/0ec9b3d5211c096ab1af4a95a3959b6d.png", "max_level": 10}], "constellation": [{"id": 841, "name": "空取奇思的手艺", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e400dfdb90784b1bed24989cc2553780.png", "max_level": 0}, {"id": 842, "name": "巧言贴耳的诱引", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b3558753f2269712517d206f5943f294.png", "max_level": 0}, {"id": 843, "name": "玄迷灵敏的指法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4a4391713bddf46b1ba3792125bb6915.png", "max_level": 0}, {"id": 844, "name": "熟稔习练的筹谋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/46f217e681d87dd843f106efa6c26a49.png", "max_level": 0}, {"id": 845, "name": "穿越隐秘的通术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e3936bc919601683121e4b81f609db51.png", "max_level": 0}, {"id": 846, "name": "违心的笑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a522e001bf092127b533731fb00751ba.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000082, "name": "白术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/30c8c19f7f81ac8dc3a330078bc80bf1.png", "element": 4, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6489/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/312?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10821, "name": "普通攻击·金匮针解", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10822, "name": "太素诊要", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/cbe3fe16963c6e1950d8113451f14d3a.png", "max_level": 10}, {"id": 10825, "name": "愈气全形论", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/f2a40dc82683326d0b5aa788f305ee3b.png", "max_level": 10}], "constellation": [{"id": 821, "name": "呿吟至微", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1a651b3c339ffbe221348caa41f43b47.png", "max_level": 0}, {"id": 822, "name": "动静精明", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/96465c720ff5c6bb3a9a71595d0f0c36.png", "max_level": 0}, {"id": 823, "name": "八正定气", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0e5f60e39ce1b035c6dc5cf7f6ffe63b.png", "max_level": 0}, {"id": 824, "name": "法古观冥", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e4ac80c6a05e8d364cc105293a686cc0.png", "max_level": 0}, {"id": 825, "name": "盈虚藏象", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c6e900883ad83d2e275fb365d7ca6eec.png", "max_level": 0}, {"id": 826, "name": "真邪合离", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d52cc7b52732e06e13a23d45574f7fa7.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000079, "name": "迪希雅", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/bf3b49b606a526c61e241c6882954575.png", "element": 1, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6180/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/301?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10791, "name": "普通攻击·拂金剑斗术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10792, "name": "熔铁流狱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/ecac6c0aacfcac35a4357a6c38909acc.png", "max_level": 10}, {"id": 10795, "name": "炎啸狮子咬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/3e95cca34ff3c65260e74d708a6e1e19.png", "max_level": 10}], "constellation": [{"id": 791, "name": "皎洁之火铓辉灿漫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/efc023bd522e2d96769d55d496bb9264.png", "max_level": 0}, {"id": 792, "name": "净沙利刃明映万乘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e60ef95514d4a03ef8f686e6a9191ee5.png", "max_level": 0}, {"id": 793, "name": "怒势疾迅如焚掠地", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/52725c67e02a184990ebbf49e9ab1863.png", "max_level": 0}, {"id": 794, "name": "服膺誓禁恪守无失", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8653c6b40c84a0c196f4e608654829b0.png", "max_level": 0}, {"id": 795, "name": "猎兽魁首卓荦不羁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/41aebaba7a2cab5c6f69ab0d1de4c57d.png", "max_level": 0}, {"id": 796, "name": "燎燃利爪裂帛斫金", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3c9913728975e9b8609c7d264949fe82.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000078, "name": "艾尔海森", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3795dc03d2a2bc6beb8de41e162778b7.png", "element": 4, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5865/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/290?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10781, "name": "普通攻击·溯因反绎法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10782, "name": "共相·理式摹写", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/08fa12c4990b29839e08d188d23fe0e5.png", "max_level": 10}, {"id": 10785, "name": "殊境·显象缚结", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/928c6207f2d883ff0c7c5cec3e512b0f.png", "max_level": 10}], "constellation": [{"id": 781, "name": "直观", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/51b890db6ca2116edb534d05c9387f1e.png", "max_level": 0}, {"id": 782, "name": "辩章", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/952763abc29bc0a2bfc49829b25e0087.png", "max_level": 0}, {"id": 783, "name": "遮诠", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4a58a3d8e37eff98e9b4b7b15514c343.png", "max_level": 0}, {"id": 784, "name": "义贯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5dd23526c575cb660c25299d45c7dd3d.png", "max_level": 0}, {"id": 785, "name": "智度", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/55a610da749246f6142890c176b3a608.png", "max_level": 0}, {"id": 786, "name": "正理", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f4e10dda87111fa5c1f7b26a526a5f5b.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000075, "name": "流浪者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/cc1dfaab8f473e92cedf98552b6c4eec.png", "element": 2, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5494/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/272?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10751, "name": "普通攻击·行幡鸣弦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10752, "name": "羽画·风姿华歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4a8afcffba49a094b705f8b3b3deb888.png", "max_level": 10}, {"id": 10755, "name": "狂言·式乐五番", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/268ffb271bc8e6748bbbffe5b6344846.png", "max_level": 10}], "constellation": [{"id": 751, "name": "初番·茂风流羽行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d9d468d7c18ab6b1bed22c0aa62bfd2c.png", "max_level": 0}, {"id": 752, "name": "二番·箙岛廓白浪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2818ee8e1987659f3210225564f06fec.png", "max_level": 0}, {"id": 753, "name": "三番·久世舞夕颜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4b3d590ffbd3e440bde137bb89a7309d.png", "max_level": 0}, {"id": 754, "name": "四番·花月歌浮舟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ab77ed3b9e3044fb7eb2b76e9641138a.png", "max_level": 0}, {"id": 755, "name": "末番·今昔渡来殿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cf023671e4dc3ef76c7a573c0c75e741.png", "max_level": 0}, {"id": 756, "name": "祝言·霞幕倾松风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e4f9575031c2813db8390115f6000d0d.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000073, "name": "纳西妲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/4e040a9c3bd21ded321796ddd5c5ecc5.png", "element": 4, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5111/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/264?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10731, "name": "普通攻击·行相", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10732, "name": "所闻遍计", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/e8cbcd00c1d8a6bb1a099e194a499301.png", "max_level": 10}, {"id": 10735, "name": "心景幻成", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/f2ae0e382837537d28b204e175830556.png", "max_level": 10}], "constellation": [{"id": 731, "name": "心识蕴藏之种", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c05cd5ae5b5e655163df55c8449537bf.png", "max_level": 0}, {"id": 732, "name": "正等善见之根", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6b783846d05dc62ef75dcd988399bfda.png", "max_level": 0}, {"id": 733, "name": "熏习成就之芽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1e33dba7ca85d0dc9792aa25ec9d510e.png", "max_level": 0}, {"id": 734, "name": "比量现行之茎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/676eabe3a654a3b0388b80a577b77e37.png", "max_level": 0}, {"id": 735, "name": "妙谛破愚之叶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/dfa6af8b358157374d2e6e2e5d5a63b9.png", "max_level": 0}, {"id": 736, "name": "大辨圆成之实", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d54e82e687d60cf915cc67d3abc1c8dc.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000071, "name": "赛诺", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c1e40da326c7a347081c02d1cc5e541f.png", "element": 5, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4780/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/257?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10711, "name": "普通攻击·七圣枪术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10712, "name": "秘仪·律渊渡魂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/27d6e028932cf3df5918e4062780cb87.png", "max_level": 10}, {"id": 10715, "name": "圣仪·煟煌随狼行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/5e3c40d6496501c58dcacdefafa3e337.png", "max_level": 10}], "constellation": [{"id": 711, "name": "立仪·俯览昼冥", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2fd492cf5f909d6d472edd7162cd0d6f.png", "max_level": 0}, {"id": 712, "name": "令仪·引谒归灵", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fae5a5d72c50c37fcec218a8798239c9.png", "max_level": 0}, {"id": 713, "name": "律仪·行度誓惩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ebba0eb1829504c9c6d178f6ce52c23b.png", "max_level": 0}, {"id": 714, "name": "巡仪·蒇护禁罔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d00785afb39a1cf41e683d717ef32d99.png", "max_level": 0}, {"id": 715, "name": "幽仪·逝往星芒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1940d968f5d30f9153bc2845c620fa7c.png", "max_level": 0}, {"id": 716, "name": "羽仪·裁落钧衡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f0295c41641fea0c6dd6087b81c966fd.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000070, "name": "妮露", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b7660398f7a3e028ddf4a11852103017.png", "element": 6, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5020/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/261?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10701, "name": "普通攻击·弦月舞步", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10702, "name": "七域舞步", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/cb3ee926b3100afb530feac858137e1d.png", "max_level": 10}, {"id": 10705, "name": "浮莲舞步·远梦聆泉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/3315497a77386248d1352f242bd6171a.png", "max_level": 10}], "constellation": [{"id": 701, "name": "却月的轻舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d71a37bfacb076fd644695d75089e88e.png", "max_level": 0}, {"id": 702, "name": "星天的花雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b8627882e84586920a13ce9ab00f82dc.png", "max_level": 0}, {"id": 703, "name": "倾影的莲步", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/73ebe285787985a8378f7fce4a28e3e8.png", "max_level": 0}, {"id": 704, "name": "挽漪的节音", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/62039442d39275e8828e88a21646ae95.png", "max_level": 0}, {"id": 705, "name": "翩旋的流光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c77a8188d4f2d422313c07fcf1b18213.png", "max_level": 0}, {"id": 706, "name": "断霜的弦歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fa399ae847c7a57385cb15d5e71c08c6.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000069, "name": "提纳里", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/436c54b3595e5b9b5ee0c8dba1bf2972.png", "element": 4, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4334/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/248?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10691, "name": "普通攻击·藏蕴破障", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10692, "name": "识果种雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/e49b75c6c7caa7119ce0e194d2b19983.png", "max_level": 10}, {"id": 10695, "name": "造生缠藤箭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/7f4ccfcd24e63817ff2d2884282b9f63.png", "max_level": 10}], "constellation": [{"id": 691, "name": "由根须断定肇始", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/56de9564a1bcdce96353fc9c3e6e7c61.png", "max_level": 0}, {"id": 692, "name": "由茎干剖析来缘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7f0b9d42bc607e8882bf04072971a801.png", "max_level": 0}, {"id": 693, "name": "由枝节知晓造化", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1afb2df86a95644231a5ceb8e3cd5036.png", "max_level": 0}, {"id": 694, "name": "由片叶管窥枯荣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4e02caa5ad4439e9d05baf4453c7e590.png", "max_level": 0}, {"id": 695, "name": "由繁花明了悟觉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/883fa3095d9b0076d536d9ac993c09da.png", "max_level": 0}, {"id": 696, "name": "由硕实品论应果", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1262c57b3315b3acd68498b9663cc42e.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000066, "name": "神里绫人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/fbc4c5564787ec6dbc63f1d3e7a0f8ad.png", "element": 6, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3875/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/225?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10661, "name": "普通攻击·神里流·转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10662, "name": "神里流·镜花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6f41706fbea92f2c018125b7a3e997be.png", "max_level": 10}, {"id": 10665, "name": "神里流·水囿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/1124545b8383bf8e5e72b30b63396698.png", "max_level": 10}], "constellation": [{"id": 661, "name": "镜华风姿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cbd17e2b4631cf6126d89f641dabae38.png", "max_level": 0}, {"id": 662, "name": "世有源泉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/182ccbdec7389cca6446a7c010d0121e.png", "max_level": 0}, {"id": 663, "name": "无意弄花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5b3e466fcf0d2e1d080d10799e7071ee.png", "max_level": 0}, {"id": 664, "name": "不厌细流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5e206cb1aa2a02ee089f4499314821b5.png", "max_level": 0}, {"id": 665, "name": "万水一露", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/64960bc650e686e0576dc36f7b636f21.png", "max_level": 0}, {"id": 666, "name": "滥觞无底", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0963b399d343579ba13102e199d92eb9.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000063, "name": "申鹤", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/f50b7aa1fbb39a3e57e1ff17a0978265.png", "element": 7, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3386/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/215?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10631, "name": "普通攻击·踏辰摄斗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10632, "name": "仰灵威召将役咒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/bc82b30aef6b3c94cc4e0df73c3451aa.png", "max_level": 10}, {"id": 10635, "name": "神女遣灵真诀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/2f773462f6edd224f764c509ae1881f7.png", "max_level": 10}], "constellation": [{"id": 631, "name": "心斋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/649779f588e8571194f964bc1569cde7.png", "max_level": 0}, {"id": 632, "name": "定蒙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cb1c98fccc9b181447a2ee4e2d056868.png", "max_level": 0}, {"id": 633, "name": "潜虚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e21fa018ad8e269d2949cd21ef40c27b.png", "max_level": 0}, {"id": 634, "name": "洞观", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/77c9d24bcc7bf039bc51a4f083bc37d7.png", "max_level": 0}, {"id": 635, "name": "化神", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/536a2231f055ec2f27226223640a9abb.png", "max_level": 0}, {"id": 636, "name": "忘玄", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b3aa28e6e7037a48ba5f4e1c00be83e3.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000062, "name": "埃洛伊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/cb3cf1e29a03d818c79c61e2145d95e5.png", "element": 7, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2415/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/191?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10621, "name": "普通攻击·快速射击", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10622, "name": "冰尘雪野", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/42bdf66c41f7c190cfdf2611037e5fab.png", "max_level": 10}, {"id": 10625, "name": "曙光预言", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/168e609fcdbf053d5b0d09c49562edbf.png", "max_level": 10}], "constellation": [{"id": 621, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/db720f2c5e45487b78c78c6116f3d009.png", "max_level": 0}, {"id": 622, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/db720f2c5e45487b78c78c6116f3d009.png", "max_level": 0}, {"id": 623, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/db720f2c5e45487b78c78c6116f3d009.png", "max_level": 0}, {"id": 624, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/db720f2c5e45487b78c78c6116f3d009.png", "max_level": 0}, {"id": 625, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/db720f2c5e45487b78c78c6116f3d009.png", "max_level": 0}, {"id": 626, "name": "异界之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/db720f2c5e45487b78c78c6116f3d009.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000060, "name": "夜兰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0b067e59f893e59175e20bddc21cb7e1.png", "element": 6, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4081/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/236?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10606, "name": "普通攻击·潜形隐曜弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10607, "name": "萦络纵命索", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/7ead4a0b11a8c4cd5aaf5b0e889b219e.png", "max_level": 10}, {"id": 10610, "name": "渊图玲珑骰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/7904dd25b6647a51d6759f5a161a5dcf.png", "max_level": 10}], "constellation": [{"id": 601, "name": "与谋者,以局入局", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/67f8583e281350a65712e3a46506e992.png", "max_level": 0}, {"id": 602, "name": "入彀者,多多益善", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c9775bb30fbd9bad446243d66349c1fd.png", "max_level": 0}, {"id": 603, "name": "晃盅者,琼畟药骰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b133a81500fdcaa6138f59072f756b23.png", "max_level": 0}, {"id": 604, "name": "诓惑者,接树移花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/40248776efc93cac0b9a1e674935763b.png", "max_level": 0}, {"id": 605, "name": "坐庄者,三仙戏法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/563689e3e52e54952ad50fbefd4edf20.png", "max_level": 0}, {"id": 606, "name": "取胜者,大小通吃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/38abcbc7dedea739bf4237cbf9ec6858.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000058, "name": "八重神子", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6ef9adcb900bf18530e7eb282247fa58.png", "element": 5, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3564/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/220?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10581, "name": "普通攻击·狐灵食罪式", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10582, "name": "野干役咒·杀生樱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6498af102c17936a4e13352f7f1b5c83.png", "max_level": 10}, {"id": 10585, "name": "大密法·天狐显真", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/01e523d7477eeadc67b8833c70dff5c7.png", "max_level": 10}], "constellation": [{"id": 581, "name": "野狐供真篇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/94cce98ea2995f542429207732a0b9b3.png", "max_level": 0}, {"id": 582, "name": "望月吼哕声", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2b5b3a072e822645eb4dee934bd93611.png", "max_level": 0}, {"id": 583, "name": "七段妙变化", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9a46ca3494ef6291f94e1ccbd54ecb0e.png", "max_level": 0}, {"id": 584, "name": "绯樱引雷章", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1063062a2bbdb9e50e03b0975d12dbb1.png", "max_level": 0}, {"id": 585, "name": "暴恶嗤笑面", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fec42e7f4b28fd0e24aaeb4343ba409c.png", "max_level": 0}, {"id": 586, "name": "大杀生咒禁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a686c69c554f4ce0990adffea31a0dc6.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000057, "name": "荒泷一斗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/dcc38fc2b69727efae5b10761e27a9af.png", "element": 3, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3276/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/211?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10571, "name": "普通攻击· 喧哗屋传说", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10572, "name": "魔杀绝技·赤牛发破!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6609edef344b26fa8790f9fb60c237ca.png", "max_level": 10}, {"id": 10575, "name": "最恶鬼王·一斗轰临!!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/87e4ece21753dc21bfe088d76b914640.png", "max_level": 10}], "constellation": [{"id": 571, "name": "倘若不知,我讲你听", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a9c51605d6b8409f258036515574aafe.png", "max_level": 0}, {"id": 572, "name": "纠集众人,斗倒御岳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/48e58232ec6e67525525e7a35ec79236.png", "max_level": 0}, {"id": 573, "name": "水陆自在,牛王同行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/32c6506584063251d865913a337ad77e.png", "max_level": 0}, {"id": 574, "name": "奉行牢狱,茶饭之所", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/78f8a436219e50e05f99da35db1704db.png", "max_level": 0}, {"id": 575, "name": "十年花坂,皆知我名", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/03c51049031a3e39986a47e6d3296a2b.png", "max_level": 0}, {"id": 576, "name": "在下荒泷一斗是也", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3863f54549b04be2036c3b3745e9ebde.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000054, "name": "珊瑚宫心海", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c5991e952cd9f4b56c93d3287a605a31.png", "element": 6, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2403/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/196?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10541, "name": "普通攻击·水有常形", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10542, "name": "海月之誓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/12606dd2ff3305fccc53bba7ec78a950.png", "max_level": 10}, {"id": 10545, "name": "海人化羽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/fd19b4d0a16672e72068349c14fe0d15.png", "max_level": 10}], "constellation": [{"id": 541, "name": "决水于溪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e5b5fdb8025932acfb36de40bd57d0f8.png", "max_level": 0}, {"id": 542, "name": "波起云海", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b268094f440004b43e195a3c0a00e2ab.png", "max_level": 0}, {"id": 543, "name": "海渚月舟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1fd0c99a4035186378fa786dce7f9e5c.png", "max_level": 0}, {"id": 544, "name": "月摄千川", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3c3372168b95af089a6a5042324c2d29.png", "max_level": 0}, {"id": 545, "name": "百川集海", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/db27a0ea17d1acea7abaecb3425ee02f.png", "max_level": 0}, {"id": 546, "name": "珊瑚一心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e938aa2b0fcb6491014789d1dc90361c.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000052, "name": "雷电将军", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/9b8233ade48eeee090566ba0f116cfa5.png", "element": 5, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2404/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/187?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10521, "name": "普通攻击·源流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10522, "name": "神变·恶曜开眼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c3d3c76c276a982c7ec7dca1c220939e.png", "max_level": 10}, {"id": 10525, "name": "奥义·梦想真说", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/dd287311ef3b4a29bfa73136104888b4.png", "max_level": 10}], "constellation": [{"id": 521, "name": "恶曜卜词", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0e96ca4e1fa00ce7333f8f23b8ab51e6.png", "max_level": 0}, {"id": 522, "name": "斩铁断金", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a4b0cf7862877e2e25ef2d8a7e5e7d71.png", "max_level": 0}, {"id": 523, "name": "真影旧事", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0e002e1c3a2f90b84a5ada60824ae10d.png", "max_level": 0}, {"id": 524, "name": "誓奉常道", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c3635c79db6e2e8a8fac7e2db308af9b.png", "max_level": 0}, {"id": 525, "name": "凶将显形", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a241d4956c88e3e67a428f365381a703.png", "max_level": 0}, {"id": 526, "name": "负愿前行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ec1544da81a62aaf67c9ab779d70a310.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000051, "name": "优菈", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0109deb98e1a71b4cc644965f2660ffc.png", "element": 7, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2040/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/127?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10511, "name": "普通攻击·西风剑术·宗室", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10512, "name": "冰潮的涡旋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/bd1a8fc9977883932de6400f26c54350.png", "max_level": 10}, {"id": 10515, "name": "凝浪之光剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c16ccc13b264a9f22b3ddd35d437cf26.png", "max_level": 10}], "constellation": [{"id": 511, "name": "光潮的幻象", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a9c5cfa2cc4f3721d65466edd42aea8d.png", "max_level": 0}, {"id": 512, "name": "海沫的少女", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b9cabf1d37580088c073fa537f219adc.png", "max_level": 0}, {"id": 513, "name": "劳伦斯的血脉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4c6cafaddd13ca88d794d75532c8836a.png", "max_level": 0}, {"id": 514, "name": "自卑者的逞强", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/23b88eef7b13c8d098403ca198a2332e.png", "max_level": 0}, {"id": 515, "name": "骑士的素质", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c00aaf063340cb5cc6f7b6030bfa7412.png", "max_level": 0}, {"id": 516, "name": "高贵者的义务", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/295f70fc218f3b6b2ff4760d13135399.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000049, "name": "宵宫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3ab497d23a5d6158ed8e089cf9d1d8b9.png", "element": 1, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2124/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/182?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10491, "name": "普通攻击·烟火打扬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10492, "name": "焰硝庭火舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/9b38351673dfb62dcf1af208bf3e9d5c.png", "max_level": 10}, {"id": 10495, "name": "琉金云间草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/2e3a4a7c83bff0b28f3a026ab3b4169e.png", "max_level": 10}], "constellation": [{"id": 491, "name": "赤玉琉金", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f1ac4a18d6bdedfbdbecbac8f87460f5.png", "max_level": 0}, {"id": 492, "name": "万灯送火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/44d2ab5f856859e019c983be49ed85a7.png", "max_level": 0}, {"id": 493, "name": "鼠火戏法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f5ba2f2cfe50f3d8a5eaaad4522aa05b.png", "max_level": 0}, {"id": 494, "name": "花火职人心得", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7fa6988ecef98e5f8b38882dc3852896.png", "max_level": 0}, {"id": 495, "name": "真夏宵祭锦绘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/60dda22ab53ad7064e544dfd0061bf7b.png", "max_level": 0}, {"id": 496, "name": "长野原龙势流星群", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f351187ebee4859a140aade27f9bcb58.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000047, "name": "枫原万叶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/8f1211300a118c68b6a0213f0fd342b5.png", "element": 2, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2142/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/152?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10471, "name": "普通攻击·我流剑术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10472, "name": "千早振", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/a2a608cd9809b09425442733a220e114.png", "max_level": 10}, {"id": 10475, "name": "万叶之一刀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/a92a04cacc819556f8eb9c33f18ae086.png", "max_level": 10}], "constellation": [{"id": 471, "name": "千山红遍", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b5f003cac71480dfaf71997494961c5c.png", "max_level": 0}, {"id": 472, "name": "山岚残芯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/87c8452f0bfd60648cb7a4bfbe09ac60.png", "max_level": 0}, {"id": 473, "name": "枫袖奇谭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/53358b93576712b702d0e25aa29c774e.png", "max_level": 0}, {"id": 474, "name": "大空幻法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a9d86262dc3ad55c6e304917da6fc40d.png", "max_level": 0}, {"id": 475, "name": "万世之集", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/85120aaa8d7b20a9c73cd24ae7ee009e.png", "max_level": 0}, {"id": 476, "name": "血赤叶红", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/69398a61086504e0fd484d140ebba3a9.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000046, "name": "胡桃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/f4c43499f62160171ad5234caa1eea76.png", "element": 1, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1627/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/77?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10461, "name": "普通攻击·往生秘传枪法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10462, "name": "蝶引来生", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/93965a7d0d9b427a57900b6e7fed84f3.png", "max_level": 10}, {"id": 10463, "name": "安神秘法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/16de340e35a30a1333af54dd3b0614ec.png", "max_level": 10}], "constellation": [{"id": 461, "name": "赤团开时斜飞去", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7065c39912a71d1d8381d499b10245dc.png", "max_level": 0}, {"id": 462, "name": "最不安神晴又复雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cb6cd4e260432aa308c57c4934fff875.png", "max_level": 0}, {"id": 463, "name": "逗留采血色", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d187c25925813183a63ec26850cbc8e0.png", "max_level": 0}, {"id": 464, "name": "伴君眠花房", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/28177ffe074c1ee3f92b775666959f3a.png", "max_level": 0}, {"id": 465, "name": "无可奈何燃花作香", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4a35f770bbf2ac2269e0543ee7207ffc.png", "max_level": 0}, {"id": 466, "name": "幽蝶能留一缕芳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/11a425596cfff7fca37164f222d35a03.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000042, "name": "刻晴", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/12cf6cc232c8be4aa907f08c7e9ca9d7.png", "element": 5, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1058/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/82?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10421, "name": "普通攻击·云来剑法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10422, "name": "星斗归位", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/3360493db00e2026b505d36c125686eb.png", "max_level": 10}, {"id": 10425, "name": "天街巡游", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/cc07f2e7cf1caee805f14d662774d6c8.png", "max_level": 10}], "constellation": [{"id": 421, "name": "雷厉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a70ba170756ef52297ce489a0916418e.png", "max_level": 0}, {"id": 422, "name": "苛捐", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4f3352828a52c32e07f7ab71aabe695f.png", "max_level": 0}, {"id": 423, "name": "登楼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/bf08b1ede1cda7696392c2514357e7f0.png", "max_level": 0}, {"id": 424, "name": "调律", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/15554a27b4a2ca5e6519b8b02742fbc6.png", "max_level": 0}, {"id": 425, "name": "移灯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fcbe7905b380db297a270cec23490a11.png", "max_level": 0}, {"id": 426, "name": "廉贞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5ca39d23a9b13d9863ef9adf168ba461.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000041, "name": "莫娜", "icon": "https://uploadstatic.mihoyo.com/hk4e/e20200928calculate/common/mona_8aa370eb786178163aeac539e2776ca3.png", "element": 6, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1057/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/63?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10411, "name": "普通攻击·因果点破", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10412, "name": "水中幻愿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/f8c629864b619292a7d37dffd589c3a8.png", "max_level": 10}, {"id": 10415, "name": "星命定轨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/81349e8affb12e8834ab531b94d402cc.png", "max_level": 10}], "constellation": [{"id": 411, "name": "沉没的预言", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7fd29d127565166f5ef9e051a932db3b.png", "max_level": 0}, {"id": 412, "name": "星月的连珠", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d2b3fb363aedb03060b9d9cdf9a7199d.png", "max_level": 0}, {"id": 413, "name": "不休的天象", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f0f00653ed87676e7a048f665012b86c.png", "max_level": 0}, {"id": 414, "name": "灭绝的预言", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1ea02a0189551bf6b7a0375303335dbf.png", "max_level": 0}, {"id": 415, "name": "命运的嘲弄", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f5298a8243421d580023fb0b7b924e14.png", "max_level": 0}, {"id": 416, "name": "厄运的修辞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/805916887cc32915c4f056ab7648941e.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000038, "name": "阿贝多", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a3c4f750e749f99f7a017fc08b84b799.png", "element": 3, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1360/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/61?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10386, "name": "普通攻击·西风剑术·白", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10387, "name": "创生法·拟造阳华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/a2263bd11176901cd3aeca0730d2031a.png", "max_level": 10}, {"id": 10388, "name": "诞生式·大地之潮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/50eab300a2855989c20f427f0e86e68b.png", "max_level": 10}], "constellation": [{"id": 381, "name": "伊甸之花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5851b9dcb3adc5bcd2155dc8f109bc05.png", "max_level": 0}, {"id": 382, "name": "显生之宙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0096bb14ae964c387561831ae1c9dc37.png", "max_level": 0}, {"id": 383, "name": "太阳之华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d4f07a45663c98e51ef6968de5cc67b0.png", "max_level": 0}, {"id": 384, "name": "神性之陨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/916f52bda9f8fe9e1268d95f0a81b0e3.png", "max_level": 0}, {"id": 385, "name": "冥古之潮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/31d038d1b76acc1a5fac692500c50a8f.png", "max_level": 0}, {"id": 386, "name": "无垢之土", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/17fc862c2c89570a8c15e4e6f0412a1b.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000037, "name": "甘雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6be2f991fe7e979ae84f71b4404ba5c0.png", "element": 7, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1433/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/79?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10371, "name": "普通攻击·流天射术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10372, "name": "山泽麟迹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/9fa90f010ba38e2da0e5913e06a1ddae.png", "max_level": 10}, {"id": 10373, "name": "降众天华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/f256e8ab447ba30243609e24c1a017cc.png", "max_level": 10}], "constellation": [{"id": 371, "name": "饮露", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e848bf7983f0fb4911ba900fbf90ffc6.png", "max_level": 0}, {"id": 372, "name": "获麟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ce73d89e907166979613122bfa8d3cbf.png", "max_level": 0}, {"id": 373, "name": "云行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f71d0e5a846d53199f393cbb7ef5341d.png", "max_level": 0}, {"id": 374, "name": "西狩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/bcfee1b9334e27bcc23aacbd5a460fb8.png", "max_level": 0}, {"id": 375, "name": "折草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2afae5f9b4b7fd851585b1a002b63d59.png", "max_level": 0}, {"id": 376, "name": "履虫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7e8b077cbef5c3141f6bca2d8177fdba.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000035, "name": "七七", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/dbaaafb78b4f248a313b9abf1ed3cf39.png", "element": 7, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1056/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/83?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10351, "name": "普通攻击·云来古剑法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10352, "name": "仙法·寒病鬼差", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/126504e36b1309bf396eedf2d881d392.png", "max_level": 10}, {"id": 10353, "name": "仙法·救苦度厄", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/b4c2b7a8e264030f77ec55adcd3df5c9.png", "max_level": 10}], "constellation": [{"id": 351, "name": "寒苦回向", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c681c86a40f606211ad1f24c3626a79d.png", "max_level": 0}, {"id": 352, "name": "冰寒蚀骨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6b6c344449650bae8fa3131b3427381c.png", "max_level": 0}, {"id": 353, "name": "升天宝诰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d99c988bdba435c8c384ebf4d449b3e4.png", "max_level": 0}, {"id": 354, "name": "天威压众", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f250af01774f74f980066d9d9680ff38.png", "max_level": 0}, {"id": 355, "name": "红莲开绽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/21f07fcbd3fadc8164d71c4053262fab.png", "max_level": 0}, {"id": 356, "name": "起死回骸", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/dcdde4c771ac7d5bb2f0c54c92cd343b.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000033, "name": "达达利亚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/76d6364322f702a0c34bd472c421c2ed.png", "element": 6, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1220/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/89?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10331, "name": "普通攻击·断雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10332, "name": "魔王武装·狂澜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/095468973d147340e9acca8002379188.png", "max_level": 10}, {"id": 10333, "name": "极恶技·尽灭闪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/1c1ced76693c7f7714508fefd9ac40ca.png", "max_level": 10}], "constellation": [{"id": 331, "name": "魔王武装·遏浪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/df810435e01eda8b96caec4629223617.png", "max_level": 0}, {"id": 332, "name": "魔王武装·暗流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/930b3a61e76f6b6d3597fd595efc9319.png", "max_level": 0}, {"id": 333, "name": "深渊之灾·纷争涡源", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/51964a82253f5ed9456ec4239180dd11.png", "max_level": 0}, {"id": 334, "name": "深渊之灾·凝水盛放", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3bb3abb84c395106b48c4cf3b72ccf87.png", "max_level": 0}, {"id": 335, "name": "极恶技·斩水斩雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2c684e35008a7908018c977690dc2bc4.png", "max_level": 0}, {"id": 336, "name": "极恶技·天使灭尽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/500b4fd5fc0bdf8a749680773c50b2bb.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000030, "name": "钟离", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/9b009a7db3fa0f20a363881767c5ca42.png", "element": 3, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1290/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/81?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10301, "name": "普通攻击·岩雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10302, "name": "地心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d92d1ec18cecf87dade60020f4514ff5.png", "max_level": 10}, {"id": 10303, "name": "天星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/b7b6adb392bc715f1005b6a78c401c48.png", "max_level": 10}], "constellation": [{"id": 301, "name": "岩者,六合引之为骨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4582cbd448b182c569c2a2f7a4bb256a.png", "max_level": 0}, {"id": 302, "name": "石者,八荒韫玉而明", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e652a8e2a83066fdf5218e5a9b618dd0.png", "max_level": 0}, {"id": 303, "name": "圭璋,暝仍不移其晖", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b3dcd7d5c3f52f6145e0e9208087f674.png", "max_level": 0}, {"id": 304, "name": "黄琮,破而不夺其坚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/675221fb878705f1bcc523f1e8566b68.png", "max_level": 0}, {"id": 305, "name": "苍璧,驱之长昭天理", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0d36486d8915a05f0c55dc5e00c19f4f.png", "max_level": 0}, {"id": 306, "name": "金玉,礼予天地四方", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fdc7416d52f78674de2378b54476f6df.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000029, "name": "可莉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/83ef17d0fbb02ab325c7f11f5e148b53.png", "element": 1, "level": 5, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/55/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/75?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10291, "name": "普通攻击·砰砰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10292, "name": "蹦蹦炸弹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/91bf7b9207681e74f969a4128b19672d.png", "max_level": 10}, {"id": 10295, "name": "轰轰火花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/cd1fdfc6a7f71019f98d3469d000432f.png", "max_level": 10}], "constellation": [{"id": 291, "name": "连环轰隆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b80011bec8f28b440d15e7745781e7be.png", "max_level": 0}, {"id": 292, "name": "破破弹片", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ff7489c848fae364866305ccf3bfa35d.png", "max_level": 0}, {"id": 293, "name": "可莉特调", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/15f27d1c2f9195e020db11f71134694b.png", "max_level": 0}, {"id": 294, "name": "一触即发", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f4bf64f39e7722da9d207577f0da68a9.png", "max_level": 0}, {"id": 295, "name": "轰击之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/54bdfb03d099200e40c0385feb20aee6.png", "max_level": 0}, {"id": 296, "name": "火力全开", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f5b1f82fd4216f037381ef79be7deace.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000026, "name": "魈", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/7e54949f47923fb2dc58b5732bd561a6.png", "element": 2, "level": 5, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1498/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/78?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10261, "name": "普通攻击·卷积微尘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10262, "name": "风轮两立", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d24a2f9f740e7924beaf1ab0d70829f6.png", "max_level": 10}, {"id": 10265, "name": "靖妖傩舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4fb0d8d25488842b5b2a79d3564536c3.png", "max_level": 10}], "constellation": [{"id": 261, "name": "坏劫·毁坏三界", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6e8085abf3b1e17c693d12c69e41f43c.png", "max_level": 0}, {"id": 262, "name": "空劫·虚空华开敷变", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/bfdd17eef98aa4a95d0efdab383fcee6.png", "max_level": 0}, {"id": 263, "name": "降魔·忿怒显相", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/acbfad9643fb16c63fada1a7395ddd60.png", "max_level": 0}, {"id": 264, "name": "神通·诸苦灭尽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/599c1913e4dbee5139812c2008e94b2b.png", "max_level": 0}, {"id": 265, "name": "成劫·无明增长", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0209f610aac59aa3ba7ffca0a2605088.png", "max_level": 0}, {"id": 266, "name": "降魔·护法夜叉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/69ce961e90056e6db9a5de3ca4820538.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000022, "name": "温迪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/8b3151c8dd0923526eb31fda772ecf3f.png", "element": 2, "level": 5, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/57/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/73?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10221, "name": "普通攻击·神代射术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10224, "name": "高天之歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/cc6af94200bf43b277bb601c86e67c48.png", "max_level": 10}, {"id": 10225, "name": "风神之诗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c9ced88ac36f4138c5e96a8e0abf9194.png", "max_level": 10}], "constellation": [{"id": 221, "name": "弦发的苍风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d13c2ac8ceea348f84a91dae66a52b48.png", "max_level": 0}, {"id": 222, "name": "眷恋的泠风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b2eb2952a1ec196bec6be9768d04bd89.png", "max_level": 0}, {"id": 223, "name": "千风的诗篇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/88d6c6b71910d53239501fad3f5772c0.png", "max_level": 0}, {"id": 224, "name": "自由的凛风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9542bd764ed4d5f3a4566b75b7d7a1ff.png", "max_level": 0}, {"id": 225, "name": "高天的协奏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9db8fa910611ea58527c6f311ac24a0d.png", "max_level": 0}, {"id": 226, "name": "抗争的暴风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e271b0ccc8bbcdd6c3aa950f1001df74.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000016, "name": "迪卢克", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/200a3641b87770eed94e9055703998d1.png", "element": 1, "level": 5, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/75/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/70?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10160, "name": "普通攻击·淬炼之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10161, "name": "逆焰之刃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4e6c13dd1bc2fbfc82f67a1e029fcb2.png", "max_level": 10}, {"id": 10165, "name": "黎明", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/ffef29349d716f14e4582e6a1aebe429.png", "max_level": 10}], "constellation": [{"id": 161, "name": "罪罚裁断", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b9945edc577b5614efcb7c624e8249d8.png", "max_level": 0}, {"id": 162, "name": "炙热余烬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ca7dabf35a03a96eff43b746a52396ee.png", "max_level": 0}, {"id": 163, "name": "钢铁炽焰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/46532979ce97f1f9c76b255dc20fa7ed.png", "max_level": 0}, {"id": 164, "name": "流火焦灼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/03282e9fb766698728e941c0af1f0ebf.png", "max_level": 0}, {"id": 165, "name": "昭告黎明的火之鸟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/01568bef2c9dd83f33f6ab11be4826af.png", "max_level": 0}, {"id": 166, "name": "清算黑暗的炎之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/763d33852cf4425a85dd7df8b274b151.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000007, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerGirl.png", "element": 4, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100557, "name": "普通攻击·异邦草翦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10117, "name": "草缘剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/dd961064a97506982859f04ffef5eb25.png", "max_level": 10}, {"id": 10118, "name": "偃草若化", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/8b5fb9ffe917591dcca7a12b8abb0ffb.png", "max_level": 10}], "constellation": [{"id": 111, "name": "寄身的倚草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/59b3052ccf86ce91ced81d07fae257e7.png", "max_level": 0}, {"id": 112, "name": "健韧的劲草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/dcfb04de0940cf50c703d8a075516d0d.png", "max_level": 0}, {"id": 113, "name": "婆娑的瑶草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d63e5a4c460f8f31f736ce88fedf822c.png", "max_level": 0}, {"id": 114, "name": "如饴的蜜草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d9d610063e3319b616ace14006504565.png", "max_level": 0}, {"id": 115, "name": "迅生的丰草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9783cfd3bf9a0e38b3a80f028e30340e.png", "max_level": 0}, {"id": 116, "name": "蕴思的霜草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/395ea75c148285e62d918d274f2242b2.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000007, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerGirl.png", "element": 5, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100556, "name": "普通攻击·异邦惊雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10602, "name": "雷影剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/82ed7372311d49084340d022367ba413.png", "max_level": 10}, {"id": 10605, "name": "雷轰电转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/8938aa8ce9791feb2e496b9ce69a5d2c.png", "max_level": 10}], "constellation": [{"id": 101, "name": "丰穰的春雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ef6599c26d9cfa77f648ce527f34831b.png", "max_level": 0}, {"id": 102, "name": "震怒的苍雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8a8a513e383c412657769d83f381e2a1.png", "max_level": 0}, {"id": 103, "name": "连延的远雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b083f3901c38f21a0dfc372689e86715.png", "max_level": 0}, {"id": 104, "name": "难测的云雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fe92c9b721487b82bb6d48dcb9e4edc3.png", "max_level": 0}, {"id": 105, "name": "荒野的霆雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/07e78b77b479e0d3762473da22bf1178.png", "max_level": 0}, {"id": 106, "name": "撼世的神雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3c1a84c4e8d3a14c4cc2a485e85c9801.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000007, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerGirl.png", "element": 3, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100555, "name": "普通攻击·异邦岩锋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10077, "name": "星陨剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d8a1455d03de903569d64ac9c82f9d89.png", "max_level": 10}, {"id": 10078, "name": "岩潮叠嶂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/576371dadaa2f864dc26d882f09b7504.png", "max_level": 10}], "constellation": [{"id": 91, "name": "巍然的青岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0f9745c599aa8da3d82a6d0b294193ad.png", "max_level": 0}, {"id": 92, "name": "不稳的熔岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/dda71bdea1fca583b362e0ed0163006f.png", "max_level": 0}, {"id": 93, "name": "八方之岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0b679b4dd1254e9f590cc73de03d5fc4.png", "max_level": 0}, {"id": 94, "name": "险峻的重岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/be04a68bcd21b5409a8d45012d86413f.png", "max_level": 0}, {"id": 95, "name": "天坠之岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b61b9b9b96e913f4231bc4c9a0097110.png", "max_level": 0}, {"id": 96, "name": "永世的磐岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0a8e4bf081d443201c100bb721d041a1.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000007, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerGirl.png", "element": 2, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100553, "name": "普通攻击·异邦铁风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10067, "name": "风涡剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/f3ba6e81ff8f13dac3fd517a9474dbf6.png", "max_level": 10}, {"id": 10068, "name": "风息激荡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/8a0a1cd54a575c5df6de0b8d9163aaee.png", "max_level": 10}], "constellation": [{"id": 71, "name": "回转的怒风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7536a4d284b241313ca2119efab8ef45.png", "max_level": 0}, {"id": 72, "name": "革新的旋风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/026b443a94127ed8520227a435248869.png", "max_level": 0}, {"id": 73, "name": "天地的刚风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6401b11bd71850817aa5ac5f6088ef2f.png", "max_level": 0}, {"id": 74, "name": "眷护的和风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/418e81ad55fdef90b965e34876585546.png", "max_level": 0}, {"id": 75, "name": "群星的涡风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/da36466b3867a5a2578f29220afa8296.png", "max_level": 0}, {"id": 76, "name": "纠缠的信风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a2793f9207270779cb13d57861dabfdd.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000007, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerGirl.png", "element": 6, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100552, "name": "普通攻击·异邦激流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10087, "name": "水纹剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/46e982752c379633c447b7bc0de59267.png", "max_level": 10}, {"id": 10088, "name": "扬水制流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c01ad8fd79e337a19c76f7209cf95c1b.png", "max_level": 10}], "constellation": [{"id": 61, "name": "微澜的湖水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e42623dc9741a080d11d74275bc4b26b.png", "max_level": 0}, {"id": 62, "name": "潺涓的碧水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4c2482abce7c75effe2db5bf69a3e8fb.png", "max_level": 0}, {"id": 63, "name": "激荡的波水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/36c4e7e99a737dac83a6096aa9b0561f.png", "max_level": 0}, {"id": 64, "name": "倾落的迸水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ce418f8b947055b583bed3cdcca3fdd9.png", "max_level": 0}, {"id": 65, "name": "洄旋的曲水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/80f77a89fa1602afad0cb4b09f1e1bde.png", "max_level": 0}, {"id": 66, "name": "公义的潮水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/63b703726209a8f89d26b5343fa648f6.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000005, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerBoy.png", "element": 6, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100542, "name": "普通攻击·异邦激流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10087, "name": "水纹剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/46e982752c379633c447b7bc0de59267.png", "max_level": 10}, {"id": 10088, "name": "扬水制流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c01ad8fd79e337a19c76f7209cf95c1b.png", "max_level": 10}], "constellation": [{"id": 61, "name": "微澜的湖水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e42623dc9741a080d11d74275bc4b26b.png", "max_level": 0}, {"id": 62, "name": "潺涓的碧水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4c2482abce7c75effe2db5bf69a3e8fb.png", "max_level": 0}, {"id": 63, "name": "激荡的波水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/36c4e7e99a737dac83a6096aa9b0561f.png", "max_level": 0}, {"id": 64, "name": "倾落的迸水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ce418f8b947055b583bed3cdcca3fdd9.png", "max_level": 0}, {"id": 65, "name": "洄旋的曲水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/80f77a89fa1602afad0cb4b09f1e1bde.png", "max_level": 0}, {"id": 66, "name": "公义的潮水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/63b703726209a8f89d26b5343fa648f6.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000005, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerBoy.png", "element": 4, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100547, "name": "普通攻击·异邦草翦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10117, "name": "草缘剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/dd961064a97506982859f04ffef5eb25.png", "max_level": 10}, {"id": 10118, "name": "偃草若化", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/8b5fb9ffe917591dcca7a12b8abb0ffb.png", "max_level": 10}], "constellation": [{"id": 111, "name": "寄身的倚草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/59b3052ccf86ce91ced81d07fae257e7.png", "max_level": 0}, {"id": 112, "name": "健韧的劲草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/dcfb04de0940cf50c703d8a075516d0d.png", "max_level": 0}, {"id": 113, "name": "婆娑的瑶草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d63e5a4c460f8f31f736ce88fedf822c.png", "max_level": 0}, {"id": 114, "name": "如饴的蜜草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d9d610063e3319b616ace14006504565.png", "max_level": 0}, {"id": 115, "name": "迅生的丰草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9783cfd3bf9a0e38b3a80f028e30340e.png", "max_level": 0}, {"id": 116, "name": "蕴思的霜草", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/395ea75c148285e62d918d274f2242b2.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000005, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerBoy.png", "element": 5, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100546, "name": "普通攻击·异邦惊雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10602, "name": "雷影剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/82ed7372311d49084340d022367ba413.png", "max_level": 10}, {"id": 10605, "name": "雷轰电转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/8938aa8ce9791feb2e496b9ce69a5d2c.png", "max_level": 10}], "constellation": [{"id": 101, "name": "丰穰的春雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ef6599c26d9cfa77f648ce527f34831b.png", "max_level": 0}, {"id": 102, "name": "震怒的苍雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8a8a513e383c412657769d83f381e2a1.png", "max_level": 0}, {"id": 103, "name": "连延的远雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b083f3901c38f21a0dfc372689e86715.png", "max_level": 0}, {"id": 104, "name": "难测的云雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fe92c9b721487b82bb6d48dcb9e4edc3.png", "max_level": 0}, {"id": 105, "name": "荒野的霆雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/07e78b77b479e0d3762473da22bf1178.png", "max_level": 0}, {"id": 106, "name": "撼世的神雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3c1a84c4e8d3a14c4cc2a485e85c9801.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000005, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerBoy.png", "element": 3, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100545, "name": "普通攻击·异邦岩锋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10077, "name": "星陨剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d8a1455d03de903569d64ac9c82f9d89.png", "max_level": 10}, {"id": 10078, "name": "岩潮叠嶂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/576371dadaa2f864dc26d882f09b7504.png", "max_level": 10}], "constellation": [{"id": 91, "name": "巍然的青岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0f9745c599aa8da3d82a6d0b294193ad.png", "max_level": 0}, {"id": 92, "name": "不稳的熔岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/dda71bdea1fca583b362e0ed0163006f.png", "max_level": 0}, {"id": 93, "name": "八方之岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0b679b4dd1254e9f590cc73de03d5fc4.png", "max_level": 0}, {"id": 94, "name": "险峻的重岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/be04a68bcd21b5409a8d45012d86413f.png", "max_level": 0}, {"id": 95, "name": "天坠之岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b61b9b9b96e913f4231bc4c9a0097110.png", "max_level": 0}, {"id": 96, "name": "永世的磐岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0a8e4bf081d443201c100bb721d041a1.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000005, "name": "旅行者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/static/player/UI_AvatarIcon_PlayerBoy.png", "element": 2, "level": 5, "weapon_cat_id": 1, "wiki_url": "", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/90?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 100543, "name": "普通攻击·异邦铁风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10067, "name": "风涡剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/f3ba6e81ff8f13dac3fd517a9474dbf6.png", "max_level": 10}, {"id": 10068, "name": "风息激荡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/8a0a1cd54a575c5df6de0b8d9163aaee.png", "max_level": 10}], "constellation": [{"id": 71, "name": "回转的怒风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7536a4d284b241313ca2119efab8ef45.png", "max_level": 0}, {"id": 72, "name": "革新的旋风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/026b443a94127ed8520227a435248869.png", "max_level": 0}, {"id": 73, "name": "天地的刚风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6401b11bd71850817aa5ac5f6088ef2f.png", "max_level": 0}, {"id": 74, "name": "眷护的和风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/418e81ad55fdef90b965e34876585546.png", "max_level": 0}, {"id": 75, "name": "群星的涡风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/da36466b3867a5a2578f29220afa8296.png", "max_level": 0}, {"id": 76, "name": "纠缠的信风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a2793f9207270779cb13d57861dabfdd.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000003, "name": "琴", "icon": "https://uploadstatic.mihoyo.com/hk4e/e20200928calculate/common/qin_a66a25719b062d5e0f8a7271649a6be9.png", "element": 2, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/59/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/109?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10031, "name": "普通攻击·西风剑术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10033, "name": "风压剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c9de0d94dae6a6be09953403c2429083.png", "max_level": 10}, {"id": 10034, "name": "蒲公英之风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/62cb32cae99f6d60e08b3d88b1f348bf.png", "max_level": 10}], "constellation": [{"id": 31, "name": "流转剑脊的暴风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d257738fd8f8d973d9889002a2c68f50.png", "max_level": 0}, {"id": 32, "name": "守护众人的坚盾", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2ba479de1aeee160b598dd9d3e2c3304.png", "max_level": 0}, {"id": 33, "name": "西风吹拂之时", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/09b3d6068c927741a7b6997e8bc79e9f.png", "max_level": 0}, {"id": 34, "name": "蒲公英的国土", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/78bfa6d6d25793d437b7ca4e6de07d0a.png", "max_level": 0}, {"id": 35, "name": "须臾一瞬的烈风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/85d97b6526c80425d9ab1dd57a1d0ebb.png", "max_level": 0}, {"id": 36, "name": "恩眷万民的狮牙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/78d6000b7e1ffdb3379d640ea0def667.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000002, "name": "神里绫华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/48dcf06fbe5ba91865f987de25700bcc.png", "element": 7, "level": 5, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2123/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/175?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10024, "name": "普通攻击·神里流·倾", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10018, "name": "神里流·冰华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6810f66aa3a3ac216406df5c39994409.png", "max_level": 10}, {"id": 10019, "name": "神里流·霜灭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/a2e6c5b4c3e5574e6aa2451b8908590e.png", "max_level": 10}], "constellation": [{"id": 21, "name": "霜杀墨染樱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fed31d3eb85ef742ff30b1376abbd9f5.png", "max_level": 0}, {"id": 22, "name": "三重雪关扉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/66126409b2ddcb748b50a9708e4e59e2.png", "max_level": 0}, {"id": 23, "name": "花白锦画纸吹雪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/85a20768e6725df9e2fd9038fb62ca5a.png", "max_level": 0}, {"id": 24, "name": "盈缺流返", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d150d9d9fc9a14666d6ceaa6feb9568b.png", "max_level": 0}, {"id": 25, "name": "花云钟入月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e100951cc351166f45d14559dd153381.png", "max_level": 0}, {"id": 26, "name": "间水月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/71da468a4dd26673ecbb83cbe2103dec.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000105, "name": "欧洛伦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/fd9a336add3fdff8c57e701f06e2b22a.png", "element": 5, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/502927/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/423?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 30501, "name": "普通攻击·宿灵闪箭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 30502, "name": "暝色缒索", "icon": "https://fastcdn.mihoyo.com/static-resource-v2/2024/11/19/df9b5b695f7d680d555a07350bd2829f_4640749810216202211.png", "max_level": 10}, {"id": 30505, "name": "黯声回响", "icon": "https://fastcdn.mihoyo.com/static-resource-v2/2024/11/19/e1e1d88e1f209470fc4d78c80d269349_9148981330246506566.png", "max_level": 10}], "constellation": [{"id": 1051, "name": "林雾间的行迹", "icon": "https://fastcdn.mihoyo.com/static-resource-v2/2024/11/19/b02bc93367c94099dd27a02c585f18b4_6294738316317154792.png", "max_level": 0}, {"id": 1052, "name": "藏蜜酒的王蜂", "icon": "https://fastcdn.mihoyo.com/static-resource-v2/2024/11/19/eb44a8d4a0be57cd16b9c2249a9beb00_7159845445757353946.png", "max_level": 0}, {"id": 1053, "name": "栖地蝠的灵笼", "icon": "https://fastcdn.mihoyo.com/static-resource-v2/2024/11/19/f0a5bc7ae23f34a0e007c1a1c25c2307_8649719471536471000.png", "max_level": 0}, {"id": 1054, "name": "如夜风的谜烟", "icon": "https://fastcdn.mihoyo.com/static-resource-v2/2024/11/19/5fe76afb3b5ae104742bf43a131715ec_1666872105472631163.png", "max_level": 0}, {"id": 1055, "name": "为心魂的献礼", "icon": "https://fastcdn.mihoyo.com/static-resource-v2/2024/11/19/ffc3ff90fd8183c6297a67156d17eb21_285144784763328180.png", "max_level": 0}, {"id": 1056, "name": "致深泉的颂赞", "icon": "https://fastcdn.mihoyo.com/static-resource-v2/2024/11/19/350f2d68fed0c1f47bad31bc89c01e2b_7255223785691203082.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000100, "name": "卡齐娜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/8c1da6edff031da4020dc0cf1380067c.png", "element": 3, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501626/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/405?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 11001, "name": "普通攻击·嵴之啮咬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 11002, "name": "出击,冲天转转!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/ef457d1ccdf553b38b36cbba634d5a80.png", "max_level": 10}, {"id": 11005, "name": "现在,认真时间!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/843a0115deae329dc4f38b52939caf50.png", "max_level": 10}], "constellation": [{"id": 1001, "name": "晶片,也是一种宝石", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/20706fdaa0deb9bd0623dfe7de563058.png", "max_level": 0}, {"id": 1002, "name": "不能少了…冲天转转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0042e7d552231f7d60900b326d53e01c.png", "max_level": 0}, {"id": 1003, "name": "改良型·平衡稳定器", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/011eb445fbe8ab2313782e93b478880f.png", "max_level": 0}, {"id": 1004, "name": "敌人越多,越要小心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/80785ccbe1a44d5872af0fdf24bd37cc.png", "max_level": 0}, {"id": 1005, "name": "迄今为止,所有收藏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0fda859a553432b3814335527fff0dab.png", "max_level": 0}, {"id": 1006, "name": "这一次,我一定要赢", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/17471b474c41e00667189545dcf17784.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000097, "name": "赛索斯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2c42a6deacd2eace77fbcb38e7cb334e.png", "element": 5, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/501212/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/388?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10971, "name": "普通攻击·王家苇箭术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10972, "name": "古仪·鸣砂掣雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6106f3cda0b9552cb7a85434a8de9fbc.png", "max_level": 10}, {"id": 10975, "name": "秘仪·瞑光贯影", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/200a238dc66a1a8aa48f97182f7ebc78.png", "max_level": 10}], "constellation": [{"id": 971, "name": "封龛谒灵歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3263953bdf7b83f60f54329e61141756.png", "max_level": 0}, {"id": 972, "name": "寂秘纸草经", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/72bfa30d625dbfc2e7a75231a89fdc12.png", "max_level": 0}, {"id": 973, "name": "月升哲贤颂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/99e953dc7d9e9077697b3a02c0759db0.png", "max_level": 0}, {"id": 974, "name": "真念鸵羽集", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5c236913cd00a5436423a235ed75e140.png", "max_level": 0}, {"id": 975, "name": "荒神烈沙录", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/01ae45ad3e2c43d42ddd51e33b54bafd.png", "max_level": 0}, {"id": 976, "name": "巡日塔门书", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6da40df22c1643e38a2b5ea7322321c3.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000092, "name": "嘉明", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3a53186fafa67b7cdb8c494315af9c87.png", "element": 1, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500672/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/371?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10921, "name": "普通攻击·刃爪悬星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10922, "name": "瑞兽登高楼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/b22e9d755c2a2cfba3b69a154899510f.png", "max_level": 10}, {"id": 10925, "name": "璨焰金猊舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c8a463a7670be1181590cc974142a92b.png", "max_level": 10}], "constellation": [{"id": 921, "name": "通明庇佑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0cab98e0a6d4861962b7755bec6f08f2.png", "max_level": 0}, {"id": 922, "name": "步踏梅花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7539c1b20e3c8da1e95b416b6904f809.png", "max_level": 0}, {"id": 923, "name": "醒灵擂震", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/084fd93dfabdb8ef7e9c9e8a5d3664c5.png", "max_level": 0}, {"id": 924, "name": "云里翻山", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a0c5a876e719532ec048bdf50c452a93.png", "max_level": 0}, {"id": 925, "name": "吼法怖魔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d633ceb4662c41fd15247c95b568b70a.png", "max_level": 0}, {"id": 926, "name": "百兽俱驯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/befc6269bdffd5b472adbb84c2fe3e38.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000090, "name": "夏沃蕾", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6810867e40cfe5855e3df3d588f56f8e.png", "element": 1, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500605/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/369?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10901, "name": "普通攻击·线列枪刺·改", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10902, "name": "近迫式急促拦射", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6b4dc1c325e6a7342782d657c78cd570.png", "max_level": 10}, {"id": 10905, "name": "圆阵掷弹爆轰术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/8070c46459087175b1c8d423cc03faf4.png", "max_level": 10}], "constellation": [{"id": 901, "name": "稳固阵线的魄力", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2ccf487fdb7e6d1936764c6dd21776ed.png", "max_level": 0}, {"id": 902, "name": "诱导殉爆的狙击", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4fbdda3fb0d554bac410e76130308dc5.png", "max_level": 0}, {"id": 903, "name": "娴熟复装的技巧", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/49cb62b13d8abd9d820b1a9ec886fdd9.png", "max_level": 0}, {"id": 904, "name": "多重速射的秘诀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f8d6c2daa6b24784c6b8b028f19c0559.png", "max_level": 0}, {"id": 905, "name": "增量火力的毁伤", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4e52d9eb48090f57e1da3282b42bb07e.png", "max_level": 0}, {"id": 906, "name": "终结罪恶的追缉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8c5cfb14567e979116432cbe6f370ac0.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000088, "name": "夏洛蒂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1d684e1fe75db6be802a2551a2823a44.png", "element": 7, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/500292/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/358?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10881, "name": "普通攻击·冷色摄影律", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10882, "name": "取景·冰点构图法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d2ee9579e060187d4a9c8dd1dc976963.png", "max_level": 10}, {"id": 10885, "name": "定格·全方位确证", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/e0169176becb52a9de92fd0ec726bc9a.png", "max_level": 10}], "constellation": [{"id": 881, "name": "以核实为约束", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5c2810ef028ee771f473d0f148339934.png", "max_level": 0}, {"id": 882, "name": "以求真为职守", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fde0eff19f74b88ba6d3e0737cb6e9c8.png", "max_level": 0}, {"id": 883, "name": "以独立为先决", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/832466f6c482b54d7a6cb9f8d0c1420c.png", "max_level": 0}, {"id": 884, "name": "以督促为责任", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1bee5041b5bd3db3a694b6719185c3cf.png", "max_level": 0}, {"id": 885, "name": "以良知为原则", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fb8275448fb7b743d069ed9b2ea6d32f.png", "max_level": 0}, {"id": 886, "name": "以有趣相关为要义", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/451e1d0f550e3f1d559bef36638f359f.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000085, "name": "菲米尼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/049f37772e4fce1f45d3f2754ad795d6.png", "element": 7, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/7257/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/349?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10851, "name": "普通攻击·洑流剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10852, "name": "浮冰增压", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/af9882018a58e4937b3ef299e444daab.png", "max_level": 10}, {"id": 10855, "name": "猎影潜袭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d39200791c2e05d40f369737374d2031.png", "max_level": 10}], "constellation": [{"id": 851, "name": "深水与泡沫之梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/accd076b19dfdec08219f9c48746b796.png", "max_level": 0}, {"id": 852, "name": "企鹅与丰渥之国", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/040cbdfea15ff9565c8bf66c8f3f36be.png", "max_level": 0}, {"id": 853, "name": "洑流与白砂之歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/796d00aaa4c9725e6b1d6779498c06bb.png", "max_level": 0}, {"id": 854, "name": "雪月与芦笛之舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6218eab5d9329a1bb80cf3f65a4d0731.png", "max_level": 0}, {"id": 855, "name": "炉火与欢笑之夜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/560d4a0ee23aaebbf6f6568ddac3fb2b.png", "max_level": 0}, {"id": 856, "name": "梦晓与决意之刻", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7603654effd22595c927cdeace2bb434.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000083, "name": "琳妮特", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/029f57232d4a92586a96d509f3e12791.png", "element": 2, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6938/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/340?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10831, "name": "普通攻击·迅捷礼刺剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10832, "name": "谜影障身法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/dcd1be4aba964dca4abf9a04b831fc33.png", "max_level": 10}, {"id": 10835, "name": "魔术·运变惊奇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/e0e18565367dbeb5cd7b6a320f23d6c2.png", "max_level": 10}], "constellation": [{"id": 831, "name": "如影流露的冷刃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d3367b27735eb02f6e723b0e571aa9fd.png", "max_level": 0}, {"id": 832, "name": "层见叠出的谜象", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b734c2652a5829c934bd0ffa4b661178.png", "max_level": 0}, {"id": 833, "name": "倒错知能的视度", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e04843d8a125af8a95ce11e0b8bad51b.png", "max_level": 0}, {"id": 834, "name": "灵犀默应的配合", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7c50b40255e041b9aff824b95550e912.png", "max_level": 0}, {"id": 835, "name": "暗昧遮目的障法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f9d10fc5027b2a2b7a86cae2e77a4e48.png", "max_level": 0}, {"id": 836, "name": "示辨真意的眼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c4e55b3bfac37856f4c224907a6f4a8b.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000081, "name": "卡维", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d503dc1945e3b086513329ccbfb5b7f9.png", "element": 4, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6490/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/311?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10811, "name": "普通攻击·旋规设矩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10812, "name": "画则巧施", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/1af149a21c6b564b0b7c0ede9fd9fd30.png", "max_level": 10}, {"id": 10815, "name": "繁绘隅穹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/915da99b9aed2741cb1db12348979edc.png", "max_level": 10}], "constellation": [{"id": 811, "name": "高门的谒礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3f3bdcb6b5ca8bb3cf64d0144eeb2377.png", "max_level": 0}, {"id": 812, "name": "御驿的径迹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9786cfe8095130c84ec5efb299c26c66.png", "max_level": 0}, {"id": 813, "name": "金塔的香献", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8ef0724ce889bb3dd4a8ebfdf0d37739.png", "max_level": 0}, {"id": 814, "name": "百柱的酣宴", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0e0bf179a812b6f199b37418a1271049.png", "max_level": 0}, {"id": 815, "name": "圣古的库藏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b2f55889acbcd9346d331c9128fbf3f8.png", "max_level": 0}, {"id": 816, "name": "天园的理想", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b02df3db56c76338d6dd11067125a575.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000080, "name": "米卡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/e0682e5c8b8cde32b9efe4da2153043f.png", "element": 7, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6285/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/304?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10801, "name": "普通攻击·西风枪术·镝传", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10802, "name": "星霜的流旋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/43bb1f5e4293b9e96ab7a2064036d0ed.png", "max_level": 10}, {"id": 10805, "name": "苍翎的颂愿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/3edf6304e3ae91bd48c677671e439f6f.png", "max_level": 10}], "constellation": [{"id": 801, "name": "遇合的因缘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d7a863fd9cb2b5e0eeb10869eaa88d56.png", "max_level": 0}, {"id": 802, "name": "伴行的旅路", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e01081280c4e7d34348d3edddbb8ae51.png", "max_level": 0}, {"id": 803, "name": "游击的心得", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4b205542bb81b462cd15035b170bcf96.png", "max_level": 0}, {"id": 804, "name": "晴霜的祝念", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/811636de230f60395956d244378abd79.png", "max_level": 0}, {"id": 805, "name": "引示的铃箭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e792ce65753b73c60f7616803e77bf53.png", "max_level": 0}, {"id": 806, "name": "依随的策援", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5e2ea93d3f0b2c72ca59e2def7f457f5.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000077, "name": "瑶瑶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5ddbb4a97840c30ada650db5b23b073b.png", "element": 4, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5866/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/289?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10771, "name": "普通攻击·颠扑连环枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10772, "name": "云台团团降芦菔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/548c30ff25560e57924f402726f4e6c7.png", "max_level": 10}, {"id": 10775, "name": "玉颗珊珊月中落", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/ba606b86cd379bbfcadd40f9257c0f93.png", "max_level": 10}], "constellation": [{"id": 771, "name": "妙受琼阁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/899cbd3cac65864d6cf3d1398fa5e01b.png", "max_level": 0}, {"id": 772, "name": "正思无邪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/602f47881a9ead3e4cb538fca2cf8b0f.png", "max_level": 0}, {"id": 773, "name": "墩墩善道", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/21388fe06461bfe5ccee34b9294c55d3.png", "max_level": 0}, {"id": 774, "name": "爰爰可亲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b2f12587f1d53ce3c60f40eb7f3908d0.png", "max_level": 0}, {"id": 775, "name": "恻隐本义", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8802f22d662a10fbb1cf40736f0ccfed.png", "max_level": 0}, {"id": 776, "name": "慈惠仁心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3486bbe0b7521c557899d48f27631de6.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000076, "name": "珐露珊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/7ec233981cbc59de985b8bb2db0bafdb.png", "element": 2, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5493/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/273?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10761, "name": "普通攻击·迴身箭术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10762, "name": "非想风天", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/85076e409da6c642c279dc8d240ea152.png", "max_level": 10}, {"id": 10765, "name": "抟风秘道", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/12e4ff5ad8395ff312d1e7ce786a9410.png", "max_level": 10}], "constellation": [{"id": 761, "name": "舍径求真", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b48d940e64f337a9e5696a8f353f3e4d.png", "max_level": 0}, {"id": 762, "name": "忘形炼智", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fc67e89b8cfacb5c615e2f788b236454.png", "max_level": 0}, {"id": 763, "name": "漫行灵圃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/35e1fed2b067fc7aa307fa5279b768c5.png", "max_level": 0}, {"id": 764, "name": "神机明悟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c2d6dcf4a66315cb8ab42fa4afe4907b.png", "max_level": 0}, {"id": 765, "name": "繁想奇境", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/81ae5677efea76baff52c57e3aa3498d.png", "max_level": 0}, {"id": 766, "name": "妙道合真", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/84bd62318f5cb8fec49ae06ae3379c29.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000074, "name": "莱依拉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/061ef41e0534593090de9affecb4be6b.png", "element": 7, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/5297/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/270?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10741, "name": "普通攻击·熠辉轨度剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10742, "name": "垂裳端凝之夜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/3c29b37a9809bc4200fe895f2ea83f3b.png", "max_level": 10}, {"id": 10745, "name": "星流摇床之梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/3c024876428bdac83b06816b38d8df59.png", "max_level": 10}], "constellation": [{"id": 741, "name": "寐领围垣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/821ef57f52e75c852d4c641daf3fb9ea.png", "max_level": 0}, {"id": 742, "name": "归芒携信", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1e54b8da08cd8bf76709bbf1512306e7.png", "max_level": 0}, {"id": 743, "name": "长宵宣秘", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9347a15dbda1b63fa8a75d9900542876.png", "max_level": 0}, {"id": 744, "name": "星示昭明", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/84c7f48599074a1a727d80e77e9af46c.png", "max_level": 0}, {"id": 745, "name": "悬神系流", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/446577b64518f02bda3baa589906c756.png", "max_level": 0}, {"id": 746, "name": "曜光灵炬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8a8f95ef2e22d826b0ec849d7c5b03f7.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000072, "name": "坎蒂丝", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5cd591d9013e84b7f99ee582d0af0c82.png", "element": 6, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4781/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/256?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10721, "name": "普通攻击·流耀枪术·守势", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10722, "name": "圣仪·苍鹭庇卫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/470eb5b566d599dd60fad695e1e9db89.png", "max_level": 10}, {"id": 10725, "name": "圣仪·灰鸰衒潮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/9cb3e7b8537de68295e9bd7f883d827c.png", "max_level": 10}], "constellation": [{"id": 721, "name": "赤沙的归嗣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f0a72c58849e1fd77e33b57387c086d3.png", "max_level": 0}, {"id": 722, "name": "贯月的耀锋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/af485c9b28a76e6f36c35951bcb99ce8.png", "max_level": 0}, {"id": 723, "name": "织狩的奉祀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b1e2f17aedf4e99f837d20e5e7272cad.png", "max_level": 0}, {"id": 724, "name": "守戍的誓命", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a95bc90dedf1fba27f4734a334798ef8.png", "max_level": 0}, {"id": 725, "name": "萦金的苍瞳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7b25077a961d815a9b9ba010bda54e51.png", "max_level": 0}, {"id": 726, "name": "衍溢的汐潮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6930a8186d03b96ad5cc2d8af836f2e5.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000068, "name": "多莉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/dec5ba28fe953cc6b2d161e0231bcf49.png", "element": 5, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4736/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/254?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10681, "name": "普通攻击·妙显剑舞·改", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10682, "name": "镇灵之灯·烦恼解决炮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/125a3e75203477b41bd0844da00e9268.png", "max_level": 10}, {"id": 10685, "name": "卡萨扎莱宫的无微不至", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/e96825ec7027dcedbbffe237684fd359.png", "max_level": 10}], "constellation": [{"id": 681, "name": "追加投资", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f1f5e5ac2f603ea006606208a9731a11.png", "max_level": 0}, {"id": 682, "name": "特许经营", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9b76144194b6787c29a5e224fa251587.png", "max_level": 0}, {"id": 683, "name": "百巧千奇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a4584e0816aaf9ba7fe1de63091f3c36.png", "max_level": 0}, {"id": 684, "name": "酌盈剂虚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/100b3d836409c4ea0a268af3645beeaf.png", "max_level": 0}, {"id": 685, "name": "物超所值", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9af99e7a96a354a217d6fcbbe28ec990.png", "max_level": 0}, {"id": 686, "name": "漫掷万镒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1dd1bc63100a515ad1bd08f6a619f376.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000067, "name": "柯莱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/cc22b68a5d82272289da40d24f6d8e35.png", "element": 4, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4333/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/247?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10671, "name": "普通攻击·祈颂射艺", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10672, "name": "拂花偈叶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/89f24d634f5aaffb261cc3db2673333b.png", "max_level": 10}, {"id": 10675, "name": "猫猫秘宝", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/3b560b0a28d4537f3a4104667696ca35.png", "max_level": 10}], "constellation": [{"id": 671, "name": "巡护深林", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a48d411be22b205311063f4cf3276b82.png", "max_level": 0}, {"id": 672, "name": "漫行山薮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d00d01ad50b94e02ddcb0aebb8e5e55b.png", "max_level": 0}, {"id": 673, "name": "夏堇芳菲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/44cb7da241633e5e607d4a371838fe1c.png", "max_level": 0}, {"id": 674, "name": "骞林馈遗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f1f914bbc272057c9555634eb0a80634.png", "max_level": 0}, {"id": 675, "name": "俱象残火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/777218714297769a8277369f6c75534b.png", "max_level": 0}, {"id": 676, "name": "坠镞为林", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/147cfb4dd8a3e269021dbe496e4d7438.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000065, "name": "久岐忍", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/fba52e140bf9093f1d913e1d74bbd8e6.png", "element": 5, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4148/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/238?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10651, "name": "普通攻击·忍流飞刃斩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10652, "name": "越祓雷草之轮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/07d499f0106be06a93352fba18af8c46.png", "max_level": 10}, {"id": 10655, "name": "御咏鸣神刈山祭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/33e338f047ce060c164be5fba7236d8f.png", "max_level": 10}], "constellation": [{"id": 651, "name": "割舍怜悯之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6e6c250d58bb7de203046dcb98509779.png", "max_level": 0}, {"id": 652, "name": "割舍侥幸之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/10eb9932c735b3f03d7a3dab322a206d.png", "max_level": 0}, {"id": 653, "name": "割舍痛苦之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/df79859fa78dd83364ad346295367bc1.png", "max_level": 0}, {"id": 654, "name": "割舍封闭之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d2a9c325aa7755e7f651e29a1ab1f2da.png", "max_level": 0}, {"id": 655, "name": "割舍逢迎之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ba65995290f73964866e34a0a0328ff8.png", "max_level": 0}, {"id": 656, "name": "割舍软弱之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/047cf799aa42da70b841fd13d35d5181.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000064, "name": "云堇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/46dc728af9a626ea51f9fd59d63ab936.png", "element": 3, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3387/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/216?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10641, "name": "普通攻击·拂云出手", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10642, "name": "旋云开相", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6cd86d0fcc4bc901c4adbb0c32dc5729.png", "max_level": 10}, {"id": 10643, "name": "破嶂见旌仪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/7a88d146382959375c9fa147015d355a.png", "max_level": 10}], "constellation": [{"id": 641, "name": "飞身趟马", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9390cca95be8f7d1e59840d280f16c4b.png", "max_level": 0}, {"id": 642, "name": "诸般切末", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/41143234816f53c51929c203113b4e3f.png", "max_level": 0}, {"id": 643, "name": "牙纛探海", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5f9965436d2737b5fd2f48d4384ff367.png", "max_level": 0}, {"id": 644, "name": "昇堂吊云", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/445aa90ab5c207c558e5efb1b2e1662d.png", "max_level": 0}, {"id": 645, "name": "翘楚名坤", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/50dd23faafa07e2eee7f092ef1d885b5.png", "max_level": 0}, {"id": 646, "name": "庄谐并举", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/92306ea40b07305b8968f82823197be4.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000061, "name": "绮良良", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c08da1a7804ed4a5db47ebe66b74f297.png", "element": 4, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/6594/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/315?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10611, "name": "普通攻击·箱纸切削术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10612, "name": "呜喵町飞足", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/a75af567ad6176f1f20823c740840699.png", "max_level": 10}, {"id": 10615, "name": "秘法·惊喜特派", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/2c3223a54af9d99aba2c89fe6978a4ee.png", "max_level": 10}], "constellation": [{"id": 611, "name": "物器流转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/14f59ee287ccea604c2fe839aff47319.png", "max_level": 0}, {"id": 612, "name": "八尖裹术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/95119eab2a5ce8b658caffeae9d28c16.png", "max_level": 0}, {"id": 613, "name": "万户门牌通识", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1f53755911782e0e2f2723c2f259f90d.png", "max_level": 0}, {"id": 614, "name": "韦驮骏足", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/afc15ca06d449dea4070fd7cf98424c5.png", "max_level": 0}, {"id": 615, "name": "千里一日", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/52183b03015b33f335857291982c8f09.png", "max_level": 0}, {"id": 616, "name": "沿途百景会心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ee4d45faef933b640ad3ebfe4e80b666.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000059, "name": "鹿野院平藏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1e8eb313c5de1fd09c13f0ee00276198.png", "element": 2, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/4197/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/241?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10591, "name": "普通攻击·不动流格斗术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10592, "name": "勠心拳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/0798f7e9e7c38812bd5ee24c30193788.png", "max_level": 10}, {"id": 10595, "name": "聚风蹴", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/fed94b46a5e007400b660c125fba52fb.png", "max_level": 10}], "constellation": [{"id": 591, "name": "称名少年事件簿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/12b72c50e065dd0d24099af78a73188e.png", "max_level": 0}, {"id": 592, "name": "殊解诸因探案集", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8473aba7efe39c7c3edb847638e20234.png", "max_level": 0}, {"id": 593, "name": "暗文隐语谜题册", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1ee66048e5a2df93275d8904b532d6f0.png", "max_level": 0}, {"id": 594, "name": "虚言假说百物语", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7f8a03dcdd5271a852e03126ff2ef1e5.png", "max_level": 0}, {"id": 595, "name": "禁室密所大图鉴", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/24616cfe7d3d5d98c9f8f3c0a4b00610.png", "max_level": 0}, {"id": 596, "name": "奇想天开捕物帐", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/19a2e58cd9fde8b80a07fddbab40181d.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000056, "name": "九条裟罗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/544cf9e749dc9e5707907e4f9223e748.png", "element": 5, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2402/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/188?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10561, "name": "普通攻击·天狗传弓术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10562, "name": "鸦羽天狗霆雷召咒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/62e902baeb27573cc9f25d505e31af87.png", "max_level": 10}, {"id": 10565, "name": "煌煌千道镇式", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/94a107a1ce4b2293c563c2432b5ce204.png", "max_level": 10}], "constellation": [{"id": 561, "name": "乌眼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a1655c53bcd0d938f8d5e571c010b0b8.png", "max_level": 0}, {"id": 562, "name": "鸦羽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/05803d9855944c8cd36765e58948dc2c.png", "max_level": 0}, {"id": 563, "name": "心魔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/79a78c6766d1afed277ce20c0a220f5c.png", "max_level": 0}, {"id": 564, "name": "彻证", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6b2e256d50f77a8163e9409631b7ae3d.png", "max_level": 0}, {"id": 565, "name": "咒咏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5f1b9896309d2042fa85663cab731d51.png", "max_level": 0}, {"id": 566, "name": "我界", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/315aadd8cc87000e7bc87e39633affa3.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000055, "name": "五郎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d71bbc5bf330a4366aafee5134c7a637.png", "element": 3, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/3275/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/212?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10551, "name": "普通攻击·呲牙裂扇箭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10552, "name": "犬坂吠吠方圆阵", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/df8ae56e20fb47c26afe36266cb242c9.png", "max_level": 10}, {"id": 10555, "name": "兽牙逐突形胜战法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/3f27868180422f2a3497092c0d4deb09.png", "max_level": 10}], "constellation": [{"id": 551, "name": "犬奔·疾如风", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/623998413c3986e0e8097e7246666a04.png", "max_level": 0}, {"id": 552, "name": "犬坐·稳如钟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/70ef15af262fc00615f866afe784c9f6.png", "max_level": 0}, {"id": 553, "name": "犬爪·势如火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b09e320fc77ccfe744b0b817758f3198.png", "max_level": 0}, {"id": 554, "name": "犬舐·温如水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f5428a3909aba6f1225e7ddf3057e29f.png", "max_level": 0}, {"id": 555, "name": "犬突·动如雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/08266aba7438a988eb8dec1bfa4d2325.png", "max_level": 0}, {"id": 556, "name": "犬勇·忠如山", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/17ac23db520dbea24a80373cc2e31b20.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000053, "name": "早柚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a53d39f7973d8b07ee5d1abeaf39df6e.png", "element": 2, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2125/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/183?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10531, "name": "普通攻击·忍刀·终末番", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10532, "name": "呜呼流·风隐急进", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/323901f758722daf202f49f94356f6e1.png", "max_level": 10}, {"id": 10535, "name": "呜呼流·影貉缭乱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/9d7d1b03b060aef07869dbc108452a32.png", "max_level": 10}], "constellation": [{"id": 531, "name": "一心二用之术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/bff6969079bb99e6583fc8a21f632b46.png", "max_level": 0}, {"id": 532, "name": "理清逃跑路线", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/39cfdbdfab98ca161df6e01ac8ab1057.png", "max_level": 0}, {"id": 533, "name": "都交给分身吧", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2e1e756d0f113f97f06bd230e41897ef.png", "max_level": 0}, {"id": 534, "name": "偷懒的新方法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a455dbee08f6cfebb88bae3aa98b4433.png", "max_level": 0}, {"id": 535, "name": "快是第一奥义", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d92628cf326c70ce49856988d0ee3ddc.png", "max_level": 0}, {"id": 536, "name": "呼呼大睡时间", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4ce6c782b372e7882a9269b22bf978c0.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000050, "name": "托马", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2545a5a06c1ba7b250e61511e234c162.png", "element": 1, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/2606/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/202?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10501, "name": "普通攻击·迅破枪势", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10502, "name": "烈烧佑命之侍护", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/9d362d99f79cb5f7331719a355acb3f1.png", "max_level": 10}, {"id": 10505, "name": "真红炽火之大铠", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/be4f02f1181d0708c78208a981551d03.png", "max_level": 10}], "constellation": [{"id": 501, "name": "同袍的义理", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6547129f29ca56a14f8f18315924caa9.png", "max_level": 0}, {"id": 502, "name": "僚佐的才巧", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7b1ee85ec4121f3f02e8759d5fce47d5.png", "max_level": 0}, {"id": 503, "name": "御敌的执定", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c0f1d0bb3b24d93dd7533f862f088de9.png", "max_level": 0}, {"id": 504, "name": "用臣的久计", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/010bf9fdbf04d393a0317e41c307733c.png", "max_level": 0}, {"id": 505, "name": "野火的豪烈", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cf0b0d013cda964eb3526392ffcb039e.png", "max_level": 0}, {"id": 506, "name": "炽烧的至心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5874d043fa22d705ab743b56b768d7d1.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000048, "name": "烟绯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b95044c594898703fa80cdb4ea72b3b6.png", "element": 1, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1795/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/116?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10481, "name": "普通攻击·火漆制印", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10482, "name": "丹书立约", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/543263b6621a5ea4fdfae99ad715e949.png", "max_level": 10}, {"id": 10485, "name": "凭此结契", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c77d5af6dd208a645eb16321aff50ec7.png", "max_level": 10}], "constellation": [{"id": 481, "name": "占理不饶人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/19511dcdbcbf0c043c5093b4f28fbfaa.png", "max_level": 0}, {"id": 482, "name": "最终解释权", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0aaa8ec956c5980806a785196e50316b.png", "max_level": 0}, {"id": 483, "name": "真火炼宝印", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/46146cf36be5fa90ae79e30feabe1d7c.png", "max_level": 0}, {"id": 484, "name": "丹书金铁券", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/09498f47bd6ae703ea1f548b2e7177be.png", "max_level": 0}, {"id": 485, "name": "遵法切结书", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/22fa6c16e0c772603fa9778c9fdce75c.png", "max_level": 0}, {"id": 486, "name": "是额外条款", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/aba8db165d0e2db917192f1f53dd7fa4.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000045, "name": "罗莎莉亚", "icon": "https://uploadstatic.mihoyo.com/hk4e/e20200928calculate/common/rosaria_623de3bc25a21b6e516ea0489ddd11f8.png", "element": 7, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1744/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/104?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10451, "name": "普通攻击·教会枪术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10452, "name": "噬罪的告解", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/87755a2ffb6131dab2d2e63d62363961.png", "max_level": 10}, {"id": 10453, "name": "终命的圣礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/8842dad5fe368a7eebdd938e849a9a39.png", "max_level": 10}], "constellation": [{"id": 451, "name": "罪之导引", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/96fb3aa775f2ac5a19985044473b205d.png", "max_level": 0}, {"id": 452, "name": "无福之地", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3da8e33c914a762353c03231d6ca22b9.png", "max_level": 0}, {"id": 453, "name": "告解之仪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c6201d94a9539334ab3b7eaa520ee552.png", "max_level": 0}, {"id": 454, "name": "苦痛恩典", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/dcfea618ab7e558ad33010efb4ad0115.png", "max_level": 0}, {"id": 455, "name": "临终祈礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6a7f3834c2e7c455ff09f860bd44542b.png", "max_level": 0}, {"id": 456, "name": "代行裁判", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f5dd21a96f3e4d5a020fc8200d27320c.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000044, "name": "辛焱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/05d8e05635ecae7dfcd0e73c4f71899d.png", "element": 1, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1291/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/80?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10441, "name": "普通攻击·炎舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10442, "name": "热情拂扫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/b66cb623a08cf3417f21ec53bccce6d9.png", "max_level": 10}, {"id": 10443, "name": "叛逆刮弦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/b795af6095e43daf9d6866a63e7a6d7d.png", "max_level": 10}], "constellation": [{"id": 441, "name": "绝命的加速", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/947a8d6c1a26370543b9283014d11099.png", "max_level": 0}, {"id": 442, "name": "开场即兴段", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7f3d40b552dd7a33a42b7ef594c5149a.png", "max_level": 0}, {"id": 443, "name": "摭分的指法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/67ac8063b5b12eabeede5dabeb5c914d.png", "max_level": 0}, {"id": 444, "name": "节奏的传染", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f0a4b687cc9122e9247ab41c7d0b6bb3.png", "max_level": 0}, {"id": 445, "name": "返场的高呼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/22545fdbf62c6751295a7ed74682b485.png", "max_level": 0}, {"id": 446, "name": "地狱里摇摆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cf029bdac9c11e0f75ffbf3ac8869e14.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000043, "name": "砂糖", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/bd4fedae279a2e1a8433d35d1f3ccc47.png", "element": 2, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1055/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/64?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10431, "name": "普通攻击·简式风灵作成", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10432, "name": "风灵作成·陆叁零捌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/2c553d3bf242da2dee551efb3f92a6f6.png", "max_level": 10}, {"id": 10435, "name": "禁·风灵作成·柒伍同构贰型", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/38826d2e36b3f5fa20a322d374834111.png", "max_level": 10}], "constellation": [{"id": 431, "name": "堆叠真空域", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4619528e23f9e4136d4487404a48325e.png", "max_level": 0}, {"id": 432, "name": "不羁型贝特", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/57d9e032c519af51a307f5904bd019de.png", "max_level": 0}, {"id": 433, "name": "零失误少女", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2ba84233e7873b60854bc7a776f39c0e.png", "max_level": 0}, {"id": 434, "name": "炼金的偏执", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/34f383981dfa62c60f3fe17278f4f4e1.png", "max_level": 0}, {"id": 435, "name": "认真普通瓶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9a78dfb4e210e3fce930e0cd31a5a4ff.png", "max_level": 0}, {"id": 436, "name": "混元熵增论", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/14a448e77aa3250ca59b53d8b3084327.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000039, "name": "迪奥娜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/9f1138263e318d51a20ba2da6953dca6.png", "element": 7, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/1221/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/62?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10391, "name": "普通攻击·猎人射术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10392, "name": "猫爪冻冻", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/160b250918d407db7f6c6f60459012d3.png", "max_level": 10}, {"id": 10395, "name": "最烈特调", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/f2887415c9029233cf2d147ea0a36194.png", "max_level": 10}], "constellation": [{"id": 391, "name": "特调的余韵", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a890bbd340a1eb91ac427aaeb1894504.png", "max_level": 0}, {"id": 392, "name": "猫爪冰摇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/9d449132034cc7277fb54e29940d216e.png", "max_level": 0}, {"id": 393, "name": "还、还要续杯?", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2051ea06743727100950a6bc0798d7b0.png", "max_level": 0}, {"id": 394, "name": "「酒业杀手」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fcbb1ed61d78a562aa82247ae99da826.png", "max_level": 0}, {"id": 395, "name": "双份加冰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0612054965a1cef1cb5c22a02476bd25.png", "max_level": 0}, {"id": 396, "name": "猫尾打烊之时", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/476b381bfc1c5a11c21e9fe28dd7988c.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000036, "name": "重云", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a8992a862c277de8df1a86ca9c5692b5.png", "element": 7, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/644/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/84?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10401, "name": "普通攻击·灭邪四式", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10402, "name": "灵刃·重华叠霜", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/1814382d7fae6fe8a1fa798cd18798fe.png", "max_level": 10}, {"id": 10403, "name": "灵刃·云开星落", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/ac507d75500cf748dbf5ad8707634d48.png", "max_level": 10}], "constellation": [{"id": 361, "name": "释凌咏冰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7b05791cd0bd3b8d3b1193f9811d8775.png", "max_level": 0}, {"id": 362, "name": "周天运转", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6c44ac43b1fa6f37c07af957fc08427c.png", "max_level": 0}, {"id": 363, "name": "云尽光生", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b55662d35b2caf7e78063b98e048a61b.png", "max_level": 0}, {"id": 364, "name": "浮云霜天", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2efaa58269fabc87f0925ab9bf1279bf.png", "max_level": 0}, {"id": 365, "name": "真道正理", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e786bf38666c963a993600e669831be6.png", "max_level": 0}, {"id": 366, "name": "四灵捧圣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ef7c9c527aed54f59d94b37febecae05.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000034, "name": "诺艾尔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/e4b02d096eb03701efaca5a084a536b0.png", "element": 3, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/111/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/66?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10341, "name": "普通攻击·西风剑术·女仆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10342, "name": "护心铠", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/1c305c56e272f34b1401245dece5d61f.png", "max_level": 10}, {"id": 10343, "name": "大扫除", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/3c9dd51626ecd5deb06894c3123018e6.png", "max_level": 10}], "constellation": [{"id": 341, "name": "支援就交给我吧", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7b81138f53bde3ff181a50c45b6a1cdf.png", "max_level": 0}, {"id": 342, "name": "旋风女仆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2e70b682cc69190995d39ead80409acb.png", "max_level": 0}, {"id": 343, "name": "女仆不会受伤", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a0a5b5ca99ce2ba181fbd66dc7483c5c.png", "max_level": 0}, {"id": 344, "name": "之后会扫干净的", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d2bd917cb536ff9756b94636769d06db.png", "max_level": 0}, {"id": 345, "name": "骑士团扫除专家", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d58680f88dacf885dcf9720c828c2243.png", "max_level": 0}, {"id": 346, "name": "要一尘不染才行", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5952ec937500e87a1e2b58dadd2a7466.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000032, "name": "班尼特", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/51644ff585a596943615618c2efd582c.png", "element": 1, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/105/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/110?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10321, "name": "普通攻击·好运剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10322, "name": "热情过载", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c6b2434878a0b30614ca632add5827c1.png", "max_level": 10}, {"id": 10323, "name": "美妙旅程", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/89a987b3f6c1983d9b435c1c54107d35.png", "max_level": 10}], "constellation": [{"id": 321, "name": "冒险憧憬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1523c82bf7fbee0d25db931b4388905d.png", "max_level": 0}, {"id": 322, "name": "踏破绝境", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c50d38876e7427566355939deb1537ff.png", "max_level": 0}, {"id": 323, "name": "火热激情", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e0b66e71305771312734508983493578.png", "max_level": 0}, {"id": 324, "name": "热情不灭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e32943f90c36bc64489e646e4c360770.png", "max_level": 0}, {"id": 325, "name": "开拓的心魂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/561dee159551be978118d4596d457b06.png", "max_level": 0}, {"id": 326, "name": "烈火与勇气", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/12a7516818917f1da074ba132ceec14a.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000031, "name": "菲谢尔", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/347da800d8181fe3a9137f4a8d310dab.png", "element": 5, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/382/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/65?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10311, "name": "普通攻击·罪灭之矢", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10312, "name": "夜巡影翼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/2deba413727a8ec460c73e3c5c741b95.png", "max_level": 10}, {"id": 10313, "name": "至夜幻现", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/ea38ba062cd391cd11aa61e04736981a.png", "max_level": 10}], "constellation": [{"id": 311, "name": "幽邃鸦眼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6fc5901d7d0cf3f0446719e794cf94f7.png", "max_level": 0}, {"id": 312, "name": "圣裁影羽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/3b563908a312d92609f1b2c14987abd8.png", "max_level": 0}, {"id": 313, "name": "渊色黑翼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cb0a44cb4ac62fe30f06f5e01073020a.png", "max_level": 0}, {"id": 314, "name": "皇女幻绮谭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/e3fa806067db9acedc477b0c00d7b8fb.png", "max_level": 0}, {"id": 315, "name": "至夜默示录", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ba929dd1281cc068f9e3a29fbcb849d2.png", "max_level": 0}, {"id": 316, "name": "永夜之禽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/89d0857dafa54cb315585806b3276907.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000027, "name": "凝光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/165c91af3a213292020c55e6ce9067e0.png", "element": 3, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/78/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/88?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10271, "name": "普通攻击·千金掷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10272, "name": "璇玑屏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/787c25e3fa934264193e3822d1b574b8.png", "max_level": 10}, {"id": 10274, "name": "天权崩玉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/9e1b8a68a71a6e0b554dbe7b15427d67.png", "max_level": 10}], "constellation": [{"id": 271, "name": "悬星尽散击云碎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/dfff3faf236dfd661df929d16b833255.png", "max_level": 0}, {"id": 272, "name": "璇玑合璧镇昆仑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/20a32766c9dd14ea249268606e18426c.png", "max_level": 0}, {"id": 273, "name": "星罗宿列天权临", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/79843c4df4a6944fdb63a663c77c0fdf.png", "max_level": 0}, {"id": 274, "name": "攻守易形著神机", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c24df4f52db3424b5a666e687c6ddd23.png", "max_level": 0}, {"id": 275, "name": "琼屏千扇正天衡", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/50cf05fa8aefa72badc2caa0345c6266.png", "max_level": 0}, {"id": 276, "name": "七星璨璨凝流光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/16ae385b392968e57d0fc24d968d6608.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000025, "name": "行秋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/f98f14050ac646dee234bac238786584.png", "element": 6, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/241/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/106?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10381, "name": "普通攻击·古华剑法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10382, "name": "古华剑·画雨笼山", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/7abb24007447673c6ea7a1054b5989d6.png", "max_level": 10}, {"id": 10385, "name": "古华剑·裁雨留虹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/688516d24c516cce6cdea028f0b8cbb1.png", "max_level": 10}], "constellation": [{"id": 251, "name": "重帘留香", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/dc7ec7eace8537caec3504ade7a768fc.png", "max_level": 0}, {"id": 252, "name": "天青现虹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/075267b9910394cce5062b96874f10c0.png", "max_level": 0}, {"id": 253, "name": "织诗成锦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c1474e2d04b014b056cf9e7c4f356b58.png", "max_level": 0}, {"id": 254, "name": "孤舟斩蛟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/449d1e3eb9a318f5288f5ec2e659c6fa.png", "max_level": 0}, {"id": 255, "name": "雨深闭门", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2358293df1a0bee0149d7d87251a7140.png", "max_level": 0}, {"id": 256, "name": "万文集此", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/001d4735f76ba69c853e48838be11471.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000024, "name": "北斗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/042bd4be19aaddb54428d0e8301b0621.png", "element": 5, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/79/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/87?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10241, "name": "普通攻击·征涛", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10242, "name": "捉浪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/676ab4b02b238ed8e893f1c27de67560.png", "max_level": 10}, {"id": 10245, "name": "斫雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/f255226ae09ea2fb841b695a8db16448.png", "max_level": 10}], "constellation": [{"id": 241, "name": "鱼龙沉四方", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/2e4fa4bc692348cda8917356fe349acf.png", "max_level": 0}, {"id": 242, "name": "赫赫雷涌起", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a86cafaa3c50ea26d0e87330afde6210.png", "max_level": 0}, {"id": 243, "name": "潮奔蓦引电", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cf0f0ae2733eed9c92986c9bd31d37fe.png", "max_level": 0}, {"id": 244, "name": "牵星觅乡岸", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/1c0aa38e9cb91ede5aeb0cbb39322fb2.png", "max_level": 0}, {"id": 245, "name": "踏浪霞连阶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8a97d8ccce5290c2455672cb2f7defee.png", "max_level": 0}, {"id": 246, "name": "北斗祓幽孽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cf79037c3bf34446732a4bf19e88bb8a.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000023, "name": "香菱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/e770f3426180bf4d411b2a560e258103.png", "element": 1, "level": 4, "weapon_cat_id": 13, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/112/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/86?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10231, "name": "普通攻击·白案功夫", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6e6653e738c3f93df64d5b3baa44e2c7.png", "max_level": 10}, {"id": 10232, "name": "锅巴出击", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/ecbde512bdcfaa4af3bc4dec7fc99631.png", "max_level": 10}, {"id": 10235, "name": "旋火轮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/7241fd8141670c5465e3f7948dcf7530.png", "max_level": 10}], "constellation": [{"id": 231, "name": "外酥里嫩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f0a57500164c244eed7841dd73314c5d.png", "max_level": 0}, {"id": 232, "name": "大火宽油", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/cac6b38b2d3da5a8c6c306fd9093bdd7.png", "max_level": 0}, {"id": 233, "name": "武火急烹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/6f68c34e986ccc722989df2bcb1a1399.png", "max_level": 0}, {"id": 234, "name": "文火慢煨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5308ae529f0a30cc897932d3cdc3dfa1.png", "max_level": 0}, {"id": 235, "name": "锅巴凶猛", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0f95779a8c123a705414df766b7f6fba.png", "max_level": 0}, {"id": 236, "name": "大龙卷旋火轮", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/f7e27b5fde599f407be0ea6d454c2977.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000021, "name": "安柏", "icon": "https://uploadstatic.mihoyo.com/hk4e/e20200928calculate/common/ambor_48e38b5882f6f03c35aa39aa34c4736b.png", "element": 1, "level": 4, "weapon_cat_id": 12, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/54/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/111?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10041, "name": "普通攻击·神射手", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/4226de56c3ae1f57dc011144f84080f9.png", "max_level": 10}, {"id": 10032, "name": "爆弹玩偶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/49935fb682a7527effee4bdc5284c5a9.png", "max_level": 10}, {"id": 10017, "name": "箭雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/677fd3050dcb09eddde981023e2c9bde.png", "max_level": 10}], "constellation": [{"id": 211, "name": "一箭双丘丘!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a40fa6319082d051b8df033f3e6fd9c1.png", "max_level": 0}, {"id": 212, "name": "一触即发", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/448b16f00797e2c356768aea6b22f165.png", "max_level": 0}, {"id": 213, "name": "烧起来啦!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/89cd831b11d7cc5fef0892d714ed5beb.png", "max_level": 0}, {"id": 214, "name": "才不是普通的布偶", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/fae2d89729b196541c149b25ca66a920.png", "max_level": 0}, {"id": 215, "name": "是兔兔伯爵!", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/bd03359ee914e306b20841ad4849583b.png", "max_level": 0}, {"id": 216, "name": "疾如野火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/620d676379cef7b6521b8e4b5edd1fef.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000020, "name": "雷泽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5988e34aa1f9ac1a27475dcd55f18692.png", "element": 5, "level": 4, "weapon_cat_id": 11, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/56/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/74?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10201, "name": "普通攻击·钢脊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/350832bf2f683d26c113fd8e220216a6.png", "max_level": 10}, {"id": 10202, "name": "利爪与苍雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/2dda0839e86b01e1dda17c4ab26c85d9.png", "max_level": 10}, {"id": 10203, "name": "雷牙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/040aec4af9bfe900537c2fe6d9e87ecb.png", "max_level": 10}], "constellation": [{"id": 201, "name": "狼性", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/53a8a076f587d6bd9c306c6eab348c78.png", "max_level": 0}, {"id": 202, "name": "压制", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a4efacbdf4942ea10adbb29a6a4ae915.png", "max_level": 0}, {"id": 203, "name": "兽魂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d6c8d27cb5fdcb8f3e05606ff3453ace.png", "max_level": 0}, {"id": 204, "name": "撕咬", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d637cdc84dcb869be5b3c73b181138ce.png", "max_level": 0}, {"id": 205, "name": "利爪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/b60d6fe4551eae95c307a12b739e3dc7.png", "max_level": 0}, {"id": 206, "name": "天狼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/60c2b4ec7c18f4f1dfd4f41a14222b39.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000015, "name": "凯亚", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/89e56fd6b4007e1450ee8d9ffc412ab5.png", "element": 7, "level": 4, "weapon_cat_id": 1, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/76/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/69?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10073, "name": "普通攻击·仪典剑术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/6820af643872d186b93506ec1f0a4c96.png", "max_level": 10}, {"id": 10074, "name": "霜袭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/5971a165f84d26174541338a1a6df41b.png", "max_level": 10}, {"id": 10075, "name": "凛冽轮舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/fb41a6402263714cdea89d5b65ce6f19.png", "max_level": 10}], "constellation": [{"id": 151, "name": "卓越的血脉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/0e2e2213d67eebc810b9c74366e91b31.png", "max_level": 0}, {"id": 152, "name": "无尽的霜舞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/8b132c190ca655a44d67dd3896762c31.png", "max_level": 0}, {"id": 153, "name": "凛冽的冰戏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/620d7485f726512ad79c7ab2f1c4627d.png", "max_level": 0}, {"id": 154, "name": "极寒的轻吻", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/d8c7c38b3cbb52c1eff4b30a20b39997.png", "max_level": 0}, {"id": 155, "name": "至冷的拥抱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/052571cc97bd7f77cd1b58fb4963280f.png", "max_level": 0}, {"id": 156, "name": "轮旋的冰凌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/810a95afc7d51f5933ebc2dfc1c9c470.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000014, "name": "芭芭拉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/edb2f14a9cc215376af2e384252243f7.png", "element": 6, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/61/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/71?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10070, "name": "普通攻击·水之浅唱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10071, "name": "演唱,开始♪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/8c05a36a72b21f07af5f14ede662b009.png", "max_level": 10}, {"id": 10072, "name": "闪耀奇迹♪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/eb4ebd9190436e975f7665593911a01a.png", "max_level": 10}], "constellation": [{"id": 141, "name": "彩色歌谣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/59f7582c9efef6d3d6ddcb72bb736bdb.png", "max_level": 0}, {"id": 142, "name": "元气迸发", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/157ae0aecdd66914602c8bb13895b5d5.png", "max_level": 0}, {"id": 143, "name": "明日之星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/027371cab9bf58fe7128c59505dbd103.png", "max_level": 0}, {"id": 144, "name": "努力即魔法", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7a294b8b5e451ef0e1fd9776d673e520.png", "max_level": 0}, {"id": 145, "name": "纯真的羁绊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ae21217289229ef21f0554c24d7b6354.png", "max_level": 0}, {"id": 146, "name": "将一切美好献给你", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/ce1412589883fc9f7722e0c994020cbb.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}, {"id": 10000006, "name": "丽莎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/e4839aac9d57af878e4a3f54ef785a1e.png", "element": 5, "level": 4, "weapon_cat_id": 10, "wiki_url": "https://bbs.mihoyo.com/ys/obc/content/92/detail?bbs_presentation_style=no_header", "strategy_url": "https://bbs.mihoyo.com/ys/strategy/channel/map/39/184?bbs_presentation_style=no_header", "lineup_url": "", "calc_url": "", "skill": [{"id": 10060, "name": "普通攻击·指尖雷暴", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/d4d84aad37171d4cfed232730390859a.png", "max_level": 10}, {"id": 10061, "name": "苍雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/0a4e5b7163677dc78d141f5f57cdd8fc.png", "max_level": 10}, {"id": 10062, "name": "蔷薇的雷光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_skill_icon_u0263g/c5a5f898363deedc593906c24f1871e6.png", "max_level": 10}], "constellation": [{"id": 41, "name": "无限的电回路", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/784a6f4e43444cc73c63c9d4abb1b2f6.png", "max_level": 0}, {"id": 42, "name": "空间电势结界", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/7096c99f58593322135b6ae0b08a746f.png", "max_level": 0}, {"id": 43, "name": "谐振的雷光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/a723ce5ba5b651594f9e5424f1700bbb.png", "max_level": 0}, {"id": 44, "name": "如雨的电浆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/c60cc08d04873691e83d68b93b39e54e.png", "max_level": 0}, {"id": 45, "name": "等离态的落雷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/5d793c8ef775bcfc0bf431d3d507ceed.png", "max_level": 0}, {"id": 46, "name": "脉冲的魔女", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_talent_icon_u0263g/4ec2af5936b3e61c5d08e4858c66a255.png", "max_level": 0}], "weapon": null, "set_list": [], "tag": null, "first_attr": [], "secondary_attr": [], "secondary_attr_detail": [], "second_avatars": [], "second_weapons": [], "recommend_skill_level": [], "recommend_constellation": [], "Incomplete": false}], "all_weapon": [{"id": 15514, "name": "星鹫赤羽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/8fcec7479fbb4b5fc260e59114743eaf.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15513, "name": "白雨心弦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1df66e62ccd9682011c9683fa8fe524e.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15512, "name": "最初的大魔术", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6fd63ce9e2d5b0c4aeb4fc04fcfea37d.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15511, "name": "猎人之径", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5b9127a336a0ec637ab0961d4ca33911.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15509, "name": "飞雷之弦振", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/95c9062eb282c8aa0c02d27ae0c25c23.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15508, "name": "若水", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b3e6c21d544968fe10c8b5012a1d75d2.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15507, "name": "冬极白星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/17b6fa072594a38f4723ccd275883135.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15503, "name": "终末嗟叹之诗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/75d78c95826349f79dfd4ac680ed8da3.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15502, "name": "阿莫斯之弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/e4056f377c16316322bcaa473629392d.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 15501, "name": "天空之翼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/33714245dd2bdada9d40e3bd764bc5f5.png", "level": 5, "cat_id": 12, "wiki_url": ""}, {"id": 14516, "name": "冲浪时光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c4a54b99876f3980a26259703c333968.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14515, "name": "鹤鸣余音", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/73cfbb4a504f23a6c67eb3ebf44e8b95.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14514, "name": "万世流涌大典", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b42b7f6524decf8901188be858bd16df.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14513, "name": "金流监督", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/20eff0af3d52e23d1a4b1e4560f40f18.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14512, "name": "图莱杜拉的回忆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/239b6d9d867525fb6ead6858a2b3d0a9.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14511, "name": "千夜浮梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/713195c0b3038c6c1f155173a7c532e7.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14509, "name": "神乐之真意", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3eaa0977edc23f8ec50fb93a47db16cb.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14506, "name": "不灭月华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c25e08ef56f7632fc7d811b965ea4e15.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14505, "name": "碧落之珑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c6a53d1b1f0815d12e8de113ff19ce5a.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14504, "name": "尘世之锁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2a6d3c7310a1a58a894fa9ecfc45c271.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14502, "name": "四风原典", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5ffb4bd36e341f51daf3c92af468911d.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 14501, "name": "天空之卷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/bd3e9161fc661826184cb85e32c26a0c.png", "level": 5, "cat_id": 10, "wiki_url": ""}, {"id": 13513, "name": "柔灯挽歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/acaa8bbf9af3bbfac0dd62bff3467956.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13512, "name": "赤月之形", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/87abca90965c47760c2f8a21ffead49f.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13511, "name": "赤沙之杖", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1d8327b952163fbcdb68e48b2ca79994.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13509, "name": "薙草之稻光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1f82df268397e40e2f0baf22e7c2c389.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13507, "name": "息灾", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/89206c05a2f84f04654da7d9c1a798d9.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13505, "name": "和璞鸢", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/80b90d5cfc2c8ef94902f90d88b0c806.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13504, "name": "贯虹之槊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/826d714cd9faaad68dfb71f9a021e5bd.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13502, "name": "天空之脊", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6e56e1dd2238c05d4fc162d190f84fbf.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 13501, "name": "护摩之杖", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/29f96fa0487729741a6d6fd1fd385e74.png", "level": 5, "cat_id": 13, "wiki_url": ""}, {"id": 12513, "name": "山王长牙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b1bdb4b30cd69375b1a505205fd50ac3.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12512, "name": "裁断", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/610e49d29d2459ae6367b7f5072729c8.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12511, "name": "苇海信标", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0f9c4a4d7451d5b130fd39119ede4781.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12510, "name": "赤角石溃杵", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3ef9e125627176bba7f8d0b97b68b93a.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12504, "name": "无工之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5f3957f102ffd096a2c08939e7219e91.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12503, "name": "松籁响起之时", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3649be99a476907d6305e8e9ca03ba0a.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12502, "name": "狼的末路", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1cdc0727d7be2e71d954984652a53937.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 12501, "name": "天空之傲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/aeed337322ac37743637a07d3d9e8654.png", "level": 5, "cat_id": 11, "wiki_url": ""}, {"id": 11516, "name": "岩峰巡歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/4a7794f7474c2d358b510cae7562b606.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11515, "name": "赦罪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c4de4e80a03bdeae7d79a78f1513c933.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11514, "name": "有乐御簾切", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/06ab5dbdcd90f5389baa06f08a08b1d5.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11513, "name": "静水流涌之辉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/bdffde0e6a52ce150c8faeb933d49583.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11512, "name": "裁叶萃光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2ea936d7994d6609d4a8043a64b9b8e6.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11511, "name": "圣显之钥", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/de79baaa3ca809c24f56a95db39f84a5.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11510, "name": "波乱月白经津", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b0432b6234b9ba47dba0724ebb54d320.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11509, "name": "雾切之回光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/9c00946b44cf416855fe50da928d27e4.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11505, "name": "磐岩结绿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1959c1dbe3249143eb32391145c60dac.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11504, "name": "斫峰之刃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6325b62cbdb4d5e0c8136a5645f845c4.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11503, "name": "苍古自由之誓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a472bdb2ee86c9e13835660473c54491.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11502, "name": "天空之刃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d82d4e256d9880d07a1aa422c8b2925b.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 11501, "name": "风鹰剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/91cfecd7a4740cda5fc39b4db944991e.png", "level": 5, "cat_id": 1, "wiki_url": ""}, {"id": 15431, "name": "碎链", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0d3c19dcefdc07b8cb58c146894dcabe.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15430, "name": "缀花之翎", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/42ee17b0b830ae205d1cb9691492d555.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15427, "name": "测距规", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d8aae1cd746b7b5e325ac63cd47fe7ae.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15426, "name": "筑云", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a745db3fb554b1f16fe881df3b3c7a22.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15425, "name": "静谧之曲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/9c544300294ec84a2fe4e6481eb66185.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15424, "name": "烈阳之嗣", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/f063937a459b43f0c08a3b7dbe9ee706.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15419, "name": "鹮穿之喙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/bad486e39f1fb05ecc1766949526af5f.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15418, "name": "竭泽", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3ba55831ae14e3f0a66ce8fef5d7e68b.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15417, "name": "王下近侍", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/47e5ea12752e20574a9825baa6d45052.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15416, "name": "曚云之月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a511fc94e8e690f3f311ef35a03881d9.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15415, "name": "掠食者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/f4081c833a29ada156b52c1ffc8c63dc.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15414, "name": "破魔之弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/77deb87d329672dd29f0fd7ed83f09f0.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15413, "name": "风花之颂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/8bbd6938c86280c5a31f5a7ac30fdc9a.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15412, "name": "幽夜华尔兹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/8e467d1694035256b9e7cb6d1e1c332a.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15411, "name": "落霞", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/7485087e180b97d75fe39b2fac72110e.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15410, "name": "暗巷猎手", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/76204bcce491e889a62c82734abe5c5f.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15409, "name": "苍翠猎弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3120488f484f6b277e881b719a628afb.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15408, "name": "黑岩战弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c3e0d5c394e0952ec2eeb10721d2bc24.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15407, "name": "钢轮弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/f741959330f3ca2d951b6dadd2508a5d.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15406, "name": "试作澹月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/41410fe857fe5ce9f70f10586cf5ffea.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15405, "name": "弓藏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a8055afdf575a70215d4d4b30f1f1f39.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15404, "name": "宗室长弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0e5ba1f1b278ec14d8e48c433bceca87.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15403, "name": "祭礼弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2fe2c5385e1eab01849ed8eba665adce.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15402, "name": "绝弦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/41781f19f2f592e135ef485ffd9ad075.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 15401, "name": "西风猎弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1b8d0fcce49fc3f4f4293bfaafcce8b1.png", "level": 4, "cat_id": 12, "wiki_url": ""}, {"id": 14431, "name": "木棉之环", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5c058f8dda71306898b92c1622d8b97c.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14430, "name": "乘浪的回旋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5dccf434f9bfc7e12a8b53d3c9d92066.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14427, "name": "苍纹角杯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/fdf7854454a5921561186d90f9a74cd5.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14426, "name": "无垠蔚蓝之歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/93e6bf0451b729a46de1dfab6082c62b.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14425, "name": "纯水流华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/e3ec2b76c3b07cdb393da49cf09d114a.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14424, "name": "遗祀玉珑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c78026edd00a0c437994aae4f8a8d758.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14417, "name": "盈满之实", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a1f9f2c507606a003980d9ea62f23745.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14416, "name": "流浪的晚星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3c7d3fd198a70f26c119d0e1db805948.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14415, "name": "证誓之明瞳", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/82f638ff8008bd8c5444c0cebbb04eac.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14414, "name": "白辰之环", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d9cdf14ee5e2a3a0c3418bba03b16334.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14413, "name": "嘟嘟可故事集", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/05e05d415983fd7841848be51b6d138e.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14412, "name": "忍冬之果", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/19a92c5c4be27037dff0df3bac9dd247.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14410, "name": "暗巷的酒与诗", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/e3ec1f20ec66a9972528d1a9d51b7df1.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14409, "name": "昭心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/be64a195e00b7ed90debb2fb1c28a8b8.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14408, "name": "黑岩绯玉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/7b7e79c6d4563e0fd7d7375423526e4a.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14407, "name": "万国诸海图谱", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1470edafcd8d253fc5c6ea11cd1b8a20.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14406, "name": "试作金珀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/638b40697884c89d131148d68c81bdb0.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14405, "name": "匣里日月", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/406b980054b82c5d5e1199a9b91af8c1.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14404, "name": "宗室秘法录", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/dca6e0d62947e53ccff292c26ac2766d.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14403, "name": "祭礼残章", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/76e3b256a20aa92020313f6d5415253c.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14402, "name": "流浪乐章", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0eebf9bc9ee552661dbd30d384e5eb77.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 14401, "name": "西风秘典", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a529e295cf186826e60f6e709ae81481.png", "level": 4, "cat_id": 10, "wiki_url": ""}, {"id": 13431, "name": "虹的行迹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/fc769fe30a560748a30b2a69af9c3970.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13430, "name": "镇山之钉", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/f6b4cfa45b265d1dba28c3711da4cc4b.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13427, "name": "勘探钻机", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0961119ee3e8f987a3fead8d064bb15b.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13426, "name": "沙中伟贤的对答", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/fdb6bf1072088ba1dc1d26c0c626bbfd.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13425, "name": "公义的酬报", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/db04045a666fe091e73096ba376f2af0.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13424, "name": "峡湾长歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3e456e6c6236e0bf112e573fadf21aaa.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13419, "name": "风信之锋", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/296ec20236cfa2da10735204fe958fc9.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13417, "name": "贯月矢", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/648b6436d24142a50d345e677be7d71d.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13416, "name": "断浪长鳍", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/273a83eac2c036e4056d2dd0f5e01a23.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13415, "name": "「渔获」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b0524a013fc9f5e0c49b9172cfc5a3d2.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13414, "name": "喜多院十文字", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/858c9d894a5f48d60fe28be5147b256c.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13409, "name": "龙脊长枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/479e8cd16f6b0a7e3566d0db30e361cf.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13408, "name": "宗室猎枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/983f1868f69ce2949ee29a49e1fc0df3.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13407, "name": "西风长枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/26a06cbb151cc0bbc886cfeb9239ef45.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13406, "name": "千岩长枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/7f109b2ea85544654b6d1abf64c79f52.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13405, "name": "决斗之枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3e0a4746ebd6a54dc31092c24c82b4fb.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13404, "name": "黑岩刺枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/59968d808e2716d632764dbd00acacbf.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13403, "name": "流月针", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6eb2a1adb60b27f251686619c8889857.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13402, "name": "试作星镰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5cf171c3c9ed12f0a811fb18b72fc68f.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 13401, "name": "匣里灭辰", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/4ec72ef4763f65695d21a13a2be6dc9e.png", "level": 4, "cat_id": 13, "wiki_url": ""}, {"id": 12431, "name": "撼地者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0d91ca717a2294c106f6e1df5a6f1645.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12430, "name": "硕果钩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/cc66112af8c3e1c76cf2726a944d517a.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12427, "name": "便携动力锯", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/779557b2ddf129ba4c81867a88917026.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12426, "name": "「究极霸王超级魔剑」", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/ed69626cea1f322672ecf94b0fa995c9.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12425, "name": "浪影阔剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/e5bedb93f503b915073382ff7174f83e.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12424, "name": "聊聊棒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a917df747da9bd0eb6a56b1500af2452.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12418, "name": "饰铁之花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/656c938348c0c3817282d27305911846.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12417, "name": "森林王器", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/7b2f93e229ec96dc5f7dc165bfd4669d.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12416, "name": "恶王丸", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/825de0a8a2fee8fa9df6a248077e80bb.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12415, "name": "玛海菈的水色", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/096084417526afcd3f01bd6e16fc9c6f.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12414, "name": "桂木斩长正", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/cc5bf9f2cf490ae9978bab596bf257c7.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12412, "name": "衔珠海皇", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/cc3e9821ff010092f6ca70c0aa713e41.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12411, "name": "雪葬的星银", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d9ecd7b2c269eb51b10b12037da197be.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12410, "name": "千岩古剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/414a5d41eba0fa37ad9c11aaa2bc91a0.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12409, "name": "螭骨剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/bbf7c530876f685d7bf38098997dcbff.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12408, "name": "黑岩斩刀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/01130fe0a1d1d758ddd4afa0610b3e55.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12407, "name": "白影剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/149a6685f84517c964acc77fdf6f69b1.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12406, "name": "试作古华", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/f3dff093cfe33aaa0f242853da186daa.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12405, "name": "雨裁", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/e7fd7d59ef0bf30328b47a5a178c9990.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12404, "name": "宗室大剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5803430dd250470eda32c45e2fd70511.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12403, "name": "祭礼大剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/63600585dcc2fed169bbdedad4145cd1.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12402, "name": "钟剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/78e577f3d4963aae725717547831d277.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 12401, "name": "西风大剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a3e95705fefec5c927037f3204f49368.png", "level": 4, "cat_id": 11, "wiki_url": ""}, {"id": 11431, "name": "息燧之笛", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/73e6a3acb12811ed89df50553f3f7db2.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11430, "name": "弥坚骨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/15e4a1279072e1dd59062d4c1ab93432.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11428, "name": "水仙十字之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0cee7fdc70a90bd079c5496148d2dd96.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11427, "name": "船坞长剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a0483626865216fa424ca09a6f822fac.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11426, "name": "灰河渡手", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/84334d67552fa74a00b2d6c03e7b43a1.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11425, "name": "海渊终曲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/f4e29b1437daf85fd5110fde3d637f6d.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11424, "name": "狼牙", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b5e45a33e48279d62f59721a036792fe.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11422, "name": "东花坊时雨", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/286207547fac94159894721cd107a777.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11418, "name": "西福斯的月光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/ee2ec9c2e6c3223d609bfc1e8d1de252.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11417, "name": "原木刀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/11cc12a8d2125ca21c0321e4f94f38db.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11416, "name": "笼钓瓶一心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/053eb87986908e8927b0a6297c0179ae.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11415, "name": "辰砂之纺锤", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/22e35afc12dabd58e202b291634f9ee0.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11414, "name": "天目影打刀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0446008d5cdcfe929a217f7612e9a308.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11413, "name": "腐殖之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/98c07cfdee90737f7296dc2b250b87b4.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11412, "name": "降临之剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d366ea1bcfc10a5917503d6f7a974b0a.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11410, "name": "暗巷闪光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a6afd8b4bf5027fa98b6ee2a4313e286.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11409, "name": "黑剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/76e65ced3ca92ec1757c6ff610010bdf.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11408, "name": "黑岩长剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/dc72680f6fe526f0126c4738b40e2600.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11407, "name": "铁蜂刺", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/47d4ce79dac431a79289ef7a58b10fa3.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11406, "name": "试作斩岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/26763e3186d3ce04b6ce876d21aae0d3.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11405, "name": "匣里龙吟", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1526e6766736096033231fd4b38e98f6.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11404, "name": "宗室长剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/64a812d548de80f88141f4f40b1e5ce2.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11403, "name": "祭礼剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c94a4cb89558fda0bcfc0a2f53d23160.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11402, "name": "笛剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/98309dcb82c6fe59b6be5220068587ec.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 11401, "name": "西风剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/adb3408894200fd6dd4110f5fcaa712d.png", "level": 4, "cat_id": 1, "wiki_url": ""}, {"id": 15305, "name": "信使", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2e9f8f49e4001a552051e5f750f1423a.png", "level": 3, "cat_id": 12, "wiki_url": ""}, {"id": 15304, "name": "弹弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/ba8169ace25fa5b4518854f65058a8f4.png", "level": 3, "cat_id": 12, "wiki_url": ""}, {"id": 15303, "name": "反曲弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/447b204c3364cd2e13b2353d2bdefdd4.png", "level": 3, "cat_id": 12, "wiki_url": ""}, {"id": 15302, "name": "神射手之誓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/a19eb455fbfc9e619d0df45ca9db8674.png", "level": 3, "cat_id": 12, "wiki_url": ""}, {"id": 15301, "name": "鸦羽弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b8df2713928c39a9d59f87f0d6ec3c1d.png", "level": 3, "cat_id": 12, "wiki_url": ""}, {"id": 14305, "name": "甲级宝珏", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/99583545fb8f2ed000322b374eae9e09.png", "level": 3, "cat_id": 10, "wiki_url": ""}, {"id": 14304, "name": "翡玉法球", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/4297689d93c6b13bb53f984da954935d.png", "level": 3, "cat_id": 10, "wiki_url": ""}, {"id": 14303, "name": "异世界行记", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/ade7996a3c3878e51f0bed656e82a210.png", "level": 3, "cat_id": 10, "wiki_url": ""}, {"id": 14302, "name": "讨龙英杰谭", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/acb8641a7d5b859fe98a0556c62e53d1.png", "level": 3, "cat_id": 10, "wiki_url": ""}, {"id": 14301, "name": "魔导绪论", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5186e110dc29377e2463ccd88b6c7758.png", "level": 3, "cat_id": 10, "wiki_url": ""}, {"id": 13303, "name": "黑缨枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/974b557a62e0ddb2edefb2d1f9cb0fa2.png", "level": 3, "cat_id": 13, "wiki_url": ""}, {"id": 13302, "name": "钺矛", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/29e19f0ea76f43c85627acf44b015108.png", "level": 3, "cat_id": 13, "wiki_url": ""}, {"id": 13301, "name": "白缨枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6bf04726ab411c4e8eb45bf4bfa1406a.png", "level": 3, "cat_id": 13, "wiki_url": ""}, {"id": 12306, "name": "飞天大御剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d17f574d70bd9c9ce546a8e8ca3973c5.png", "level": 3, "cat_id": 11, "wiki_url": ""}, {"id": 12305, "name": "以理服人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/018aeda3fee38f867fc411fc8d59a7e1.png", "level": 3, "cat_id": 11, "wiki_url": ""}, {"id": 12303, "name": "白铁大剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/60f94d879b360e2600ff4f240d62eeac.png", "level": 3, "cat_id": 11, "wiki_url": ""}, {"id": 12302, "name": "沐浴龙血的剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/01cf0f163752e6901baa920e73ad0c43.png", "level": 3, "cat_id": 11, "wiki_url": ""}, {"id": 12301, "name": "铁影阔剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/1125c9eb9a7c0c4987bd6977b34fe935.png", "level": 3, "cat_id": 11, "wiki_url": ""}, {"id": 11306, "name": "飞天御剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/21ea8c6323f737fe086a4c5b3657ad67.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 11305, "name": "吃虎鱼刀", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3eff18cd5b4e0b5d17922d6a40f1d04c.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 11304, "name": "暗铁剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/63d1dd6d565b00e34b0db603a31cbde8.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 11303, "name": "旅行剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d1633719bd87b60dc4f1e9c5d7d728b0.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 11302, "name": "黎明神剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c8dfde49447f60613427e2801796586b.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 11301, "name": "冷刃", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/cd2ad533671c4b54ea914301fc354289.png", "level": 3, "cat_id": 1, "wiki_url": ""}, {"id": 15201, "name": "历练的猎弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/88f1f7aca2ca0f7f969934711e1e2573.png", "level": 2, "cat_id": 12, "wiki_url": ""}, {"id": 14201, "name": "口袋魔导书", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/069861109909543cc2c01acbf009395c.png", "level": 2, "cat_id": 10, "wiki_url": ""}, {"id": 13201, "name": "铁尖枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/84f009d955f299520c57728d55babdc6.png", "level": 2, "cat_id": 13, "wiki_url": ""}, {"id": 12201, "name": "佣兵重剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/4266a4f18eb0a71c20adf591c180667e.png", "level": 2, "cat_id": 11, "wiki_url": ""}, {"id": 11201, "name": "银剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/51c3b41c2fc5c81979a7eefa25393ba3.png", "level": 2, "cat_id": 1, "wiki_url": ""}, {"id": 15101, "name": "猎弓", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/50fd3b25819ec24ee48ae952b175ffff.png", "level": 1, "cat_id": 12, "wiki_url": ""}, {"id": 14101, "name": "学徒笔记", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2462bdaf02cd99bfe54197f41d865ed2.png", "level": 1, "cat_id": 10, "wiki_url": ""}, {"id": 13101, "name": "新手长枪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/874c7242c03c1958dcfeead44b3f00d1.png", "level": 1, "cat_id": 13, "wiki_url": ""}, {"id": 12101, "name": "训练大剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/14fa633486b66ea0e37732c76ad7ba5e.png", "level": 1, "cat_id": 11, "wiki_url": ""}, {"id": 11101, "name": "无锋剑", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/c4e7df12c86224a7b163ea7094494e32.png", "level": 1, "cat_id": 1, "wiki_url": ""}], "all_set": [{"id": 15038, "name": "黑曜秘典", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/233a51ef756b5c848b8822206c8e6dd0.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15037, "name": "烬城勇者绘卷", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d0061146d3585e5a8c1aa221511c72fc.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15036, "name": "未竟的遐思", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6ddfa67e332a4eaf71568aa5ef48bae4.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15035, "name": "谐律异想断章", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d5a471f352926dcd69efe0f6daa087a7.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15034, "name": "回声之林夜话", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2b92312ab2e28c66acd5909df4d83df1.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15033, "name": "昔时之歌", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/aed496ffb3a090f714cfb345b262e507.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15032, "name": "黄金剧团", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/70b3a55d0204b1465453c0f5c0cb5d77.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15031, "name": "逐影猎人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2e3bd91114fa1dc8461bb39653d4b7f2.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15030, "name": "花海甘露之光", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/967865ce2a98a84d1fb41ab1a603970d.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15029, "name": "水仙之梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/5b1d54422ef4a0ff8084088444f1c024.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15028, "name": "乐园遗落之花", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/7b30a3d0c27733c28959c2964065fa41.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15027, "name": "沙上楼阁史话", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/de10626ddf7de1f3d657e47a694bc7c8.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15026, "name": "饰金之梦", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2b97b09d144f73fae833d45a3432b41d.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15025, "name": "深林的记忆", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/90a04414fe4025e6288874b54c9f1f63.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15024, "name": "来歆余响", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/997da50cf0727c117bf08952071bf511.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15023, "name": "辰砂往生录", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/9ff1f389fbf4c46b3a2b1ae96a0f6b5b.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15022, "name": "海染砗磲", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/4e36ca59058e322f07ec8ac79ddf50e1.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15021, "name": "华馆梦醒形骸记", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/78332ea71622ed16704f4c2a2ca3605d.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15020, "name": "绝缘之旗印", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/731421e07d13dc51481e46aa1e6d46ee.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15019, "name": "追忆之注连", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/608ed719a4cd6ffd68d346f9bc17d0e0.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15018, "name": "苍白之火", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/d016198176fd2dd7928c228cef884b6d.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15017, "name": "千岩牢固", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/3a807bb72315dad6787e9e90a875b057.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15016, "name": "沉沦之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/39ca6cee8773abed63fa60d403b460c7.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15015, "name": "逆飞的流星", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/8cbf821393232b215d803f355b70896d.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15014, "name": "悠古的磐岩", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/feaf7000465cfb75d3e8644f11a3b0c2.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15008, "name": "染血的骑士道", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/4747fd45f6bd524c3427a8de74d52222.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15007, "name": "昔日宗室之仪", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2ba15ee731c0f7b7cc0d06102d9f7782.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15006, "name": "炽烈的炎之魔女", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/9e3a6a1366630b78136f69fd7bb9a062.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15005, "name": "如雷的盛怒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/b69543b3d7c56ea4ed0020c2ce7fcde0.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15003, "name": "流浪大地的乐团", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/ef8cca95ab27c40445312fa587b2b49f.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15002, "name": "翠绿之影", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/f4da6097d2c535a412958aa3948d0129.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 15001, "name": "角斗士的终幕礼", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/47b4908a86ce407ad8d72520081785ba.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 14004, "name": "被怜爱的少女", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6ec64d4c64339f7a66e0d6a8d614c7af.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 14003, "name": "渡过烈火的贤人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/6cb5f6f71af1e55e64c738ae26ce33fb.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 14002, "name": "平息鸣雷的尊者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/7b2c69efc84e935c230fd0feee8934b8.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 14001, "name": "冰风迷途的勇士", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/fce54c60969a02a9e917702e2ac21e53.png", "level": 5, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10012, "name": "学士", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/45403805aae4eb5822efb2761cc3c9a0.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10009, "name": "流放者", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/795cc60b170f334632f92647ac89e5a2.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10008, "name": "赌徒", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/2d761fdafa759d756f37642e6bfa259d.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10007, "name": "教官", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/9f3b3bb2e4c38b13e9d9662d72fe6761.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10006, "name": "武人", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/eaa8bd7d9823574278cadd7ef33df2ab.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10005, "name": "战狂", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/88ddf4e7f3a8711b5623a54fb2a1dcb1.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10004, "name": "奇迹", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/34f2ce94085aba8691f0bf65326b0e44.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10003, "name": "守护之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/38c3a2362b2fcf8d2a2da49b013dd188.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10002, "name": "勇士之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/9b0d505b69ce4fdd5a2528b015564685.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10001, "name": "行者之心", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/099c1194606ebb5d13766d644ca0ce60.png", "level": 4, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10013, "name": "游医", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/20f0839f0f593c9ef9fd65f13876582a.png", "level": 3, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10011, "name": "幸运儿", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/0aa96fbe4d1c6cc8a8492646e2ce67b9.png", "level": 3, "attr_id": 0, "cat_id": 0, "wiki_url": ""}, {"id": 10010, "name": "冒险家", "icon": "https://act-webstatic.mihoyo.com/hk4e/e20200928calculate/item_icon_u0263g/e38161372fa4f8f29f0f6e8e52a03206.png", "level": 3, "attr_id": 0, "cat_id": 0, "wiki_url": ""}], "avatar_level": [{"id": 4, "name": "四星"}, {"id": 5, "name": "五星"}], "weapon_level": [{"id": 5, "name": "五星"}, {"id": 4, "name": "四星"}, {"id": 3, "name": "三星"}, {"id": 2, "name": "二星"}, {"id": 1, "name": "一星"}], "set_level": [{"id": 5, "name": "五星"}, {"id": 4, "name": "四星"}, {"id": 3, "name": "三星"}], "avatar_element": [{"id": 1, "name": "火"}, {"id": 6, "name": "水"}, {"id": 2, "name": "风"}, {"id": 5, "name": "雷"}, {"id": 4, "name": "草"}, {"id": 7, "name": "冰"}, {"id": 3, "name": "岩"}], "weapon_cat": [{"id": 1, "name": "单手剑"}, {"id": 10, "name": "法器"}, {"id": 11, "name": "双手剑"}, {"id": 12, "name": "弓"}, {"id": 13, "name": "长柄武器"}], "tag_list": [{"id": 16, "name": "辅助", "color": "#529EC8"}, {"id": 17, "name": "主C", "color": "#C85252"}, {"id": 18, "name": "副C", "color": "#DEA226"}, {"id": 19, "name": "生存", "color": "#52C8A5"}], "extra_config": {"reliquary_fst_attr": [{"key": 1, "value": {"category": [1]}}, {"key": 2, "value": {"category": [2]}}, {"key": 3, "value": {"category": [3, 4, 5, 6, 7]}}, {"key": 4, "value": {"category": [3, 4, 5, 6, 10, 11, 12, 13, 14, 15, 16, 19]}}, {"key": 5, "value": {"category": [3, 4, 5, 6, 8, 9, 17]}}], "reliquary_sec_attr": [{"key": 1, "value": {"category": [2, 3, 4, 18, 5, 6, 7, 8, 9]}}, {"key": 2, "value": {"category": [1, 3, 4, 18, 5, 6, 7, 8, 9]}}, {"key": 3, "value": {"category": [1, 2, 3, 4, 18, 5, 6, 7, 8, 9]}}, {"key": 4, "value": {"category": [1, 2, 3, 4, 18, 5, 6, 7, 8, 9]}}, {"key": 5, "value": {"category": [1, 2, 3, 4, 18, 5, 6, 7, 8, 9]}}], "reliquary_attr_define": [{"id": 1, "name": "生命值"}, {"id": 2, "name": "攻击力"}, {"id": 3, "name": "攻击力百分比"}, {"id": 4, "name": "生命值百分比"}, {"id": 5, "name": "防御力百分比"}, {"id": 6, "name": "元素精通"}, {"id": 7, "name": "元素充能效率"}, {"id": 8, "name": "暴击率"}, {"id": 9, "name": "暴击伤害"}, {"id": 10, "name": "火元素伤害加成"}, {"id": 11, "name": "风元素伤害加成"}, {"id": 12, "name": "水元素伤害加成"}, {"id": 13, "name": "雷元素伤害加成"}, {"id": 14, "name": "冰元素伤害加成"}, {"id": 15, "name": "岩元素伤害加成"}, {"id": 16, "name": "物理伤害加成"}, {"id": 17, "name": "治疗加成"}, {"id": 18, "name": "防御力"}, {"id": 19, "name": "草元素伤害加成"}], "element_resonance": [{"key": 5, "value": {"title": "【强能之雷】", "content": "水元素附着持续时间下降40%。触发超导、超载、感电、原激化、超激化、超绽放反应时,有100%概率掉落1个雷元素微粒,冷却时间5秒"}}, {"key": 6, "value": {"title": "【愈疗之水】", "content": "火元素附着的持续时间下降40%,生命值上限提升25%"}}, {"key": 7, "value": {"title": "【粉碎之冰】", "content": "雷元素附着持续时间下降40%。攻击冰元素附着或冻结状态下的敌人时,暴击率提高15%"}}, {"key": 0, "value": {"title": "【交织之护】", "content": "所有元素抗性提升15%,物理抗性提升15%"}}, {"key": 1, "value": {"title": "【热诚之火】", "content": "冰元素附着的持续时间下降40%。攻击力提高25%"}}, {"key": 2, "value": {"title": "【迅捷之风】", "content": "体力消耗降低15%,移动速度提升10%,技能冷却时间缩短5%"}}, {"key": 3, "value": {"title": "【坚定之岩】", "content": "护盾强效提升15%。此外,角色处于护盾庇护下时,具有如下特性:造成的伤害提升15%;角色对敌人造成伤害时,会使敌人的岩元素抗性降低20%,持续15秒"}}, {"key": 4, "value": {"title": "【蔓生之草】", "content": "元素精通提升50点。触发燃烧、原激化、绽放反应后,队伍中附近的所有角色元素精通提升30点,持续6秒。触发超激化、蔓激化、超绽放、烈绽放反应后,队伍中附近的所有角色元素精通提升20点,持续6秒。以上效果的持续时间单独计算"}}], "lineup_type_conf": [{"id": 1, "group_name": []}, {"id": 2, "group_name": ["上半", "下半"]}, {"id": 105, "group_name": []}], "reliquary_type_define": [{"id": 1, "name": "生之花"}, {"id": 2, "name": "死之羽"}, {"id": 3, "name": "时之沙"}, {"id": 4, "name": "空之杯"}, {"id": 5, "name": "理之冠"}], "coin_cnt": 10}, "difficulty": [{"id": 1, "content": "新手推荐"}, {"id": 2, "content": "高手进阶"}, {"id": 3, "content": "趣味娱乐"}], "hot_tags": ["萌新友好", "激化", "造价适中", "多元素反应", "种门", "12层无压力速通", "核爆", "操作简单易上手", "双火", "纯水", "低成本", "永冻", "超载", "幻想剧诗阵容分享", "帮配阵容分享"], "role_combat_conf": {"cur_version": 7, "elements": [1, 5, 4], "invited_roles": [10000103, 10000094, 10000025, 10000074], "first_roles": [10000029, 10000044, 10000058, 10000068, 10000069, 10000061], "simple_mode_id": 106, "normal_mode_id": 107, "hard_mode_id": 108, "extreme_mode_id": 119, "show_version": 7, "show_elements": [1, 5, 4]}, "special_tag_id": {"normal": 1, "spiral_abyss": 2, "role_combat": 105}}} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/name2Icon_mapping_5.1.0.json b/GenshinUID/utils/map/data/name2Icon_mapping_5.2.0.json similarity index 100% rename from GenshinUID/utils/map/data/name2Icon_mapping_5.1.0.json rename to GenshinUID/utils/map/data/name2Icon_mapping_5.2.0.json diff --git a/GenshinUID/utils/map/data/skillId2Name_mapping_5.1.0.json b/GenshinUID/utils/map/data/skillId2Name_mapping_5.1.0.json deleted file mode 100644 index c7ee0cec..00000000 --- a/GenshinUID/utils/map/data/skillId2Name_mapping_5.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"Name": {"10001": "单手剑重攻击", "10002": "长枪重攻击", "10003": "法器重击", "10004": "双手剑单次重击", "10006": "蓄力技能教学触发器", "10011": "五连击", "10101": "武器技能CD", "10102": "队伍天赋共CD", "10111": "神里绫华空中连斩", "10012": "凯特测试技能", "10013": "神里流·霰步", "10014": "凯特-穿透电流", "10015": "冰风魔", "10016": "木锭壁", "10017": "箭雨", "10018": "神里流·冰华", "10019": "神里流·霜灭", "10020": "水激流冰华", "10021": "水激流霜灭", "10024": "普通攻击·神里流·倾", "10031": "普通攻击·西风剑术", "10032": "爆弹玩偶", "10033": "风压剑", "10034": "蒲公英之风", "10035": "潜入诱饵", "10036": "琴队伍机制", "10037": "空中投弹", "10038": "一斗个人线撒豆", "10041": "普通攻击·神射手", "10044": "安柏队伍天赋技能", "10053": "水激流-破隐一击", "10054": "普通攻击·故去的追忆", "10055": "普通攻击·故去的追忆", "10056": "主角(水)", "10057": "主角(风)", "10058": "主角(冰)", "10059": "主角(岩)", "10060": "普通攻击·指尖雷暴", "10061": "苍雷", "10062": "蔷薇的雷光", "10063": "测试角色5-01", "10064": "测试角色5-02", "10065": "测试角色5-03", "10066": "kevin震击", "10067": "风涡剑", "10068": "风息激荡", "10069": "kate测试普通攻击", "10070": "普通攻击·水之浅唱", "10071": "演唱,开始♪", "10072": "闪耀奇迹♪", "10073": "普通攻击·仪典剑术", "10074": "霜袭", "10075": "凛冽轮舞", "10076": "Barbara天赋技能", "10077": "星陨剑", "10078": "岩潮叠嶂", "10079": "Barbara天赋技能", "10080": "Barbara天赋技能", "10081": "Kaeya天赋技能", "10082": "Barbara队伍天赋技能", "10083": "Lisa队伍天赋技能", "10087": "水纹剑", "10088": "扬水制流", "10117": "草缘剑", "10118": "偃草若化", "10160": "普通攻击·淬炼之剑", "10161": "逆焰之刃", "10162": "逆焰之刃", "10163": "逆焰之刃", "10165": "黎明", "10166": "Diluc队伍机制", "10201": "普通攻击·钢脊", "10202": "利爪与苍雷", "10203": "雷牙", "10204": "雷泽小技能(狼神)", "10211": "安柏空中连射", "10221": "普通攻击·神代射术", "10222": "温迪长按瞄准", "10223": "温迪瞄准模式", "10224": "高天之歌", "10225": "风神之诗", "10231": "普通攻击·白案功夫", "10232": "锅巴出击", "10235": "旋火轮", "10241": "普通攻击·征涛", "10242": "捉浪", "10245": "斫雷", "20000": "进入瞄准模式", "10251": "阿葵丽雅点射", "10252": "阿葵丽雅长按瞄准", "10253": "阿葵丽雅瞄准模式", "10254": "冰爆弓", "10255": "霜寒病毒", "10261": "普通攻击·卷积微尘", "10262": "风轮两立", "10263": "魈冲抓(空中)", "10264": "魈空中攻击", "10265": "靖妖傩舞", "10271": "普通攻击·千金掷", "10272": "璇玑屏", "10273": "凝光小技能替换技能", "10274": "天权崩玉", "10275": "凝光触发小技能CD技能", "10281": "白盒普攻", "10282": "白盒小技能", "10283": "穿刺攻", "10291": "普通攻击·砰砰", "10292": "蹦蹦炸弹", "10295": "轰轰火花", "10300": "白盒技能连续爆弹", "10301": "普通攻击·岩雨", "10302": "地心", "10303": "天星", "10311": "普通攻击·罪灭之矢", "10312": "夜巡影翼", "10313": "至夜幻现", "10314": "菲谢尔长按瞄准", "10315": "菲谢尔瞄准模式", "10316": "菲谢尔小技能-重置乌鸦位置", "10321": "普通攻击·好运剑", "10322": "热情过载", "10323": "美妙旅程", "10331": "普通攻击·断雨", "10332": "魔王武装·狂澜", "10333": "极恶技·尽灭闪", "10334": "达达利亚进入瞄准", "10335": "达达利亚触发射击", "10336": "达达利亚小技能取消按钮", "10337": "达达利亚近战姿态普攻", "10341": "普通攻击·西风剑术·女仆", "10342": "护心铠", "10343": "大扫除", "10344": "诺艾尔被动天赋(上盾)", "10351": "普通攻击·云来古剑法", "10352": "仙法·寒病鬼差", "10353": "仙法·救苦度厄", "10355": "七七复活技能", "10371": "普通攻击·流天射术", "10372": "山泽麟迹", "10373": "降众天华", "10374": "花雨", "11301": "菲谢尔普攻", "11302": "菲谢尔小技能", "11305": "菲谢尔充能技", "10256": "风魔遁-地面", "10257": "风魔遁-空遁", "10258": "冰爆弓", "10259": "霜寒病毒", "10362": "重云小技能白盒测试", "10363": "雷主角小技能白盒测试", "10364": "雷主角小技能白盒测试", "10365": "雷主角小技能白盒测试1", "11371": "Rx白盒测试普攻", "11372": "Rx白盒测试技能1", "11373": "Rx白盒测试技能2", "11374": "Rx白盒进入瞄准", "11375": "Rx白盒触发射击", "10381": "普通攻击·古华剑法", "10382": "古华剑·画雨笼山", "10385": "古华剑·裁雨留虹", "10386": "普通攻击·西风剑术·白", "10387": "创生法·拟造阳华", "10388": "诞生式·大地之潮", "10391": "普通攻击·猎人射术", "10392": "猫爪冻冻", "10393": "迪奥娜长按瞄准", "10394": "迪奥娜瞄准模式", "10395": "最烈特调", "10401": "普通攻击·灭邪四式", "10402": "灵刃·重华叠霜", "10403": "灵刃·云开星落", "10411": "普通攻击·因果点破", "10412": "水中幻愿", "10413": "虚实流动", "10415": "星命定轨", "10421": "普通攻击·云来剑法", "10422": "星斗归位", "10423": "星斗归位", "10425": "天街巡游", "10431": "普通攻击·简式风灵作成", "10432": "风灵作成·陆叁零捌", "10433": "砂糖空中跳跃", "10434": "砂糖空中跳跃(伪)", "10435": "禁·风灵作成·柒伍同构贰型", "10441": "普通攻击·炎舞", "10442": "热情拂扫", "10443": "叛逆刮弦", "10451": "普通攻击·教会枪术", "10452": "噬罪的告解", "10453": "终命的圣礼", "10461": "普通攻击·往生秘传枪法", "10462": "蝶引来生", "10463": "安神秘法", "10464": "胡桃命之座相关", "10471": "普通攻击·我流剑术", "10472": "千早振", "10473": "千早振", "10474": "下落攻击·乱岚拨止", "10475": "万叶之一刀", "10481": "普通攻击·火漆制印", "10482": "丹书立约", "10485": "凭此结契", "10491": "普通攻击·烟火打扬", "10492": "焰硝庭火舞", "10493": "宵宫长按瞄准/瞄准模式", "10495": "琉金云间草", "10501": "普通攻击·迅破枪势", "10502": "烈烧佑命之侍护", "10505": "真红炽火之大铠", "10511": "普通攻击·西风剑术·宗室", "10512": "冰潮的涡旋", "10515": "凝浪之光剑", "10521": "普通攻击·源流", "10522": "神变·恶曜开眼", "10525": "奥义·梦想真说", "10531": "普通攻击·忍刀·终末番", "10532": "呜呼流·风隐急进", "10533": "呜呼流·风隐急进", "10535": "呜呼流·影貉缭乱", "10541": "普通攻击·水有常形", "10542": "海月之誓", "10545": "海人化羽", "10551": "普通攻击·呲牙裂扇箭", "10552": "犬坂吠吠方圆阵", "10553": "五郎长按瞄准", "10554": "五郎瞄准模式", "10555": "兽牙逐突形胜战法", "10561": "普通攻击·天狗传弓术", "10562": "鸦羽天狗霆雷召咒", "10563": "九条裟罗长按瞄准", "10564": "九条裟罗瞄准模式", "10565": "煌煌千道镇式", "10571": "普通攻击· 喧哗屋传说", "10572": "魔杀绝技·赤牛发破!", "10575": "最恶鬼王·一斗轰临!!", "10581": "普通攻击·狐灵食罪式", "10582": "野干役咒·杀生樱", "10583": "元素战技(空中)", "10585": "大密法·天狐显真", "10591": "普通攻击·不动流格斗术", "10592": "勠心拳", "10595": "聚风蹴", "10602": "雷影剑", "10605": "雷轰电转", "10606": "普通攻击·潜形隐曜弓", "10607": "萦络纵命索", "10608": "夜兰-长按瞄准/瞄准模式", "10609": "夜兰-元素战技", "10610": "渊图玲珑骰", "10611": "普通攻击·箱纸切削术", "10612": "呜喵町飞足", "10613": "元素战技猫猫球退出", "10615": "秘法·惊喜特派", "10621": "普通攻击·快速射击", "10622": "冰尘雪野", "10623": "埃洛伊瞄准射击", "10624": "埃洛伊普通攻击", "10631": "普通攻击·踏辰摄斗", "10632": "仰灵威召将役咒", "10635": "神女遣灵真诀", "10625": "曙光预言", "10641": "普通攻击·拂云出手", "10642": "旋云开相", "10643": "破嶂见旌仪", "10651": "普通攻击·忍流飞刃斩", "10652": "越祓雷草之轮", "10655": "御咏鸣神刈山祭", "10656": "久岐忍命6护死CD", "10657": "久岐忍命6精通CD", "10661": "普通攻击·神里流·转", "10662": "神里流·镜花", "10663": "瞬水剑(绫人特殊攻击用)", "10665": "神里流·水囿", "10671": "普通攻击·祈颂射艺", "10672": "拂花偈叶", "10675": "猫猫秘宝", "10674": "柯莱瞄准模式", "10681": "普通攻击·妙显剑舞·改", "10682": "镇灵之灯·烦恼解决炮", "10685": "卡萨扎莱宫的无微不至", "10691": "普通攻击·藏蕴破障", "10692": "识果种雷", "10693": "提纳里长按/瞄准模式", "10695": "造生缠藤箭", "10701": "普通攻击·弦月舞步", "10702": "七域舞步", "10703": "妮露元素战技2", "10704": "妮露元素战技3", "10706": "妮露元素战技特殊A", "10707": "妮露元素战技特殊E", "10705": "浮莲舞步·远梦聆泉", "10708": "妮露元素战技1命六用", "10711": "普通攻击·七圣枪术", "10712": "秘仪·律渊渡魂", "10713": "赛诺元素战技开大后", "10715": "圣仪·煟煌随狼行", "10721": "普通攻击·流耀枪术·守势", "10722": "圣仪·苍鹭庇卫", "10725": "圣仪·灰鸰衒潮", "10731": "普通攻击·行相", "10732": "所闻遍计", "10735": "心景幻成", "10741": "普通攻击·熠辉轨度剑", "10742": "垂裳端凝之夜", "10745": "星流摇床之梦", "10751": "普通攻击·行幡鸣弦", "10752": "羽画·风姿华歌", "10753": "狂言·式乐五番", "10755": "狂言·式乐五番", "10756": "流浪者元素战技", "10757": "流浪者元素战技", "10758": "流浪者元素战技", "10759": "流浪者元素战技", "10750": "流浪者元素战技", "10761": "普通攻击·迴身箭术", "10762": "非想风天", "10764": "珐露珊长按/瞄准模式", "10765": "抟风秘道", "10771": "普通攻击·颠扑连环枪", "10772": "云台团团降芦菔", "10775": "玉颗珊珊月中落", "10781": "普通攻击·溯因反绎法", "10782": "共相·理式摹写", "10785": "殊境·显象缚结", "10791": "普通攻击·拂金剑斗术", "10792": "熔铁流狱", "10793": "迪希雅元素战技-二段收刀", "10794": "迪希雅元素爆发_QTE", "10795": "炎啸狮子咬", "10801": "普通攻击·西风枪术·镝传", "10802": "星霜的流旋", "10805": "苍翎的颂愿", "10811": "普通攻击·旋规设矩", "10812": "画则巧施", "10815": "繁绘隅穹", "10821": "普通攻击·金匮针解", "10822": "太素诊要", "10825": "愈气全形论", "10831": "普通攻击·迅捷礼刺剑", "10832": "谜影障身法", "10833": "琳妮特元素战技", "10835": "魔术·运变惊奇", "10841": "普通攻击·迫牌易位式", "10842": "眩惑光戏法", "10843": "林尼取消元素爆发", "10844": "林尼瞄准射击", "10845": "大魔术·灵迹巡游", "10851": "普通攻击·洑流剑", "10852": "浮冰增压", "10853": "菲米尼浮冰增压2段(E2)", "10854": "菲米尼浮冰增压3段(E3)", "10855": "猎影潜袭", "10861": "普通攻击·迅烈倾霜拳", "10862": "冰牙突驰", "10865": "黑金狼噬", "10871": "普通攻击·如水从平", "10872": "泪水啊,我必偿还", "10875": "潮水啊,我已归来", "10881": "普通攻击·冷色摄影律", "10882": "取景·冰点构图法", "10885": "定格·全方位确证", "10891": "普通攻击·独舞之邀", "10892": "孤心沙龙", "10893": "芙宁娜元素战技-芒", "10895": "万众狂欢", "10901": "普通攻击·线列枪刺·改", "10902": "近迫式急促拦射", "10905": "圆阵掷弹爆轰术", "10911": "普通攻击·直率的辞绝", "10912": "典仪式晶火", "10915": "如霰澄天的鸣礼", "10921": "普通攻击·刃爪悬星", "10922": "瑞兽登高楼", "10923": "嘉明元素战技.下落攻击", "10925": "璨焰金猊舞", "10931": "普通攻击·清风散花词", "10932": "朝起鹤云", "10933": "留云元素战技_第二跳", "10936": "留云元素战技_第三跳", "10937": "留云命6_地面第一跳", "10934": "留云元素战技_鹤形追击", "10935": "暮集竹星", "10941": "普通攻击·心织刀流", "10942": "羽袖一触", "10944": "千织二段E后-技能替换", "10945": "二刀之形·比翼", "10951": "普通攻击·靶向治疗", "10952": "弹跳水疗法", "10953": "希格雯长按瞄准", "10955": "过饱和心意注射", "10961": "普通攻击·斩首之邀", "10962": "万相化灰", "10963": "元素战技替换技能", "10965": "厄月将升", "10966": "阿蕾奇诺重击远距离索敌", "10967": "阿蕾奇诺抵死回血", "10971": "普通攻击·王家苇箭术", "10972": "古仪·鸣砂掣雷", "10974": "赛索斯瞄准射击", "10975": "秘仪·瞑光贯影", "10981": "普通攻击·逐影之誓", "10982": "狩夜之巡", "10983": "克洛琳德元素战技-闪避", "10984": "克洛琳德战技强化普攻", "10985": "残光将终", "10991": "普通攻击·逐影枪术·改", "10992": "撷萃调香", "10995": "香氛演绎", "11001": "普通攻击·嵴之啮咬", "11002": "出击,冲天转转!", "11003": "卡齐娜元素战技-上陀螺", "11004": "卡齐娜元素战技-下陀螺", "11005": "现在,认真时间!", "11006": "卡齐娜元素战技-震地攻击", "11007": "卡齐娜元素战技-特殊跳跃", "11008": "卡齐娜夜魂接力技", "11011": "普通攻击·夜阳斗技", "11012": "悬猎·游骋高狩", "11013": "基尼奇元素战技终结攻击", "11014": "基尼奇元素战技空中二段飞行", "11016": "基尼奇元素战技吐出吞噬物", "11017": "基尼奇龙化摆荡", "11015": "向伟大圣龙致意", "11018": "基尼奇吞噬或者钩锚点", "11019": "基尼奇空中喷射", "11031": "普通攻击·锐锋攫猎", "11032": "音火锻淬", "11033": "希诺宁-占位", "11034": "希诺宁-占位", "11035": "豹烈律动!", "11036": "希诺宁-元素战技-退夜魂态", "11037": "希诺宁-夜魂接力技", "30000": "普通攻击·降温处理", "30002": "踏鲨破浪", "30003": "游猎S冲浪攻击技", "30004": "游猎S冲浪冲刺", "30005": "游猎S冲浪跳跃", "30006": "游猎S冲浪退出", "30007": "爆瀑飞弹", "30008": "游猎S冲浪攻击技 - 空中", "30009": "游猎S冲浪 - fromswim", "30010": "游猎S弧光攻击技", "30011": "游猎S弧光空中攻击技", "30101": "猎龙少年-普通攻击", "30102": "猎龙少年-元素战技", "30103": "猎龙少年-猎龙状态-特殊普攻", "30104": "猎龙少年-猎龙状态-特殊战技", "30105": "猎龙少年-元素爆发", "30201": "测试占位", "30202": "测试占位", "30203": "测试占位", "30204": "测试占位", "30205": "测试占位", "30206": "测试占位", "20001": "风魔炮", "20002": "风魔炮", "20011": "飞行挑战 - 前冲", "20012": "飞行挑战 - 上冲", "20020": "纯水精灵", "20021": "羽球节-发球", "20022": "羽球节-接球", "20023": "羽球节-单体", "20024": "羽球节-爆破", "20025": "羽球节-破盾", "20026": "羽球节-单体", "20027": "羽球节-爆破", "20028": "羽球节-破盾", "20029": "羽球节-接球", "20030": "元素战技", "20031": "元素爆发", "20032": "手鞠游戏-放置球", "20033": "飞雷核", "20034": "飞雷核", "20035": "禁用元素战记", "20036": "禁用菲谢尔元素战技", "20037": "禁用菲谢尔元素爆发", "20040": "大世界动物-发射子弹", "20041": "活动动物-发射子弹", "20042": "2.5测试用大世界动物-发射子弹", "20043": "钩爪占位", "20044": "钩爪占位", "20045": "3.1抓捕野猪-投掷", "20046": "4.0水下吸收-发射子弹", "20047": "4.0水下吸收-章鱼冲刺", "20048": "4.0水下吸收-章鱼冲刺", "20049": "大世界抓捕蕈兽-发射子弹", "20050": "4.0水下吸收-斩击", "20051": "蕈兽战斗-集火", "20052": "4.0水下吸收-追踪子弹", "20053": "4.2陆地章鱼-丢弃能力(废弃)", "20054": "3.2散兵2阶段瞄准射击", "20055": "3.2禁用元素战技", "20056": "3.2禁用元素爆发", "20057": "弹跳球占位", "20058": "弹跳球占位", "20059": "4.0水下吸收-护盾", "20060": "4.1水下吸收水母炸弹", "20061": "4.1水下吸收水母炸弹-引爆", "20062": "4.0水下吸收-回声", "20063": "4.2 水下章鱼-喷射", "20064": "提线木偶-攻击左(白盒)", "20065": "提线木偶-攻击右(白盒)", "20066": "提线木偶-左右连打(白盒)", "20067": "4.2 陆地章鱼-喷射能力", "20068": "4.8预研占位(废弃)", "20069": "4.8预研占位(废弃)", "20070": "探查技能", "20080": "探查技能", "20071": "4.8预研占位(废弃)", "20072": "4.8预研占位(废弃)", "20073": "4.8预研占位(废弃)", "20074": "4.8蜜袋鼯-左键技能", "20075": "4.8蜜袋鼯-召回技能", "20076": "4.6鲸鱼钩爪", "20077": "4.4海灯节-变身技能-金币关", "20078": "4.8积木拼接-左键技能", "20079": "4.8蜜袋鼯-左键空中(占位无效果)", "20081": "4.6音乐机制", "20082": "4.2水下弹射", "20083": "4.4海灯节-变身技能-积分关", "20084": "4.4海灯节-变身技能-生存关", "20085": "4.8蜜袋鼯-召回空中", "20086": "4.6音乐机制水下", "20087": "4.8青蛙弹跳-左键技能", "20088": "4.8青蛙弹跳-左键空中", "20089": "4.8羊驼点头-左键技能", "20090": "4.8羊驼点头-左键空中", "20093": "4.5史莱姆球-元素弹", "20094": "4.5史莱姆球-物理连射", "20095": "4.7怪物对推-A技能", "20096": "4.7怪物对推-E技能", "20097": "领队战技·烈焰破袭", "20098": "领队战技·锐势波旋", "20099": "领队战技·掠阵风涡", "20100": "捕获!", "20101": "捕获!", "20110": "神秘预感", "20111": "感应光环", "20120": "狩猎直觉", "20121": "洞察全局", "20122": "禁锢诅咒", "20200": "伪装", "20201": "伪装", "20210": "透明戏法", "20212": "透明戏法", "20211": "诱饵战术", "20213": "诱饵战术", "20220": "星步疾行", "20202": "伪装", "20203": "伪装", "20214": "诱饵战术", "20215": "诱饵战术", "20400": "捕获!", "20401": "捕获!", "20410": "神秘预感", "20411": "感应光环", "20420": "狩猎直觉", "20421": "洞察全局", "20422": "禁锢诅咒", "20500": "伪装", "20501": "伪装", "20510": "透明戏法", "20512": "透明戏法", "20511": "诱饵战术", "20513": "诱饵战术", "20520": "星步疾行", "20521": "猎手投网", "20522": "幻形信标", "20523": "匿踪信标", "20524": "神秘预感", "20525": "伪装", "20526": "伪装", "20527": "鱼跃", "20528": "景观玩法", "20529": "鱼跃弹出", "20530": "螭神像发子弹", "20531": "螭神像弹出", "20532": "捕影信标", "20533": "无形追迹", "20534": "伪装", "20535": "伪装", "20536": "洋流射击1", "20537": "洋流射击2", "20538": "禁锢诅咒", "20539": "捕获!", "20540": "捕获!", "20541": "神秘预感", "20561": "鱼跃T地面", "20562": "鱼跃T空中", "20580": "捕获!", "20310": "进入钓鱼选竿状态", "20311": "进入钓鱼瞄准状态", "20312": "QTE启动按键", "20313": "QTE战斗按键", "20314": "收竿", "20315": "退出钓鱼状态", "20316": "换鱼饵", "20320": "格挡玩法-格挡键", "20321": "格挡玩法-必杀技1", "20322": "格挡玩法-必杀技2", "20323": "格挡玩法-必杀技3", "20330": "兰那罗小道具-发射", "20331": "兰那罗小道具-切换", "20340": "打砖块发球", "20341": "3.4跑酷冲刺", "20342": "3.4跑酷冲刺空中", "20345": "3.5吃豆人", "20346": "4.6鲸鱼钩爪退出", "20350": "3.8过山车-左攻击", "20351": "3.8过山车-右攻击", "20352": "3.8过山车-跃迁", "20361": "4.0人间大炮-发射键", "20362": "4.1投壶技能 长CD", "20363": "4.1投壶技能 短CD(这行后面废弃了", "20364": "4.1三周年庆-泡泡枪", "20365": "4.1黑拳WQ投壶技能 长CD", "20366": "4.1黑拳WQ投壶技能 短CD", "20367": "4.7怪物对推-退出技能", "10384": "抓猫扔鱼", "100540": "普通攻击·故去的追忆", "100541": "旅行者五连击(火)", "100542": "普通攻击·异邦激流", "100543": "普通攻击·异邦铁风", "100544": "旅行者五连击(冰)", "100545": "普通攻击·异邦岩锋", "100546": "普通攻击·异邦惊雷", "100547": "普通攻击·异邦草翦", "100550": "普通攻击·故去的追忆", "100551": "旅行者五连击(火)", "100552": "普通攻击·异邦激流", "100553": "普通攻击·异邦铁风", "100554": "旅行者五连击(冰)", "100555": "普通攻击·异邦岩锋", "100556": "普通攻击·异邦惊雷", "100557": "普通攻击·异邦草翦", "5002010": "神里绫华空中攻击", "5003010": "琴空中攻击", "5005010": "男主角空中攻击", "5005020": "男主角(火)空中攻击", "5005030": "男主角(水)空中攻击", "5005040": "男主角(风)空中攻击", "5005050": "男主角(冰)空中攻击", "5005060": "男主角(岩)空中攻击", "5005070": "男主角(电)空中攻击", "5005080": "男主角(草)空中攻击", "5006010": "丽莎空中攻击", "5007010": "女主角空中攻击", "5007020": "女主角(火)空中攻击", "5007030": "女主角(水)空中攻击", "5007040": "女主角(风)空中攻击", "5007050": "女主角(冰)空中攻击", "5007060": "女主角(岩)空中攻击", "5007070": "女主角(电)空中攻击", "5007080": "女主角(草)空中攻击", "5014010": "芭芭拉空中攻击", "5015010": "凯亚空中攻击", "5016010": "迪卢克空中攻击", "5020010": "雷泽空中攻击", "5021010": "安柏空中攻击", "5022010": "温迪空中攻击", "5023010": "香菱空中攻击", "5024010": "北斗空中攻击", "5025010": "行秋空中攻击", "5026010": "魈空中攻击", "5027010": "凝光空中攻击", "5029010": "可莉空中攻击", "5030010": "钟离空中攻击", "5031010": "菲谢尔空中攻击", "5032010": "班尼特空中攻击", "5033010": "达达利亚空中攻击", "5034010": "诺艾尔空中攻击", "5035010": "七七空中攻击", "5036010": "重云空中攻击", "5037010": "甘雨空中攻击", "5038010": "阿贝多空中攻击", "5039010": "迪奥娜空中攻击", "5041010": "莫娜空中攻击", "5042010": "刻晴空中攻击", "5043010": "砂糖空中攻击", "5044010": "辛焱空中攻击", "5045010": "罗莎莉亚空中攻击", "5046010": "胡桃空中攻击", "5047010": "枫原万叶空中攻击", "5048010": "烟绯空中攻击", "5049010": "宵宫空中攻击", "5050010": "托马空中攻击", "5051010": "优菈空中攻击", "5052010": "雷电将军空中攻击", "5053010": "早柚空中攻击", "5054010": "珊瑚宫心海空中攻击", "5055010": "五郎空中攻击", "5056010": "九条裟罗空中攻击", "5058010": "八重神子空中攻击", "5057010": "荒泷一斗空中攻击", "5059010": "鹿野院平藏空中攻击", "5060010": "夜兰空中攻击", "5061010": "绮良良空中攻击", "5062010": "埃洛伊空中攻击", "5063010": "申鹤空中攻击", "5064010": "云堇空中攻击", "5065010": "久岐忍空中攻击", "5066010": "神里绫人空中攻击", "5067010": "柯莱空中攻击", "5068010": "多莉空中攻击", "5069010": "提纳里空中攻击", "5070010": "妮露空中攻击", "5071010": "赛诺空中攻击", "5072010": "坎蒂丝空中攻击", "5073010": "纳西妲空中攻击", "5074010": "莱依拉空中攻击", "5075010": "流浪者空中攻击", "5076010": "珐露珊空中攻击", "5077010": "瑶瑶空中攻击", "5078010": "艾尔海森空中攻击", "5079010": "迪希雅空中攻击", "5080010": "米卡空中攻击", "5081010": "卡维空中攻击", "5082010": "白术空中攻击", "5083010": "琳妮特空中攻击", "5084010": "林尼空中攻击", "5085010": "菲米尼空中攻击", "5086010": "莱欧斯利空中攻击", "5087010": "那维莱特空中攻击", "5088010": "夏洛蒂空中攻击", "5089010": "芙宁娜空中攻击", "5090010": "夏沃蕾空中攻击", "5091010": "娜维娅空中攻击", "5092010": "嘉明空中攻击", "5093010": "闲云空中攻击", "5094010": "千织空中攻击", "5095010": "希格雯空中攻击", "5096010": "阿蕾奇诺空中攻击", "5097010": "赛索斯空中攻击", "5098010": "克洛琳德空中攻击", "5099010": "艾梅莉埃空中攻击", "5100010": "卡齐娜空中攻击", "5101010": "基尼奇空中攻击", "5102010": "玛拉妮空中攻击", "5103010": "希诺宁空中攻击"}, "Icon": {"10001": "", "10002": "", "10003": "", "10004": "", "10006": "", "10011": "Skill_A_01", "10101": "", "10102": "", "10111": "Skill_A_01", "10012": "Skill_S_Kate_01", "10013": "Skill_S_Ayaka_02", "10014": "Skill_E_Kate", "10015": "Skill_E_Ayaka", "10016": "Skill_E_Qin", "10017": "Skill_E_Ambor", "10018": "Skill_S_Ayaka_01", "10019": "Skill_E_Ayaka", "10020": "Skill_S_Ayaka_01", "10021": "Skill_E_Ayaka", "10024": "Skill_A_01", "10031": "Skill_A_01", "10032": "Skill_S_Ambor_01", "10033": "Skill_S_Qin_02", "10034": "Skill_E_Qin_01", "10035": "Btn_Recon_Bait", "10036": "Skill_E_Kate", "10037": "Btn_Recon_Bait", "10038": "Btn_Recon_Bait_Beans", "10041": "Skill_A_02", "10044": "Skill_E_Kate", "10053": "Skill_S_Ayaka_02", "10054": "Skill_A_01", "10055": "Skill_A_01", "10056": "Skill_A_01", "10057": "Skill_A_01", "10058": "Skill_A_01", "10059": "Skill_A_01", "10060": "Skill_A_Catalyst_MD", "10061": "Skill_S_Lisa_01", "10062": "Skill_E_Lisa_01", "10063": "Skill_E_Ayaka", "10064": "Skill_S_Ayaka_01", "10065": "Skill_S_Ambor_01", "10066": "Skill_E_Kate", "10067": "Skill_S_PlayerWind_01", "10068": "Skill_E_PlayerWind_01", "10069": "Skill_A_01", "10070": "Skill_A_Catalyst_MD", "10071": "Skill_S_Barbara_01", "10072": "Skill_E_Barbara_01", "10073": "Skill_A_01", "10074": "Skill_S_Kaeya_01", "10075": "Skill_E_Kaeya_01", "10076": "Skill_E_Kate", "10077": "Skill_S_PlayerRock_01", "10078": "Skill_E_PlayerRock_01", "10079": "Skill_E_Kate", "10080": "Skill_E_Kate", "10081": "Skill_E_Kate", "10082": "Skill_E_Kate", "10083": "Skill_E_Kate", "10087": "Skill_S_PlayerWater_01", "10088": "Skill_E_PlayerWater_01", "10117": "Skill_E_PlayerGrass_01", "10118": "Skill_S_PlayerGrass_01", "10160": "Skill_A_04", "10161": "Skill_S_Diluc_01_01", "10162": "Skill_S_Diluc_01_02", "10163": "Skill_S_Diluc_01_03", "10165": "Skill_E_Diluc_01", "10166": "Skill_E_Kate", "10201": "Skill_A_04", "10202": "Skill_S_Razor_01", "10203": "Skill_E_Razor_01", "10204": "Skill_S_Ayaka_02", "10211": "Skill_A_02", "10221": "Skill_A_02", "10222": "Skill_A_02", "10223": "Skill_A_02", "10224": "Skill_S_Venti_01", "10225": "Skill_E_Venti_01", "10231": "Skill_A_03", "10232": "Skill_S_Xiangling_01", "10235": "Skill_E_Xiangling_01", "10241": "Skill_A_04", "10242": "Skill_S_Beidou_01", "10245": "Skill_E_Beidou_01", "20000": "Main_AimActive", "10251": "Skill_A_02", "10252": "Skill_A_02", "10253": "Skill_A_02", "10254": "Skill_S_Ayaka_01", "10255": "Skill_E_Ayaka", "10261": "Skill_A_03", "10262": "Skill_S_Xiao_01", "10263": "Skill_S_Xiao_01", "10264": "Skill_A_03", "10265": "Skill_E_Xiao_01", "10271": "Skill_A_Catalyst_MD", "10272": "Skill_S_Ningguang_01", "10273": "Skill_S_Ningguang_02", "10274": "Skill_E_Ningguang_01", "10275": "Skill_E_Ayaka", "10281": "Skill_A_01", "10282": "Skill_A_01", "10283": "Skill_S_Ayaka_01", "10291": "Skill_A_Catalyst_MD", "10292": "Skill_S_Klee_01", "10295": "Skill_E_Klee_01", "10300": "Skill_A_01", "10301": "Skill_A_03", "10302": "Skill_S_Zhongli_01", "10303": "Skill_E_Zhongli_01", "10311": "Skill_A_02", "10312": "Skill_S_Fischl_01", "10313": "Skill_E_Fischl_01", "10314": "Skill_A_02", "10315": "Skill_A_02", "10316": "Skill_S_Fischl_02", "10321": "Skill_A_01", "10322": "Skill_S_Bennett_01", "10323": "Skill_E_Bennett_01", "10331": "Skill_A_02", "10332": "Skill_S_Tartaglia_01", "10333": "Skill_E_Tartaglia_01", "10334": "Skill_A_02", "10335": "Skill_A_02", "10336": "Skill_S_Tartaglia_02", "10337": "Skill_A_01", "10341": "Skill_A_04", "10342": "Skill_S_Noel_01", "10343": "Skill_E_Noel_01", "10344": "Skill_E_Kate", "10351": "Skill_A_01", "10352": "Skill_S_Qiqi_01", "10353": "Skill_E_Qiqi_01", "10355": "Skill_E_Kate", "10371": "Skill_A_02", "10372": "Skill_S_Ganyu_01", "10373": "Skill_E_Ganyu_01", "10374": "Skill_A_02", "11301": "Skill_A_02", "11302": "Skill_S_Ambor_01", "11305": "Skill_E_Beidou_01", "10256": "Skill_S_Ayaka_01", "10257": "Skill_S_Ayaka_01", "10258": "Skill_S_Ayaka_01", "10259": "Skill_E_Ayaka", "10362": "Skill_E_Ayaka", "10363": "Skill_E_Ayaka", "10364": "Skill_S_Ayaka_01", "10365": "Skill_E_Ayaka", "11371": "Skill_A_02", "11372": "Skill_S_Razor_01", "11373": "Skill_E_Razor_01", "11374": "Skill_A_02", "11375": "Skill_A_02", "10381": "Skill_A_01", "10382": "Skill_S_Xingqiu_01", "10385": "Skill_E_Xingqiu_01", "10386": "Skill_A_01", "10387": "Skill_S_Albedo_01", "10388": "Skill_E_Albedo_01", "10391": "Skill_A_02", "10392": "Skill_S_Diona_01", "10393": "Skill_A_02", "10394": "Skill_A_02", "10395": "Skill_E_Diona_01", "10401": "Skill_A_04", "10402": "Skill_S_Chongyun_01", "10403": "Skill_E_Chongyun_01", "10411": "Skill_A_Catalyst_MD", "10412": "Skill_S_Mona_01", "10413": "Skill_S_Mona_02", "10415": "Skill_E_Mona_01", "10421": "Skill_A_01", "10422": "Skill_S_Keqing_01", "10423": "Skill_S_Keqing_02", "10425": "Skill_E_Keqing_01", "10431": "Skill_A_Catalyst_MD", "10432": "Skill_S_Sucrose_01", "10433": "Skill_S_Sucrose_02", "10434": "Skill_S_Sucrose_02", "10435": "Skill_E_Sucrose_01", "10441": "Skill_A_04", "10442": "Skill_S_Xinyan_01", "10443": "Skill_E_Xinyan_01", "10451": "Skill_A_03", "10452": "Skill_S_Rosaria_01", "10453": "Skill_E_Rosaria_01", "10461": "Skill_A_03", "10462": "Skill_S_Hutao_01", "10463": "Skill_E_Hutao_01", "10464": "Skill_A_03", "10471": "Skill_A_01", "10472": "Skill_S_Kazuha_01", "10473": "Skill_S_Kazuha_01", "10474": "Skill_S_Kazuha_02", "10475": "Skill_E_Kazuha_01", "10481": "Skill_A_Catalyst_MD", "10482": "Skill_S_Feiyan_01", "10485": "Skill_E_Feiyan_01", "10491": "Skill_A_02", "10492": "Skill_S_Yoimiya_01", "10493": "Skill_A_02", "10495": "Skill_E_Yoimiya_01", "10501": "Skill_A_03", "10502": "Skill_S_Tohma_01", "10505": "Skill_E_Tohma_01", "10511": "Skill_A_04", "10512": "Skill_S_Eula_01", "10515": "Skill_E_Eula_01", "10521": "Skill_A_03", "10522": "Skill_S_Shougun_01", "10525": "Skill_E_Shougun_01", "10531": "Skill_A_04", "10532": "Skill_S_Sayu_01", "10533": "Skill_S_Sayu_02", "10535": "Skill_E_Sayu_01", "10541": "Skill_A_Catalyst_MD", "10542": "Skill_S_Kokomi_01", "10545": "Skill_E_Kokomi_01", "10551": "Skill_A_02", "10552": "Skill_S_Gorou_01", "10553": "Skill_A_02", "10554": "Skill_A_02", "10555": "Skill_E_Gorou_01", "10561": "Skill_A_02", "10562": "Skill_S_Sara_01", "10563": "Skill_A_02", "10564": "Skill_A_02", "10565": "Skill_E_Sara_01", "10571": "Skill_A_04", "10572": "Skill_S_Itto_01", "10575": "Skill_E_Itto_01", "10581": "Skill_A_Catalyst_MD", "10582": "Skill_S_Yae_01", "10583": "", "10585": "Skill_E_Yae_01", "10591": "Skill_A_Catalyst_MD", "10592": "Skill_S_Heizo_01", "10595": "Skill_E_Heizo_01", "10602": "Skill_S_PlayerElectric_01", "10605": "Skill_E_PlayerElectric_01", "10606": "Skill_A_02", "10607": "Skill_S_Yelan_01", "10608": "Skill_A_02", "10609": "Skill_S_Yelan_02", "10610": "Skill_E_Yelan_01", "10611": "Skill_A_01", "10612": "Skill_S_Momoka_01", "10613": "Skill_S_Momoka_02", "10615": "Skill_E_Momoka_01", "10621": "Skill_A_02", "10622": "Skill_S_Aloy_01", "10623": "Skill_A_02", "10624": "Skill_A_02", "10631": "Skill_A_03", "10632": "Skill_S_Shenhe_01", "10635": "Skill_E_Shenhe_01", "10625": "Skill_E_Aloy_01", "10641": "Skill_A_03", "10642": "Skill_S_Yunjin_01", "10643": "Skill_E_Yunjin_01", "10651": "Skill_A_01", "10652": "Skill_S_Shinobu_01", "10655": "Skill_E_Shinobu_01", "10656": "Skill_A_03", "10657": "Skill_A_03", "10661": "Skill_A_01", "10662": "Skill_S_Ayato_01", "10663": "Skill_A_01", "10665": "Skill_E_Ayato_01", "10671": "Skill_A_02", "10672": "Skill_S_Collei_01", "10675": "Skill_E_Collei_01", "10674": "Skill_A_02", "10681": "Skill_A_04", "10682": "Skill_S_Dori_01", "10685": "Skill_E_Dori_01", "10691": "Skill_A_02", "10692": "Skill_S_Tighnari_01", "10693": "Skill_A_02", "10695": "Skill_E_Tighnari_01", "10701": "Skill_A_01", "10702": "Skill_S_Nilou_01", "10703": "Skill_S_Nilou_01", "10704": "Skill_S_Nilou_01", "10706": "Skill_S_Nilou_04", "10707": "Skill_S_Nilou_02", "10705": "Skill_E_Nilou_01", "10708": "Skill_S_Nilou_01", "10711": "Skill_A_03", "10712": "Skill_S_Cyno_01", "10713": "Skill_S_Cyno_02", "10715": "Skill_E_Cyno_01", "10721": "Skill_A_03", "10722": "Skill_S_Candace_01", "10725": "Skill_E_Candace_01", "10731": "Skill_A_Catalyst_MD", "10732": "Skill_S_Nahida_01", "10735": "Skill_E_Nahida_01", "10741": "Skill_A_01", "10742": "Skill_S_Layla_01", "10745": "Skill_E_Layla_01", "10751": "Skill_A_Catalyst_MD", "10752": "Skill_S_Wanderer_01", "10753": "Skill_E_Wanderer_01", "10755": "Skill_E_Wanderer_01", "10756": "Skill_S_Wanderer_04", "10757": "Skill_S_Wanderer_01", "10758": "Skill_A_Catalyst_MD", "10759": "Skill_S_Wanderer_02", "10750": "Skill_S_Wanderer_03", "10761": "Skill_A_02", "10762": "Skill_S_Faruzan_01", "10764": "Skill_A_02", "10765": "Skill_E_Faruzan_01", "10771": "Skill_A_03", "10772": "Skill_S_Yaoyao_01", "10775": "Skill_E_Yaoyao_01", "10781": "Skill_A_01", "10782": "Skill_S_Alhatham_01", "10785": "Skill_E_Alhatham_01", "10791": "Skill_A_04", "10792": "Skill_S_Dehya_01", "10793": "Skill_S_Dehya_02", "10794": "Skill_E_Dehya_02", "10795": "Skill_E_Dehya_01", "10801": "Skill_A_03", "10802": "Skill_S_Mika_01", "10805": "Skill_E_Mika_01", "10811": "Skill_A_04", "10812": "Skill_S_Kaveh_01", "10815": "Skill_E_Kaveh_01", "10821": "Skill_A_Catalyst_MD", "10822": "Skill_S_Baizhuer_01", "10825": "Skill_E_Baizhuer_01", "10831": "Skill_A_01", "10832": "Skill_S_Linette_01", "10833": "Skill_S_Linette_02", "10835": "Skill_E_Linette_01", "10841": "Skill_A_02", "10842": "Skill_S_Liney_01", "10843": "Skill_S_Liney_02", "10844": "Skill_A_02", "10845": "Skill_E_Liney_01", "10851": "Skill_A_04", "10852": "Skill_S_Freminet_01", "10853": "Skill_S_Freminet_02", "10854": "Skill_S_Freminet_03", "10855": "Skill_E_Freminet_01", "10861": "Skill_A_Catalyst_MD", "10862": "Skill_S_Wriothesley_01", "10865": "Skill_E_Wriothesley_01", "10871": "Skill_A_Catalyst_MD", "10872": "Skill_S_Neuvillette_01", "10875": "Skill_E_Neuvillette_01", "10881": "Skill_A_Catalyst_MD", "10882": "Skill_S_Charlotte_01", "10885": "Skill_E_Charlotte_01", "10891": "Skill_A_01", "10892": "Skill_S_Furina_01", "10893": "Skill_S_Furina_02", "10895": "Skill_E_Furina_01", "10901": "Skill_A_03", "10902": "Skill_S_Chevreuse_01", "10905": "Skill_E_Chevreuse_01", "10911": "Skill_A_04", "10912": "Skill_S_Navia_01", "10915": "Skill_E_Navia_01", "10921": "Skill_A_04", "10922": "Skill_S_Gaming_01", "10923": "Skill_S_Gaming_02", "10925": "Skill_E_Gaming_01", "10931": "Skill_A_Catalyst_MD", "10932": "Skill_S_Liuyun_01", "10933": "Skill_S_Liuyun_02", "10936": "Skill_S_Liuyun_03", "10937": "Skill_S_Liuyun_05", "10934": "Skill_S_Liuyun_04", "10935": "Skill_E_Liuyun_01", "10941": "Skill_A_01", "10942": "Skill_S_Chiori_01", "10944": "Skill_S_Chiori_03", "10945": "Skill_E_Chiori_01", "10951": "Skill_A_02", "10952": "Skill_S_Sigewinne_01", "10953": "Skill_A_02", "10955": "Skill_E_Sigewinne_01", "10961": "Skill_A_03", "10962": "Skill_S_Arlecchino_01", "10963": "Skill_S_Arlecchino_01", "10965": "Skill_E_Arlecchino_01", "10966": "Skill_A_03", "10967": "Skill_A_03", "10971": "Skill_A_02", "10972": "Skill_S_Sethos_01", "10974": "Skill_A_02", "10975": "Skill_E_Sethos_01", "10981": "Skill_A_01", "10982": "Skill_S_Clorinde_01", "10983": "Skill_S_Clorinde_02", "10984": "Skill_A_03", "10985": "Skill_E_Clorinde_01", "10991": "Skill_A_03", "10992": "Skill_S_Emilie_01", "10995": "Skill_E_Emilie_01", "11001": "Skill_A_03", "11002": "Skill_S_Kachina_01", "11003": "Skill_S_Kachina_02", "11004": "Skill_S_Kachina_03", "11005": "Skill_E_Kachina_01", "11006": "Skill_S_Kachina_04", "11007": "Skill_S_Kachina_04", "11008": "Skill_S_Kachina_01", "11011": "Skill_A_04", "11012": "Skill_S_Kinich_01", "11013": "Skill_S_Kinich_03", "11014": "Skill_S_Kinich_04", "11016": "Skill_S_Kinich_06", "11017": "Skill_S_Kinich_02", "11015": "Skill_E_Kinich_01", "11018": "Skill_S_Kinich_05", "11019": "Skill_S_Kinich_07", "11031": "Skill_A_01", "11032": "Skill_S_Xilonen_01", "11033": "", "11034": "", "11035": "Skill_E_Xilonen_01", "11036": "Skill_S_Xilonen_02", "11037": "Skill_S_Xilonen_01", "30000": "Skill_A_Catalyst_MD", "30002": "Skill_S_Mualani_01", "30003": "Skill_S_Mualani_02", "30004": "Skill_S_Mualani_05", "30005": "Skill_S_Mualani_04", "30006": "Skill_S_Mualani_01", "30007": "Skill_E_Mualani_01", "30008": "Skill_S_Mualani_02", "30009": "Skill_S_Mualani_01", "30010": "Skill_S_Mualani_02", "30011": "Skill_S_Mualani_02", "30101": "Skill_A_Catalyst_MD", "30102": "", "30103": "", "30104": "", "30105": "", "30201": "Skill_A_01", "30202": "Skill_S_Momoka_01", "30203": "", "30204": "", "30205": "", "30206": "Skill_S_Momoka_02", "20001": "Skill_A_Dvalin_AirGun", "20002": "Skill_A_Dvalin_AirGun", "20011": "Btn_FlightSprint", "20012": "Btn_Rises", "20020": "Btn_WaterSpirit_Skill", "20021": "Btn_BounceConjuring_Serve_S_01", "20022": "Btn_BounceConjuring_Hit_A_01", "20023": "Btn_BounceConjuring_Bomb_S_01", "20024": "Btn_BounceConjuring_Bomb_S_02", "20025": "Btn_BounceConjuring_Bomb_S_03", "20026": "Btn_BounceConjuring_Bomb_S_01", "20027": "Btn_BounceConjuring_Bomb_S_02", "20028": "Btn_BounceConjuring_Bomb_S_03", "20029": "Btn_BounceConjuring_Hit_A_01", "20030": "Skill_S_Monster_Shougun_EyeStrip", "20031": "Skill_E_Monster_Shougun_EyeStrip", "20032": "Btn_Temari_S_01", "20033": "", "20034": "", "20035": "Skill_S_LunaRiteQuest_BanSkill", "20036": "Skill_S_SummerTimeV2Quest_BanSkill", "20037": "Skill_E_SummerTimeV2Quest_BanSkill", "20040": "Btn_CatchAnimal_Shoot", "20041": "Btn_CatchAnimal_Shoot", "20042": "Btn_CatchAnimal_Shoot", "20043": "", "20044": "", "20045": "Btn_CatchAnimal_Shoot", "20046": "Skill_Diving_Absorb", "20047": "", "20048": "", "20049": "Btn_CatchAnimal_Shoot", "20050": "Skill_Diving_Slash", "20051": "Btn_FungusFighter_Aim", "20052": "", "20053": "", "20054": "Skill_E_Gagana_AimShoot", "20055": "", "20056": "", "20057": "", "20058": "", "20059": "Skill_Diving_Shield", "20060": "Skill_Diving_Jellyfish", "20061": "Skill_Diving_Jellyfish_Trigger", "20062": "Skill_Diving_Echo", "20063": "Skill_Diving_Octopus", "20064": "Btn_HideAndSeek_Seeker_A_01", "20065": "Btn_CatchAnimal_Shoot", "20066": "Btn_HideAndSeek_Seeker_S_01", "20067": "Skill_Diving_Octopus", "20068": "", "20069": "", "20070": "QuesteventSkillIcon_01", "20080": "QuesteventSkillIcon_01", "20071": "Skill_E_Gagana_AimShoot", "20072": "Skill_E_Gagana_AimShoot", "20073": "Btn_Turn", "20074": "Btn_FairyBook_OrigamiSquirrel_01", "20075": "Btn_FairyBook_OrigamiSquirrel_02", "20076": "", "20077": "Skill_LanV4PartyLion_01", "20078": "Btn_FairyBook_ToyBrick", "20079": "Btn_FairyBook_OrigamiSquirrel_01", "20081": "Skill_Music", "20082": "", "20083": "Skill_LanV4PartyLion_01", "20084": "Skill_LanV4PartyLion_01", "20085": "Btn_FairyBook_OrigamiSquirrel_02", "20086": "Skill_Music", "20087": "Btn_FairyBook_OrigamFrog", "20088": "Btn_FairyBook_OrigamFrog", "20089": "Btn_FairyBook_OrigamiAlpaca", "20090": "Btn_FairyBook_OrigamiAlpaca", "20093": "Btn_SlimeCannon_Fire_01", "20094": "Btn_SlimeCannon_Fire_04", "20095": "UI_Img_MVM_Skill_Summon", "20096": "Btn_HideAndSeek_Seeker_E_01", "20097": "UI_Img_MVM_Skill_01", "20098": "UI_Img_MVM_Skill_02", "20099": "UI_Img_MVM_Skill_03", "20100": "Btn_HideAndSeek_Seeker_A_01", "20101": "Btn_HideAndSeek_Seeker_A_01", "20110": "Btn_HideAndSeek_Seeker_S_01", "20111": "Btn_HideAndSeek_Seeker_S_02", "20120": "Btn_HideAndSeek_Seeker_E_01", "20121": "Btn_HideAndSeek_Seeker_E_02", "20122": "Btn_HideAndSeek_Seeker_E_03", "20200": "Btn_HideAndSeek_Hider_A_01", "20201": "Btn_HideAndSeek_Hider_A_03", "20210": "Btn_HideAndSeek_Hider_S_01", "20212": "Btn_HideAndSeek_Hider_S_01_Borbid", "20211": "Btn_HideAndSeek_Hider_S_02", "20213": "Btn_HideAndSeek_Hider_S_02_Borbid", "20220": "Btn_HideAndSeek_Hider_E_01", "20202": "Btn_HideAndSeek_Hider_A_01", "20203": "Btn_HideAndSeek_Hider_A_03", "20214": "Btn_HideAndSeek_Hider_S_02", "20215": "Btn_HideAndSeek_Hider_S_02_Borbid", "20400": "Btn_HideAndSeekV4_Seeker_S", "20401": "Btn_HideAndSeekV4_Seeker_S", "20410": "Btn_HideAndSeek_Seeker_S_01", "20411": "Btn_HideAndSeekV4_Seeker_A_02", "20420": "Btn_HideAndSeek_Seeker_E_01", "20421": "Btn_HideAndSeekV4_Seeker_E_02", "20422": "Btn_HideAndSeekV4_Seeker_E_01", "20500": "Btn_HideAndSeek_Hider_A_01", "20501": "Btn_HideAndSeek_Hider_A_03", "20510": "Btn_HideAndSeekV4_Hider_A_01", "20512": "Btn_HideAndSeek_Hider_S_01_Borbid", "20511": "Btn_HideAndSeek_Hider_S_02", "20513": "Btn_HideAndSeek_Hider_S_02_Borbid", "20520": "Btn_HideAndSeekV4_Hider_E", "20521": "UI_Icon_Skill_Hunter_Net", "20522": "Btn_HideAndSeek_Hider_S_02", "20523": "Btn_HideAndSeekV4_Hider_A_02", "20524": "Btn_HideAndSeekV4_Seeker_A_01", "20525": "Btn_HideAndSeek_Hider_A_01", "20526": "Btn_HideAndSeek_Hider_A_03", "20527": "Skill_CarpJump_02", "20528": "Skill_C_FairyGadgetSet", "20529": "Btn_Fishing_Exit", "20530": "Skill_CarpJump_01", "20531": "Btn_Fishing_Exit", "20532": "Btn_HideAndSeekV4_Seeker_A_03", "20533": "Btn_HideAndSeekV4_Seeker_E_03", "20534": "Btn_HideAndSeekV4_Hider_S", "20535": "Btn_HideAndSeekV4_Hider_S", "20536": "Skill_FairyTalesCurrent_Normal", "20537": "Skill_FairyTalesCurrent_Charge", "20538": "Btn_HideAndSeekV4_Seeker_E_01", "20539": "Btn_HideAndSeekV4_Seeker_S", "20540": "Btn_HideAndSeekV4_Seeker_S", "20541": "Btn_HideAndSeekV4_Seeker_A_01", "20561": "", "20562": "", "20580": "Skill_A_DreamExplore", "20310": "", "20311": "Btn_Fishing_Cast", "20312": "Btn_Fishing_Battle", "20313": "Btn_Fishing_Battle", "20314": "Btn_Fishing_Pull", "20315": "Btn_Fishing_Exit", "20316": "Btn_Fishing_Bait", "20320": "Btn_Blocking", "20321": "Btn_Blocking_Burst01", "20322": "Btn_Blocking_Burst02", "20323": "Btn_Blocking_Burst03", "20330": "Btn_Arana_Shoot", "20331": "Btn_Arana_Exchange", "20340": "Btn_BrickBreaker_Launch", "20341": "Skill_LanV3_Icon05", "20342": "Skill_LanV3_Icon05", "20345": "Btn_PacMan", "20346": "Btn_Whale_Interrupt", "20350": "Skill_E_Klee_01", "20351": "Skill_E_Klee_01", "20352": "Btn_Fishing_Bait", "20361": "Skill_E_Klee_01", "20362": "Skill_PoetryFestival_PitchPot_Icon01", "20363": "Skill_E_Klee_01", "20364": "Skill_E_BubbleGun_01", "20365": "Btn_Recon_Bait", "20366": "Btn_Recon_Bait", "20367": "Btn_Fishing_Exit", "10384": "Btn_Recon_Bait", "100540": "Skill_A_01", "100541": "Skill_A_01", "100542": "Skill_A_01", "100543": "Skill_A_01", "100544": "Skill_A_01", "100545": "Skill_A_01", "100546": "Skill_A_01", "100547": "Skill_A_01", "100550": "Skill_A_01", "100551": "Skill_A_01", "100552": "Skill_A_01", "100553": "Skill_A_01", "100554": "Skill_A_01", "100555": "Skill_A_01", "100556": "Skill_A_01", "100557": "Skill_A_01", "5002010": "Skill_A_01", "5003010": "Skill_A_01", "5005010": "Skill_A_01", "5005020": "Skill_A_01", "5005030": "Skill_A_01", "5005040": "Skill_A_01", "5005050": "Skill_A_01", "5005060": "Skill_A_01", "5005070": "Skill_A_01", "5005080": "Skill_A_01", "5006010": "Skill_A_Catalyst_MD", "5007010": "Skill_A_01", "5007020": "Skill_A_01", "5007030": "Skill_A_01", "5007040": "Skill_A_01", "5007050": "Skill_A_01", "5007060": "Skill_A_01", "5007070": "Skill_A_01", "5007080": "Skill_A_01", "5014010": "Skill_A_Catalyst_MD", "5015010": "Skill_A_01", "5016010": "Skill_A_04", "5020010": "Skill_A_04", "5021010": "Skill_A_02", "5022010": "Skill_A_02", "5023010": "Skill_A_03", "5024010": "Skill_A_04", "5025010": "Skill_A_01", "5026010": "Skill_A_03", "5027010": "Skill_A_Catalyst_MD", "5029010": "Skill_A_Catalyst_MD", "5030010": "Skill_A_03", "5031010": "Skill_A_02", "5032010": "Skill_A_01", "5033010": "Skill_A_02", "5034010": "Skill_A_04", "5035010": "Skill_A_01", "5036010": "Skill_A_04", "5037010": "Skill_A_02", "5038010": "Skill_A_01", "5039010": "Skill_A_02", "5041010": "Skill_A_Catalyst_MD", "5042010": "Skill_A_01", "5043010": "Skill_A_Catalyst_MD", "5044010": "Skill_A_04", "5045010": "Skill_A_03", "5046010": "Skill_A_03", "5047010": "Skill_A_01", "5048010": "Skill_A_Catalyst_MD", "5049010": "Skill_A_02", "5050010": "Skill_A_03", "5051010": "Skill_A_04", "5052010": "Skill_A_03", "5053010": "Skill_A_04", "5054010": "Skill_A_Catalyst_MD", "5055010": "Skill_A_02", "5056010": "Skill_A_02", "5058010": "Skill_A_Catalyst_MD", "5057010": "Skill_A_04", "5059010": "Skill_A_Catalyst_MD", "5060010": "Skill_A_02", "5061010": "Skill_A_01", "5062010": "Skill_A_02", "5063010": "Skill_A_03", "5064010": "Skill_A_03", "5065010": "Skill_A_01", "5066010": "Skill_A_01", "5067010": "Skill_A_02", "5068010": "Skill_A_04", "5069010": "Skill_A_02", "5070010": "Skill_A_01", "5071010": "Skill_A_03", "5072010": "Skill_A_03", "5073010": "Skill_A_Catalyst_MD", "5074010": "Skill_A_01", "5075010": "Skill_A_Catalyst_MD", "5076010": "Skill_A_02", "5077010": "Skill_A_03", "5078010": "Skill_A_01", "5079010": "Skill_A_04", "5080010": "Skill_A_03", "5081010": "Skill_A_04", "5082010": "Skill_A_Catalyst_MD", "5083010": "Skill_A_01", "5084010": "Skill_A_02", "5085010": "Skill_A_04", "5086010": "Skill_A_Catalyst_MD", "5087010": "Skill_A_Catalyst_MD", "5088010": "Skill_A_Catalyst_MD", "5089010": "Skill_A_01", "5090010": "Skill_A_03", "5091010": "Skill_A_04", "5092010": "Skill_A_04", "5093010": "Skill_A_Catalyst_MD", "5094010": "Skill_A_01", "5095010": "Skill_A_02", "5096010": "Skill_A_03", "5097010": "Skill_A_02", "5098010": "Skill_A_01", "5099010": "Skill_A_03", "5100010": "Skill_A_03", "5101010": "Skill_A_04", "5102010": "Skill_A_Catalyst_MD", "5103010": "Skill_A_01"}} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/skillId2Name_mapping_5.2.0.json b/GenshinUID/utils/map/data/skillId2Name_mapping_5.2.0.json new file mode 100644 index 00000000..b5116cc4 --- /dev/null +++ b/GenshinUID/utils/map/data/skillId2Name_mapping_5.2.0.json @@ -0,0 +1 @@ +{"Name": {"10001": "单手剑重攻击", "10002": "长枪重攻击", "10003": "法器重击", "10004": "双手剑单次重击", "10006": "蓄力技能教学触发器", "10011": "五连击", "10101": "武器技能CD", "10102": "队伍天赋共CD", "10111": "神里绫华空中连斩", "10012": "凯特测试技能", "10013": "神里流·霰步", "10014": "凯特-穿透电流", "10015": "冰风魔", "10016": "木锭壁", "10017": "箭雨", "10018": "神里流·冰华", "10019": "神里流·霜灭", "10020": "水激流冰华", "10021": "水激流霜灭", "10024": "普通攻击·神里流·倾", "10031": "普通攻击·西风剑术", "10032": "爆弹玩偶", "10033": "风压剑", "10034": "蒲公英之风", "10035": "潜入诱饵", "10036": "琴队伍机制", "10037": "空中投弹", "10038": "一斗个人线撒豆", "10041": "普通攻击·神射手", "10044": "安柏队伍天赋技能", "10053": "水激流-破隐一击", "10054": "普通攻击·故去的追忆", "10055": "普通攻击·故去的追忆", "10056": "主角(水)", "10057": "主角(风)", "10058": "主角(冰)", "10059": "主角(岩)", "10060": "普通攻击·指尖雷暴", "10061": "苍雷", "10062": "蔷薇的雷光", "10063": "测试角色5-01", "10064": "测试角色5-02", "10065": "测试角色5-03", "10066": "kevin震击", "10067": "风涡剑", "10068": "风息激荡", "10069": "kate测试普通攻击", "10070": "普通攻击·水之浅唱", "10071": "演唱,开始♪", "10072": "闪耀奇迹♪", "10073": "普通攻击·仪典剑术", "10074": "霜袭", "10075": "凛冽轮舞", "10076": "Barbara天赋技能", "10077": "星陨剑", "10078": "岩潮叠嶂", "10079": "Barbara天赋技能", "10080": "Barbara天赋技能", "10081": "Kaeya天赋技能", "10082": "Barbara队伍天赋技能", "10083": "Lisa队伍天赋技能", "10087": "水纹剑", "10088": "扬水制流", "10117": "草缘剑", "10118": "偃草若化", "10160": "普通攻击·淬炼之剑", "10161": "逆焰之刃", "10162": "逆焰之刃", "10163": "逆焰之刃", "10165": "黎明", "10166": "Diluc队伍机制", "10201": "普通攻击·钢脊", "10202": "利爪与苍雷", "10203": "雷牙", "10204": "雷泽小技能(狼神)", "10211": "安柏空中连射", "10221": "普通攻击·神代射术", "10222": "温迪长按瞄准", "10223": "温迪瞄准模式", "10224": "高天之歌", "10225": "风神之诗", "10231": "普通攻击·白案功夫", "10232": "锅巴出击", "10235": "旋火轮", "10241": "普通攻击·征涛", "10242": "捉浪", "10245": "斫雷", "20000": "进入瞄准模式", "10251": "阿葵丽雅点射", "10252": "阿葵丽雅长按瞄准", "10253": "阿葵丽雅瞄准模式", "10254": "冰爆弓", "10255": "霜寒病毒", "10261": "普通攻击·卷积微尘", "10262": "风轮两立", "10263": "魈冲抓(空中)", "10264": "魈空中攻击", "10265": "靖妖傩舞", "10271": "普通攻击·千金掷", "10272": "璇玑屏", "10273": "凝光小技能替换技能", "10274": "天权崩玉", "10275": "凝光触发小技能CD技能", "10281": "白盒普攻", "10282": "白盒小技能", "10283": "穿刺攻", "10291": "普通攻击·砰砰", "10292": "蹦蹦炸弹", "10295": "轰轰火花", "10300": "白盒技能连续爆弹", "10301": "普通攻击·岩雨", "10302": "地心", "10303": "天星", "10311": "普通攻击·罪灭之矢", "10312": "夜巡影翼", "10313": "至夜幻现", "10314": "菲谢尔长按瞄准", "10315": "菲谢尔瞄准模式", "10316": "菲谢尔小技能-重置乌鸦位置", "10321": "普通攻击·好运剑", "10322": "热情过载", "10323": "美妙旅程", "10331": "普通攻击·断雨", "10332": "魔王武装·狂澜", "10333": "极恶技·尽灭闪", "10334": "达达利亚进入瞄准", "10335": "达达利亚触发射击", "10336": "达达利亚小技能取消按钮", "10337": "达达利亚近战姿态普攻", "10341": "普通攻击·西风剑术·女仆", "10342": "护心铠", "10343": "大扫除", "10344": "诺艾尔被动天赋(上盾)", "10351": "普通攻击·云来古剑法", "10352": "仙法·寒病鬼差", "10353": "仙法·救苦度厄", "10355": "七七复活技能", "10371": "普通攻击·流天射术", "10372": "山泽麟迹", "10373": "降众天华", "10374": "花雨", "11301": "菲谢尔普攻", "11302": "菲谢尔小技能", "11305": "菲谢尔充能技", "10256": "风魔遁-地面", "10257": "风魔遁-空遁", "10258": "冰爆弓", "10259": "霜寒病毒", "10362": "重云小技能白盒测试", "10363": "雷主角小技能白盒测试", "10364": "雷主角小技能白盒测试", "10365": "雷主角小技能白盒测试1", "11371": "Rx白盒测试普攻", "11372": "Rx白盒测试技能1", "11373": "Rx白盒测试技能2", "11374": "Rx白盒进入瞄准", "11375": "Rx白盒触发射击", "10381": "普通攻击·古华剑法", "10382": "古华剑·画雨笼山", "10385": "古华剑·裁雨留虹", "10386": "普通攻击·西风剑术·白", "10387": "创生法·拟造阳华", "10388": "诞生式·大地之潮", "10391": "普通攻击·猎人射术", "10392": "猫爪冻冻", "10393": "迪奥娜长按瞄准", "10394": "迪奥娜瞄准模式", "10395": "最烈特调", "10401": "普通攻击·灭邪四式", "10402": "灵刃·重华叠霜", "10403": "灵刃·云开星落", "10411": "普通攻击·因果点破", "10412": "水中幻愿", "10413": "虚实流动", "10415": "星命定轨", "10421": "普通攻击·云来剑法", "10422": "星斗归位", "10423": "星斗归位", "10425": "天街巡游", "10431": "普通攻击·简式风灵作成", "10432": "风灵作成·陆叁零捌", "10433": "砂糖空中跳跃", "10434": "砂糖空中跳跃(伪)", "10435": "禁·风灵作成·柒伍同构贰型", "10441": "普通攻击·炎舞", "10442": "热情拂扫", "10443": "叛逆刮弦", "10451": "普通攻击·教会枪术", "10452": "噬罪的告解", "10453": "终命的圣礼", "10461": "普通攻击·往生秘传枪法", "10462": "蝶引来生", "10463": "安神秘法", "10464": "胡桃命之座相关", "10471": "普通攻击·我流剑术", "10472": "千早振", "10473": "千早振", "10474": "下落攻击·乱岚拨止", "10475": "万叶之一刀", "10481": "普通攻击·火漆制印", "10482": "丹书立约", "10485": "凭此结契", "10491": "普通攻击·烟火打扬", "10492": "焰硝庭火舞", "10493": "宵宫长按瞄准/瞄准模式", "10495": "琉金云间草", "10501": "普通攻击·迅破枪势", "10502": "烈烧佑命之侍护", "10505": "真红炽火之大铠", "10511": "普通攻击·西风剑术·宗室", "10512": "冰潮的涡旋", "10515": "凝浪之光剑", "10521": "普通攻击·源流", "10522": "神变·恶曜开眼", "10525": "奥义·梦想真说", "10531": "普通攻击·忍刀·终末番", "10532": "呜呼流·风隐急进", "10533": "呜呼流·风隐急进", "10535": "呜呼流·影貉缭乱", "10541": "普通攻击·水有常形", "10542": "海月之誓", "10545": "海人化羽", "10551": "普通攻击·呲牙裂扇箭", "10552": "犬坂吠吠方圆阵", "10553": "五郎长按瞄准", "10554": "五郎瞄准模式", "10555": "兽牙逐突形胜战法", "10561": "普通攻击·天狗传弓术", "10562": "鸦羽天狗霆雷召咒", "10563": "九条裟罗长按瞄准", "10564": "九条裟罗瞄准模式", "10565": "煌煌千道镇式", "10571": "普通攻击· 喧哗屋传说", "10572": "魔杀绝技·赤牛发破!", "10575": "最恶鬼王·一斗轰临!!", "10581": "普通攻击·狐灵食罪式", "10582": "野干役咒·杀生樱", "10583": "元素战技(空中)", "10585": "大密法·天狐显真", "10591": "普通攻击·不动流格斗术", "10592": "勠心拳", "10595": "聚风蹴", "10602": "雷影剑", "10605": "雷轰电转", "10606": "普通攻击·潜形隐曜弓", "10607": "萦络纵命索", "10608": "夜兰-长按瞄准/瞄准模式", "10609": "夜兰-元素战技", "10610": "渊图玲珑骰", "10611": "普通攻击·箱纸切削术", "10612": "呜喵町飞足", "10613": "元素战技猫猫球退出", "10615": "秘法·惊喜特派", "10621": "普通攻击·快速射击", "10622": "冰尘雪野", "10623": "埃洛伊瞄准射击", "10624": "埃洛伊普通攻击", "10631": "普通攻击·踏辰摄斗", "10632": "仰灵威召将役咒", "10635": "神女遣灵真诀", "10625": "曙光预言", "10641": "普通攻击·拂云出手", "10642": "旋云开相", "10643": "破嶂见旌仪", "10651": "普通攻击·忍流飞刃斩", "10652": "越祓雷草之轮", "10655": "御咏鸣神刈山祭", "10656": "久岐忍命6护死CD", "10657": "久岐忍命6精通CD", "10661": "普通攻击·神里流·转", "10662": "神里流·镜花", "10663": "瞬水剑(绫人特殊攻击用)", "10665": "神里流·水囿", "10671": "普通攻击·祈颂射艺", "10672": "拂花偈叶", "10675": "猫猫秘宝", "10674": "柯莱瞄准模式", "10681": "普通攻击·妙显剑舞·改", "10682": "镇灵之灯·烦恼解决炮", "10685": "卡萨扎莱宫的无微不至", "10691": "普通攻击·藏蕴破障", "10692": "识果种雷", "10693": "提纳里长按/瞄准模式", "10695": "造生缠藤箭", "10701": "普通攻击·弦月舞步", "10702": "七域舞步", "10703": "妮露元素战技2", "10704": "妮露元素战技3", "10706": "妮露元素战技特殊A", "10707": "妮露元素战技特殊E", "10705": "浮莲舞步·远梦聆泉", "10708": "妮露元素战技1命六用", "10711": "普通攻击·七圣枪术", "10712": "秘仪·律渊渡魂", "10713": "赛诺元素战技开大后", "10715": "圣仪·煟煌随狼行", "10721": "普通攻击·流耀枪术·守势", "10722": "圣仪·苍鹭庇卫", "10725": "圣仪·灰鸰衒潮", "10731": "普通攻击·行相", "10732": "所闻遍计", "10735": "心景幻成", "10741": "普通攻击·熠辉轨度剑", "10742": "垂裳端凝之夜", "10745": "星流摇床之梦", "10751": "普通攻击·行幡鸣弦", "10752": "羽画·风姿华歌", "10753": "狂言·式乐五番", "10755": "狂言·式乐五番", "10756": "流浪者元素战技", "10757": "流浪者元素战技", "10758": "流浪者元素战技", "10759": "流浪者元素战技", "10750": "流浪者元素战技", "10761": "普通攻击·迴身箭术", "10762": "非想风天", "10764": "珐露珊长按/瞄准模式", "10765": "抟风秘道", "10771": "普通攻击·颠扑连环枪", "10772": "云台团团降芦菔", "10775": "玉颗珊珊月中落", "10781": "普通攻击·溯因反绎法", "10782": "共相·理式摹写", "10785": "殊境·显象缚结", "10791": "普通攻击·拂金剑斗术", "10792": "熔铁流狱", "10793": "迪希雅元素战技-二段收刀", "10794": "迪希雅元素爆发_QTE", "10795": "炎啸狮子咬", "10801": "普通攻击·西风枪术·镝传", "10802": "星霜的流旋", "10805": "苍翎的颂愿", "10811": "普通攻击·旋规设矩", "10812": "画则巧施", "10815": "繁绘隅穹", "10821": "普通攻击·金匮针解", "10822": "太素诊要", "10825": "愈气全形论", "10831": "普通攻击·迅捷礼刺剑", "10832": "谜影障身法", "10833": "琳妮特元素战技", "10835": "魔术·运变惊奇", "10841": "普通攻击·迫牌易位式", "10842": "眩惑光戏法", "10843": "林尼取消元素爆发", "10844": "林尼瞄准射击", "10845": "大魔术·灵迹巡游", "10851": "普通攻击·洑流剑", "10852": "浮冰增压", "10853": "菲米尼浮冰增压2段(E2)", "10854": "菲米尼浮冰增压3段(E3)", "10855": "猎影潜袭", "10861": "普通攻击·迅烈倾霜拳", "10862": "冰牙突驰", "10865": "黑金狼噬", "10871": "普通攻击·如水从平", "10872": "泪水啊,我必偿还", "10875": "潮水啊,我已归来", "10881": "普通攻击·冷色摄影律", "10882": "取景·冰点构图法", "10885": "定格·全方位确证", "10891": "普通攻击·独舞之邀", "10892": "孤心沙龙", "10893": "芙宁娜元素战技-芒", "10895": "万众狂欢", "10901": "普通攻击·线列枪刺·改", "10902": "近迫式急促拦射", "10905": "圆阵掷弹爆轰术", "10911": "普通攻击·直率的辞绝", "10912": "典仪式晶火", "10915": "如霰澄天的鸣礼", "10921": "普通攻击·刃爪悬星", "10922": "瑞兽登高楼", "10923": "嘉明元素战技.下落攻击", "10925": "璨焰金猊舞", "10931": "普通攻击·清风散花词", "10932": "朝起鹤云", "10933": "留云元素战技_第二跳", "10936": "留云元素战技_第三跳", "10937": "留云命6_地面第一跳", "10934": "留云元素战技_鹤形追击", "10935": "暮集竹星", "10941": "普通攻击·心织刀流", "10942": "羽袖一触", "10944": "千织二段E后-技能替换", "10945": "二刀之形·比翼", "10951": "普通攻击·靶向治疗", "10952": "弹跳水疗法", "10953": "希格雯长按瞄准", "10955": "过饱和心意注射", "10961": "普通攻击·斩首之邀", "10962": "万相化灰", "10963": "元素战技替换技能", "10965": "厄月将升", "10966": "阿蕾奇诺重击远距离索敌", "10967": "阿蕾奇诺抵死回血", "10971": "普通攻击·王家苇箭术", "10972": "古仪·鸣砂掣雷", "10974": "赛索斯瞄准射击", "10975": "秘仪·瞑光贯影", "10981": "普通攻击·逐影之誓", "10982": "狩夜之巡", "10983": "克洛琳德元素战技-闪避", "10984": "克洛琳德战技强化普攻", "10985": "残光将终", "10991": "普通攻击·逐影枪术·改", "10992": "撷萃调香", "10995": "香氛演绎", "11001": "普通攻击·嵴之啮咬", "11002": "出击,冲天转转!", "11003": "卡齐娜元素战技-上陀螺", "11004": "卡齐娜元素战技-下陀螺", "11005": "现在,认真时间!", "11006": "卡齐娜元素战技-震地攻击", "11007": "卡齐娜元素战技-特殊跳跃", "11008": "卡齐娜夜魂接力技", "11011": "普通攻击·夜阳斗技", "11012": "悬猎·游骋高狩", "11013": "基尼奇元素战技终结攻击", "11014": "基尼奇元素战技空中二段飞行", "11016": "基尼奇元素战技吐出吞噬物", "11017": "基尼奇龙化摆荡", "11015": "向伟大圣龙致意", "11018": "基尼奇吞噬或者钩锚点", "11019": "基尼奇空中喷射", "11031": "普通攻击·锐锋攫猎", "11032": "音火锻淬", "11033": "希诺宁-占位", "11034": "希诺宁-占位", "11035": "豹烈律动!", "11036": "希诺宁-元素战技-退夜魂态", "11037": "希诺宁-夜魂接力技", "11041": "普通攻击·迷羽流击", "11042": "灵缰追影", "11043": "恰斯卡瞄准射击", "11044": "恰斯卡-多重瞄准", "11045": "索魂命袭", "11046": "恰斯卡-替换战技", "11047": "恰斯卡空中元素爆发", "11048": "恰斯卡夜魂接力战技", "11049": "恰斯卡浮空受身", "11040": "恰斯卡浮空冲刺", "30000": "普通攻击·降温处理", "30002": "踏鲨破浪", "30003": "游猎S冲浪攻击技", "30004": "游猎S冲浪冲刺", "30005": "游猎S冲浪跳跃", "30006": "游猎S冲浪退出", "30007": "爆瀑飞弹", "30008": "游猎S冲浪攻击技 - 空中", "30009": "游猎S冲浪 - fromswim", "30010": "游猎S弧光攻击技", "30011": "游猎S弧光空中攻击技", "30101": "猎龙少年-普通攻击", "30102": "猎龙少年-元素战技", "30103": "猎龙少年-猎龙状态-特殊普攻", "30104": "猎龙少年-猎龙状态-特殊战技", "30105": "猎龙少年-元素爆发", "30201": "测试占位", "30202": "测试占位", "30203": "测试占位", "30204": "测试占位", "30205": "测试占位", "30206": "测试占位", "30501": "普通攻击·宿灵闪箭", "30502": "暝色缒索", "30503": "欧洛伦元素战技替换", "30504": "欧洛伦瞄准射击", "30505": "黯声回响", "30506": "特殊跳跃", "20001": "风魔炮", "20002": "风魔炮", "20011": "飞行挑战 - 前冲", "20012": "飞行挑战 - 上冲", "20020": "纯水精灵", "20021": "羽球节-发球", "20022": "羽球节-接球", "20023": "羽球节-单体", "20024": "羽球节-爆破", "20025": "羽球节-破盾", "20026": "羽球节-单体", "20027": "羽球节-爆破", "20028": "羽球节-破盾", "20029": "羽球节-接球", "20030": "元素战技", "20031": "元素爆发", "20032": "手鞠游戏-放置球", "20033": "飞雷核", "20034": "飞雷核", "20035": "禁用元素战记", "20036": "禁用菲谢尔元素战技", "20037": "禁用菲谢尔元素爆发", "20040": "大世界动物-发射子弹", "20041": "活动动物-发射子弹", "20042": "2.5测试用大世界动物-发射子弹", "20043": "钩爪占位", "20044": "钩爪占位", "20045": "3.1抓捕野猪-投掷", "20046": "4.0水下吸收-发射子弹", "20047": "4.0水下吸收-章鱼冲刺", "20048": "4.0水下吸收-章鱼冲刺", "20049": "大世界抓捕蕈兽-发射子弹", "20050": "4.0水下吸收-斩击", "20051": "蕈兽战斗-集火", "20052": "4.0水下吸收-追踪子弹", "20053": "4.2陆地章鱼-丢弃能力(废弃)", "20054": "3.2散兵2阶段瞄准射击", "20055": "3.2禁用元素战技", "20056": "3.2禁用元素爆发", "20057": "弹跳球占位", "20058": "弹跳球占位", "20059": "4.0水下吸收-护盾", "20060": "4.1水下吸收水母炸弹", "20061": "4.1水下吸收水母炸弹-引爆", "20062": "4.0水下吸收-回声", "20063": "4.2 水下章鱼-喷射", "20064": "提线木偶-攻击左(白盒)", "20065": "提线木偶-攻击右(白盒)", "20066": "提线木偶-左右连打(白盒)", "20067": "4.2 陆地章鱼-喷射能力", "20068": "4.8预研占位(废弃)", "20069": "4.8预研占位(废弃)", "20070": "探查技能", "20080": "探查技能", "20071": "4.8预研占位(废弃)", "20072": "4.8预研占位(废弃)", "20073": "4.8预研占位(废弃)", "20074": "4.8蜜袋鼯-左键技能", "20075": "4.8蜜袋鼯-召回技能", "20076": "4.6鲸鱼钩爪", "20077": "4.4海灯节-变身技能-金币关", "20078": "4.8积木拼接-左键技能", "20079": "4.8蜜袋鼯-左键空中(占位无效果)", "20081": "4.6音乐机制", "20082": "4.2水下弹射", "20083": "4.4海灯节-变身技能-积分关", "20084": "4.4海灯节-变身技能-生存关", "20085": "4.8蜜袋鼯-召回空中", "20086": "4.6音乐机制水下", "20087": "4.8青蛙弹跳-左键技能", "20088": "4.8青蛙弹跳-左键空中", "20089": "4.8羊驼点头-左键技能", "20090": "4.8羊驼点头-左键空中", "20092": "5.2投掷涂鸦", "20093": "4.5史莱姆球-元素弹", "20094": "4.5史莱姆球-物理连射", "20095": "4.7怪物对推-A技能", "20096": "4.7怪物对推-E技能", "20097": "领队战技·烈焰破袭", "20098": "领队战技·锐势波旋", "20099": "领队战技·掠阵风涡", "20100": "捕获!", "20101": "捕获!", "20110": "神秘预感", "20111": "感应光环", "20120": "狩猎直觉", "20121": "洞察全局", "20122": "禁锢诅咒", "20200": "伪装", "20201": "伪装", "20210": "透明戏法", "20212": "透明戏法", "20211": "诱饵战术", "20213": "诱饵战术", "20220": "星步疾行", "20202": "伪装", "20203": "伪装", "20214": "诱饵战术", "20215": "诱饵战术", "20400": "捕获!", "20401": "捕获!", "20410": "神秘预感", "20411": "感应光环", "20420": "狩猎直觉", "20421": "洞察全局", "20422": "禁锢诅咒", "20500": "伪装", "20501": "伪装", "20510": "透明戏法", "20512": "透明戏法", "20511": "诱饵战术", "20513": "诱饵战术", "20520": "星步疾行", "20521": "猎手投网", "20522": "幻形信标", "20523": "匿踪信标", "20524": "神秘预感", "20525": "伪装", "20526": "伪装", "20527": "鱼跃", "20528": "景观玩法", "20529": "鱼跃弹出", "20530": "螭神像发子弹", "20531": "螭神像弹出", "20532": "捕影信标", "20533": "无形追迹", "20534": "伪装", "20535": "伪装", "20536": "洋流射击1", "20537": "洋流射击2", "20538": "禁锢诅咒", "20539": "捕获!", "20540": "捕获!", "20541": "神秘预感", "20561": "鱼跃T地面", "20562": "鱼跃T空中", "20563": "5.2光之一击护盾技能(废弃,改为挂在物件上)", "20564": "5.2光之一击射击技能(废弃,改为挂在物件上)", "20569": "5.2投掷涂鸦加特林模式", "20580": "捕获!", "20310": "进入钓鱼选竿状态", "20311": "进入钓鱼瞄准状态", "20312": "QTE启动按键", "20313": "QTE战斗按键", "20314": "收竿", "20315": "退出钓鱼状态", "20316": "换鱼饵", "20320": "格挡玩法-格挡键", "20321": "格挡玩法-必杀技1", "20322": "格挡玩法-必杀技2", "20323": "格挡玩法-必杀技3", "20330": "兰那罗小道具-发射", "20331": "兰那罗小道具-切换", "20340": "打砖块发球", "20341": "3.4跑酷冲刺", "20342": "3.4跑酷冲刺空中", "20345": "3.5吃豆人", "20346": "4.6鲸鱼钩爪退出", "20350": "3.8过山车-左攻击", "20351": "3.8过山车-右攻击", "20352": "3.8过山车-跃迁", "20361": "4.0人间大炮-发射键", "20362": "4.1投壶技能 长CD", "20363": "4.1投壶技能 短CD(这行后面废弃了", "20364": "4.1三周年庆-泡泡枪", "20365": "4.1黑拳WQ投壶技能 长CD", "20366": "4.1黑拳WQ投壶技能 短CD", "20367": "4.7怪物对推-退出技能", "10384": "抓猫扔鱼", "100540": "普通攻击·故去的追忆", "100541": "旅行者五连击(火)", "100542": "普通攻击·异邦激流", "100543": "普通攻击·异邦铁风", "100544": "旅行者五连击(冰)", "100545": "普通攻击·异邦岩锋", "100546": "普通攻击·异邦惊雷", "100547": "普通攻击·异邦草翦", "100550": "普通攻击·故去的追忆", "100551": "旅行者五连击(火)", "100552": "普通攻击·异邦激流", "100553": "普通攻击·异邦铁风", "100554": "旅行者五连击(冰)", "100555": "普通攻击·异邦岩锋", "100556": "普通攻击·异邦惊雷", "100557": "普通攻击·异邦草翦", "5002010": "神里绫华空中攻击", "5003010": "琴空中攻击", "5005010": "男主角空中攻击", "5005020": "男主角(火)空中攻击", "5005030": "男主角(水)空中攻击", "5005040": "男主角(风)空中攻击", "5005050": "男主角(冰)空中攻击", "5005060": "男主角(岩)空中攻击", "5005070": "男主角(电)空中攻击", "5005080": "男主角(草)空中攻击", "5006010": "丽莎空中攻击", "5007010": "女主角空中攻击", "5007020": "女主角(火)空中攻击", "5007030": "女主角(水)空中攻击", "5007040": "女主角(风)空中攻击", "5007050": "女主角(冰)空中攻击", "5007060": "女主角(岩)空中攻击", "5007070": "女主角(电)空中攻击", "5007080": "女主角(草)空中攻击", "5014010": "芭芭拉空中攻击", "5015010": "凯亚空中攻击", "5016010": "迪卢克空中攻击", "5020010": "雷泽空中攻击", "5021010": "安柏空中攻击", "5022010": "温迪空中攻击", "5023010": "香菱空中攻击", "5024010": "北斗空中攻击", "5025010": "行秋空中攻击", "5026010": "魈空中攻击", "5027010": "凝光空中攻击", "5029010": "可莉空中攻击", "5030010": "钟离空中攻击", "5031010": "菲谢尔空中攻击", "5032010": "班尼特空中攻击", "5033010": "达达利亚空中攻击", "5034010": "诺艾尔空中攻击", "5035010": "七七空中攻击", "5036010": "重云空中攻击", "5037010": "甘雨空中攻击", "5038010": "阿贝多空中攻击", "5039010": "迪奥娜空中攻击", "5041010": "莫娜空中攻击", "5042010": "刻晴空中攻击", "5043010": "砂糖空中攻击", "5044010": "辛焱空中攻击", "5045010": "罗莎莉亚空中攻击", "5046010": "胡桃空中攻击", "5047010": "枫原万叶空中攻击", "5048010": "烟绯空中攻击", "5049010": "宵宫空中攻击", "5050010": "托马空中攻击", "5051010": "优菈空中攻击", "5052010": "雷电将军空中攻击", "5053010": "早柚空中攻击", "5054010": "珊瑚宫心海空中攻击", "5055010": "五郎空中攻击", "5056010": "九条裟罗空中攻击", "5058010": "八重神子空中攻击", "5057010": "荒泷一斗空中攻击", "5059010": "鹿野院平藏空中攻击", "5060010": "夜兰空中攻击", "5061010": "绮良良空中攻击", "5062010": "埃洛伊空中攻击", "5063010": "申鹤空中攻击", "5064010": "云堇空中攻击", "5065010": "久岐忍空中攻击", "5066010": "神里绫人空中攻击", "5067010": "柯莱空中攻击", "5068010": "多莉空中攻击", "5069010": "提纳里空中攻击", "5070010": "妮露空中攻击", "5071010": "赛诺空中攻击", "5072010": "坎蒂丝空中攻击", "5073010": "纳西妲空中攻击", "5074010": "莱依拉空中攻击", "5075010": "流浪者空中攻击", "5076010": "珐露珊空中攻击", "5077010": "瑶瑶空中攻击", "5078010": "艾尔海森空中攻击", "5079010": "迪希雅空中攻击", "5080010": "米卡空中攻击", "5081010": "卡维空中攻击", "5082010": "白术空中攻击", "5083010": "琳妮特空中攻击", "5084010": "林尼空中攻击", "5085010": "菲米尼空中攻击", "5086010": "莱欧斯利空中攻击", "5087010": "那维莱特空中攻击", "5088010": "夏洛蒂空中攻击", "5089010": "芙宁娜空中攻击", "5090010": "夏沃蕾空中攻击", "5091010": "娜维娅空中攻击", "5092010": "嘉明空中攻击", "5093010": "闲云空中攻击", "5094010": "千织空中攻击", "5095010": "希格雯空中攻击", "5096010": "阿蕾奇诺空中攻击", "5097010": "赛索斯空中攻击", "5098010": "克洛琳德空中攻击", "5099010": "艾梅莉埃空中攻击", "5100010": "卡齐娜空中攻击", "5101010": "基尼奇空中攻击", "5102010": "玛拉妮空中攻击", "5103010": "希诺宁空中攻击", "5104010": "恰斯卡空中攻击", "5105010": "欧洛伦空中攻击"}, "Icon": {"10001": "", "10002": "", "10003": "", "10004": "", "10006": "", "10011": "Skill_A_01", "10101": "", "10102": "", "10111": "Skill_A_01", "10012": "Skill_S_Kate_01", "10013": "Skill_S_Ayaka_02", "10014": "Skill_E_Kate", "10015": "Skill_E_Ayaka", "10016": "Skill_E_Qin", "10017": "Skill_E_Ambor", "10018": "Skill_S_Ayaka_01", "10019": "Skill_E_Ayaka", "10020": "Skill_S_Ayaka_01", "10021": "Skill_E_Ayaka", "10024": "Skill_A_01", "10031": "Skill_A_01", "10032": "Skill_S_Ambor_01", "10033": "Skill_S_Qin_02", "10034": "Skill_E_Qin_01", "10035": "Btn_Recon_Bait", "10036": "Skill_E_Kate", "10037": "Btn_Recon_Bait", "10038": "Btn_Recon_Bait_Beans", "10041": "Skill_A_02", "10044": "Skill_E_Kate", "10053": "Skill_S_Ayaka_02", "10054": "Skill_A_01", "10055": "Skill_A_01", "10056": "Skill_A_01", "10057": "Skill_A_01", "10058": "Skill_A_01", "10059": "Skill_A_01", "10060": "Skill_A_Catalyst_MD", "10061": "Skill_S_Lisa_01", "10062": "Skill_E_Lisa_01", "10063": "Skill_E_Ayaka", "10064": "Skill_S_Ayaka_01", "10065": "Skill_S_Ambor_01", "10066": "Skill_E_Kate", "10067": "Skill_S_PlayerWind_01", "10068": "Skill_E_PlayerWind_01", "10069": "Skill_A_01", "10070": "Skill_A_Catalyst_MD", "10071": "Skill_S_Barbara_01", "10072": "Skill_E_Barbara_01", "10073": "Skill_A_01", "10074": "Skill_S_Kaeya_01", "10075": "Skill_E_Kaeya_01", "10076": "Skill_E_Kate", "10077": "Skill_S_PlayerRock_01", "10078": "Skill_E_PlayerRock_01", "10079": "Skill_E_Kate", "10080": "Skill_E_Kate", "10081": "Skill_E_Kate", "10082": "Skill_E_Kate", "10083": "Skill_E_Kate", "10087": "Skill_S_PlayerWater_01", "10088": "Skill_E_PlayerWater_01", "10117": "Skill_E_PlayerGrass_01", "10118": "Skill_S_PlayerGrass_01", "10160": "Skill_A_04", "10161": "Skill_S_Diluc_01_01", "10162": "Skill_S_Diluc_01_02", "10163": "Skill_S_Diluc_01_03", "10165": "Skill_E_Diluc_01", "10166": "Skill_E_Kate", "10201": "Skill_A_04", "10202": "Skill_S_Razor_01", "10203": "Skill_E_Razor_01", "10204": "Skill_S_Ayaka_02", "10211": "Skill_A_02", "10221": "Skill_A_02", "10222": "Skill_A_02", "10223": "Skill_A_02", "10224": "Skill_S_Venti_01", "10225": "Skill_E_Venti_01", "10231": "Skill_A_03", "10232": "Skill_S_Xiangling_01", "10235": "Skill_E_Xiangling_01", "10241": "Skill_A_04", "10242": "Skill_S_Beidou_01", "10245": "Skill_E_Beidou_01", "20000": "Main_AimActive", "10251": "Skill_A_02", "10252": "Skill_A_02", "10253": "Skill_A_02", "10254": "Skill_S_Ayaka_01", "10255": "Skill_E_Ayaka", "10261": "Skill_A_03", "10262": "Skill_S_Xiao_01", "10263": "Skill_S_Xiao_01", "10264": "Skill_A_03", "10265": "Skill_E_Xiao_01", "10271": "Skill_A_Catalyst_MD", "10272": "Skill_S_Ningguang_01", "10273": "Skill_S_Ningguang_02", "10274": "Skill_E_Ningguang_01", "10275": "Skill_E_Ayaka", "10281": "Skill_A_01", "10282": "Skill_A_01", "10283": "Skill_S_Ayaka_01", "10291": "Skill_A_Catalyst_MD", "10292": "Skill_S_Klee_01", "10295": "Skill_E_Klee_01", "10300": "Skill_A_01", "10301": "Skill_A_03", "10302": "Skill_S_Zhongli_01", "10303": "Skill_E_Zhongli_01", "10311": "Skill_A_02", "10312": "Skill_S_Fischl_01", "10313": "Skill_E_Fischl_01", "10314": "Skill_A_02", "10315": "Skill_A_02", "10316": "Skill_S_Fischl_02", "10321": "Skill_A_01", "10322": "Skill_S_Bennett_01", "10323": "Skill_E_Bennett_01", "10331": "Skill_A_02", "10332": "Skill_S_Tartaglia_01", "10333": "Skill_E_Tartaglia_01", "10334": "Skill_A_02", "10335": "Skill_A_02", "10336": "Skill_S_Tartaglia_02", "10337": "Skill_A_01", "10341": "Skill_A_04", "10342": "Skill_S_Noel_01", "10343": "Skill_E_Noel_01", "10344": "Skill_E_Kate", "10351": "Skill_A_01", "10352": "Skill_S_Qiqi_01", "10353": "Skill_E_Qiqi_01", "10355": "Skill_E_Kate", "10371": "Skill_A_02", "10372": "Skill_S_Ganyu_01", "10373": "Skill_E_Ganyu_01", "10374": "Skill_A_02", "11301": "Skill_A_02", "11302": "Skill_S_Ambor_01", "11305": "Skill_E_Beidou_01", "10256": "Skill_S_Ayaka_01", "10257": "Skill_S_Ayaka_01", "10258": "Skill_S_Ayaka_01", "10259": "Skill_E_Ayaka", "10362": "Skill_E_Ayaka", "10363": "Skill_E_Ayaka", "10364": "Skill_S_Ayaka_01", "10365": "Skill_E_Ayaka", "11371": "Skill_A_02", "11372": "Skill_S_Razor_01", "11373": "Skill_E_Razor_01", "11374": "Skill_A_02", "11375": "Skill_A_02", "10381": "Skill_A_01", "10382": "Skill_S_Xingqiu_01", "10385": "Skill_E_Xingqiu_01", "10386": "Skill_A_01", "10387": "Skill_S_Albedo_01", "10388": "Skill_E_Albedo_01", "10391": "Skill_A_02", "10392": "Skill_S_Diona_01", "10393": "Skill_A_02", "10394": "Skill_A_02", "10395": "Skill_E_Diona_01", "10401": "Skill_A_04", "10402": "Skill_S_Chongyun_01", "10403": "Skill_E_Chongyun_01", "10411": "Skill_A_Catalyst_MD", "10412": "Skill_S_Mona_01", "10413": "Skill_S_Mona_02", "10415": "Skill_E_Mona_01", "10421": "Skill_A_01", "10422": "Skill_S_Keqing_01", "10423": "Skill_S_Keqing_02", "10425": "Skill_E_Keqing_01", "10431": "Skill_A_Catalyst_MD", "10432": "Skill_S_Sucrose_01", "10433": "Skill_S_Sucrose_02", "10434": "Skill_S_Sucrose_02", "10435": "Skill_E_Sucrose_01", "10441": "Skill_A_04", "10442": "Skill_S_Xinyan_01", "10443": "Skill_E_Xinyan_01", "10451": "Skill_A_03", "10452": "Skill_S_Rosaria_01", "10453": "Skill_E_Rosaria_01", "10461": "Skill_A_03", "10462": "Skill_S_Hutao_01", "10463": "Skill_E_Hutao_01", "10464": "Skill_A_03", "10471": "Skill_A_01", "10472": "Skill_S_Kazuha_01", "10473": "Skill_S_Kazuha_01", "10474": "Skill_S_Kazuha_02", "10475": "Skill_E_Kazuha_01", "10481": "Skill_A_Catalyst_MD", "10482": "Skill_S_Feiyan_01", "10485": "Skill_E_Feiyan_01", "10491": "Skill_A_02", "10492": "Skill_S_Yoimiya_01", "10493": "Skill_A_02", "10495": "Skill_E_Yoimiya_01", "10501": "Skill_A_03", "10502": "Skill_S_Tohma_01", "10505": "Skill_E_Tohma_01", "10511": "Skill_A_04", "10512": "Skill_S_Eula_01", "10515": "Skill_E_Eula_01", "10521": "Skill_A_03", "10522": "Skill_S_Shougun_01", "10525": "Skill_E_Shougun_01", "10531": "Skill_A_04", "10532": "Skill_S_Sayu_01", "10533": "Skill_S_Sayu_02", "10535": "Skill_E_Sayu_01", "10541": "Skill_A_Catalyst_MD", "10542": "Skill_S_Kokomi_01", "10545": "Skill_E_Kokomi_01", "10551": "Skill_A_02", "10552": "Skill_S_Gorou_01", "10553": "Skill_A_02", "10554": "Skill_A_02", "10555": "Skill_E_Gorou_01", "10561": "Skill_A_02", "10562": "Skill_S_Sara_01", "10563": "Skill_A_02", "10564": "Skill_A_02", "10565": "Skill_E_Sara_01", "10571": "Skill_A_04", "10572": "Skill_S_Itto_01", "10575": "Skill_E_Itto_01", "10581": "Skill_A_Catalyst_MD", "10582": "Skill_S_Yae_01", "10583": "", "10585": "Skill_E_Yae_01", "10591": "Skill_A_Catalyst_MD", "10592": "Skill_S_Heizo_01", "10595": "Skill_E_Heizo_01", "10602": "Skill_S_PlayerElectric_01", "10605": "Skill_E_PlayerElectric_01", "10606": "Skill_A_02", "10607": "Skill_S_Yelan_01", "10608": "Skill_A_02", "10609": "Skill_S_Yelan_02", "10610": "Skill_E_Yelan_01", "10611": "Skill_A_01", "10612": "Skill_S_Momoka_01", "10613": "Skill_S_Momoka_02", "10615": "Skill_E_Momoka_01", "10621": "Skill_A_02", "10622": "Skill_S_Aloy_01", "10623": "Skill_A_02", "10624": "Skill_A_02", "10631": "Skill_A_03", "10632": "Skill_S_Shenhe_01", "10635": "Skill_E_Shenhe_01", "10625": "Skill_E_Aloy_01", "10641": "Skill_A_03", "10642": "Skill_S_Yunjin_01", "10643": "Skill_E_Yunjin_01", "10651": "Skill_A_01", "10652": "Skill_S_Shinobu_01", "10655": "Skill_E_Shinobu_01", "10656": "Skill_A_03", "10657": "Skill_A_03", "10661": "Skill_A_01", "10662": "Skill_S_Ayato_01", "10663": "Skill_A_01", "10665": "Skill_E_Ayato_01", "10671": "Skill_A_02", "10672": "Skill_S_Collei_01", "10675": "Skill_E_Collei_01", "10674": "Skill_A_02", "10681": "Skill_A_04", "10682": "Skill_S_Dori_01", "10685": "Skill_E_Dori_01", "10691": "Skill_A_02", "10692": "Skill_S_Tighnari_01", "10693": "Skill_A_02", "10695": "Skill_E_Tighnari_01", "10701": "Skill_A_01", "10702": "Skill_S_Nilou_01", "10703": "Skill_S_Nilou_01", "10704": "Skill_S_Nilou_01", "10706": "Skill_S_Nilou_04", "10707": "Skill_S_Nilou_02", "10705": "Skill_E_Nilou_01", "10708": "Skill_S_Nilou_01", "10711": "Skill_A_03", "10712": "Skill_S_Cyno_01", "10713": "Skill_S_Cyno_02", "10715": "Skill_E_Cyno_01", "10721": "Skill_A_03", "10722": "Skill_S_Candace_01", "10725": "Skill_E_Candace_01", "10731": "Skill_A_Catalyst_MD", "10732": "Skill_S_Nahida_01", "10735": "Skill_E_Nahida_01", "10741": "Skill_A_01", "10742": "Skill_S_Layla_01", "10745": "Skill_E_Layla_01", "10751": "Skill_A_Catalyst_MD", "10752": "Skill_S_Wanderer_01", "10753": "Skill_E_Wanderer_01", "10755": "Skill_E_Wanderer_01", "10756": "Skill_S_Wanderer_04", "10757": "Skill_S_Wanderer_01", "10758": "Skill_A_Catalyst_MD", "10759": "Skill_S_Wanderer_02", "10750": "Skill_S_Wanderer_03", "10761": "Skill_A_02", "10762": "Skill_S_Faruzan_01", "10764": "Skill_A_02", "10765": "Skill_E_Faruzan_01", "10771": "Skill_A_03", "10772": "Skill_S_Yaoyao_01", "10775": "Skill_E_Yaoyao_01", "10781": "Skill_A_01", "10782": "Skill_S_Alhatham_01", "10785": "Skill_E_Alhatham_01", "10791": "Skill_A_04", "10792": "Skill_S_Dehya_01", "10793": "Skill_S_Dehya_02", "10794": "Skill_E_Dehya_02", "10795": "Skill_E_Dehya_01", "10801": "Skill_A_03", "10802": "Skill_S_Mika_01", "10805": "Skill_E_Mika_01", "10811": "Skill_A_04", "10812": "Skill_S_Kaveh_01", "10815": "Skill_E_Kaveh_01", "10821": "Skill_A_Catalyst_MD", "10822": "Skill_S_Baizhuer_01", "10825": "Skill_E_Baizhuer_01", "10831": "Skill_A_01", "10832": "Skill_S_Linette_01", "10833": "Skill_S_Linette_02", "10835": "Skill_E_Linette_01", "10841": "Skill_A_02", "10842": "Skill_S_Liney_01", "10843": "Skill_S_Liney_02", "10844": "Skill_A_02", "10845": "Skill_E_Liney_01", "10851": "Skill_A_04", "10852": "Skill_S_Freminet_01", "10853": "Skill_S_Freminet_02", "10854": "Skill_S_Freminet_03", "10855": "Skill_E_Freminet_01", "10861": "Skill_A_Catalyst_MD", "10862": "Skill_S_Wriothesley_01", "10865": "Skill_E_Wriothesley_01", "10871": "Skill_A_Catalyst_MD", "10872": "Skill_S_Neuvillette_01", "10875": "Skill_E_Neuvillette_01", "10881": "Skill_A_Catalyst_MD", "10882": "Skill_S_Charlotte_01", "10885": "Skill_E_Charlotte_01", "10891": "Skill_A_01", "10892": "Skill_S_Furina_01", "10893": "Skill_S_Furina_02", "10895": "Skill_E_Furina_01", "10901": "Skill_A_03", "10902": "Skill_S_Chevreuse_01", "10905": "Skill_E_Chevreuse_01", "10911": "Skill_A_04", "10912": "Skill_S_Navia_01", "10915": "Skill_E_Navia_01", "10921": "Skill_A_04", "10922": "Skill_S_Gaming_01", "10923": "Skill_S_Gaming_02", "10925": "Skill_E_Gaming_01", "10931": "Skill_A_Catalyst_MD", "10932": "Skill_S_Liuyun_01", "10933": "Skill_S_Liuyun_02", "10936": "Skill_S_Liuyun_03", "10937": "Skill_S_Liuyun_05", "10934": "Skill_S_Liuyun_04", "10935": "Skill_E_Liuyun_01", "10941": "Skill_A_01", "10942": "Skill_S_Chiori_01", "10944": "Skill_S_Chiori_03", "10945": "Skill_E_Chiori_01", "10951": "Skill_A_02", "10952": "Skill_S_Sigewinne_01", "10953": "Skill_A_02", "10955": "Skill_E_Sigewinne_01", "10961": "Skill_A_03", "10962": "Skill_S_Arlecchino_01", "10963": "Skill_S_Arlecchino_01", "10965": "Skill_E_Arlecchino_01", "10966": "Skill_A_03", "10967": "Skill_A_03", "10971": "Skill_A_02", "10972": "Skill_S_Sethos_01", "10974": "Skill_A_02", "10975": "Skill_E_Sethos_01", "10981": "Skill_A_01", "10982": "Skill_S_Clorinde_01", "10983": "Skill_S_Clorinde_02", "10984": "Skill_A_03", "10985": "Skill_E_Clorinde_01", "10991": "Skill_A_03", "10992": "Skill_S_Emilie_01", "10995": "Skill_E_Emilie_01", "11001": "Skill_A_03", "11002": "Skill_S_Kachina_01", "11003": "Skill_S_Kachina_02", "11004": "Skill_S_Kachina_03", "11005": "Skill_E_Kachina_01", "11006": "Skill_S_Kachina_04", "11007": "Skill_S_Kachina_04", "11008": "Skill_S_Kachina_01", "11011": "Skill_A_04", "11012": "Skill_S_Kinich_01", "11013": "Skill_S_Kinich_03", "11014": "Skill_S_Kinich_04", "11016": "Skill_S_Kinich_06", "11017": "Skill_S_Kinich_02", "11015": "Skill_E_Kinich_01", "11018": "Skill_S_Kinich_05", "11019": "Skill_S_Kinich_07", "11031": "Skill_A_01", "11032": "Skill_S_Xilonen_01", "11033": "", "11034": "", "11035": "Skill_E_Xilonen_01", "11036": "Skill_S_Xilonen_02", "11037": "Skill_S_Xilonen_01", "11041": "Skill_A_02", "11042": "Skill_S_Chasca_01", "11043": "Skill_A_02", "11044": "Skill_S_Chasca_02", "11045": "Skill_E_Chasca_01", "11046": "Skill_S_Chasca_03", "11047": "Skill_E_Chasca_01", "11048": "Skill_S_Chasca_01", "11049": "Skill_S_Chasca_05", "11040": "Skill_S_Chasca_04", "30000": "Skill_A_Catalyst_MD", "30002": "Skill_S_Mualani_01", "30003": "Skill_S_Mualani_02", "30004": "Skill_S_Mualani_05", "30005": "Skill_S_Mualani_04", "30006": "Skill_S_Mualani_01", "30007": "Skill_E_Mualani_01", "30008": "Skill_S_Mualani_02", "30009": "Skill_S_Mualani_01", "30010": "Skill_S_Mualani_02", "30011": "Skill_S_Mualani_02", "30101": "Skill_A_Catalyst_MD", "30102": "", "30103": "", "30104": "", "30105": "", "30201": "Skill_A_01", "30202": "Skill_S_Momoka_01", "30203": "", "30204": "", "30205": "", "30206": "Skill_S_Momoka_02", "30501": "Skill_A_02", "30502": "Skill_S_Olorun_01", "30503": "Skill_E_Olorun_Create", "30504": "Skill_A_02", "30505": "Skill_E_Olorun_01", "30506": "Skill_E_Olorun_03", "20001": "Skill_A_Dvalin_AirGun", "20002": "Skill_A_Dvalin_AirGun", "20011": "Btn_FlightSprint", "20012": "Btn_Rises", "20020": "Btn_WaterSpirit_Skill", "20021": "Btn_BounceConjuring_Serve_S_01", "20022": "Btn_BounceConjuring_Hit_A_01", "20023": "Btn_BounceConjuring_Bomb_S_01", "20024": "Btn_BounceConjuring_Bomb_S_02", "20025": "Btn_BounceConjuring_Bomb_S_03", "20026": "Btn_BounceConjuring_Bomb_S_01", "20027": "Btn_BounceConjuring_Bomb_S_02", "20028": "Btn_BounceConjuring_Bomb_S_03", "20029": "Btn_BounceConjuring_Hit_A_01", "20030": "Skill_S_Monster_Shougun_EyeStrip", "20031": "Skill_E_Monster_Shougun_EyeStrip", "20032": "Btn_Temari_S_01", "20033": "", "20034": "", "20035": "Skill_S_LunaRiteQuest_BanSkill", "20036": "Skill_S_SummerTimeV2Quest_BanSkill", "20037": "Skill_E_SummerTimeV2Quest_BanSkill", "20040": "Btn_CatchAnimal_Shoot", "20041": "Btn_CatchAnimal_Shoot", "20042": "Btn_CatchAnimal_Shoot", "20043": "", "20044": "", "20045": "Btn_CatchAnimal_Shoot", "20046": "Skill_Diving_Absorb", "20047": "", "20048": "", "20049": "Btn_CatchAnimal_Shoot", "20050": "Skill_Diving_Slash", "20051": "Btn_FungusFighter_Aim", "20052": "", "20053": "", "20054": "Skill_E_Gagana_AimShoot", "20055": "", "20056": "", "20057": "", "20058": "", "20059": "Skill_Diving_Shield", "20060": "Skill_Diving_Jellyfish", "20061": "Skill_Diving_Jellyfish_Trigger", "20062": "Skill_Diving_Echo", "20063": "Skill_Diving_Octopus", "20064": "Btn_HideAndSeek_Seeker_A_01", "20065": "Btn_CatchAnimal_Shoot", "20066": "Btn_HideAndSeek_Seeker_S_01", "20067": "Skill_Diving_Octopus", "20068": "", "20069": "", "20070": "QuesteventSkillIcon_01", "20080": "QuesteventSkillIcon_01", "20071": "Skill_E_Gagana_AimShoot", "20072": "Skill_E_Gagana_AimShoot", "20073": "Btn_Turn", "20074": "Btn_FairyBook_OrigamiSquirrel_01", "20075": "Btn_FairyBook_OrigamiSquirrel_02", "20076": "", "20077": "Skill_LanV4PartyLion_01", "20078": "Btn_FairyBook_ToyBrick", "20079": "Btn_FairyBook_OrigamiSquirrel_01", "20081": "Skill_Music", "20082": "", "20083": "Skill_LanV4PartyLion_01", "20084": "Skill_LanV4PartyLion_01", "20085": "Btn_FairyBook_OrigamiSquirrel_02", "20086": "Skill_Music", "20087": "Btn_FairyBook_OrigamFrog", "20088": "Btn_FairyBook_OrigamFrog", "20089": "Btn_FairyBook_OrigamiAlpaca", "20090": "Btn_FairyBook_OrigamiAlpaca", "20092": "UI_Icon_Skill_ColoringSpirit", "20093": "Btn_SlimeCannon_Fire_01", "20094": "Btn_SlimeCannon_Fire_04", "20095": "UI_Img_MVM_Skill_Summon", "20096": "Btn_HideAndSeek_Seeker_E_01", "20097": "UI_Img_MVM_Skill_01", "20098": "UI_Img_MVM_Skill_02", "20099": "UI_Img_MVM_Skill_03", "20100": "Btn_HideAndSeek_Seeker_A_01", "20101": "Btn_HideAndSeek_Seeker_A_01", "20110": "Btn_HideAndSeek_Seeker_S_01", "20111": "Btn_HideAndSeek_Seeker_S_02", "20120": "Btn_HideAndSeek_Seeker_E_01", "20121": "Btn_HideAndSeek_Seeker_E_02", "20122": "Btn_HideAndSeek_Seeker_E_03", "20200": "Btn_HideAndSeek_Hider_A_01", "20201": "Btn_HideAndSeek_Hider_A_03", "20210": "Btn_HideAndSeek_Hider_S_01", "20212": "Btn_HideAndSeek_Hider_S_01_Borbid", "20211": "Btn_HideAndSeek_Hider_S_02", "20213": "Btn_HideAndSeek_Hider_S_02_Borbid", "20220": "Btn_HideAndSeek_Hider_E_01", "20202": "Btn_HideAndSeek_Hider_A_01", "20203": "Btn_HideAndSeek_Hider_A_03", "20214": "Btn_HideAndSeek_Hider_S_02", "20215": "Btn_HideAndSeek_Hider_S_02_Borbid", "20400": "Btn_HideAndSeekV4_Seeker_S", "20401": "Btn_HideAndSeekV4_Seeker_S", "20410": "Btn_HideAndSeek_Seeker_S_01", "20411": "Btn_HideAndSeekV4_Seeker_A_02", "20420": "Btn_HideAndSeek_Seeker_E_01", "20421": "Btn_HideAndSeekV4_Seeker_E_02", "20422": "Btn_HideAndSeekV4_Seeker_E_01", "20500": "Btn_HideAndSeek_Hider_A_01", "20501": "Btn_HideAndSeek_Hider_A_03", "20510": "Btn_HideAndSeekV4_Hider_A_01", "20512": "Btn_HideAndSeek_Hider_S_01_Borbid", "20511": "Btn_HideAndSeek_Hider_S_02", "20513": "Btn_HideAndSeek_Hider_S_02_Borbid", "20520": "Btn_HideAndSeekV4_Hider_E", "20521": "UI_Icon_Skill_Hunter_Net", "20522": "Btn_HideAndSeek_Hider_S_02", "20523": "Btn_HideAndSeekV4_Hider_A_02", "20524": "Btn_HideAndSeekV4_Seeker_A_01", "20525": "Btn_HideAndSeek_Hider_A_01", "20526": "Btn_HideAndSeek_Hider_A_03", "20527": "Skill_CarpJump_02", "20528": "Skill_C_FairyGadgetSet", "20529": "Btn_Fishing_Exit", "20530": "Skill_CarpJump_01", "20531": "Btn_Fishing_Exit", "20532": "Btn_HideAndSeekV4_Seeker_A_03", "20533": "Btn_HideAndSeekV4_Seeker_E_03", "20534": "Btn_HideAndSeekV4_Hider_S", "20535": "Btn_HideAndSeekV4_Hider_S", "20536": "Skill_FairyTalesCurrent_Normal", "20537": "Skill_FairyTalesCurrent_Charge", "20538": "Btn_HideAndSeekV4_Seeker_E_01", "20539": "Btn_HideAndSeekV4_Seeker_S", "20540": "Btn_HideAndSeekV4_Seeker_S", "20541": "Btn_HideAndSeekV4_Seeker_A_01", "20561": "", "20562": "", "20563": "", "20564": "", "20569": "UI_Icon_Skill_ColoringSpirit", "20580": "Skill_A_DreamExplore", "20310": "", "20311": "Btn_Fishing_Cast", "20312": "Btn_Fishing_Battle", "20313": "Btn_Fishing_Battle", "20314": "Btn_Fishing_Pull", "20315": "Btn_Fishing_Exit", "20316": "Btn_Fishing_Bait", "20320": "Btn_Blocking", "20321": "Btn_Blocking_Burst01", "20322": "Btn_Blocking_Burst02", "20323": "Btn_Blocking_Burst03", "20330": "Btn_Arana_Shoot", "20331": "Btn_Arana_Exchange", "20340": "Btn_BrickBreaker_Launch", "20341": "Skill_LanV3_Icon05", "20342": "Skill_LanV3_Icon05", "20345": "Btn_PacMan", "20346": "Btn_Whale_Interrupt", "20350": "Skill_E_Klee_01", "20351": "Skill_E_Klee_01", "20352": "Btn_Fishing_Bait", "20361": "Skill_E_Klee_01", "20362": "Skill_PoetryFestival_PitchPot_Icon01", "20363": "Skill_E_Klee_01", "20364": "Skill_E_BubbleGun_01", "20365": "Btn_Recon_Bait", "20366": "Btn_Recon_Bait", "20367": "Btn_Fishing_Exit", "10384": "Btn_Recon_Bait", "100540": "Skill_A_01", "100541": "Skill_A_01", "100542": "Skill_A_01", "100543": "Skill_A_01", "100544": "Skill_A_01", "100545": "Skill_A_01", "100546": "Skill_A_01", "100547": "Skill_A_01", "100550": "Skill_A_01", "100551": "Skill_A_01", "100552": "Skill_A_01", "100553": "Skill_A_01", "100554": "Skill_A_01", "100555": "Skill_A_01", "100556": "Skill_A_01", "100557": "Skill_A_01", "5002010": "Skill_A_01", "5003010": "Skill_A_01", "5005010": "Skill_A_01", "5005020": "Skill_A_01", "5005030": "Skill_A_01", "5005040": "Skill_A_01", "5005050": "Skill_A_01", "5005060": "Skill_A_01", "5005070": "Skill_A_01", "5005080": "Skill_A_01", "5006010": "Skill_A_Catalyst_MD", "5007010": "Skill_A_01", "5007020": "Skill_A_01", "5007030": "Skill_A_01", "5007040": "Skill_A_01", "5007050": "Skill_A_01", "5007060": "Skill_A_01", "5007070": "Skill_A_01", "5007080": "Skill_A_01", "5014010": "Skill_A_Catalyst_MD", "5015010": "Skill_A_01", "5016010": "Skill_A_04", "5020010": "Skill_A_04", "5021010": "Skill_A_02", "5022010": "Skill_A_02", "5023010": "Skill_A_03", "5024010": "Skill_A_04", "5025010": "Skill_A_01", "5026010": "Skill_A_03", "5027010": "Skill_A_Catalyst_MD", "5029010": "Skill_A_Catalyst_MD", "5030010": "Skill_A_03", "5031010": "Skill_A_02", "5032010": "Skill_A_01", "5033010": "Skill_A_02", "5034010": "Skill_A_04", "5035010": "Skill_A_01", "5036010": "Skill_A_04", "5037010": "Skill_A_02", "5038010": "Skill_A_01", "5039010": "Skill_A_02", "5041010": "Skill_A_Catalyst_MD", "5042010": "Skill_A_01", "5043010": "Skill_A_Catalyst_MD", "5044010": "Skill_A_04", "5045010": "Skill_A_03", "5046010": "Skill_A_03", "5047010": "Skill_A_01", "5048010": "Skill_A_Catalyst_MD", "5049010": "Skill_A_02", "5050010": "Skill_A_03", "5051010": "Skill_A_04", "5052010": "Skill_A_03", "5053010": "Skill_A_04", "5054010": "Skill_A_Catalyst_MD", "5055010": "Skill_A_02", "5056010": "Skill_A_02", "5058010": "Skill_A_Catalyst_MD", "5057010": "Skill_A_04", "5059010": "Skill_A_Catalyst_MD", "5060010": "Skill_A_02", "5061010": "Skill_A_01", "5062010": "Skill_A_02", "5063010": "Skill_A_03", "5064010": "Skill_A_03", "5065010": "Skill_A_01", "5066010": "Skill_A_01", "5067010": "Skill_A_02", "5068010": "Skill_A_04", "5069010": "Skill_A_02", "5070010": "Skill_A_01", "5071010": "Skill_A_03", "5072010": "Skill_A_03", "5073010": "Skill_A_Catalyst_MD", "5074010": "Skill_A_01", "5075010": "Skill_A_Catalyst_MD", "5076010": "Skill_A_02", "5077010": "Skill_A_03", "5078010": "Skill_A_01", "5079010": "Skill_A_04", "5080010": "Skill_A_03", "5081010": "Skill_A_04", "5082010": "Skill_A_Catalyst_MD", "5083010": "Skill_A_01", "5084010": "Skill_A_02", "5085010": "Skill_A_04", "5086010": "Skill_A_Catalyst_MD", "5087010": "Skill_A_Catalyst_MD", "5088010": "Skill_A_Catalyst_MD", "5089010": "Skill_A_01", "5090010": "Skill_A_03", "5091010": "Skill_A_04", "5092010": "Skill_A_04", "5093010": "Skill_A_Catalyst_MD", "5094010": "Skill_A_01", "5095010": "Skill_A_02", "5096010": "Skill_A_03", "5097010": "Skill_A_02", "5098010": "Skill_A_01", "5099010": "Skill_A_03", "5100010": "Skill_A_03", "5101010": "Skill_A_04", "5102010": "Skill_A_Catalyst_MD", "5103010": "Skill_A_01", "5104010": "Skill_A_02", "5105010": "Skill_A_02"}} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/talentId2Name_mapping_5.1.0.json b/GenshinUID/utils/map/data/talentId2Name_mapping_5.1.0.json deleted file mode 100644 index ef18e3a8..00000000 --- a/GenshinUID/utils/map/data/talentId2Name_mapping_5.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"Name": {"21": "霜杀墨染樱", "22": "三重雪关扉", "23": "花白锦画纸吹雪", "24": "盈缺流返", "25": "花云钟入月", "26": "间水月", "31": "流转剑脊的暴风", "32": "守护众人的坚盾", "33": "西风吹拂之时", "34": "蒲公英的国土", "35": "须臾一瞬的烈风", "36": "恩眷万民的狮牙", "41": "无限的电回路", "42": "空间电势结界", "43": "谐振的雷光", "44": "如雨的电浆", "45": "等离态的落雷", "46": "脉冲的魔女", "71": "回转的怒风", "72": "革新的旋风", "73": "天地的刚风", "74": "眷护的和风", "75": "群星的涡风", "76": "纠缠的信风", "91": "巍然的青岩", "92": "不稳的熔岩", "93": "八方之岩", "94": "险峻的重岩", "95": "天坠之岩", "96": "永世的磐岩", "101": "丰穰的春雷", "102": "震怒的苍雷", "103": "连延的远雷", "104": "难测的云雷", "105": "荒野的霆雷", "106": "撼世的神雷", "111": "寄身的倚草", "112": "健韧的劲草", "113": "婆娑的瑶草", "114": "如饴的蜜草", "115": "迅生的丰草", "116": "蕴思的霜草", "61": "微澜的湖水", "62": "潺涓的碧水", "63": "激荡的波水", "64": "倾落的迸水", "65": "洄旋的曲水", "66": "公义的潮水", "141": "彩色歌谣", "142": "元气迸发", "143": "明日之星", "144": "努力即魔法", "145": "纯真的羁绊", "146": "将一切美好献给你", "151": "卓越的血脉", "152": "无尽的霜舞", "153": "凛冽的冰戏", "154": "极寒的轻吻", "155": "至冷的拥抱", "156": "轮旋的冰凌", "161": "罪罚裁断", "162": "炙热余烬", "163": "钢铁炽焰", "164": "流火焦灼", "165": "昭告黎明的火之鸟", "166": "清算黑暗的炎之剑", "201": "狼性", "202": "压制", "203": "兽魂", "204": "撕咬", "205": "利爪", "206": "天狼", "211": "一箭双丘丘!", "212": "一触即发", "213": "烧起来啦!", "214": "才不是普通的布偶", "215": "是兔兔伯爵!", "216": "疾如野火", "221": "弦发的苍风", "222": "眷恋的泠风", "223": "千风的诗篇", "224": "自由的凛风", "225": "高天的协奏", "226": "抗争的暴风", "231": "外酥里嫩", "232": "大火宽油", "233": "武火急烹", "234": "文火慢煨", "235": "锅巴凶猛", "236": "大龙卷旋火轮", "241": "鱼龙沉四方", "242": "赫赫雷涌起", "243": "潮奔蓦引电", "244": "牵星觅乡岸", "245": "踏浪霞连阶", "246": "北斗祓幽孽", "251": "重帘留香", "252": "天青现虹", "253": "织诗成锦", "254": "孤舟斩蛟", "255": "雨深闭门", "256": "万文集此", "261": "坏劫·毁坏三界", "262": "空劫·虚空华开敷变", "263": "降魔·忿怒显相", "264": "神通·诸苦灭尽", "265": "成劫·无明增长", "266": "降魔·护法夜叉", "271": "悬星尽散击云碎", "272": "璇玑合璧镇昆仑", "273": "星罗宿列天权临", "274": "攻守易形著神机", "275": "琼屏千扇正天衡", "276": "七星璨璨凝流光", "291": "连环轰隆", "292": "破破弹片", "293": "可莉特调", "294": "一触即发", "295": "轰击之星", "296": "火力全开", "301": "岩者,六合引之为骨", "302": "石者,八荒韫玉而明", "303": "圭璋,暝仍不移其晖", "304": "黄琮,破而不夺其坚", "305": "苍璧,驱之长昭天理", "306": "金玉,礼予天地四方", "311": "幽邃鸦眼", "312": "圣裁影羽", "313": "渊色黑翼", "314": "皇女幻绮谭", "315": "至夜默示录", "316": "永夜之禽", "321": "冒险憧憬", "322": "踏破绝境", "323": "火热激情", "324": "热情不灭", "325": "开拓的心魂", "326": "烈火与勇气", "331": "魔王武装·遏浪", "332": "魔王武装·暗流", "333": "深渊之灾·纷争涡源", "334": "深渊之灾·凝水盛放", "335": "极恶技·斩水斩雨", "336": "极恶技·天使灭尽", "341": "支援就交给我吧", "342": "旋风女仆", "343": "女仆不会受伤", "344": "之后会扫干净的", "345": "骑士团扫除专家", "346": "要一尘不染才行", "351": "寒苦回向", "352": "冰寒蚀骨", "353": "升天宝诰", "354": "天威压众", "355": "红莲开绽", "356": "起死回骸", "361": "释凌咏冰", "362": "周天运转", "363": "云尽光生", "364": "浮云霜天", "365": "真道正理", "366": "四灵捧圣", "371": "饮露", "372": "获麟", "373": "云行", "374": "西狩", "375": "折草", "376": "履虫", "381": "伊甸之花", "382": "显生之宙", "383": "太阳之华", "384": "神性之陨", "385": "冥古之潮", "386": "无垢之土", "391": "特调的余韵", "392": "猫爪冰摇", "393": "还、还要续杯?", "394": "「酒业杀手」", "395": "双份加冰", "396": "猫尾打烊之时", "411": "沉没的预言", "412": "星月的连珠", "413": "不休的天象", "414": "灭绝的预言", "415": "命运的嘲弄", "416": "厄运的修辞", "421": "雷厉", "422": "苛捐", "423": "登楼", "424": "调律", "425": "移灯", "426": "廉贞", "431": "堆叠真空域", "432": "不羁型贝特", "433": "零失误少女", "434": "炼金的偏执", "435": "认真普通瓶", "436": "混元熵增论", "441": "绝命的加速", "442": "开场即兴段", "443": "摭分的指法", "444": "节奏的传染", "445": "返场的高呼", "446": "地狱里摇摆", "451": "罪之导引", "452": "无福之地", "453": "告解之仪", "454": "苦痛恩典", "455": "临终祈礼", "456": "代行裁判", "461": "赤团开时斜飞去", "462": "最不安神晴又复雨", "463": "逗留采血色", "464": "伴君眠花房", "465": "无可奈何燃花作香", "466": "幽蝶能留一缕芳", "471": "千山红遍", "472": "山岚残芯", "473": "枫袖奇谭", "474": "大空幻法", "475": "万世之集", "476": "血赤叶红", "481": "占理不饶人", "482": "最终解释权", "483": "真火炼宝印", "484": "丹书金铁券", "485": "遵法切结书", "486": "是额外条款", "491": "赤玉琉金", "492": "万灯送火", "493": "鼠火戏法", "494": "花火职人心得", "495": "真夏宵祭锦绘", "496": "长野原龙势流星群", "501": "同袍的义理", "502": "僚佐的才巧", "503": "御敌的执定", "504": "用臣的久计", "505": "野火的豪烈", "506": "炽烧的至心", "511": "光潮的幻象", "512": "海沫的少女", "513": "劳伦斯的血脉", "514": "自卑者的逞强", "515": "骑士的素质", "516": "高贵者的义务", "521": "恶曜卜词", "522": "斩铁断金", "523": "真影旧事", "524": "誓奉常道", "525": "凶将显形", "526": "负愿前行", "531": "一心二用之术", "532": "理清逃跑路线", "533": "都交给分身吧", "534": "偷懒的新方法", "535": "快是第一奥义", "536": "呼呼大睡时间", "541": "决水于溪", "542": "波起云海", "543": "海渚月舟", "544": "月摄千川", "545": "百川集海", "546": "珊瑚一心", "551": "犬奔·疾如风", "552": "犬坐·稳如钟", "553": "犬爪·势如火", "554": "犬舐·温如水", "555": "犬突·动如雷", "556": "犬勇·忠如山", "561": "乌眼", "562": "鸦羽", "563": "心魔", "564": "彻证", "565": "咒咏", "566": "我界", "571": "倘若不知,我讲你听", "572": "纠集众人,斗倒御岳", "573": "水陆自在,牛王同行", "574": "奉行牢狱,茶饭之所", "575": "十年花坂,皆知我名", "576": "在下荒泷一斗是也", "581": "野狐供真篇", "582": "望月吼哕声", "583": "七段妙变化", "584": "绯樱引雷章", "585": "暴恶嗤笑面", "586": "大杀生咒禁", "591": "称名少年事件簿", "592": "殊解诸因探案集", "593": "暗文隐语谜题册", "594": "虚言假说百物语", "595": "禁室密所大图鉴", "596": "奇想天开捕物帐", "601": "与谋者,以局入局", "602": "入彀者,多多益善", "603": "晃盅者,琼畟药骰", "604": "诓惑者,接树移花", "605": "坐庄者,三仙戏法", "606": "取胜者,大小通吃", "621": "异界之星", "622": "异界之星", "623": "异界之星", "624": "异界之星", "625": "异界之星", "626": "异界之星", "631": "心斋", "632": "定蒙", "633": "潜虚", "634": "洞观", "635": "化神", "636": "忘玄", "641": "飞身趟马", "642": "诸般切末", "643": "牙纛探海", "644": "昇堂吊云", "645": "翘楚名坤", "646": "庄谐并举", "651": "割舍怜悯之心", "652": "割舍侥幸之心", "653": "割舍痛苦之心", "654": "割舍封闭之心", "655": "割舍逢迎之心", "656": "割舍软弱之心", "661": "镜华风姿", "662": "世有源泉", "663": "无意弄花", "664": "不厌细流", "665": "万水一露", "666": "滥觞无底", "671": "巡护深林", "672": "漫行山薮", "673": "夏堇芳菲", "674": "骞林馈遗", "675": "俱象残火", "676": "坠镞为林", "681": "追加投资", "682": "特许经营", "683": "百巧千奇", "684": "酌盈剂虚", "685": "物超所值", "686": "漫掷万镒", "691": "由根须断定肇始", "692": "由茎干剖析来缘", "693": "由枝节知晓造化", "694": "由片叶管窥枯荣", "695": "由繁花明了悟觉", "696": "由硕实品论应果", "701": "却月的轻舞", "702": "星天的花雨", "703": "倾影的莲步", "704": "挽漪的节音", "705": "翩旋的流光", "706": "断霜的弦歌", "711": "立仪·俯览昼冥", "712": "令仪·引谒归灵", "713": "律仪·行度誓惩", "714": "巡仪·蒇护禁罔", "715": "幽仪·逝往星芒", "716": "羽仪·裁落钧衡", "721": "赤沙的归嗣", "722": "贯月的耀锋", "723": "织狩的奉祀", "724": "守戍的誓命", "725": "萦金的苍瞳", "726": "衍溢的汐潮", "731": "心识蕴藏之种", "732": "正等善见之根", "733": "熏习成就之芽", "734": "比量现行之茎", "735": "妙谛破愚之叶", "736": "大辨圆成之实", "741": "寐领围垣", "742": "归芒携信", "743": "长宵宣秘", "744": "星示昭明", "745": "悬神系流", "746": "曜光灵炬", "751": "初番·茂风流羽行", "752": "二番·箙岛廓白浪", "753": "三番·久世舞夕颜", "754": "四番·花月歌浮舟", "755": "末番·今昔渡来殿", "756": "祝言·霞幕倾松风", "761": "舍径求真", "762": "忘形炼智", "763": "漫行灵圃", "764": "神机明悟", "765": "繁想奇境", "766": "妙道合真", "771": "妙受琼阁", "772": "正思无邪", "773": "墩墩善道", "774": "爰爰可亲", "775": "恻隐本义", "776": "慈惠仁心", "781": "直观", "782": "辩章", "783": "遮诠", "784": "义贯", "785": "智度", "786": "正理", "791": "皎洁之火铓辉灿漫", "792": "净沙利刃明映万乘", "793": "怒势疾迅如焚掠地", "794": "服膺誓禁恪守无失", "795": "猎兽魁首卓荦不羁", "796": "燎燃利爪裂帛斫金", "801": "遇合的因缘", "802": "伴行的旅路", "803": "游击的心得", "804": "晴霜的祝念", "805": "引示的铃箭", "806": "依随的策援", "811": "高门的谒礼", "812": "御驿的径迹", "813": "金塔的香献", "814": "百柱的酣宴", "815": "圣古的库藏", "816": "天园的理想", "821": "呿吟至微", "822": "动静精明", "823": "八正定气", "824": "法古观冥", "825": "盈虚藏象", "826": "真邪合离", "611": "物器流转", "612": "八尖裹术", "613": "万户门牌通识", "614": "韦驮骏足", "615": "千里一日", "616": "沿途百景会心", "831": "如影流露的冷刃", "832": "层见叠出的谜象", "833": "倒错知能的视度", "834": "灵犀默应的配合", "835": "暗昧遮目的障法", "836": "示辨真意的眼", "841": "空取奇思的手艺", "842": "巧言贴耳的诱引", "843": "玄迷灵敏的指法", "844": "熟稔习练的筹谋", "845": "穿越隐秘的通术", "846": "违心的笑", "851": "深水与泡沫之梦", "852": "企鹅与丰渥之国", "853": "洑流与白砂之歌", "854": "雪月与芦笛之舞", "855": "炉火与欢笑之夜", "856": "梦晓与决意之刻", "861": "予行恶者以惩惧", "862": "予骄暴者以镣锁", "863": "予婪诈者以谴罚", "864": "予贞苦者以拯赎", "865": "予冤诉者以怜恕", "866": "予无罪者以念抚", "871": "尊荣的创定", "872": "律法的命诫", "873": "溯古的拟制", "874": "悲悯的冠冕", "875": "公理的决裁", "876": "忿怒的报偿", "881": "以核实为约束", "882": "以求真为职守", "883": "以独立为先决", "884": "以督促为责任", "885": "以良知为原则", "886": "以有趣相关为要义", "891": "「爱是难驯鸟,哀乞亦无用。」", "892": "「女人皆善变,仿若水中萍。」", "893": "「秘密藏心间,无人知我名。」", "894": "「若非处幽冥,怎知生可贵!」", "895": "「我已有觉察,他名即是…!」", "896": "「诸君听我颂,共举爱之杯!」", "901": "稳固阵线的魄力", "902": "诱导殉爆的狙击", "903": "娴熟复装的技巧", "904": "多重速射的秘诀", "905": "增量火力的毁伤", "906": "终结罪恶的追缉", "911": "淑女的距离感守则", "912": "总指挥的乘胜追击", "913": "经营家的开阔视野", "914": "铭誓者的绝不姑息", "915": "协商人的坚决谈判", "916": "刺玫会长的灵活手腕", "921": "通明庇佑", "922": "步踏梅花", "923": "醒灵擂震", "924": "云里翻山", "925": "吼法怖魔", "926": "百兽俱驯", "931": "借风洗尘缘", "932": "鹤唳远人间", "933": "造化有星月", "934": "奥妙烹黍珠", "935": "旋步霞蔚上", "936": "知是留云僊", "941": "正绢六通", "942": "落染五色", "943": "缀锦四分", "944": "衣裁三礼", "945": "绫羽二重", "946": "万理一空", "951": "「最快乐的精灵,可否懂得焦虑」", "952": "「最仁慈的精灵,可否化解仇敌」", "953": "「最健康的精灵,可否疗愈热症」", "954": "「最美丽的精灵,可否拒绝衰朽」", "955": "「最幸福的精灵,可否消却折磨」", "956": "「最光辉的精灵,可否为我祷告」", "961": "「所有的仇与债皆由我偿…」", "962": "「所有的赏与罚皆自我出…」", "963": "「你将成为我们新的家人…」", "964": "「此后,你们须相爱相护…」", "965": "「我们已孑然一身,与死无异…」", "966": "「自此以后,我们将共飨新生。」", "971": "封龛谒灵歌", "972": "寂秘纸草经", "973": "月升哲贤颂", "974": "真念鸵羽集", "975": "荒神烈沙录", "976": "巡日塔门书", "981": "「自此,行过烛影之帷」", "982": "「自此,直面长夜之危」", "983": "「我将铭记白昼的誓言」", "984": "「铭记泪,生命与仁爱」", "985": "「也铭记黎明终将到来」", "986": "「为此,勿将希望弃扬」", "991": "淡香浸析", "992": "湖光顶调", "993": "郁馥臻萃", "994": "柔灯心韵", "995": "纯露凝芳", "996": "茉洁香迹", "1001": "晶片,也是一种宝石", "1002": "不能少了…冲天转转", "1003": "改良型·平衡稳定器", "1004": "敌人越多,越要小心", "1005": "迄今为止,所有收藏", "1006": "这一次,我一定要赢", "1011": "七鹦之喙", "1012": "星虎之掌", "1013": "原鳄之爪", "1014": "蜂鸟之羽", "1015": "吼猴之尾", "1016": "瑞兽之形", "1021": "悠闲的「梅兹特利」…", "1022": "全力以赴玛拉妮!", "1023": "在欢乐海上冲浪", "1024": "鲨鲨主食是豚豚。", "1025": "同款冲浪板有售!", "1026": "「流泉之众」的精神", "1031": "献予慵眠的休假日", "1032": "献予灼原的五重奏", "1033": "献予日炎的巡行式", "1034": "献予午后的花之梦", "1035": "献予夕暮的转格调", "1036": "献予永夜的狂欢舞"}, "Icon": {"21": "UI_Talent_S_Ayaka_01", "22": "UI_Talent_S_Ayaka_02", "23": "UI_Talent_U_Ayaka_02", "24": "UI_Talent_S_Ayaka_03", "25": "UI_Talent_U_Ayaka_01", "26": "UI_Talent_S_Ayaka_04", "31": "UI_Talent_S_Qin_01", "32": "UI_Talent_S_Qin_02", "33": "UI_Talent_U_Qin_02", "34": "UI_Talent_S_Qin_03", "35": "UI_Talent_U_Qin_01", "36": "UI_Talent_S_Qin_04", "41": "UI_Talent_S_Lisa_01", "42": "UI_Talent_S_Lisa_02", "43": "UI_Talent_U_Lisa_02", "44": "UI_Talent_S_Lisa_03", "45": "UI_Talent_U_Lisa_01", "46": "UI_Talent_S_Lisa_04", "71": "UI_Talent_S_PlayerWind_01", "72": "UI_Talent_S_PlayerWind_02", "73": "UI_Talent_U_PlayerWind_02", "74": "UI_Talent_S_PlayerWind_03", "75": "UI_Talent_U_PlayerWind_01", "76": "UI_Talent_S_PlayerWind_04", "91": "UI_Talent_S_PlayerRock_01", "92": "UI_Talent_S_PlayerRock_02", "93": "UI_Talent_U_PlayerRock_02", "94": "UI_Talent_S_PlayerRock_03", "95": "UI_Talent_U_PlayerRock_01", "96": "UI_Talent_S_PlayerRock_04", "101": "UI_Talent_S_PlayerElectric_01", "102": "UI_Talent_S_PlayerElectric_02", "103": "UI_Talent_U_PlayerElectric_01", "104": "UI_Talent_S_PlayerElectric_03", "105": "UI_Talent_U_PlayerElectric_02", "106": "UI_Talent_S_PlayerElectric_04", "111": "UI_Talent_S_PlayerGrass_01", "112": "UI_Talent_S_PlayerGrass_02", "113": "UI_Talent_S_PlayerGrass_03", "114": "UI_Talent_S_PlayerGrass_04", "115": "UI_Talent_S_PlayerGrass_05", "116": "UI_Talent_S_PlayerGrass_06", "61": "UI_Talent_S_PlayerWater_01", "62": "UI_Talent_S_PlayerWater_02", "63": "UI_Talent_U_PlayerWater_01", "64": "UI_Talent_S_PlayerWater_03", "65": "UI_Talent_U_PlayerWater_02", "66": "UI_Talent_S_PlayerWater_04", "141": "UI_Talent_S_Barbara_01", "142": "UI_Talent_S_Barbara_02", "143": "UI_Talent_U_Barbara_02", "144": "UI_Talent_S_Barbara_03", "145": "UI_Talent_U_Barbara_01", "146": "UI_Talent_S_Barbara_04", "151": "UI_Talent_S_Kaeya_01", "152": "UI_Talent_S_Kaeya_02", "153": "UI_Talent_U_Kaeya_01", "154": "UI_Talent_S_Kaeya_03", "155": "UI_Talent_U_Kaeya_02", "156": "UI_Talent_S_Kaeya_04", "161": "UI_Talent_S_Diluc_01", "162": "UI_Talent_S_Diluc_02", "163": "UI_Talent_U_Diluc_01", "164": "UI_Talent_S_Diluc_03", "165": "UI_Talent_U_Diluc_02", "166": "UI_Talent_S_Diluc_04", "201": "UI_Talent_S_Razor_01", "202": "UI_Talent_S_Razor_02", "203": "UI_Talent_U_Razor_02", "204": "UI_Talent_S_Razor_03", "205": "UI_Talent_U_Razor_01", "206": "UI_Talent_S_Razor_04", "211": "UI_Talent_S_Ambor_01", "212": "UI_Talent_S_Ambor_02", "213": "UI_Talent_U_Ambor_02", "214": "UI_Talent_S_Ambor_03", "215": "UI_Talent_U_Ambor_01", "216": "UI_Talent_S_Ambor_04", "221": "UI_Talent_S_Venti_01", "222": "UI_Talent_S_Venti_02", "223": "UI_Talent_U_Venti_02", "224": "UI_Talent_S_Venti_03", "225": "UI_Talent_U_Venti_01", "226": "UI_Talent_S_Venti_04", "231": "UI_Talent_S_Xiangling_01", "232": "UI_Talent_S_Xiangling_02", "233": "UI_Talent_U_Xiangling_02", "234": "UI_Talent_S_Xiangling_03", "235": "UI_Talent_U_Xiangling_01", "236": "UI_Talent_S_Xiangling_04", "241": "UI_Talent_S_Beidou_02", "242": "UI_Talent_S_Beidou_01", "243": "UI_Talent_U_Beidou_01", "244": "UI_Talent_S_Beidou_03", "245": "UI_Talent_U_Beidou_02", "246": "UI_Talent_S_Beidou_04", "251": "UI_Talent_S_Xingqiu_01", "252": "UI_Talent_S_Xingqiu_02", "253": "UI_Talent_U_Xingqiu_01", "254": "UI_Talent_S_Xingqiu_03", "255": "UI_Talent_U_Xingqiu_02", "256": "UI_Talent_S_Xingqiu_04", "261": "UI_Talent_S_Xiao_01", "262": "UI_Talent_S_Xiao_02", "263": "UI_Talent_U_Xiao_01", "264": "UI_Talent_S_Xiao_03", "265": "UI_Talent_U_Xiao_02", "266": "UI_Talent_S_Xiao_04", "271": "UI_Talent_S_Ningguang_01", "272": "UI_Talent_S_Ningguang_05", "273": "UI_Talent_U_Ningguang_02", "274": "UI_Talent_S_Ningguang_03", "275": "UI_Talent_U_Ningguang_01", "276": "UI_Talent_S_Ningguang_04", "291": "UI_Talent_S_Klee_01", "292": "UI_Talent_S_Klee_02", "293": "UI_Talent_U_Klee_01", "294": "UI_Talent_S_Klee_03", "295": "UI_Talent_U_Klee_02", "296": "UI_Talent_S_Klee_04", "301": "UI_Talent_S_Zhongli_01", "302": "UI_Talent_S_Zhongli_02", "303": "UI_Talent_U_Zhongli_01", "304": "UI_Talent_S_Zhongli_03", "305": "UI_Talent_U_Zhongli_02", "306": "UI_Talent_S_Zhongli_04", "311": "UI_Talent_S_Fischl_01", "312": "UI_Talent_S_Fischl_02", "313": "UI_Talent_U_Fischl_01", "314": "UI_Talent_S_Fischl_03", "315": "UI_Talent_U_Fischl_02", "316": "UI_Talent_S_Fischl_04", "321": "UI_Talent_S_Bennett_01", "322": "UI_Talent_S_Bennett_02", "323": "UI_Talent_U_Bennett_01", "324": "UI_Talent_S_Bennett_03", "325": "UI_Talent_U_Bennett_02", "326": "UI_Talent_S_Bennett_04", "331": "UI_Talent_S_Tartaglia_01", "332": "UI_Talent_S_Tartaglia_02", "333": "UI_Talent_U_Tartaglia_01", "334": "UI_Talent_S_Tartaglia_05", "335": "UI_Talent_U_Tartaglia_02", "336": "UI_Talent_S_Tartaglia_04", "341": "UI_Talent_S_Noel_01", "342": "UI_Talent_S_Noel_02", "343": "UI_Talent_U_Noel_01", "344": "UI_Talent_S_Noel_03", "345": "UI_Talent_U_Noel_02", "346": "UI_Talent_S_Noel_04", "351": "UI_Talent_S_Qiqi_01", "352": "UI_Talent_S_Qiqi_02", "353": "UI_Talent_U_Qiqi_01", "354": "UI_Talent_S_Qiqi_03", "355": "UI_Talent_U_Qiqi_02", "356": "UI_Talent_S_Qiqi_04", "361": "UI_Talent_S_Chongyun_01", "362": "UI_Talent_S_Chongyun_02", "363": "UI_Talent_U_Chongyun_01", "364": "UI_Talent_S_Chongyun_03", "365": "UI_Talent_U_Chongyun_02", "366": "UI_Talent_S_Chongyun_04", "371": "UI_Talent_S_Ganyu_01", "372": "UI_Talent_S_Ganyu_02", "373": "UI_Talent_U_Ganyu_01", "374": "UI_Talent_S_Ganyu_03", "375": "UI_Talent_U_Ganyu_02", "376": "UI_Talent_S_Ganyu_04", "381": "UI_Talent_S_Albedo_01", "382": "UI_Talent_S_Albedo_02", "383": "UI_Talent_U_Albedo_01", "384": "UI_Talent_S_Albedo_03", "385": "UI_Talent_U_Albedo_02", "386": "UI_Talent_S_Albedo_04", "391": "UI_Talent_S_Diona_01", "392": "UI_Talent_S_Diona_02", "393": "UI_Talent_U_Diona_01", "394": "UI_Talent_S_Diona_03", "395": "UI_Talent_U_Diona_02", "396": "UI_Talent_S_Diona_04", "411": "UI_Talent_S_Mona_01", "412": "UI_Talent_S_Mona_02", "413": "UI_Talent_U_Mona_01", "414": "UI_Talent_S_Mona_03", "415": "UI_Talent_U_Mona_02", "416": "UI_Talent_S_Mona_04", "421": "UI_Talent_S_Keqing_01", "422": "UI_Talent_S_Keqing_02", "423": "UI_Talent_U_Keqing_01", "424": "UI_Talent_S_Keqing_03", "425": "UI_Talent_U_Keqing_02", "426": "UI_Talent_S_Keqing_04", "431": "UI_Talent_S_Sucrose_01", "432": "UI_Talent_S_Sucrose_02", "433": "UI_Talent_U_Sucrose_01", "434": "UI_Talent_S_Sucrose_03", "435": "UI_Talent_U_Sucrose_02", "436": "UI_Talent_S_Sucrose_04", "441": "UI_Talent_S_Xinyan_01", "442": "UI_Talent_S_Xinyan_02", "443": "UI_Talent_U_Xinyan_01", "444": "UI_Talent_S_Xinyan_03", "445": "UI_Talent_U_Xinyan_02", "446": "UI_Talent_S_Xinyan_04", "451": "UI_Talent_S_Rosaria_01", "452": "UI_Talent_S_Rosaria_02", "453": "UI_Talent_U_Rosaria_01", "454": "UI_Talent_S_Rosaria_03", "455": "UI_Talent_U_Rosaria_02", "456": "UI_Talent_S_Rosaria_04", "461": "UI_Talent_S_Hutao_03", "462": "UI_Talent_S_Hutao_01", "463": "UI_Talent_U_Hutao_01", "464": "UI_Talent_S_Hutao_02", "465": "UI_Talent_U_Hutao_02", "466": "UI_Talent_S_Hutao_04", "471": "UI_Talent_S_Kazuha_01", "472": "UI_Talent_S_Kazuha_02", "473": "UI_Talent_U_Kazuha_01", "474": "UI_Talent_S_Kazuha_03", "475": "UI_Talent_U_Kazuha_02", "476": "UI_Talent_S_Kazuha_04", "481": "UI_Talent_S_Feiyan_01", "482": "UI_Talent_S_Feiyan_02", "483": "UI_Talent_U_Feiyan_01", "484": "UI_Talent_S_Feiyan_03", "485": "UI_Talent_U_Feiyan_02", "486": "UI_Talent_S_Feiyan_04", "491": "UI_Talent_S_Yoimiya_01", "492": "UI_Talent_S_Yoimiya_02", "493": "UI_Talent_U_Yoimiya_01", "494": "UI_Talent_S_Yoimiya_03", "495": "UI_Talent_U_Yoimiya_02", "496": "UI_Talent_S_Yoimiya_04", "501": "UI_Talent_S_Tohma_01", "502": "UI_Talent_S_Tohma_02", "503": "UI_Talent_U_Tohma_01", "504": "UI_Talent_S_Tohma_03", "505": "UI_Talent_U_Tohma_02", "506": "UI_Talent_S_Tohma_04", "511": "UI_Talent_S_Eula_02", "512": "UI_Talent_S_Eula_01", "513": "UI_Talent_U_Eula_01", "514": "UI_Talent_S_Eula_03", "515": "UI_Talent_U_Eula_02", "516": "UI_Talent_S_Eula_04", "521": "UI_Talent_S_Shougun_01", "522": "UI_Talent_S_Shougun_03", "523": "UI_Talent_U_Shougun_02", "524": "UI_Talent_S_Shougun_02", "525": "UI_Talent_U_Shougun_01", "526": "UI_Talent_S_Shougun_04", "531": "UI_Talent_S_Sayu_01", "532": "UI_Talent_S_Sayu_02", "533": "UI_Talent_U_Sayu_02", "534": "UI_Talent_S_Sayu_03", "535": "UI_Talent_U_Sayu_01", "536": "UI_Talent_S_Sayu_04", "541": "UI_Talent_S_Kokomi_01", "542": "UI_Talent_S_Kokomi_02", "543": "UI_Talent_U_Kokomi_02", "544": "UI_Talent_S_Kokomi_03", "545": "UI_Talent_U_Kokomi_01", "546": "UI_Talent_S_Kokomi_04", "551": "UI_Talent_S_Gorou_01", "552": "UI_Talent_S_Gorou_02", "553": "UI_Talent_U_Gorou_01", "554": "UI_Talent_S_Gorou_03", "555": "UI_Talent_U_Gorou_02", "556": "UI_Talent_S_Gorou_04", "561": "UI_Talent_S_Sara_05", "562": "UI_Talent_S_Sara_02", "563": "UI_Talent_U_Sara_02", "564": "UI_Talent_S_Sara_03", "565": "UI_Talent_U_Sara_01", "566": "UI_Talent_S_Sara_04", "571": "UI_Talent_S_Itto_01", "572": "UI_Talent_S_Itto_02", "573": "UI_Talent_U_Itto_01", "574": "UI_Talent_S_Itto_03", "575": "UI_Talent_U_Itto_02", "576": "UI_Talent_S_Itto_04", "581": "UI_Talent_S_Yae_01", "582": "UI_Talent_S_Yae_02", "583": "UI_Talent_U_Yae_01", "584": "UI_Talent_S_Yae_03", "585": "UI_Talent_U_Yae_02", "586": "UI_Talent_S_Yae_04", "591": "UI_Talent_S_Heizo_01", "592": "UI_Talent_S_Heizo_02", "593": "UI_Talent_U_Heizo_01", "594": "UI_Talent_S_Heizo_03", "595": "UI_Talent_U_Heizo_02", "596": "UI_Talent_S_Heizo_04", "601": "UI_Talent_S_Yelan_01", "602": "UI_Talent_S_Yelan_02", "603": "UI_Talent_U_Yelan_01", "604": "UI_Talent_S_Yelan_03", "605": "UI_Talent_U_Yelan_02", "606": "UI_Talent_S_Yelan_04", "621": "UI_Talent_S_Aloy_Lock", "622": "UI_Talent_S_Aloy_Lock", "623": "UI_Talent_S_Aloy_Lock", "624": "UI_Talent_S_Aloy_Lock", "625": "UI_Talent_S_Aloy_Lock", "626": "UI_Talent_S_Aloy_Lock", "631": "UI_Talent_S_Shenhe_02", "632": "UI_Talent_S_Shenhe_01", "633": "UI_Talent_U_Shenhe_01", "634": "UI_Talent_S_Shenhe_03", "635": "UI_Talent_U_Shenhe_02", "636": "UI_Talent_S_Shenhe_04", "641": "UI_Talent_S_Yunjin_01", "642": "UI_Talent_S_Yunjin_02", "643": "UI_Talent_U_Yunjin_01", "644": "UI_Talent_S_Yunjin_03", "645": "UI_Talent_U_Yunjin_02", "646": "UI_Talent_S_Yunjin_04", "651": "UI_Talent_S_Shinobu_01", "652": "UI_Talent_S_Shinobu_02", "653": "UI_Talent_U_Shinobu_01", "654": "UI_Talent_S_Shinobu_03", "655": "UI_Talent_U_Shinobu_02", "656": "UI_Talent_S_Shinobu_04", "661": "UI_Talent_S_Ayato_01", "662": "UI_Talent_S_Ayato_02", "663": "UI_Talent_U_Ayato_02", "664": "UI_Talent_S_Ayato_03", "665": "UI_Talent_U_Ayato_01", "666": "UI_Talent_S_Ayato_04", "671": "UI_Talent_S_Collei_01", "672": "UI_Talent_S_Collei_02", "673": "UI_Talent_U_Collei_02", "674": "UI_Talent_S_Collei_03", "675": "UI_Talent_U_Collei_01", "676": "UI_Talent_S_Collei_04", "681": "UI_Talent_S_Dori_01", "682": "UI_Talent_S_Dori_02", "683": "UI_Talent_U_Dori_02", "684": "UI_Talent_S_Dori_03", "685": "UI_Talent_U_Dori_01", "686": "UI_Talent_S_Dori_04", "691": "UI_Talent_S_Tighnari_01", "692": "UI_Talent_S_Tighnari_02", "693": "UI_Talent_U_Tighnari_01", "694": "UI_Talent_S_Tighnari_03", "695": "UI_Talent_U_Tighnari_02", "696": "UI_Talent_S_Tighnari_04", "701": "UI_Talent_S_Nilou_01", "702": "UI_Talent_S_Nilou_02", "703": "UI_Talent_U_Nilou_01", "704": "UI_Talent_S_Nilou_03", "705": "UI_Talent_U_Nilou_02", "706": "UI_Talent_S_Nilou_04", "711": "UI_Talent_S_Cyno_01", "712": "UI_Talent_S_Cyno_02", "713": "UI_Talent_U_Cyno_01", "714": "UI_Talent_S_Cyno_03", "715": "UI_Talent_U_Cyno_02", "716": "UI_Talent_S_Cyno_04", "721": "UI_Talent_S_Candace_01", "722": "UI_Talent_S_Candace_02", "723": "UI_Talent_U_Candace_01", "724": "UI_Talent_S_Candace_03", "725": "UI_Talent_U_Candace_02", "726": "UI_Talent_S_Candace_04", "731": "UI_Talent_S_Nahida_01", "732": "UI_Talent_S_Nahida_02", "733": "UI_Talent_U_Nahida_01", "734": "UI_Talent_S_Nahida_03", "735": "UI_Talent_U_Nahida_02", "736": "UI_Talent_S_Nahida_04", "741": "UI_Talent_S_Layla_01", "742": "UI_Talent_S_Layla_02", "743": "UI_Talent_U_Layla_01", "744": "UI_Talent_S_Layla_03", "745": "UI_Talent_U_Layla_02", "746": "UI_Talent_S_Layla_04", "751": "UI_Talent_S_Wanderer_01", "752": "UI_Talent_S_Wanderer_02", "753": "UI_Talent_U_Wanderer_02", "754": "UI_Talent_S_Wanderer_03", "755": "UI_Talent_U_Wanderer_01", "756": "UI_Talent_S_Wanderer_04", "761": "UI_Talent_S_Faruzan_01", "762": "UI_Talent_S_Faruzan_02", "763": "UI_Talent_U_Faruzan_01", "764": "UI_Talent_S_Faruzan_03", "765": "UI_Talent_U_Faruzan_02", "766": "UI_Talent_S_Faruzan_04", "771": "UI_Talent_S_Yaoyao_01", "772": "UI_Talent_S_Yaoyao_02", "773": "UI_Talent_U_Yaoyao_01", "774": "UI_Talent_S_Yaoyao_03", "775": "UI_Talent_U_Yaoyao_02", "776": "UI_Talent_S_Yaoyao_04", "781": "UI_Talent_S_Alhatham_02", "782": "UI_Talent_S_Alhatham_01", "783": "UI_Talent_U_Alhatham_01", "784": "UI_Talent_S_Alhatham_03", "785": "UI_Talent_U_Alhatham_02", "786": "UI_Talent_S_Alhatham_04", "791": "UI_Talent_S_Dehya_01", "792": "UI_Talent_S_Dehya_02", "793": "UI_Talent_U_Dehya_01", "794": "UI_Talent_S_Dehya_03", "795": "UI_Talent_U_Dehya_02", "796": "UI_Talent_S_Dehya_04", "801": "UI_Talent_S_Mika_01", "802": "UI_Talent_S_Mika_02", "803": "UI_Talent_U_Mika_01", "804": "UI_Talent_S_Mika_03", "805": "UI_Talent_U_Mika_02", "806": "UI_Talent_S_Mika_04", "811": "UI_Talent_S_Kaveh_01", "812": "UI_Talent_S_Kaveh_02", "813": "UI_Talent_U_Kaveh_02", "814": "UI_Talent_S_Kaveh_03", "815": "UI_Talent_U_Kaveh_01", "816": "UI_Talent_S_Kaveh_04", "821": "UI_Talent_S_Baizhuer_01", "822": "UI_Talent_S_Baizhuer_02", "823": "UI_Talent_U_Baizhuer_01", "824": "UI_Talent_S_Baizhuer_03", "825": "UI_Talent_U_Baizhuer_02", "826": "UI_Talent_S_Baizhuer_04", "611": "UI_Talent_S_Momoka_01", "612": "UI_Talent_S_Momoka_02", "613": "UI_Talent_U_Momoka_01", "614": "UI_Talent_S_Momoka_04", "615": "UI_Talent_U_Momoka_02", "616": "UI_Talent_S_Momoka_03", "831": "UI_Talent_S_Linette_01", "832": "UI_Talent_S_Linette_02", "833": "UI_Talent_U_Linette_01", "834": "UI_Talent_S_Linette_03", "835": "UI_Talent_U_Linette_02", "836": "UI_Talent_S_Linette_04", "841": "UI_Talent_S_Liney_01", "842": "UI_Talent_S_Liney_03", "843": "UI_Talent_U_Liney_01", "844": "UI_Talent_S_Liney_02", "845": "UI_Talent_U_Liney_02", "846": "UI_Talent_S_Liney_04", "851": "UI_Talent_S_Freminet_01", "852": "UI_Talent_S_Freminet_02", "853": "UI_Talent_U_Freminet_01", "854": "UI_Talent_S_Freminet_03", "855": "UI_Talent_U_Freminet_02", "856": "UI_Talent_S_Freminet_04", "861": "UI_Talent_S_Wriothesley_01", "862": "UI_Talent_S_Wriothesley_02", "863": "UI_Talent_U_Wriothesley_01", "864": "UI_Talent_S_Wriothesley_03", "865": "UI_Talent_U_Wriothesley_02", "866": "UI_Talent_S_Wriothesley_04", "871": "UI_Talent_S_Neuvillette_01", "872": "UI_Talent_S_Neuvillette_02", "873": "UI_Talent_U_Neuvillette_01", "874": "UI_Talent_S_Neuvillette_03", "875": "UI_Talent_U_Neuvillette_02", "876": "UI_Talent_S_Neuvillette_04", "881": "UI_Talent_S_Charlotte_01", "882": "UI_Talent_S_Charlotte_02", "883": "UI_Talent_U_Charlotte_01", "884": "UI_Talent_S_Charlotte_03", "885": "UI_Talent_U_Charlotte_02", "886": "UI_Talent_S_Charlotte_04", "891": "UI_Talent_S_Furina_01", "892": "UI_Talent_S_Furina_04", "893": "UI_Talent_U_Furina_02", "894": "UI_Talent_S_Furina_03", "895": "UI_Talent_U_Furina_01", "896": "UI_Talent_S_Furina_02", "901": "UI_Talent_S_Chevreuse_01", "902": "UI_Talent_S_Chevreuse_02", "903": "UI_Talent_U_Chevreuse_01", "904": "UI_Talent_S_Chevreuse_03", "905": "UI_Talent_U_Chevreuse_02", "906": "UI_Talent_S_Chevreuse_04", "911": "UI_Talent_S_Navia_01", "912": "UI_Talent_S_Navia_02", "913": "UI_Talent_U_Navia_01", "914": "UI_Talent_S_Navia_03", "915": "UI_Talent_U_Navia_02", "916": "UI_Talent_S_Navia_04", "921": "UI_Talent_S_Gaming_01", "922": "UI_Talent_S_Gaming_02", "923": "UI_Talent_U_Gaming_01", "924": "UI_Talent_S_Gaming_03", "925": "UI_Talent_U_Gaming_02", "926": "UI_Talent_S_Gaming_04", "931": "UI_Talent_S_Liuyun_01", "932": "UI_Talent_S_Liuyun_02", "933": "UI_Talent_U_Liuyun_02", "934": "UI_Talent_S_Liuyun_03", "935": "UI_Talent_U_Liuyun_01", "936": "UI_Talent_S_Liuyun_04", "941": "UI_Talent_S_Chiori_01", "942": "UI_Talent_S_Chiori_03", "943": "UI_Talent_U_Chiori_01", "944": "UI_Talent_S_Chiori_02", "945": "UI_Talent_U_Chiori_02", "946": "UI_Talent_S_Chiori_04", "951": "UI_Talent_S_Sigewinne_01", "952": "UI_Talent_S_Sigewinne_02", "953": "UI_Talent_U_Sigewinne_01", "954": "UI_Talent_S_Sigewinne_03", "955": "UI_Talent_U_Sigewinne_02", "956": "UI_Talent_S_Sigewinne_04", "961": "UI_Talent_S_Arlecchino_01", "962": "UI_Talent_S_Arlecchino_02", "963": "UI_Talent_U_Arlecchino_01", "964": "UI_Talent_S_Arlecchino_03", "965": "UI_Talent_U_Arlecchino_02", "966": "UI_Talent_S_Arlecchino_04", "971": "UI_Talent_S_Sethos_01", "972": "UI_Talent_S_Sethos_02", "973": "UI_Talent_U_Sethos_01", "974": "UI_Talent_S_Sethos_03", "975": "UI_Talent_U_Sethos_02", "976": "UI_Talent_S_Sethos_04", "981": "UI_Talent_S_Clorinde_01", "982": "UI_Talent_S_Clorinde_02", "983": "UI_Talent_U_Clorinde_02", "984": "UI_Talent_S_Clorinde_03", "985": "UI_Talent_U_Clorinde_01", "986": "UI_Talent_S_Clorinde_04", "991": "UI_Talent_S_Emilie_01", "992": "UI_Talent_S_Emilie_02", "993": "UI_Talent_U_Emilie_01", "994": "UI_Talent_S_Emilie_03", "995": "UI_Talent_U_Emilie_02", "996": "UI_Talent_S_Emilie_04", "1001": "UI_Talent_S_Kachina_01", "1002": "UI_Talent_S_Kachina_02", "1003": "UI_Talent_U_Kachina_01", "1004": "UI_Talent_S_Kachina_03", "1005": "UI_Talent_U_Kachina_02", "1006": "UI_Talent_S_Kachina_04", "1011": "UI_Talent_S_Kinich_01", "1012": "UI_Talent_S_Kinich_02", "1013": "UI_Talent_U_Kinich_01", "1014": "UI_Talent_S_Kinich_03", "1015": "UI_Talent_U_Kinich_02", "1016": "UI_Talent_S_Kinich_04", "1021": "UI_Talent_S_Mualani_01", "1022": "UI_Talent_S_Mualani_02", "1023": "UI_Talent_U_Mualani_01", "1024": "UI_Talent_S_Mualani_03", "1025": "UI_Talent_U_Mualani_02", "1026": "UI_Talent_S_Mualani_04", "1031": "UI_Talent_S_Xilonen_01", "1032": "UI_Talent_S_Xilonen_02", "1033": "UI_Talent_U_Xilonen_01", "1034": "UI_Talent_S_Xilonen_03", "1035": "UI_Talent_U_Xilonen_02", "1036": "UI_Talent_S_Xilonen_04"}} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/talentId2Name_mapping_5.2.0.json b/GenshinUID/utils/map/data/talentId2Name_mapping_5.2.0.json new file mode 100644 index 00000000..833cce2e --- /dev/null +++ b/GenshinUID/utils/map/data/talentId2Name_mapping_5.2.0.json @@ -0,0 +1 @@ +{"Name": {"21": "霜杀墨染樱", "22": "三重雪关扉", "23": "花白锦画纸吹雪", "24": "盈缺流返", "25": "花云钟入月", "26": "间水月", "31": "流转剑脊的暴风", "32": "守护众人的坚盾", "33": "西风吹拂之时", "34": "蒲公英的国土", "35": "须臾一瞬的烈风", "36": "恩眷万民的狮牙", "41": "无限的电回路", "42": "空间电势结界", "43": "谐振的雷光", "44": "如雨的电浆", "45": "等离态的落雷", "46": "脉冲的魔女", "71": "回转的怒风", "72": "革新的旋风", "73": "天地的刚风", "74": "眷护的和风", "75": "群星的涡风", "76": "纠缠的信风", "91": "巍然的青岩", "92": "不稳的熔岩", "93": "八方之岩", "94": "险峻的重岩", "95": "天坠之岩", "96": "永世的磐岩", "101": "丰穰的春雷", "102": "震怒的苍雷", "103": "连延的远雷", "104": "难测的云雷", "105": "荒野的霆雷", "106": "撼世的神雷", "111": "寄身的倚草", "112": "健韧的劲草", "113": "婆娑的瑶草", "114": "如饴的蜜草", "115": "迅生的丰草", "116": "蕴思的霜草", "61": "微澜的湖水", "62": "潺涓的碧水", "63": "激荡的波水", "64": "倾落的迸水", "65": "洄旋的曲水", "66": "公义的潮水", "141": "彩色歌谣", "142": "元气迸发", "143": "明日之星", "144": "努力即魔法", "145": "纯真的羁绊", "146": "将一切美好献给你", "151": "卓越的血脉", "152": "无尽的霜舞", "153": "凛冽的冰戏", "154": "极寒的轻吻", "155": "至冷的拥抱", "156": "轮旋的冰凌", "161": "罪罚裁断", "162": "炙热余烬", "163": "钢铁炽焰", "164": "流火焦灼", "165": "昭告黎明的火之鸟", "166": "清算黑暗的炎之剑", "201": "狼性", "202": "压制", "203": "兽魂", "204": "撕咬", "205": "利爪", "206": "天狼", "211": "一箭双丘丘!", "212": "一触即发", "213": "烧起来啦!", "214": "才不是普通的布偶", "215": "是兔兔伯爵!", "216": "疾如野火", "221": "弦发的苍风", "222": "眷恋的泠风", "223": "千风的诗篇", "224": "自由的凛风", "225": "高天的协奏", "226": "抗争的暴风", "231": "外酥里嫩", "232": "大火宽油", "233": "武火急烹", "234": "文火慢煨", "235": "锅巴凶猛", "236": "大龙卷旋火轮", "241": "鱼龙沉四方", "242": "赫赫雷涌起", "243": "潮奔蓦引电", "244": "牵星觅乡岸", "245": "踏浪霞连阶", "246": "北斗祓幽孽", "251": "重帘留香", "252": "天青现虹", "253": "织诗成锦", "254": "孤舟斩蛟", "255": "雨深闭门", "256": "万文集此", "261": "坏劫·毁坏三界", "262": "空劫·虚空华开敷变", "263": "降魔·忿怒显相", "264": "神通·诸苦灭尽", "265": "成劫·无明增长", "266": "降魔·护法夜叉", "271": "悬星尽散击云碎", "272": "璇玑合璧镇昆仑", "273": "星罗宿列天权临", "274": "攻守易形著神机", "275": "琼屏千扇正天衡", "276": "七星璨璨凝流光", "291": "连环轰隆", "292": "破破弹片", "293": "可莉特调", "294": "一触即发", "295": "轰击之星", "296": "火力全开", "301": "岩者,六合引之为骨", "302": "石者,八荒韫玉而明", "303": "圭璋,暝仍不移其晖", "304": "黄琮,破而不夺其坚", "305": "苍璧,驱之长昭天理", "306": "金玉,礼予天地四方", "311": "幽邃鸦眼", "312": "圣裁影羽", "313": "渊色黑翼", "314": "皇女幻绮谭", "315": "至夜默示录", "316": "永夜之禽", "321": "冒险憧憬", "322": "踏破绝境", "323": "火热激情", "324": "热情不灭", "325": "开拓的心魂", "326": "烈火与勇气", "331": "魔王武装·遏浪", "332": "魔王武装·暗流", "333": "深渊之灾·纷争涡源", "334": "深渊之灾·凝水盛放", "335": "极恶技·斩水斩雨", "336": "极恶技·天使灭尽", "341": "支援就交给我吧", "342": "旋风女仆", "343": "女仆不会受伤", "344": "之后会扫干净的", "345": "骑士团扫除专家", "346": "要一尘不染才行", "351": "寒苦回向", "352": "冰寒蚀骨", "353": "升天宝诰", "354": "天威压众", "355": "红莲开绽", "356": "起死回骸", "361": "释凌咏冰", "362": "周天运转", "363": "云尽光生", "364": "浮云霜天", "365": "真道正理", "366": "四灵捧圣", "371": "饮露", "372": "获麟", "373": "云行", "374": "西狩", "375": "折草", "376": "履虫", "381": "伊甸之花", "382": "显生之宙", "383": "太阳之华", "384": "神性之陨", "385": "冥古之潮", "386": "无垢之土", "391": "特调的余韵", "392": "猫爪冰摇", "393": "还、还要续杯?", "394": "「酒业杀手」", "395": "双份加冰", "396": "猫尾打烊之时", "411": "沉没的预言", "412": "星月的连珠", "413": "不休的天象", "414": "灭绝的预言", "415": "命运的嘲弄", "416": "厄运的修辞", "421": "雷厉", "422": "苛捐", "423": "登楼", "424": "调律", "425": "移灯", "426": "廉贞", "431": "堆叠真空域", "432": "不羁型贝特", "433": "零失误少女", "434": "炼金的偏执", "435": "认真普通瓶", "436": "混元熵增论", "441": "绝命的加速", "442": "开场即兴段", "443": "摭分的指法", "444": "节奏的传染", "445": "返场的高呼", "446": "地狱里摇摆", "451": "罪之导引", "452": "无福之地", "453": "告解之仪", "454": "苦痛恩典", "455": "临终祈礼", "456": "代行裁判", "461": "赤团开时斜飞去", "462": "最不安神晴又复雨", "463": "逗留采血色", "464": "伴君眠花房", "465": "无可奈何燃花作香", "466": "幽蝶能留一缕芳", "471": "千山红遍", "472": "山岚残芯", "473": "枫袖奇谭", "474": "大空幻法", "475": "万世之集", "476": "血赤叶红", "481": "占理不饶人", "482": "最终解释权", "483": "真火炼宝印", "484": "丹书金铁券", "485": "遵法切结书", "486": "是额外条款", "491": "赤玉琉金", "492": "万灯送火", "493": "鼠火戏法", "494": "花火职人心得", "495": "真夏宵祭锦绘", "496": "长野原龙势流星群", "501": "同袍的义理", "502": "僚佐的才巧", "503": "御敌的执定", "504": "用臣的久计", "505": "野火的豪烈", "506": "炽烧的至心", "511": "光潮的幻象", "512": "海沫的少女", "513": "劳伦斯的血脉", "514": "自卑者的逞强", "515": "骑士的素质", "516": "高贵者的义务", "521": "恶曜卜词", "522": "斩铁断金", "523": "真影旧事", "524": "誓奉常道", "525": "凶将显形", "526": "负愿前行", "531": "一心二用之术", "532": "理清逃跑路线", "533": "都交给分身吧", "534": "偷懒的新方法", "535": "快是第一奥义", "536": "呼呼大睡时间", "541": "决水于溪", "542": "波起云海", "543": "海渚月舟", "544": "月摄千川", "545": "百川集海", "546": "珊瑚一心", "551": "犬奔·疾如风", "552": "犬坐·稳如钟", "553": "犬爪·势如火", "554": "犬舐·温如水", "555": "犬突·动如雷", "556": "犬勇·忠如山", "561": "乌眼", "562": "鸦羽", "563": "心魔", "564": "彻证", "565": "咒咏", "566": "我界", "571": "倘若不知,我讲你听", "572": "纠集众人,斗倒御岳", "573": "水陆自在,牛王同行", "574": "奉行牢狱,茶饭之所", "575": "十年花坂,皆知我名", "576": "在下荒泷一斗是也", "581": "野狐供真篇", "582": "望月吼哕声", "583": "七段妙变化", "584": "绯樱引雷章", "585": "暴恶嗤笑面", "586": "大杀生咒禁", "591": "称名少年事件簿", "592": "殊解诸因探案集", "593": "暗文隐语谜题册", "594": "虚言假说百物语", "595": "禁室密所大图鉴", "596": "奇想天开捕物帐", "601": "与谋者,以局入局", "602": "入彀者,多多益善", "603": "晃盅者,琼畟药骰", "604": "诓惑者,接树移花", "605": "坐庄者,三仙戏法", "606": "取胜者,大小通吃", "621": "异界之星", "622": "异界之星", "623": "异界之星", "624": "异界之星", "625": "异界之星", "626": "异界之星", "631": "心斋", "632": "定蒙", "633": "潜虚", "634": "洞观", "635": "化神", "636": "忘玄", "641": "飞身趟马", "642": "诸般切末", "643": "牙纛探海", "644": "昇堂吊云", "645": "翘楚名坤", "646": "庄谐并举", "651": "割舍怜悯之心", "652": "割舍侥幸之心", "653": "割舍痛苦之心", "654": "割舍封闭之心", "655": "割舍逢迎之心", "656": "割舍软弱之心", "661": "镜华风姿", "662": "世有源泉", "663": "无意弄花", "664": "不厌细流", "665": "万水一露", "666": "滥觞无底", "671": "巡护深林", "672": "漫行山薮", "673": "夏堇芳菲", "674": "骞林馈遗", "675": "俱象残火", "676": "坠镞为林", "681": "追加投资", "682": "特许经营", "683": "百巧千奇", "684": "酌盈剂虚", "685": "物超所值", "686": "漫掷万镒", "691": "由根须断定肇始", "692": "由茎干剖析来缘", "693": "由枝节知晓造化", "694": "由片叶管窥枯荣", "695": "由繁花明了悟觉", "696": "由硕实品论应果", "701": "却月的轻舞", "702": "星天的花雨", "703": "倾影的莲步", "704": "挽漪的节音", "705": "翩旋的流光", "706": "断霜的弦歌", "711": "立仪·俯览昼冥", "712": "令仪·引谒归灵", "713": "律仪·行度誓惩", "714": "巡仪·蒇护禁罔", "715": "幽仪·逝往星芒", "716": "羽仪·裁落钧衡", "721": "赤沙的归嗣", "722": "贯月的耀锋", "723": "织狩的奉祀", "724": "守戍的誓命", "725": "萦金的苍瞳", "726": "衍溢的汐潮", "731": "心识蕴藏之种", "732": "正等善见之根", "733": "熏习成就之芽", "734": "比量现行之茎", "735": "妙谛破愚之叶", "736": "大辨圆成之实", "741": "寐领围垣", "742": "归芒携信", "743": "长宵宣秘", "744": "星示昭明", "745": "悬神系流", "746": "曜光灵炬", "751": "初番·茂风流羽行", "752": "二番·箙岛廓白浪", "753": "三番·久世舞夕颜", "754": "四番·花月歌浮舟", "755": "末番·今昔渡来殿", "756": "祝言·霞幕倾松风", "761": "舍径求真", "762": "忘形炼智", "763": "漫行灵圃", "764": "神机明悟", "765": "繁想奇境", "766": "妙道合真", "771": "妙受琼阁", "772": "正思无邪", "773": "墩墩善道", "774": "爰爰可亲", "775": "恻隐本义", "776": "慈惠仁心", "781": "直观", "782": "辩章", "783": "遮诠", "784": "义贯", "785": "智度", "786": "正理", "791": "皎洁之火铓辉灿漫", "792": "净沙利刃明映万乘", "793": "怒势疾迅如焚掠地", "794": "服膺誓禁恪守无失", "795": "猎兽魁首卓荦不羁", "796": "燎燃利爪裂帛斫金", "801": "遇合的因缘", "802": "伴行的旅路", "803": "游击的心得", "804": "晴霜的祝念", "805": "引示的铃箭", "806": "依随的策援", "811": "高门的谒礼", "812": "御驿的径迹", "813": "金塔的香献", "814": "百柱的酣宴", "815": "圣古的库藏", "816": "天园的理想", "821": "呿吟至微", "822": "动静精明", "823": "八正定气", "824": "法古观冥", "825": "盈虚藏象", "826": "真邪合离", "611": "物器流转", "612": "八尖裹术", "613": "万户门牌通识", "614": "韦驮骏足", "615": "千里一日", "616": "沿途百景会心", "831": "如影流露的冷刃", "832": "层见叠出的谜象", "833": "倒错知能的视度", "834": "灵犀默应的配合", "835": "暗昧遮目的障法", "836": "示辨真意的眼", "841": "空取奇思的手艺", "842": "巧言贴耳的诱引", "843": "玄迷灵敏的指法", "844": "熟稔习练的筹谋", "845": "穿越隐秘的通术", "846": "违心的笑", "851": "深水与泡沫之梦", "852": "企鹅与丰渥之国", "853": "洑流与白砂之歌", "854": "雪月与芦笛之舞", "855": "炉火与欢笑之夜", "856": "梦晓与决意之刻", "861": "予行恶者以惩惧", "862": "予骄暴者以镣锁", "863": "予婪诈者以谴罚", "864": "予贞苦者以拯赎", "865": "予冤诉者以怜恕", "866": "予无罪者以念抚", "871": "尊荣的创定", "872": "律法的命诫", "873": "溯古的拟制", "874": "悲悯的冠冕", "875": "公理的决裁", "876": "忿怒的报偿", "881": "以核实为约束", "882": "以求真为职守", "883": "以独立为先决", "884": "以督促为责任", "885": "以良知为原则", "886": "以有趣相关为要义", "891": "「爱是难驯鸟,哀乞亦无用。」", "892": "「女人皆善变,仿若水中萍。」", "893": "「秘密藏心间,无人知我名。」", "894": "「若非处幽冥,怎知生可贵!」", "895": "「我已有觉察,他名即是…!」", "896": "「诸君听我颂,共举爱之杯!」", "901": "稳固阵线的魄力", "902": "诱导殉爆的狙击", "903": "娴熟复装的技巧", "904": "多重速射的秘诀", "905": "增量火力的毁伤", "906": "终结罪恶的追缉", "911": "淑女的距离感守则", "912": "总指挥的乘胜追击", "913": "经营家的开阔视野", "914": "铭誓者的绝不姑息", "915": "协商人的坚决谈判", "916": "刺玫会长的灵活手腕", "921": "通明庇佑", "922": "步踏梅花", "923": "醒灵擂震", "924": "云里翻山", "925": "吼法怖魔", "926": "百兽俱驯", "931": "借风洗尘缘", "932": "鹤唳远人间", "933": "造化有星月", "934": "奥妙烹黍珠", "935": "旋步霞蔚上", "936": "知是留云僊", "941": "正绢六通", "942": "落染五色", "943": "缀锦四分", "944": "衣裁三礼", "945": "绫羽二重", "946": "万理一空", "951": "「最快乐的精灵,可否懂得焦虑」", "952": "「最仁慈的精灵,可否化解仇敌」", "953": "「最健康的精灵,可否疗愈热症」", "954": "「最美丽的精灵,可否拒绝衰朽」", "955": "「最幸福的精灵,可否消却折磨」", "956": "「最光辉的精灵,可否为我祷告」", "961": "「所有的仇与债皆由我偿…」", "962": "「所有的赏与罚皆自我出…」", "963": "「你将成为我们新的家人…」", "964": "「此后,你们须相爱相护…」", "965": "「我们已孑然一身,与死无异…」", "966": "「自此以后,我们将共飨新生。」", "971": "封龛谒灵歌", "972": "寂秘纸草经", "973": "月升哲贤颂", "974": "真念鸵羽集", "975": "荒神烈沙录", "976": "巡日塔门书", "981": "「自此,行过烛影之帷」", "982": "「自此,直面长夜之危」", "983": "「我将铭记白昼的誓言」", "984": "「铭记泪,生命与仁爱」", "985": "「也铭记黎明终将到来」", "986": "「为此,勿将希望弃扬」", "991": "淡香浸析", "992": "湖光顶调", "993": "郁馥臻萃", "994": "柔灯心韵", "995": "纯露凝芳", "996": "茉洁香迹", "1001": "晶片,也是一种宝石", "1002": "不能少了…冲天转转", "1003": "改良型·平衡稳定器", "1004": "敌人越多,越要小心", "1005": "迄今为止,所有收藏", "1006": "这一次,我一定要赢", "1011": "七鹦之喙", "1012": "星虎之掌", "1013": "原鳄之爪", "1014": "蜂鸟之羽", "1015": "吼猴之尾", "1016": "瑞兽之形", "1021": "悠闲的「梅兹特利」…", "1022": "全力以赴玛拉妮!", "1023": "在欢乐海上冲浪", "1024": "鲨鲨主食是豚豚。", "1025": "同款冲浪板有售!", "1026": "「流泉之众」的精神", "1031": "献予慵眠的休假日", "1032": "献予灼原的五重奏", "1033": "献予日炎的巡行式", "1034": "献予午后的花之梦", "1035": "献予夕暮的转格调", "1036": "献予永夜的狂欢舞", "1041": "弹匣,躁动的轮盘", "1042": "枪口,灼烧的轻烟", "1043": "笼绳,缜密的掌控", "1044": "星火,瞬息的击发", "1045": "帽檐,沙影的轮廓", "1046": "相决,斗争的荣光", "1051": "林雾间的行迹", "1052": "藏蜜酒的王蜂", "1053": "栖地蝠的灵笼", "1054": "如夜风的谜烟", "1055": "为心魂的献礼", "1056": "致深泉的颂赞"}, "Icon": {"21": "UI_Talent_S_Ayaka_01", "22": "UI_Talent_S_Ayaka_02", "23": "UI_Talent_U_Ayaka_02", "24": "UI_Talent_S_Ayaka_03", "25": "UI_Talent_U_Ayaka_01", "26": "UI_Talent_S_Ayaka_04", "31": "UI_Talent_S_Qin_01", "32": "UI_Talent_S_Qin_02", "33": "UI_Talent_U_Qin_02", "34": "UI_Talent_S_Qin_03", "35": "UI_Talent_U_Qin_01", "36": "UI_Talent_S_Qin_04", "41": "UI_Talent_S_Lisa_01", "42": "UI_Talent_S_Lisa_02", "43": "UI_Talent_U_Lisa_02", "44": "UI_Talent_S_Lisa_03", "45": "UI_Talent_U_Lisa_01", "46": "UI_Talent_S_Lisa_04", "71": "UI_Talent_S_PlayerWind_01", "72": "UI_Talent_S_PlayerWind_02", "73": "UI_Talent_U_PlayerWind_02", "74": "UI_Talent_S_PlayerWind_03", "75": "UI_Talent_U_PlayerWind_01", "76": "UI_Talent_S_PlayerWind_04", "91": "UI_Talent_S_PlayerRock_01", "92": "UI_Talent_S_PlayerRock_02", "93": "UI_Talent_U_PlayerRock_02", "94": "UI_Talent_S_PlayerRock_03", "95": "UI_Talent_U_PlayerRock_01", "96": "UI_Talent_S_PlayerRock_04", "101": "UI_Talent_S_PlayerElectric_01", "102": "UI_Talent_S_PlayerElectric_02", "103": "UI_Talent_U_PlayerElectric_01", "104": "UI_Talent_S_PlayerElectric_03", "105": "UI_Talent_U_PlayerElectric_02", "106": "UI_Talent_S_PlayerElectric_04", "111": "UI_Talent_S_PlayerGrass_01", "112": "UI_Talent_S_PlayerGrass_02", "113": "UI_Talent_S_PlayerGrass_03", "114": "UI_Talent_S_PlayerGrass_04", "115": "UI_Talent_S_PlayerGrass_05", "116": "UI_Talent_S_PlayerGrass_06", "61": "UI_Talent_S_PlayerWater_01", "62": "UI_Talent_S_PlayerWater_02", "63": "UI_Talent_U_PlayerWater_01", "64": "UI_Talent_S_PlayerWater_03", "65": "UI_Talent_U_PlayerWater_02", "66": "UI_Talent_S_PlayerWater_04", "141": "UI_Talent_S_Barbara_01", "142": "UI_Talent_S_Barbara_02", "143": "UI_Talent_U_Barbara_02", "144": "UI_Talent_S_Barbara_03", "145": "UI_Talent_U_Barbara_01", "146": "UI_Talent_S_Barbara_04", "151": "UI_Talent_S_Kaeya_01", "152": "UI_Talent_S_Kaeya_02", "153": "UI_Talent_U_Kaeya_01", "154": "UI_Talent_S_Kaeya_03", "155": "UI_Talent_U_Kaeya_02", "156": "UI_Talent_S_Kaeya_04", "161": "UI_Talent_S_Diluc_01", "162": "UI_Talent_S_Diluc_02", "163": "UI_Talent_U_Diluc_01", "164": "UI_Talent_S_Diluc_03", "165": "UI_Talent_U_Diluc_02", "166": "UI_Talent_S_Diluc_04", "201": "UI_Talent_S_Razor_01", "202": "UI_Talent_S_Razor_02", "203": "UI_Talent_U_Razor_02", "204": "UI_Talent_S_Razor_03", "205": "UI_Talent_U_Razor_01", "206": "UI_Talent_S_Razor_04", "211": "UI_Talent_S_Ambor_01", "212": "UI_Talent_S_Ambor_02", "213": "UI_Talent_U_Ambor_02", "214": "UI_Talent_S_Ambor_03", "215": "UI_Talent_U_Ambor_01", "216": "UI_Talent_S_Ambor_04", "221": "UI_Talent_S_Venti_01", "222": "UI_Talent_S_Venti_02", "223": "UI_Talent_U_Venti_02", "224": "UI_Talent_S_Venti_03", "225": "UI_Talent_U_Venti_01", "226": "UI_Talent_S_Venti_04", "231": "UI_Talent_S_Xiangling_01", "232": "UI_Talent_S_Xiangling_02", "233": "UI_Talent_U_Xiangling_02", "234": "UI_Talent_S_Xiangling_03", "235": "UI_Talent_U_Xiangling_01", "236": "UI_Talent_S_Xiangling_04", "241": "UI_Talent_S_Beidou_02", "242": "UI_Talent_S_Beidou_01", "243": "UI_Talent_U_Beidou_01", "244": "UI_Talent_S_Beidou_03", "245": "UI_Talent_U_Beidou_02", "246": "UI_Talent_S_Beidou_04", "251": "UI_Talent_S_Xingqiu_01", "252": "UI_Talent_S_Xingqiu_02", "253": "UI_Talent_U_Xingqiu_01", "254": "UI_Talent_S_Xingqiu_03", "255": "UI_Talent_U_Xingqiu_02", "256": "UI_Talent_S_Xingqiu_04", "261": "UI_Talent_S_Xiao_01", "262": "UI_Talent_S_Xiao_02", "263": "UI_Talent_U_Xiao_01", "264": "UI_Talent_S_Xiao_03", "265": "UI_Talent_U_Xiao_02", "266": "UI_Talent_S_Xiao_04", "271": "UI_Talent_S_Ningguang_01", "272": "UI_Talent_S_Ningguang_05", "273": "UI_Talent_U_Ningguang_02", "274": "UI_Talent_S_Ningguang_03", "275": "UI_Talent_U_Ningguang_01", "276": "UI_Talent_S_Ningguang_04", "291": "UI_Talent_S_Klee_01", "292": "UI_Talent_S_Klee_02", "293": "UI_Talent_U_Klee_01", "294": "UI_Talent_S_Klee_03", "295": "UI_Talent_U_Klee_02", "296": "UI_Talent_S_Klee_04", "301": "UI_Talent_S_Zhongli_01", "302": "UI_Talent_S_Zhongli_02", "303": "UI_Talent_U_Zhongli_01", "304": "UI_Talent_S_Zhongli_03", "305": "UI_Talent_U_Zhongli_02", "306": "UI_Talent_S_Zhongli_04", "311": "UI_Talent_S_Fischl_01", "312": "UI_Talent_S_Fischl_02", "313": "UI_Talent_U_Fischl_01", "314": "UI_Talent_S_Fischl_03", "315": "UI_Talent_U_Fischl_02", "316": "UI_Talent_S_Fischl_04", "321": "UI_Talent_S_Bennett_01", "322": "UI_Talent_S_Bennett_02", "323": "UI_Talent_U_Bennett_01", "324": "UI_Talent_S_Bennett_03", "325": "UI_Talent_U_Bennett_02", "326": "UI_Talent_S_Bennett_04", "331": "UI_Talent_S_Tartaglia_01", "332": "UI_Talent_S_Tartaglia_02", "333": "UI_Talent_U_Tartaglia_01", "334": "UI_Talent_S_Tartaglia_05", "335": "UI_Talent_U_Tartaglia_02", "336": "UI_Talent_S_Tartaglia_04", "341": "UI_Talent_S_Noel_01", "342": "UI_Talent_S_Noel_02", "343": "UI_Talent_U_Noel_01", "344": "UI_Talent_S_Noel_03", "345": "UI_Talent_U_Noel_02", "346": "UI_Talent_S_Noel_04", "351": "UI_Talent_S_Qiqi_01", "352": "UI_Talent_S_Qiqi_02", "353": "UI_Talent_U_Qiqi_01", "354": "UI_Talent_S_Qiqi_03", "355": "UI_Talent_U_Qiqi_02", "356": "UI_Talent_S_Qiqi_04", "361": "UI_Talent_S_Chongyun_01", "362": "UI_Talent_S_Chongyun_02", "363": "UI_Talent_U_Chongyun_01", "364": "UI_Talent_S_Chongyun_03", "365": "UI_Talent_U_Chongyun_02", "366": "UI_Talent_S_Chongyun_04", "371": "UI_Talent_S_Ganyu_01", "372": "UI_Talent_S_Ganyu_02", "373": "UI_Talent_U_Ganyu_01", "374": "UI_Talent_S_Ganyu_03", "375": "UI_Talent_U_Ganyu_02", "376": "UI_Talent_S_Ganyu_04", "381": "UI_Talent_S_Albedo_01", "382": "UI_Talent_S_Albedo_02", "383": "UI_Talent_U_Albedo_01", "384": "UI_Talent_S_Albedo_03", "385": "UI_Talent_U_Albedo_02", "386": "UI_Talent_S_Albedo_04", "391": "UI_Talent_S_Diona_01", "392": "UI_Talent_S_Diona_02", "393": "UI_Talent_U_Diona_01", "394": "UI_Talent_S_Diona_03", "395": "UI_Talent_U_Diona_02", "396": "UI_Talent_S_Diona_04", "411": "UI_Talent_S_Mona_01", "412": "UI_Talent_S_Mona_02", "413": "UI_Talent_U_Mona_01", "414": "UI_Talent_S_Mona_03", "415": "UI_Talent_U_Mona_02", "416": "UI_Talent_S_Mona_04", "421": "UI_Talent_S_Keqing_01", "422": "UI_Talent_S_Keqing_02", "423": "UI_Talent_U_Keqing_01", "424": "UI_Talent_S_Keqing_03", "425": "UI_Talent_U_Keqing_02", "426": "UI_Talent_S_Keqing_04", "431": "UI_Talent_S_Sucrose_01", "432": "UI_Talent_S_Sucrose_02", "433": "UI_Talent_U_Sucrose_01", "434": "UI_Talent_S_Sucrose_03", "435": "UI_Talent_U_Sucrose_02", "436": "UI_Talent_S_Sucrose_04", "441": "UI_Talent_S_Xinyan_01", "442": "UI_Talent_S_Xinyan_02", "443": "UI_Talent_U_Xinyan_01", "444": "UI_Talent_S_Xinyan_03", "445": "UI_Talent_U_Xinyan_02", "446": "UI_Talent_S_Xinyan_04", "451": "UI_Talent_S_Rosaria_01", "452": "UI_Talent_S_Rosaria_02", "453": "UI_Talent_U_Rosaria_01", "454": "UI_Talent_S_Rosaria_03", "455": "UI_Talent_U_Rosaria_02", "456": "UI_Talent_S_Rosaria_04", "461": "UI_Talent_S_Hutao_03", "462": "UI_Talent_S_Hutao_01", "463": "UI_Talent_U_Hutao_01", "464": "UI_Talent_S_Hutao_02", "465": "UI_Talent_U_Hutao_02", "466": "UI_Talent_S_Hutao_04", "471": "UI_Talent_S_Kazuha_01", "472": "UI_Talent_S_Kazuha_02", "473": "UI_Talent_U_Kazuha_01", "474": "UI_Talent_S_Kazuha_03", "475": "UI_Talent_U_Kazuha_02", "476": "UI_Talent_S_Kazuha_04", "481": "UI_Talent_S_Feiyan_01", "482": "UI_Talent_S_Feiyan_02", "483": "UI_Talent_U_Feiyan_01", "484": "UI_Talent_S_Feiyan_03", "485": "UI_Talent_U_Feiyan_02", "486": "UI_Talent_S_Feiyan_04", "491": "UI_Talent_S_Yoimiya_01", "492": "UI_Talent_S_Yoimiya_02", "493": "UI_Talent_U_Yoimiya_01", "494": "UI_Talent_S_Yoimiya_03", "495": "UI_Talent_U_Yoimiya_02", "496": "UI_Talent_S_Yoimiya_04", "501": "UI_Talent_S_Tohma_01", "502": "UI_Talent_S_Tohma_02", "503": "UI_Talent_U_Tohma_01", "504": "UI_Talent_S_Tohma_03", "505": "UI_Talent_U_Tohma_02", "506": "UI_Talent_S_Tohma_04", "511": "UI_Talent_S_Eula_02", "512": "UI_Talent_S_Eula_01", "513": "UI_Talent_U_Eula_01", "514": "UI_Talent_S_Eula_03", "515": "UI_Talent_U_Eula_02", "516": "UI_Talent_S_Eula_04", "521": "UI_Talent_S_Shougun_01", "522": "UI_Talent_S_Shougun_03", "523": "UI_Talent_U_Shougun_02", "524": "UI_Talent_S_Shougun_02", "525": "UI_Talent_U_Shougun_01", "526": "UI_Talent_S_Shougun_04", "531": "UI_Talent_S_Sayu_01", "532": "UI_Talent_S_Sayu_02", "533": "UI_Talent_U_Sayu_02", "534": "UI_Talent_S_Sayu_03", "535": "UI_Talent_U_Sayu_01", "536": "UI_Talent_S_Sayu_04", "541": "UI_Talent_S_Kokomi_01", "542": "UI_Talent_S_Kokomi_02", "543": "UI_Talent_U_Kokomi_02", "544": "UI_Talent_S_Kokomi_03", "545": "UI_Talent_U_Kokomi_01", "546": "UI_Talent_S_Kokomi_04", "551": "UI_Talent_S_Gorou_01", "552": "UI_Talent_S_Gorou_02", "553": "UI_Talent_U_Gorou_01", "554": "UI_Talent_S_Gorou_03", "555": "UI_Talent_U_Gorou_02", "556": "UI_Talent_S_Gorou_04", "561": "UI_Talent_S_Sara_05", "562": "UI_Talent_S_Sara_02", "563": "UI_Talent_U_Sara_02", "564": "UI_Talent_S_Sara_03", "565": "UI_Talent_U_Sara_01", "566": "UI_Talent_S_Sara_04", "571": "UI_Talent_S_Itto_01", "572": "UI_Talent_S_Itto_02", "573": "UI_Talent_U_Itto_01", "574": "UI_Talent_S_Itto_03", "575": "UI_Talent_U_Itto_02", "576": "UI_Talent_S_Itto_04", "581": "UI_Talent_S_Yae_01", "582": "UI_Talent_S_Yae_02", "583": "UI_Talent_U_Yae_01", "584": "UI_Talent_S_Yae_03", "585": "UI_Talent_U_Yae_02", "586": "UI_Talent_S_Yae_04", "591": "UI_Talent_S_Heizo_01", "592": "UI_Talent_S_Heizo_02", "593": "UI_Talent_U_Heizo_01", "594": "UI_Talent_S_Heizo_03", "595": "UI_Talent_U_Heizo_02", "596": "UI_Talent_S_Heizo_04", "601": "UI_Talent_S_Yelan_01", "602": "UI_Talent_S_Yelan_02", "603": "UI_Talent_U_Yelan_01", "604": "UI_Talent_S_Yelan_03", "605": "UI_Talent_U_Yelan_02", "606": "UI_Talent_S_Yelan_04", "621": "UI_Talent_S_Aloy_Lock", "622": "UI_Talent_S_Aloy_Lock", "623": "UI_Talent_S_Aloy_Lock", "624": "UI_Talent_S_Aloy_Lock", "625": "UI_Talent_S_Aloy_Lock", "626": "UI_Talent_S_Aloy_Lock", "631": "UI_Talent_S_Shenhe_02", "632": "UI_Talent_S_Shenhe_01", "633": "UI_Talent_U_Shenhe_01", "634": "UI_Talent_S_Shenhe_03", "635": "UI_Talent_U_Shenhe_02", "636": "UI_Talent_S_Shenhe_04", "641": "UI_Talent_S_Yunjin_01", "642": "UI_Talent_S_Yunjin_02", "643": "UI_Talent_U_Yunjin_01", "644": "UI_Talent_S_Yunjin_03", "645": "UI_Talent_U_Yunjin_02", "646": "UI_Talent_S_Yunjin_04", "651": "UI_Talent_S_Shinobu_01", "652": "UI_Talent_S_Shinobu_02", "653": "UI_Talent_U_Shinobu_01", "654": "UI_Talent_S_Shinobu_03", "655": "UI_Talent_U_Shinobu_02", "656": "UI_Talent_S_Shinobu_04", "661": "UI_Talent_S_Ayato_01", "662": "UI_Talent_S_Ayato_02", "663": "UI_Talent_U_Ayato_02", "664": "UI_Talent_S_Ayato_03", "665": "UI_Talent_U_Ayato_01", "666": "UI_Talent_S_Ayato_04", "671": "UI_Talent_S_Collei_01", "672": "UI_Talent_S_Collei_02", "673": "UI_Talent_U_Collei_02", "674": "UI_Talent_S_Collei_03", "675": "UI_Talent_U_Collei_01", "676": "UI_Talent_S_Collei_04", "681": "UI_Talent_S_Dori_01", "682": "UI_Talent_S_Dori_02", "683": "UI_Talent_U_Dori_02", "684": "UI_Talent_S_Dori_03", "685": "UI_Talent_U_Dori_01", "686": "UI_Talent_S_Dori_04", "691": "UI_Talent_S_Tighnari_01", "692": "UI_Talent_S_Tighnari_02", "693": "UI_Talent_U_Tighnari_01", "694": "UI_Talent_S_Tighnari_03", "695": "UI_Talent_U_Tighnari_02", "696": "UI_Talent_S_Tighnari_04", "701": "UI_Talent_S_Nilou_01", "702": "UI_Talent_S_Nilou_02", "703": "UI_Talent_U_Nilou_01", "704": "UI_Talent_S_Nilou_03", "705": "UI_Talent_U_Nilou_02", "706": "UI_Talent_S_Nilou_04", "711": "UI_Talent_S_Cyno_01", "712": "UI_Talent_S_Cyno_02", "713": "UI_Talent_U_Cyno_01", "714": "UI_Talent_S_Cyno_03", "715": "UI_Talent_U_Cyno_02", "716": "UI_Talent_S_Cyno_04", "721": "UI_Talent_S_Candace_01", "722": "UI_Talent_S_Candace_02", "723": "UI_Talent_U_Candace_01", "724": "UI_Talent_S_Candace_03", "725": "UI_Talent_U_Candace_02", "726": "UI_Talent_S_Candace_04", "731": "UI_Talent_S_Nahida_01", "732": "UI_Talent_S_Nahida_02", "733": "UI_Talent_U_Nahida_01", "734": "UI_Talent_S_Nahida_03", "735": "UI_Talent_U_Nahida_02", "736": "UI_Talent_S_Nahida_04", "741": "UI_Talent_S_Layla_01", "742": "UI_Talent_S_Layla_02", "743": "UI_Talent_U_Layla_01", "744": "UI_Talent_S_Layla_03", "745": "UI_Talent_U_Layla_02", "746": "UI_Talent_S_Layla_04", "751": "UI_Talent_S_Wanderer_01", "752": "UI_Talent_S_Wanderer_02", "753": "UI_Talent_U_Wanderer_02", "754": "UI_Talent_S_Wanderer_03", "755": "UI_Talent_U_Wanderer_01", "756": "UI_Talent_S_Wanderer_04", "761": "UI_Talent_S_Faruzan_01", "762": "UI_Talent_S_Faruzan_02", "763": "UI_Talent_U_Faruzan_01", "764": "UI_Talent_S_Faruzan_03", "765": "UI_Talent_U_Faruzan_02", "766": "UI_Talent_S_Faruzan_04", "771": "UI_Talent_S_Yaoyao_01", "772": "UI_Talent_S_Yaoyao_02", "773": "UI_Talent_U_Yaoyao_01", "774": "UI_Talent_S_Yaoyao_03", "775": "UI_Talent_U_Yaoyao_02", "776": "UI_Talent_S_Yaoyao_04", "781": "UI_Talent_S_Alhatham_02", "782": "UI_Talent_S_Alhatham_01", "783": "UI_Talent_U_Alhatham_01", "784": "UI_Talent_S_Alhatham_03", "785": "UI_Talent_U_Alhatham_02", "786": "UI_Talent_S_Alhatham_04", "791": "UI_Talent_S_Dehya_01", "792": "UI_Talent_S_Dehya_02", "793": "UI_Talent_U_Dehya_01", "794": "UI_Talent_S_Dehya_03", "795": "UI_Talent_U_Dehya_02", "796": "UI_Talent_S_Dehya_04", "801": "UI_Talent_S_Mika_01", "802": "UI_Talent_S_Mika_02", "803": "UI_Talent_U_Mika_01", "804": "UI_Talent_S_Mika_03", "805": "UI_Talent_U_Mika_02", "806": "UI_Talent_S_Mika_04", "811": "UI_Talent_S_Kaveh_01", "812": "UI_Talent_S_Kaveh_02", "813": "UI_Talent_U_Kaveh_02", "814": "UI_Talent_S_Kaveh_03", "815": "UI_Talent_U_Kaveh_01", "816": "UI_Talent_S_Kaveh_04", "821": "UI_Talent_S_Baizhuer_01", "822": "UI_Talent_S_Baizhuer_02", "823": "UI_Talent_U_Baizhuer_01", "824": "UI_Talent_S_Baizhuer_03", "825": "UI_Talent_U_Baizhuer_02", "826": "UI_Talent_S_Baizhuer_04", "611": "UI_Talent_S_Momoka_01", "612": "UI_Talent_S_Momoka_02", "613": "UI_Talent_U_Momoka_01", "614": "UI_Talent_S_Momoka_04", "615": "UI_Talent_U_Momoka_02", "616": "UI_Talent_S_Momoka_03", "831": "UI_Talent_S_Linette_01", "832": "UI_Talent_S_Linette_02", "833": "UI_Talent_U_Linette_01", "834": "UI_Talent_S_Linette_03", "835": "UI_Talent_U_Linette_02", "836": "UI_Talent_S_Linette_04", "841": "UI_Talent_S_Liney_01", "842": "UI_Talent_S_Liney_03", "843": "UI_Talent_U_Liney_01", "844": "UI_Talent_S_Liney_02", "845": "UI_Talent_U_Liney_02", "846": "UI_Talent_S_Liney_04", "851": "UI_Talent_S_Freminet_01", "852": "UI_Talent_S_Freminet_02", "853": "UI_Talent_U_Freminet_01", "854": "UI_Talent_S_Freminet_03", "855": "UI_Talent_U_Freminet_02", "856": "UI_Talent_S_Freminet_04", "861": "UI_Talent_S_Wriothesley_01", "862": "UI_Talent_S_Wriothesley_02", "863": "UI_Talent_U_Wriothesley_01", "864": "UI_Talent_S_Wriothesley_03", "865": "UI_Talent_U_Wriothesley_02", "866": "UI_Talent_S_Wriothesley_04", "871": "UI_Talent_S_Neuvillette_01", "872": "UI_Talent_S_Neuvillette_02", "873": "UI_Talent_U_Neuvillette_01", "874": "UI_Talent_S_Neuvillette_03", "875": "UI_Talent_U_Neuvillette_02", "876": "UI_Talent_S_Neuvillette_04", "881": "UI_Talent_S_Charlotte_01", "882": "UI_Talent_S_Charlotte_02", "883": "UI_Talent_U_Charlotte_01", "884": "UI_Talent_S_Charlotte_03", "885": "UI_Talent_U_Charlotte_02", "886": "UI_Talent_S_Charlotte_04", "891": "UI_Talent_S_Furina_01", "892": "UI_Talent_S_Furina_04", "893": "UI_Talent_U_Furina_02", "894": "UI_Talent_S_Furina_03", "895": "UI_Talent_U_Furina_01", "896": "UI_Talent_S_Furina_02", "901": "UI_Talent_S_Chevreuse_01", "902": "UI_Talent_S_Chevreuse_02", "903": "UI_Talent_U_Chevreuse_01", "904": "UI_Talent_S_Chevreuse_03", "905": "UI_Talent_U_Chevreuse_02", "906": "UI_Talent_S_Chevreuse_04", "911": "UI_Talent_S_Navia_01", "912": "UI_Talent_S_Navia_02", "913": "UI_Talent_U_Navia_01", "914": "UI_Talent_S_Navia_03", "915": "UI_Talent_U_Navia_02", "916": "UI_Talent_S_Navia_04", "921": "UI_Talent_S_Gaming_01", "922": "UI_Talent_S_Gaming_02", "923": "UI_Talent_U_Gaming_01", "924": "UI_Talent_S_Gaming_03", "925": "UI_Talent_U_Gaming_02", "926": "UI_Talent_S_Gaming_04", "931": "UI_Talent_S_Liuyun_01", "932": "UI_Talent_S_Liuyun_02", "933": "UI_Talent_U_Liuyun_02", "934": "UI_Talent_S_Liuyun_03", "935": "UI_Talent_U_Liuyun_01", "936": "UI_Talent_S_Liuyun_04", "941": "UI_Talent_S_Chiori_01", "942": "UI_Talent_S_Chiori_03", "943": "UI_Talent_U_Chiori_01", "944": "UI_Talent_S_Chiori_02", "945": "UI_Talent_U_Chiori_02", "946": "UI_Talent_S_Chiori_04", "951": "UI_Talent_S_Sigewinne_01", "952": "UI_Talent_S_Sigewinne_02", "953": "UI_Talent_U_Sigewinne_01", "954": "UI_Talent_S_Sigewinne_03", "955": "UI_Talent_U_Sigewinne_02", "956": "UI_Talent_S_Sigewinne_04", "961": "UI_Talent_S_Arlecchino_01", "962": "UI_Talent_S_Arlecchino_02", "963": "UI_Talent_U_Arlecchino_01", "964": "UI_Talent_S_Arlecchino_03", "965": "UI_Talent_U_Arlecchino_02", "966": "UI_Talent_S_Arlecchino_04", "971": "UI_Talent_S_Sethos_01", "972": "UI_Talent_S_Sethos_02", "973": "UI_Talent_U_Sethos_01", "974": "UI_Talent_S_Sethos_03", "975": "UI_Talent_U_Sethos_02", "976": "UI_Talent_S_Sethos_04", "981": "UI_Talent_S_Clorinde_01", "982": "UI_Talent_S_Clorinde_02", "983": "UI_Talent_U_Clorinde_02", "984": "UI_Talent_S_Clorinde_03", "985": "UI_Talent_U_Clorinde_01", "986": "UI_Talent_S_Clorinde_04", "991": "UI_Talent_S_Emilie_01", "992": "UI_Talent_S_Emilie_02", "993": "UI_Talent_U_Emilie_01", "994": "UI_Talent_S_Emilie_03", "995": "UI_Talent_U_Emilie_02", "996": "UI_Talent_S_Emilie_04", "1001": "UI_Talent_S_Kachina_01", "1002": "UI_Talent_S_Kachina_02", "1003": "UI_Talent_U_Kachina_01", "1004": "UI_Talent_S_Kachina_03", "1005": "UI_Talent_U_Kachina_02", "1006": "UI_Talent_S_Kachina_04", "1011": "UI_Talent_S_Kinich_01", "1012": "UI_Talent_S_Kinich_02", "1013": "UI_Talent_U_Kinich_01", "1014": "UI_Talent_S_Kinich_03", "1015": "UI_Talent_U_Kinich_02", "1016": "UI_Talent_S_Kinich_04", "1021": "UI_Talent_S_Mualani_01", "1022": "UI_Talent_S_Mualani_02", "1023": "UI_Talent_U_Mualani_01", "1024": "UI_Talent_S_Mualani_03", "1025": "UI_Talent_U_Mualani_02", "1026": "UI_Talent_S_Mualani_04", "1031": "UI_Talent_S_Xilonen_01", "1032": "UI_Talent_S_Xilonen_02", "1033": "UI_Talent_U_Xilonen_01", "1034": "UI_Talent_S_Xilonen_03", "1035": "UI_Talent_U_Xilonen_02", "1036": "UI_Talent_S_Xilonen_04", "1041": "UI_Talent_S_Chasca_01", "1042": "UI_Talent_S_Chasca_02", "1043": "UI_Talent_U_Chasca_01", "1044": "UI_Talent_S_Chasca_03", "1045": "UI_Talent_U_Chasca_02", "1046": "UI_Talent_S_Chasca_04", "1051": "UI_Talent_S_Olorun_01", "1052": "UI_Talent_S_Olorun_02", "1053": "UI_Talent_U_Olorun_01", "1054": "UI_Talent_S_Olorun_03", "1055": "UI_Talent_U_Olorun_02", "1056": "UI_Talent_S_Olorun_04"}} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/weaponHash2Name_mapping_5.1.0.json b/GenshinUID/utils/map/data/weaponHash2Name_mapping_5.1.0.json deleted file mode 100644 index eca4d619..00000000 --- a/GenshinUID/utils/map/data/weaponHash2Name_mapping_5.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"2410593283": "无锋剑", "2125206395": "银剑", "479076483": "冷刃", "1608953539": "黎明神剑", "3673792067": "旅行剑", "160493219": "暗铁剑", "3421967235": "吃虎鱼刀", "1388004931": "飞天御剑", "2474354867": "西风剑", "3587621259": "笛剑", "1990641987": "祭礼剑", "2375993851": "宗室长剑", "1321135667": "匣里龙吟", "1991707099": "试作斩岩", "4103022435": "铁蜂刺", "3378007475": "黑岩长剑", "3796905611": "黑剑", "2947140987": "暗巷闪光", "1773425155": "降临之剑", "2749853923": "腐殖之剑", "1990820123": "天目影打刀", "342097547": "辰砂之纺锤", "1012170803": "笼钓瓶一心", "313300315": "原木刀", "143051931": "西福斯的月光", "1499745907": "「一心传」名刀", "1538092267": "「一心传」名刀", "3464027035": "「一心传」名刀", "2448629019": "东花坊时雨", "2265792579": "狼牙", "800766043": "海渊终曲", "1921306659": "灰河渡手", "1790067483": "船坞长剑", "3016493955": "水仙十字之剑", "594850707": "水仙十字之剑", "495182275": "弥坚骨", "3434743027": "息燧之笛", "902264035": "风鹰剑", "4055003299": "天空之刃", "2949448555": "苍古自由之誓", "944332883": "斫峰之刃", "1345343763": "磐岩结绿", "4124851547": "雾切之回光", "1600275315": "波乱月白经津", "454086795": "圣显之钥", "275622963": "裁叶萃光", "1473399443": "静水流涌之辉", "1818340435": "有乐御簾切", "1009471939": "赦罪", "3432339555": "岩峰巡歌", "2666951267": "训练大剑", "1182966603": "佣兵重剑", "1479961579": "铁影阔剑", "4090429643": "沐浴龙血的剑", "850802171": "白铁大剑", "1516554699": "石英大剑", "3097441915": "以理服人", "2614170427": "飞天大御剑", "735056795": "西风大剑", "930640955": "钟剑", "1675686363": "祭礼大剑", "877751435": "宗室大剑", "3684723963": "雨裁", "3722933411": "试作古华", "680510411": "白影剑", "20848859": "黑岩斩刀", "1437658243": "螭骨剑", "2006422931": "千岩古剑", "2753539619": "雪葬的星银", "346510395": "衔珠海皇", "4193089947": "桂木斩长正", "3073454867": "玛海菈的水色", "2359799475": "恶王丸", "902184579": "森林王器", "1200948859": "饰铁之花", "3459616011": "聊聊棒", "2077869763": "浪影阔剑", "933442195": "「究极霸王超级魔剑」", "3693117451": "便携动力锯", "688237043": "硕果钩", "2481464075": "撼地者", "1089950259": "天空之傲", "3995710363": "狼的末路", "1075647299": "松籁响起之时", "2792766467": "无工之剑", "3914951691": "赤角石溃杵", "2834063555": "苇海信标", "3812523339": "裁断", "1183454019": "山王长牙", "2796697027": "新手长枪", "3070169307": "铁尖枪", "1390797107": "白缨枪", "618786571": "钺矛", "4103766499": "黑缨枪", "500612819": "「旗杆」", "2664629131": "匣里灭辰", "1154009435": "试作星镰", "578575283": "流月针", "481755219": "黑岩刺枪", "4049410651": "决斗之枪", "716252627": "千岩长枪", "3755004051": "西风长枪", "2935286715": "宗室猎枪", "3443142923": "龙脊长枪", "2491797315": "喜多院十文字", "1148024603": "「渔获」", "4122509083": "断浪长鳍", "452357939": "贯月矢", "1470442731": "风信之锋", "449192923": "峡湾长歌", "4158971171": "公义的酬报", "2847771107": "沙中伟贤的对答", "882305891": "勘探钻机", "1965515667": "镇山之钉", "415520051": "虹的行迹", "3235324891": "护摩之杖", "4158505619": "天空之脊", "197755235": "贯虹之槊", "1997709467": "和璞鸢", "688991243": "息灾", "3717849275": "薙草之稻光", "4238339131": "赤沙之杖", "2944936683": "赤月之形", "1948935171": "柔灯挽歌", "3584825427": "学徒笔记", "2705029563": "口袋魔导书", "2279290283": "魔导绪论", "3500935003": "讨龙英杰谭", "1406746947": "异世界行记", "2963220587": "翡玉法球", "3719372715": "甲级宝珏", "302691299": "琥珀玥", "623534363": "西风秘典", "1163263227": "流浪乐章", "2195665683": "祭礼残章", "3827789435": "宗室秘法录", "37147251": "匣里日月", "2521338131": "试作金珀", "1072884907": "万国诸海图谱", "3273999011": "黑岩绯玉", "3156385731": "昭心", "3090373787": "暗巷的酒与诗", "2587614459": "忍冬之果", "3456986819": "嘟嘟可故事集", "2324146259": "白辰之环", "2539208459": "证誓之明瞳", "426363739": "流浪的晚星", "2267978875": "盈满之实", "2275710883": "遗祀玉珑", "2432865507": "纯水流华", "2722902043": "无垠蔚蓝之歌", "422144187": "苍纹角杯", "3092853059": "木棉之环", "807607555": "天空之卷", "1455107995": "四风原典", "693354267": "尘世之锁", "4007372867": "碧落之珑", "1890163363": "不灭月华", "310247243": "神乐之真意", "1201790667": "千夜浮梦", "359484419": "图莱杜拉的回忆", "724881171": "金流监督", "4176923379": "万世流涌大典", "3660626387": "鹤鸣余音", "1673987515": "冲浪时光", "3600623979": "猎弓", "2340970067": "历练的猎弓", "3975746731": "鸦羽弓", "656120259": "神射手之誓", "4267718859": "反曲弓", "1021898539": "弹弓", "4139294531": "信使", "2242027395": "黑檀弓", "1240067179": "西风猎弓", "2556914683": "绝弦", "2400012995": "祭礼弓", "2832648187": "宗室长弓", "3169209451": "弓藏", "3625393819": "试作澹月", "411685275": "钢轮弓", "3447737235": "黑岩战弓", "3439749859": "苍翠猎弓", "2417717595": "暗巷猎手", "2425414923": "落霞", "3949653579": "幽夜华尔兹", "650049651": "风花之颂", "4186179883": "破魔之弓", "540938627": "掠食者", "1860795787": "曚云之月", "3176599083": "王下近侍", "3063191787": "竭泽", "316078811": "鹮穿之喙", "2958179435": "烈阳之嗣", "2600875323": "静谧之曲", "4038676067": "筑云", "1055195035": "测距规", "565052971": "碎链", "3933622347": "天空之翼", "828711395": "阿莫斯之弓", "3112679155": "终末嗟叹之诗", "1901973075": "冬极白星", "4230231107": "若水", "2918525947": "飞雷之弦振", "1348687251": "猎人之径", "2988480723": "最初的大魔术", "1257396043": "白雨心弦", "4137694339": "(test)竿测试", "2719832059": "(test)穿模测试", "500987603": "(test)穿模测试", "1595734083": "(test)穿模测试", "2009975571": "(test)穿模测试", "4162981171": "(test)穿模测试", "3762437019": "(test)穿模测试"} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/weaponHash2Name_mapping_5.2.0.json b/GenshinUID/utils/map/data/weaponHash2Name_mapping_5.2.0.json new file mode 100644 index 00000000..e12c4f98 --- /dev/null +++ b/GenshinUID/utils/map/data/weaponHash2Name_mapping_5.2.0.json @@ -0,0 +1 @@ +{"2410593283": "无锋剑", "2125206395": "银剑", "479076483": "冷刃", "1608953539": "黎明神剑", "3673792067": "旅行剑", "160493219": "暗铁剑", "3421967235": "吃虎鱼刀", "1388004931": "飞天御剑", "2474354867": "西风剑", "3587621259": "笛剑", "1990641987": "祭礼剑", "2375993851": "宗室长剑", "1321135667": "匣里龙吟", "1991707099": "试作斩岩", "4103022435": "铁蜂刺", "3378007475": "黑岩长剑", "3796905611": "黑剑", "2947140987": "暗巷闪光", "1773425155": "降临之剑", "2749853923": "腐殖之剑", "1990820123": "天目影打刀", "342097547": "辰砂之纺锤", "1012170803": "笼钓瓶一心", "313300315": "原木刀", "143051931": "西福斯的月光", "1499745907": "「一心传」名刀", "1538092267": "「一心传」名刀", "3464027035": "「一心传」名刀", "2448629019": "东花坊时雨", "2265792579": "狼牙", "800766043": "海渊终曲", "1921306659": "灰河渡手", "1790067483": "船坞长剑", "3016493955": "水仙十字之剑", "594850707": "水仙十字之剑", "495182275": "弥坚骨", "3434743027": "息燧之笛", "590019915": "厄水之祸", "902264035": "风鹰剑", "4055003299": "天空之刃", "2949448555": "苍古自由之誓", "944332883": "斫峰之刃", "1345343763": "磐岩结绿", "4124851547": "雾切之回光", "1600275315": "波乱月白经津", "454086795": "圣显之钥", "275622963": "裁叶萃光", "1473399443": "静水流涌之辉", "1818340435": "有乐御簾切", "1009471939": "赦罪", "3432339555": "岩峰巡歌", "2666951267": "训练大剑", "1182966603": "佣兵重剑", "1479961579": "铁影阔剑", "4090429643": "沐浴龙血的剑", "850802171": "白铁大剑", "1516554699": "石英大剑", "3097441915": "以理服人", "2614170427": "飞天大御剑", "735056795": "西风大剑", "930640955": "钟剑", "1675686363": "祭礼大剑", "877751435": "宗室大剑", "3684723963": "雨裁", "3722933411": "试作古华", "680510411": "白影剑", "20848859": "黑岩斩刀", "1437658243": "螭骨剑", "2006422931": "千岩古剑", "2753539619": "雪葬的星银", "346510395": "衔珠海皇", "4193089947": "桂木斩长正", "3073454867": "玛海菈的水色", "2359799475": "恶王丸", "902184579": "森林王器", "1200948859": "饰铁之花", "3459616011": "聊聊棒", "2077869763": "浪影阔剑", "933442195": "「究极霸王超级魔剑」", "3693117451": "便携动力锯", "688237043": "硕果钩", "2481464075": "撼地者", "1089950259": "天空之傲", "3995710363": "狼的末路", "1075647299": "松籁响起之时", "2792766467": "无工之剑", "3914951691": "赤角石溃杵", "2834063555": "苇海信标", "3812523339": "裁断", "1183454019": "山王长牙", "2796697027": "新手长枪", "3070169307": "铁尖枪", "1390797107": "白缨枪", "618786571": "钺矛", "4103766499": "黑缨枪", "500612819": "「旗杆」", "2664629131": "匣里灭辰", "1154009435": "试作星镰", "578575283": "流月针", "481755219": "黑岩刺枪", "4049410651": "决斗之枪", "716252627": "千岩长枪", "3755004051": "西风长枪", "2935286715": "宗室猎枪", "3443142923": "龙脊长枪", "2491797315": "喜多院十文字", "1148024603": "「渔获」", "4122509083": "断浪长鳍", "452357939": "贯月矢", "1470442731": "风信之锋", "449192923": "峡湾长歌", "4158971171": "公义的酬报", "2847771107": "沙中伟贤的对答", "882305891": "勘探钻机", "1965515667": "镇山之钉", "415520051": "虹的行迹", "3235324891": "护摩之杖", "4158505619": "天空之脊", "197755235": "贯虹之槊", "1997709467": "和璞鸢", "688991243": "息灾", "3717849275": "薙草之稻光", "4238339131": "赤沙之杖", "2944936683": "赤月之形", "1948935171": "柔灯挽歌", "3584825427": "学徒笔记", "2705029563": "口袋魔导书", "2279290283": "魔导绪论", "3500935003": "讨龙英杰谭", "1406746947": "异世界行记", "2963220587": "翡玉法球", "3719372715": "甲级宝珏", "302691299": "琥珀玥", "623534363": "西风秘典", "1163263227": "流浪乐章", "2195665683": "祭礼残章", "3827789435": "宗室秘法录", "37147251": "匣里日月", "2521338131": "试作金珀", "1072884907": "万国诸海图谱", "3273999011": "黑岩绯玉", "3156385731": "昭心", "3090373787": "暗巷的酒与诗", "2587614459": "忍冬之果", "3456986819": "嘟嘟可故事集", "2324146259": "白辰之环", "2539208459": "证誓之明瞳", "426363739": "流浪的晚星", "2267978875": "盈满之实", "2275710883": "遗祀玉珑", "2432865507": "纯水流华", "2722902043": "无垠蔚蓝之歌", "422144187": "苍纹角杯", "1445287979": "乘浪的回旋", "3092853059": "木棉之环", "807607555": "天空之卷", "1455107995": "四风原典", "693354267": "尘世之锁", "4007372867": "碧落之珑", "1890163363": "不灭月华", "310247243": "神乐之真意", "1201790667": "千夜浮梦", "359484419": "图莱杜拉的回忆", "724881171": "金流监督", "4176923379": "万世流涌大典", "3660626387": "鹤鸣余音", "1673987515": "冲浪时光", "3600623979": "猎弓", "2340970067": "历练的猎弓", "3975746731": "鸦羽弓", "656120259": "神射手之誓", "4267718859": "反曲弓", "1021898539": "弹弓", "4139294531": "信使", "2242027395": "黑檀弓", "1240067179": "西风猎弓", "2556914683": "绝弦", "2400012995": "祭礼弓", "2832648187": "宗室长弓", "3169209451": "弓藏", "3625393819": "试作澹月", "411685275": "钢轮弓", "3447737235": "黑岩战弓", "3439749859": "苍翠猎弓", "2417717595": "暗巷猎手", "2425414923": "落霞", "3949653579": "幽夜华尔兹", "650049651": "风花之颂", "4186179883": "破魔之弓", "540938627": "掠食者", "1860795787": "曚云之月", "3176599083": "王下近侍", "3063191787": "竭泽", "316078811": "鹮穿之喙", "2958179435": "烈阳之嗣", "2600875323": "静谧之曲", "4038676067": "筑云", "1055195035": "测距规", "4019353779": "缀花之翎", "565052971": "碎链", "3933622347": "天空之翼", "828711395": "阿莫斯之弓", "3112679155": "终末嗟叹之诗", "1901973075": "冬极白星", "4230231107": "若水", "2918525947": "飞雷之弦振", "1348687251": "猎人之径", "2988480723": "最初的大魔术", "1257396043": "白雨心弦", "1363661611": "星鹫赤羽", "4137694339": "(test)竿测试", "2719832059": "(test)穿模测试", "500987603": "(test)穿模测试", "1595734083": "(test)穿模测试", "2009975571": "(test)穿模测试", "4162981171": "(test)穿模测试", "3762437019": "(test)穿模测试"} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/weaponHash2Type_mapping_5.1.0.json b/GenshinUID/utils/map/data/weaponHash2Type_mapping_5.1.0.json deleted file mode 100644 index c07f1eb0..00000000 --- a/GenshinUID/utils/map/data/weaponHash2Type_mapping_5.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"2410593283": "单手剑", "2125206395": "单手剑", "479076483": "单手剑", "1608953539": "单手剑", "3673792067": "单手剑", "160493219": "单手剑", "3421967235": "单手剑", "1388004931": "单手剑", "2474354867": "单手剑", "3587621259": "单手剑", "1990641987": "单手剑", "2375993851": "单手剑", "1321135667": "单手剑", "1991707099": "单手剑", "4103022435": "单手剑", "3378007475": "单手剑", "3796905611": "单手剑", "2947140987": "单手剑", "1135130229": "单手剑", "1773425155": "单手剑", "2749853923": "单手剑", "1990820123": "单手剑", "342097547": "单手剑", "1012170803": "单手剑", "313300315": "单手剑", "143051931": "单手剑", "1499745907": "单手剑", "1538092267": "单手剑", "3464027035": "单手剑", "2448629019": "单手剑", "2265792579": "单手剑", "800766043": "单手剑", "1921306659": "单手剑", "1790067483": "单手剑", "3016493955": "单手剑", "594850707": "单手剑", "495182275": "单手剑", "3434743027": "单手剑", "902264035": "单手剑", "4055003299": "单手剑", "2949448555": "单手剑", "944332883": "单手剑", "1345343763": "单手剑", "231836963": "单手剑", "3780343147": "单手剑", "1664039091": "单手剑", "4124851547": "单手剑", "1600275315": "单手剑", "454086795": "单手剑", "275622963": "单手剑", "1473399443": "单手剑", "1818340435": "单手剑", "1009471939": "单手剑", "3432339555": "单手剑", "2666951267": "双手剑", "1182966603": "双手剑", "1479961579": "双手剑", "4090429643": "双手剑", "850802171": "双手剑", "1516554699": "双手剑", "3097441915": "双手剑", "2614170427": "双手剑", "735056795": "双手剑", "930640955": "双手剑", "1675686363": "双手剑", "877751435": "双手剑", "3684723963": "双手剑", "3722933411": "双手剑", "680510411": "双手剑", "20848859": "双手剑", "1437658243": "双手剑", "2006422931": "双手剑", "2753539619": "双手剑", "346510395": "双手剑", "4193089947": "双手剑", "3073454867": "双手剑", "2359799475": "双手剑", "902184579": "双手剑", "1200948859": "双手剑", "3459616011": "双手剑", "2077869763": "双手剑", "933442195": "双手剑", "3693117451": "双手剑", "688237043": "双手剑", "2481464075": "双手剑", "1089950259": "双手剑", "3995710363": "双手剑", "1075647299": "双手剑", "2792766467": "双手剑", "977648923": "双手剑", "2597527627": "双手剑", "759708203": "双手剑", "2507837467": "双手剑", "3914951691": "双手剑", "2834063555": "双手剑", "3812523339": "双手剑", "1183454019": "双手剑", "2796697027": "长柄武器", "3070169307": "长柄武器", "1390797107": "长柄武器", "618786571": "长柄武器", "4103766499": "长柄武器", "500612819": "长柄武器", "2664629131": "长柄武器", "1154009435": "长柄武器", "578575283": "长柄武器", "481755219": "长柄武器", "4049410651": "长柄武器", "716252627": "长柄武器", "3755004051": "长柄武器", "2935286715": "长柄武器", "3443142923": "长柄武器", "2491797315": "长柄武器", "1148024603": "长柄武器", "4122509083": "长柄武器", "452357939": "长柄武器", "1470442731": "长柄武器", "449192923": "长柄武器", "4158971171": "长柄武器", "2847771107": "长柄武器", "882305891": "长柄武器", "1965515667": "长柄武器", "415520051": "长柄武器", "3235324891": "长柄武器", "4158505619": "长柄武器", "469555475": "长柄武器", "197755235": "长柄武器", "1997709467": "长柄武器", "3532343811": "长柄武器", "688991243": "长柄武器", "3717849275": "长柄武器", "4238339131": "长柄武器", "2944936683": "长柄武器", "1948935171": "长柄武器", "3584825427": "法器", "2705029563": "法器", "2279290283": "法器", "3500935003": "法器", "1406746947": "法器", "2963220587": "法器", "3719372715": "法器", "302691299": "法器", "623534363": "法器", "1163263227": "法器", "2195665683": "法器", "3827789435": "法器", "37147251": "法器", "2521338131": "法器", "1072884907": "法器", "3273999011": "法器", "3156385731": "法器", "3090373787": "法器", "415851979": "法器", "2587614459": "法器", "3456986819": "法器", "2324146259": "法器", "2539208459": "法器", "426363739": "法器", "2267978875": "法器", "2275710883": "法器", "2432865507": "法器", "2722902043": "法器", "422144187": "法器", "3092853059": "法器", "807607555": "法器", "1455107995": "法器", "452043283": "法器", "693354267": "法器", "4007372867": "法器", "1890163363": "法器", "4123950051": "法器", "310247243": "法器", "1201790667": "法器", "359484419": "法器", "724881171": "法器", "4176923379": "法器", "3660626387": "法器", "1673987515": "法器", "3600623979": "弓", "2340970067": "弓", "3975746731": "弓", "656120259": "弓", "4267718859": "弓", "1021898539": "弓", "4139294531": "弓", "2242027395": "弓", "1240067179": "弓", "2556914683": "弓", "2400012995": "弓", "2832648187": "弓", "3169209451": "弓", "3625393819": "弓", "411685275": "弓", "3447737235": "弓", "3439749859": "弓", "2417717595": "弓", "2425414923": "弓", "3949653579": "弓", "650049651": "弓", "4186179883": "弓", "540938627": "弓", "1860795787": "弓", "3176599083": "弓", "3063191787": "弓", "316078811": "弓", "2958179435": "弓", "2600875323": "弓", "4038676067": "弓", "1055195035": "弓", "565052971": "弓", "3933622347": "弓", "828711395": "弓", "3112679155": "弓", "565329475": "弓", "1994081075": "弓", "2824690859": "弓", "1901973075": "弓", "4230231107": "弓", "2918525947": "弓", "1348687251": "弓", "2988480723": "弓", "1257396043": "弓", "4137694339": "单手剑", "2719832059": "单手剑", "500987603": "双手剑", "1595734083": "长柄武器", "2009975571": "法器", "4162981171": "法器", "3762437019": "弓"} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/weaponHash2Type_mapping_5.2.0.json b/GenshinUID/utils/map/data/weaponHash2Type_mapping_5.2.0.json new file mode 100644 index 00000000..83754261 --- /dev/null +++ b/GenshinUID/utils/map/data/weaponHash2Type_mapping_5.2.0.json @@ -0,0 +1 @@ +{"2410593283": "单手剑", "2125206395": "单手剑", "479076483": "单手剑", "1608953539": "单手剑", "3673792067": "单手剑", "160493219": "单手剑", "3421967235": "单手剑", "1388004931": "单手剑", "2474354867": "单手剑", "3587621259": "单手剑", "1990641987": "单手剑", "2375993851": "单手剑", "1321135667": "单手剑", "1991707099": "单手剑", "4103022435": "单手剑", "3378007475": "单手剑", "3796905611": "单手剑", "2947140987": "单手剑", "1135130229": "单手剑", "1773425155": "单手剑", "2749853923": "单手剑", "1990820123": "单手剑", "342097547": "单手剑", "1012170803": "单手剑", "313300315": "单手剑", "143051931": "单手剑", "1499745907": "单手剑", "1538092267": "单手剑", "3464027035": "单手剑", "2448629019": "单手剑", "2265792579": "单手剑", "800766043": "单手剑", "1921306659": "单手剑", "1790067483": "单手剑", "3016493955": "单手剑", "594850707": "单手剑", "495182275": "单手剑", "3434743027": "单手剑", "590019915": "单手剑", "902264035": "单手剑", "4055003299": "单手剑", "2949448555": "单手剑", "944332883": "单手剑", "1345343763": "单手剑", "231836963": "单手剑", "3780343147": "单手剑", "1664039091": "单手剑", "4124851547": "单手剑", "1600275315": "单手剑", "454086795": "单手剑", "275622963": "单手剑", "1473399443": "单手剑", "1818340435": "单手剑", "1009471939": "单手剑", "3432339555": "单手剑", "2666951267": "双手剑", "1182966603": "双手剑", "1479961579": "双手剑", "4090429643": "双手剑", "850802171": "双手剑", "1516554699": "双手剑", "3097441915": "双手剑", "2614170427": "双手剑", "735056795": "双手剑", "930640955": "双手剑", "1675686363": "双手剑", "877751435": "双手剑", "3684723963": "双手剑", "3722933411": "双手剑", "680510411": "双手剑", "20848859": "双手剑", "1437658243": "双手剑", "2006422931": "双手剑", "2753539619": "双手剑", "346510395": "双手剑", "4193089947": "双手剑", "3073454867": "双手剑", "2359799475": "双手剑", "902184579": "双手剑", "1200948859": "双手剑", "3459616011": "双手剑", "2077869763": "双手剑", "933442195": "双手剑", "3693117451": "双手剑", "688237043": "双手剑", "2481464075": "双手剑", "1089950259": "双手剑", "3995710363": "双手剑", "1075647299": "双手剑", "2792766467": "双手剑", "977648923": "双手剑", "2597527627": "双手剑", "759708203": "双手剑", "2507837467": "双手剑", "3914951691": "双手剑", "2834063555": "双手剑", "3812523339": "双手剑", "1183454019": "双手剑", "2796697027": "长柄武器", "3070169307": "长柄武器", "1390797107": "长柄武器", "618786571": "长柄武器", "4103766499": "长柄武器", "500612819": "长柄武器", "2664629131": "长柄武器", "1154009435": "长柄武器", "578575283": "长柄武器", "481755219": "长柄武器", "4049410651": "长柄武器", "716252627": "长柄武器", "3755004051": "长柄武器", "2935286715": "长柄武器", "3443142923": "长柄武器", "2491797315": "长柄武器", "1148024603": "长柄武器", "4122509083": "长柄武器", "452357939": "长柄武器", "1470442731": "长柄武器", "449192923": "长柄武器", "4158971171": "长柄武器", "2847771107": "长柄武器", "882305891": "长柄武器", "1965515667": "长柄武器", "415520051": "长柄武器", "3235324891": "长柄武器", "4158505619": "长柄武器", "469555475": "长柄武器", "197755235": "长柄武器", "1997709467": "长柄武器", "3532343811": "长柄武器", "688991243": "长柄武器", "3717849275": "长柄武器", "4238339131": "长柄武器", "2944936683": "长柄武器", "1948935171": "长柄武器", "3584825427": "法器", "2705029563": "法器", "2279290283": "法器", "3500935003": "法器", "1406746947": "法器", "2963220587": "法器", "3719372715": "法器", "302691299": "法器", "623534363": "法器", "1163263227": "法器", "2195665683": "法器", "3827789435": "法器", "37147251": "法器", "2521338131": "法器", "1072884907": "法器", "3273999011": "法器", "3156385731": "法器", "3090373787": "法器", "415851979": "法器", "2587614459": "法器", "3456986819": "法器", "2324146259": "法器", "2539208459": "法器", "426363739": "法器", "2267978875": "法器", "2275710883": "法器", "2432865507": "法器", "2722902043": "法器", "422144187": "法器", "1445287979": "法器", "3092853059": "法器", "807607555": "法器", "1455107995": "法器", "452043283": "法器", "693354267": "法器", "4007372867": "法器", "1890163363": "法器", "4123950051": "法器", "310247243": "法器", "1201790667": "法器", "359484419": "法器", "724881171": "法器", "4176923379": "法器", "3660626387": "法器", "1673987515": "法器", "3600623979": "弓", "2340970067": "弓", "3975746731": "弓", "656120259": "弓", "4267718859": "弓", "1021898539": "弓", "4139294531": "弓", "2242027395": "弓", "1240067179": "弓", "2556914683": "弓", "2400012995": "弓", "2832648187": "弓", "3169209451": "弓", "3625393819": "弓", "411685275": "弓", "3447737235": "弓", "3439749859": "弓", "2417717595": "弓", "2425414923": "弓", "3949653579": "弓", "650049651": "弓", "4186179883": "弓", "540938627": "弓", "1860795787": "弓", "3176599083": "弓", "3063191787": "弓", "316078811": "弓", "2958179435": "弓", "2600875323": "弓", "4038676067": "弓", "1055195035": "弓", "4019353779": "弓", "565052971": "弓", "3933622347": "弓", "828711395": "弓", "3112679155": "弓", "565329475": "弓", "1994081075": "弓", "2824690859": "弓", "1901973075": "弓", "4230231107": "弓", "2918525947": "弓", "1348687251": "弓", "2988480723": "弓", "1257396043": "弓", "1363661611": "弓", "4137694339": "单手剑", "2719832059": "单手剑", "500987603": "双手剑", "1595734083": "长柄武器", "2009975571": "法器", "4162981171": "法器", "3762437019": "弓"} \ No newline at end of file diff --git a/GenshinUID/utils/map/data/weaponId2Name_mapping_5.1.0.json b/GenshinUID/utils/map/data/weaponId2Name_mapping_5.2.0.json similarity index 98% rename from GenshinUID/utils/map/data/weaponId2Name_mapping_5.1.0.json rename to GenshinUID/utils/map/data/weaponId2Name_mapping_5.2.0.json index 4f8d79c7..53f93b47 100644 --- a/GenshinUID/utils/map/data/weaponId2Name_mapping_5.1.0.json +++ b/GenshinUID/utils/map/data/weaponId2Name_mapping_5.2.0.json @@ -36,6 +36,7 @@ "11429": "水仙十字之剑", "11430": "弥坚骨", "11431": "息燧之笛", + "11432": "厄水之祸", "11501": "风鹰剑", "11502": "天空之刃", "11503": "苍古自由之誓", @@ -151,6 +152,7 @@ "14425": "纯水流华", "14426": "无垠蔚蓝之歌", "14427": "苍纹角杯", + "14430": "乘浪的回旋", "14431": "木棉之环", "14501": "天空之卷", "14502": "四风原典", @@ -195,6 +197,7 @@ "15425": "静谧之曲", "15426": "筑云", "15427": "测距规", + "15430": "缀花之翎", "15431": "碎链", "15501": "天空之翼", "15502": "阿莫斯之弓", @@ -205,6 +208,7 @@ "15511": "猎人之径", "15512": "最初的大魔术", "15513": "白雨心弦", + "15514": "星鹫赤羽", "20001": "(test)竿测试", "10002": "(test)穿模测试", "10003": "(test)穿模测试", diff --git a/GenshinUID/utils/map/data/weaponList_5.1.0.json b/GenshinUID/utils/map/data/weaponList_5.2.0.json similarity index 53% rename from GenshinUID/utils/map/data/weaponList_5.1.0.json rename to GenshinUID/utils/map/data/weaponList_5.2.0.json index 72101ac8..72868243 100644 --- a/GenshinUID/utils/map/data/weaponList_5.1.0.json +++ b/GenshinUID/utils/map/data/weaponList_5.2.0.json @@ -1 +1 @@ -{"15303": {"icon": "UI_EquipIcon_Bow_Curve", "rank": 3, "type": "WEAPON_BOW", "EN": "Recurve Bow", "desc": "It is said that this bow can shoot down eagles in flight, but ultimately how true that is depends on the skill of the archer.", "KR": "곡궁", "CHS": "反曲弓", "JP": "リカーブボウ"}, "12418": {"icon": "UI_EquipIcon_Claymore_Fleurfair", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Mailed Flower", "desc": "A graceful and elegant greatsword that is decorated with flowers and ribbons.", "KR": "꽃 장식 대검", "CHS": "饰铁之花", "JP": "鉄彩の花"}, "15414": {"icon": "UI_EquipIcon_Bow_Bakufu", "rank": 4, "type": "WEAPON_BOW", "EN": "Hamayumi", "desc": "A certain shrine maiden once owned this warbow. It was made with surpassing skill, and is both intricate and sturdy.", "KR": "파마궁", "CHS": "破魔之弓", "JP": "破魔の弓"}, "13426": {"icon": "UI_EquipIcon_Pole_Caduceus", "rank": 4, "type": "WEAPON_POLE", "EN": "Dialogues of the Desert Sages", "desc": "A caduceus symbolizing the glory of alchemy, made from special alloys to match its special status. It is exceedingly rigid and heavy, and would probably hurt pretty bad if used as a cudgel.", "KR": "위대한 사막 현자의 대답", "CHS": "沙中伟贤的对答", "JP": "砂中の賢者達の問答"}, "13419": {"icon": "UI_EquipIcon_Pole_Windvane", "rank": 4, "type": "WEAPON_POLE", "EN": "Missive Windspear", "desc": "A beacon that shows the direction of the wind. Not every idyll carried on the breeze remains a gentle thing...", "KR": "날카로운 바람의 서신", "CHS": "风信之锋", "JP": "風信の矛"}, "11302": {"icon": "UI_EquipIcon_Sword_Dawn", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Harbinger of Dawn", "desc": "A sword that once shone like the sun. The wielder of this sword will be blessed with a \"feel-good\" buff. The reflective material on the blade has long worn off.", "KR": "여명신검", "CHS": "黎明神剑", "JP": "黎明の神剣"}, "12411": {"icon": "UI_EquipIcon_Claymore_Dragonfell", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Snow-Tombed Starsilver", "desc": "An ancient greatsword that was stored between frescoes. Forged from Starsilver, it has the power to cleave through ice and snow.", "KR": "설장의 성은", "CHS": "雪葬的星银", "JP": "雪葬の星銀"}, "11502": {"icon": "UI_EquipIcon_Sword_Dvalin", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Skyward Blade", "desc": "The sword of a knight that symbolizes the restored honor of Dvalin. The blessings of the Anemo Archon rest on the fuller of the blade, imbuing the sword with the powers of the sky and the wind.", "KR": "천공의 검", "CHS": "天空之刃", "JP": "天空の刃"}, "11418": {"icon": "UI_EquipIcon_Sword_Pleroma", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Xiphos' Moonlight", "desc": "This ancient double-edged sword glimmers with moonlight. It is said that a now-silent Jinni dwells within it.", "KR": "크시포스의 달빛", "CHS": "西福斯的月光", "JP": "サイフォスの月明かり"}, "13401": {"icon": "UI_EquipIcon_Pole_Stardust", "rank": 4, "type": "WEAPON_POLE", "EN": "Dragon's Bane", "desc": "A polearm decorated with an entwining golden dragon. Light and sharp, this weapon may very well kill dragons with ease.", "KR": "용학살창", "CHS": "匣里灭辰", "JP": "匣中滅龍"}, "13415": {"icon": "UI_EquipIcon_Pole_Mori", "rank": 4, "type": "WEAPON_POLE", "EN": "\"The Catch\"", "desc": "In the distant past, this was the beloved spear of a famed Inazuman bandit.", "KR": "「어획」", "CHS": "「渔获」", "JP": "「漁獲」"}, "12431": {"icon": "UI_EquipIcon_Claymore_Isikhulu", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Earth Shaker", "desc": "A heavy blade that people claim was beloved by the hero known as the Firethief. They say that even the Lord of Cinder Keep's flames could not burn it away.", "KR": "대지를 울리는 자", "CHS": "撼地者", "JP": "アースシェイカー"}, "11515": {"icon": "UI_EquipIcon_Sword_Estoc", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Absolution", "desc": "A rapier once wielded by a deceiver who had forsaken everything. In the past, it was primarily used as a tool when he had to disguise his identity.", "KR": "사면", "CHS": "赦罪", "JP": "赦罪"}, "14401": {"icon": "UI_EquipIcon_Catalyst_Zephyrus", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Favonius Codex", "desc": "A secret tome that belonged to the scholars of the Knights of Favonius. It describes the logic and power of elements and matter.", "KR": "페보니우스 비전", "CHS": "西风秘典", "JP": "西風秘典"}, "13407": {"icon": "UI_EquipIcon_Pole_Zephyrus", "rank": 4, "type": "WEAPON_POLE", "EN": "Favonius Lance", "desc": "A polearm made in the style of the Knights of Favonius. Its shaft is straight, and its tip flows lightly like the wind.", "KR": "페보니우스 장창", "CHS": "西风长枪", "JP": "西風長槍"}, "13402": {"icon": "UI_EquipIcon_Pole_Proto", "rank": 4, "type": "WEAPON_POLE", "EN": "Prototype Starglitter", "desc": "A hooked spear discovered hidden away in the Blackcliff Forge. The glimmers along the sharp edge are like stars in the night.", "KR": "별의 낫 프로토타입", "CHS": "试作星镰", "JP": "星鎌·試作"}, "11426": {"icon": "UI_EquipIcon_Sword_Machination", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Fleuve Cendre Ferryman", "desc": "A handy length of abandoned copper pipe that was once used as a weapon. It was famous — or infamous, depending — in some circles.", "KR": "잿빛의 강 뱃사공", "CHS": "灰河渡手", "JP": "サーンドルの渡し守"}, "12426": {"icon": "UI_EquipIcon_Claymore_Champion", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "\"Ultimate Overlord's Mega Magic Sword\"", "desc": "A magical sword that can only be wielded by the ultimate overlord who rules the seas. As it has been made with special water-resistant materials, it will not get ruined by water damage even after being immersed. Why, one might even call it invincible!", "KR": "「슈퍼 울트라 패왕 마검」", "CHS": "「究极霸王超级魔剑」", "JP": "「スーパーアルティメット覇王魔剣」"}, "15406": {"icon": "UI_EquipIcon_Bow_Proto", "rank": 4, "type": "WEAPON_BOW", "EN": "Prototype Crescent", "desc": "A prototype longbow discovered in the Blackcliff Forge. The arrow fired from this bow glimmers like a ray of moonlight.", "KR": "담월 프로토타입", "CHS": "试作澹月", "JP": "澹月·試作"}, "12401": {"icon": "UI_EquipIcon_Claymore_Zephyrus", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Favonius Greatsword", "desc": "A heavy ceremonial sword of the Knights of Favonius. It channels elemental power easily and is highly destructive.", "KR": "페보니우스 대검", "CHS": "西风大剑", "JP": "西風大剣"}, "13424": {"icon": "UI_EquipIcon_Pole_Shanty", "rank": 4, "type": "WEAPON_POLE", "EN": "Ballad of the Fjords", "desc": "A polearm used by those seeking to catch fish in the tundra. It lets none escape.", "KR": "협만의 노래", "CHS": "峡湾长歌", "JP": "フィヨルドの歌"}, "11501": {"icon": "UI_EquipIcon_Sword_Falcon", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Aquila Favonia", "desc": "The soul of the Knights of Favonius. Millennia later, it still calls on the winds of swift justice to vanquish all evil — just like the last heroine who wielded it.", "KR": "매의 검", "CHS": "风鹰剑", "JP": "風鷹剣"}, "12430": {"icon": "UI_EquipIcon_Claymore_Umpakati", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Fruitful Hook", "desc": "Bold Burkina from the Scions of the Canopy once made this weapon with the hero Tenoch's help — all for the sake of obtaining Flamegranates unmatched throughout Natlan.", "KR": "수확의 갈고리", "CHS": "硕果钩", "JP": "実りの鉤鉈"}, "13501": {"icon": "UI_EquipIcon_Pole_Homa", "rank": 5, "type": "WEAPON_POLE", "EN": "Staff of Homa", "desc": "A \"firewood staff\" that was once used in ancient and long-lost rituals.", "KR": "호마의 지팡이", "CHS": "护摩之杖", "JP": "護摩の杖"}, "12503": {"icon": "UI_EquipIcon_Claymore_Widsith", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Song of Broken Pines", "desc": "A greatsword as light as the sigh of grass in the breeze, yet as merciless to the corrupt as a typhoon.", "KR": "송뢰가 울릴 무렵", "CHS": "松籁响起之时", "JP": "松韻の響く頃"}, "12403": {"icon": "UI_EquipIcon_Claymore_Fossil", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Sacrificial Greatsword", "desc": "A ceremonial greatsword that has become petrified over time. The trinkets on it are still visible. It grants the wielder the power to withstand the winds of time.", "KR": "제례 대검", "CHS": "祭礼大剑", "JP": "祭礼の大剣"}, "11415": {"icon": "UI_EquipIcon_Sword_Opus", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Cinnabar Spindle", "desc": "A sword made from materials that do not belong in this world. The power within might even be able to withstand the corruption of a venom that could corrode a mighty dragon.", "KR": "진사의 방추", "CHS": "辰砂之纺锤", "JP": "シナバースピンドル"}, "13417": {"icon": "UI_EquipIcon_Pole_Arakalari", "rank": 4, "type": "WEAPON_POLE", "EN": "Moonpiercer", "desc": "A weapon you obtained from an Aranara tale. It is shaped like a giant arrow and can be used as a spear.", "KR": "달을 꿰뚫는 화살", "CHS": "贯月矢", "JP": "ムーンピアサー"}, "12404": {"icon": "UI_EquipIcon_Claymore_Theocrat", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Royal Greatsword", "desc": "An old greatsword that belonged to the erstwhile rulers of Mondstadt. It is made from the finest-quality materials and has stood the test of time. A weapon for use by the nobility only.", "KR": "왕실의 대검", "CHS": "宗室大剑", "JP": "旧貴族大剣"}, "11505": {"icon": "UI_EquipIcon_Sword_Morax", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Primordial Jade Cutter", "desc": "A ceremonial sword masterfully carved from pure jade. There almost seems to be an audible sigh in the wind as it is swung.", "KR": "반암결록", "CHS": "磐岩结绿", "JP": "磐岩結緑"}, "11416": {"icon": "UI_EquipIcon_Sword_Youtou", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Kagotsurube Isshin", "desc": "This famed blade was born in a nation to the far north. But in the name of \"Isshin,\" it was stained with many a dark deed on its home-bound journey.", "KR": "카고츠루베 잇신", "CHS": "笼钓瓶一心", "JP": "籠釣瓶一心"}, "11428": {"icon": "UI_EquipIcon_Sword_Purewill", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Sword of Narzissenkreuz", "desc": "A sword whose power faded when the story ended. It will now embark upon a new journey with the power that remains within it, which commemorates a certain great dream.", "KR": "수선화 십자검", "CHS": "水仙十字之剑", "JP": "水仙十字の剣"}, "12201": {"icon": "UI_EquipIcon_Claymore_Oyaji", "rank": 2, "type": "WEAPON_CLAYMORE", "EN": "Old Merc's Pal", "desc": "A battle-tested greatsword that has seen better days and worse.", "KR": "용병 중검", "CHS": "佣兵重剑", "JP": "傭兵の重剣"}, "11414": {"icon": "UI_EquipIcon_Sword_Bakufu", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Amenoma Kageuchi", "desc": "A blade custom made for a famed samurai who could strike down a tengu warrior, known for their incredible agility, in midair.", "KR": "아메노마 카게우치가타나", "CHS": "天目影打刀", "JP": "天目影打"}, "13414": {"icon": "UI_EquipIcon_Pole_Bakufu", "rank": 4, "type": "WEAPON_POLE", "EN": "Kitain Cross Spear", "desc": "A special lance that was once used by a famed warrior who guarded the Tatarigami on Yashiori Island.", "KR": "키타인 십자창", "CHS": "喜多院十文字", "JP": "喜多院十文字槍"}, "14512": {"icon": "UI_EquipIcon_Catalyst_Alaya", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Tulaytullah's Remembrance", "desc": "A bell crafted of deep sapphire and sterling silver. Its echoes are as crisp as they are distant.", "KR": "툴레이툴라의 기억", "CHS": "图莱杜拉的回忆", "JP": "トゥライトゥーラの記憶"}, "15409": {"icon": "UI_EquipIcon_Bow_Viridescent", "rank": 4, "type": "WEAPON_BOW", "EN": "The Viridescent Hunt", "desc": "A pure green hunting bow. This once belonged to a certain hunter whose home was the forest.", "KR": "청록의 사냥활", "CHS": "苍翠猎弓", "JP": "蒼翠の狩猟弓"}, "11511": {"icon": "UI_EquipIcon_Sword_Deshret", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Key of Khaj-Nisut", "desc": "One of a paired set of scepters fashioned from obsidian. They say that this can be used as a key to open the gate to a paradise that lies at the end of the ocean of sand.", "KR": "성현의 열쇠", "CHS": "圣显之钥", "JP": "聖顕の鍵"}, "11422": {"icon": "UI_EquipIcon_Sword_Kasabouzu", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Toukabou Shigure", "desc": "A rather special oil-paper umbrella. While long wanderings may make one used to the wind and the rain, there might be some fun in admiring a rainy scene beneath this parasol.", "KR": "꽃잎비", "CHS": "东花坊时雨", "JP": "東花坊時雨"}, "13405": {"icon": "UI_EquipIcon_Pole_Gladiator", "rank": 4, "type": "WEAPON_POLE", "EN": "Deathmatch", "desc": "A sharp crimson polearm that was once a gladiator's priceless treasure. Its awl has been stained by the blood of countless beasts and men.", "KR": "결투의 창", "CHS": "决斗之枪", "JP": "死闘の槍"}, "14504": {"icon": "UI_EquipIcon_Catalyst_Kunwu", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Memory of Dust", "desc": "A stone dumbbell containing distant memories. Its endless transformations reveal the power within.", "KR": "속세의 자물쇠", "CHS": "尘世之锁", "JP": "浮世の錠"}, "11413": {"icon": "UI_EquipIcon_Sword_Magnum", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Festering Desire", "desc": "A creepy straight sword that almost seems to yearn for life. It drips with a shriveling venom that could even corrupt a mighty dragon.", "KR": "부식의 검", "CHS": "腐殖之剑", "JP": "腐植の剣"}, "13431": {"icon": "UI_EquipIcon_Pole_Isikhulu", "rank": 4, "type": "WEAPON_POLE", "EN": "Footprint of the Rainbow", "desc": "A keen polearm forged from jade. It gives off rainbow-hued light when exposed to sunlight.", "KR": "무지개의 행적", "CHS": "虹的行迹", "JP": "虹の行方"}, "13430": {"icon": "UI_EquipIcon_Pole_Umpakati", "rank": 4, "type": "WEAPON_POLE", "EN": "Mountain-Bracing Bolt", "desc": "This polearm was once jointly forged by the craftsmen in the mines as a sacrifice to the spirits of the mountains.", "KR": "산을 고정하는 못", "CHS": "镇山之钉", "JP": "鎮山の釘"}, "14101": {"icon": "UI_EquipIcon_Catalyst_Apprentice", "rank": 1, "type": "WEAPON_CATALYST", "EN": "Apprentice's Notes", "desc": "Notes left behind by a top student. Many useful spells are listed, and the handwriting is beautiful.", "KR": "학도의 노트", "CHS": "学徒笔记", "JP": "生徒ノート"}, "14502": {"icon": "UI_EquipIcon_Catalyst_Fourwinds", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Lost Prayer to the Sacred Winds", "desc": "An educational tome written by anonymous early inhabitants who worshiped the wind. It has been blessed by the wind for its faithfulness and influence over the millennia.", "KR": "사풍 원서", "CHS": "四风原典", "JP": "四風原典"}, "15418": {"icon": "UI_EquipIcon_Bow_Fin", "rank": 4, "type": "WEAPON_BOW", "EN": "End of the Line", "desc": "This seems to be a now-extinct fish. Its body is sufficiently elastic that a string may be attached to it to let it serve as a bow.", "KR": "메마른 연못", "CHS": "竭泽", "JP": "竭沢"}, "12303": {"icon": "UI_EquipIcon_Claymore_Tin", "rank": 3, "type": "WEAPON_CLAYMORE", "EN": "White Iron Greatsword", "desc": "A claymore made from white iron. Lightweight without compromising on power. Effective even when wielded by one of average strength, it is extremely deadly in the hands of a physically stronger wielder.", "KR": "백철 대검", "CHS": "白铁大剑", "JP": "白鉄の大剣"}, "11301": {"icon": "UI_EquipIcon_Sword_Steel", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Cool Steel", "desc": "A reliable steel-forged weapon that serves as a testament to the great adventures of its old master.", "KR": "차가운 칼날", "CHS": "冷刃", "JP": "冷刃"}, "14515": {"icon": "UI_EquipIcon_Catalyst_MountainGale", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Crane's Echoing Call", "desc": "A fan carved from pure jade, around which swirls an ancient aura of adeptal energy.", "KR": "학의 여음", "CHS": "鹤鸣余音", "JP": "鶴鳴の余韻"}, "15513": {"icon": "UI_EquipIcon_Bow_Arcdange", "rank": 5, "type": "WEAPON_BOW", "EN": "Silvershower Heartstrings", "desc": "Legendary bow of the fairies. Whether on the stage or the battlefield, it can easily touch the hearts of the listener.", "KR": "심금을 울리는 하얀 비", "CHS": "白雨心弦", "JP": "白雨心弦"}, "15408": {"icon": "UI_EquipIcon_Bow_Blackrock", "rank": 4, "type": "WEAPON_BOW", "EN": "Blackcliff Warbow", "desc": "A bow made of blackcliff that features extremely sturdy bow limbs. It requires an archer with a strong bow arm to use.", "KR": "흑암 배틀 보우", "CHS": "黑岩战弓", "JP": "黒岩の戦弓"}, "11514": {"icon": "UI_EquipIcon_Sword_Needle", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Uraku Misugiri", "desc": "This famous blade was once created by the hand of Urakusai, the renowned literatus. Legend has it that it has never cut any living creature in all these hundreds of years.", "KR": "우라쿠의 미스기리", "CHS": "有乐御簾切", "JP": "有楽御簾切"}, "11516": {"icon": "UI_EquipIcon_Sword_XochitlsTube", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Peak Patrol Song", "desc": "An obsidian blade of unparalleled sharpness, light as a song. It was modified by a certain artisan to come equipped with a record-playing detachable Phlogiston Device.", "KR": "바위산을 맴도는 노래", "CHS": "岩峰巡歌", "JP": "岩峰を巡る歌"}, "14424": {"icon": "UI_EquipIcon_Catalyst_Yue", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Sacrificial Jade", "desc": "An ancient jade pendant that gleams like clear water. It seems to have been used in ancient ceremonies.", "KR": "제사의 옥", "CHS": "遗祀玉珑", "JP": "古祠の瓏"}, "14413": {"icon": "UI_EquipIcon_Catalyst_Ludiharpastum", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Dodoco Tales", "desc": "A children's book filled with childish short stories at which one cannot help but laugh.\\nEven those readers who have long reached adulthood cannot help but be absorbed by the innocent, naive little adventures portrayed within.", "KR": "도도코 이야기집", "CHS": "嘟嘟可故事集", "JP": "ドドコの物語"}, "11405": {"icon": "UI_EquipIcon_Sword_Rockkiller", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Lion's Roar", "desc": "A sharp blade with extravagant carvings that somehow does not compromise on durability and sharpness. It roars like a lion as it cuts through the air.", "KR": "용의 포효", "CHS": "匣里龙吟", "JP": "匣中龍吟"}, "15503": {"icon": "UI_EquipIcon_Bow_Widsith", "rank": 5, "type": "WEAPON_BOW", "EN": "Elegy for the End", "desc": "A bow as lovely as any bard's lyre, its arrows pierce the heart like a lamenting sigh.", "KR": "종말 탄식의 노래", "CHS": "终末嗟叹之诗", "JP": "終焉を嘆く詩"}, "12302": {"icon": "UI_EquipIcon_Claymore_Siegfry", "rank": 3, "type": "WEAPON_CLAYMORE", "EN": "Bloodtainted Greatsword", "desc": "A steel sword that is said to have been coated with dragon blood, rendering it invulnerable to damage. This effect is not extended to its wielder, however.", "KR": "드래곤 블러드 소드", "CHS": "沐浴龙血的剑", "JP": "龍血を浴びた剣"}, "14506": {"icon": "UI_EquipIcon_Catalyst_Kaleido", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Everlasting Moonglow", "desc": "A string of lovely jasper from the deep sea. It shines with a pure radiance like that of the moon, and just as ever-distant.", "KR": "불멸의 달빛", "CHS": "不灭月华", "JP": "不滅の月華"}, "15401": {"icon": "UI_EquipIcon_Bow_Zephyrus", "rank": 4, "type": "WEAPON_BOW", "EN": "Favonius Warbow", "desc": "A standard-issue recurve bow of the Knights of Favonius. Only the best archers can unleash its full potential.", "KR": "페보니우스 활", "CHS": "西风猎弓", "JP": "西風猟弓"}, "11417": {"icon": "UI_EquipIcon_Sword_Arakalari", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Sapwood Blade", "desc": "A weapon you obtained from an Aranara tale. It has taken on the shape of a blade that can cut down the foes of the forest.", "KR": "원목 검", "CHS": "原木刀", "JP": "原木刀"}, "12305": {"icon": "UI_EquipIcon_Claymore_Reasoning", "rank": 3, "type": "WEAPON_CLAYMORE", "EN": "Debate Club", "desc": "A handy club made of fine steel. The most persuasive line of reasoning in any debater's arsenal.", "KR": "훌륭한 대화수단", "CHS": "以理服人", "JP": "理屈責め"}, "11304": {"icon": "UI_EquipIcon_Sword_Darker", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Dark Iron Sword", "desc": "A perfectly ordinary iron sword, just slightly darker than most.", "KR": "암철검", "CHS": "暗铁剑", "JP": "暗鉄剣"}, "11409": {"icon": "UI_EquipIcon_Sword_Bloodstained", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "The Black Sword", "desc": "A pitch-black longsword that thirsts for violence and conflict. It is said that this weapon can cause its user to become drunk on the red wine of slaughter.", "KR": "칠흑검", "CHS": "黑剑", "JP": "黒剣"}, "11303": {"icon": "UI_EquipIcon_Sword_Traveler", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Traveler's Handy Sword", "desc": "A handy steel sword which contains scissors, a magnifying glass, tinder, and other useful items in its sheath.", "KR": "여행자의 검", "CHS": "旅行剑", "JP": "旅道の剣"}, "14412": {"icon": "UI_EquipIcon_Catalyst_Everfrost", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Frostbearer", "desc": "A fruit that possesses a strange, frosty will. A faint sense of agony emanates from it.", "KR": "인동의 열매", "CHS": "忍冬之果", "JP": "冬忍びの実"}, "15101": {"icon": "UI_EquipIcon_Bow_Hunters", "rank": 1, "type": "WEAPON_BOW", "EN": "Hunter's Bow", "desc": "A hunter's music consists of but two sounds: the twang of the bowstring and the whoosh of soaring arrows.", "KR": "사냥활", "CHS": "猎弓", "JP": "狩猟弓"}, "14303": {"icon": "UI_EquipIcon_Catalyst_Lightnov", "rank": 3, "type": "WEAPON_CATALYST", "EN": "Otherworldly Story", "desc": "A cheap fantasy novel with no value whatsoever. Any claim that it possesses the power of catalysis is also pure fantasy.", "KR": "이세계 여행기", "CHS": "异世界行记", "JP": "異世界旅行記"}, "15511": {"icon": "UI_EquipIcon_Bow_Ayus", "rank": 5, "type": "WEAPON_BOW", "EN": "Hunter's Path", "desc": "This gilded bow was made using precious white branches. It has felled countless wicked beasts attempting to infiltrate the woods.", "KR": "사냥꾼의 길", "CHS": "猎人之径", "JP": "狩人の道"}, "11427": {"icon": "UI_EquipIcon_Sword_Mechanic", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "The Dockhand's Assistant", "desc": "A convenient cutting tool that you can rarely find nowadays. You can replace the blades as they are dulled by usage.", "KR": "뱃도랑 장검", "CHS": "船坞长剑", "JP": "船渠剣"}, "12406": {"icon": "UI_EquipIcon_Claymore_Proto", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Prototype Archaic", "desc": "An ancient greatsword discovered in the Blackcliff Forge. It swings with such an immense force that one feels it could cut straight through reality itself.", "KR": "고화 프로토타입", "CHS": "试作古华", "JP": "古華·試作"}, "13504": {"icon": "UI_EquipIcon_Pole_Kunwu", "rank": 5, "type": "WEAPON_POLE", "EN": "Vortex Vanquisher", "desc": "This sharp polearm can seemingly pierce through anything. When swung, one can almost see the rift it tears in the air.", "KR": "관홍의 창", "CHS": "贯虹之槊", "JP": "破天の槍"}, "11406": {"icon": "UI_EquipIcon_Sword_Proto", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Prototype Rancour", "desc": "An ancient longsword discovered in the Blackcliff Forge that cuts through rocks like a hot knife through butter.", "KR": "참암 프로토타입", "CHS": "试作斩岩", "JP": "斬岩·試作"}, "12306": {"icon": "UI_EquipIcon_Claymore_Mitsurugi", "rank": 3, "type": "WEAPON_CLAYMORE", "EN": "Skyrider Greatsword", "desc": "A reliable steel sword. The legendary Skyrider once tried to ride it as a flying sword... for the second time.", "KR": "비천대어검", "CHS": "飞天大御剑", "JP": "飛天大御剣"}, "12424": {"icon": "UI_EquipIcon_Claymore_BeastTamer", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Talking Stick", "desc": "Most people will find this obsidian-inlaid club quite convincing indeed.", "KR": "대화봉", "CHS": "聊聊棒", "JP": "話死合い棒"}, "14302": {"icon": "UI_EquipIcon_Catalyst_Pulpfic", "rank": 3, "type": "WEAPON_CATALYST", "EN": "Thrilling Tales of Dragon Slayers", "desc": "A fictional story of a band of five heroes who go off on a dragon hunt. It is poorly written and structurally incoherent. Its value lies in the many lessons that can be learned from failure.", "KR": "드래곤 슬레이어 영웅담", "CHS": "讨龙英杰谭", "JP": "龍殺しの英傑譚"}, "13509": {"icon": "UI_EquipIcon_Pole_Narukami", "rank": 5, "type": "WEAPON_POLE", "EN": "Engulfing Lightning", "desc": "A naginata used to \"cut grass.\" Any army that stands before this weapon will probably be likewise cut down...", "KR": "예초의 번개", "CHS": "薙草之稻光", "JP": "草薙の稲光"}, "14431": {"icon": "UI_EquipIcon_Catalyst_Isikhulu", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Ring of Yaxche", "desc": "This jade vessel was created by a hero of yesteryear. Legend has it that it once shot the giant dragon that dwelt in the volcano down from the skies.", "KR": "약스체의 고리", "CHS": "木棉之环", "JP": "ヤシュチェの環"}, "15305": {"icon": "UI_EquipIcon_Bow_Msg", "rank": 3, "type": "WEAPON_BOW", "EN": "Messenger", "desc": "A basic wooden bow. It is said to have once been used as a tool for long-distance communication.", "KR": "전령", "CHS": "信使", "JP": "文使い"}, "14407": {"icon": "UI_EquipIcon_Catalyst_Exotic", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Mappa Mare", "desc": "A nautical chart featuring nearby currents and climates that somehow found its way into Liyue via foreign traders.", "KR": "만국 항해용해도", "CHS": "万国诸海图谱", "JP": "万国諸海の図譜"}, "15302": {"icon": "UI_EquipIcon_Bow_Arjuna", "rank": 3, "type": "WEAPON_BOW", "EN": "Sharpshooter's Oath", "desc": "This superior bow once belonged to a master archer. However, it gives off a strong scent, thus making it unsuitable for hunting.", "KR": "신궁의 서약", "CHS": "神射手之誓", "JP": "シャープシューターの誓い"}, "14516": {"icon": "UI_EquipIcon_Catalyst_MechaPufferfish", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Surf's Up", "desc": "A commemorative item originally reserved for the champion of the \"First All-Tribe Surfing Championship.\" Since said tournament is currently in the preparatory stage, the prize is in temporary storage at the Leisurely Puffer, with the shop owner as its custodian.", "KR": "서핑 타임", "CHS": "冲浪时光", "JP": "サーフィンタイム"}, "11412": {"icon": "UI_EquipIcon_Sword_Psalmus", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Sword of Descension", "desc": "A sword of unique craftsmanship. It does not appear to belong to this world.", "KR": "강림의 검", "CHS": "降临之剑", "JP": "降臨の剣"}, "15416": {"icon": "UI_EquipIcon_Bow_Maria", "rank": 4, "type": "WEAPON_BOW", "EN": "Mouun's Moon", "desc": "A lovely warbow made from seashells and coral. A mournful brilliance flows along its moonlight-colored arms.", "KR": "모운의 달", "CHS": "曚云之月", "JP": "曚雲の月"}, "12504": {"icon": "UI_EquipIcon_Claymore_Kunwu", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "The Unforged", "desc": "Capable of driving away evil spirits and wicked people alike, this edgeless claymore seems to possess divine might.", "KR": "무공의 검", "CHS": "无工之剑", "JP": "無工の剣"}, "12512": {"icon": "UI_EquipIcon_Claymore_GoldenVerdict", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Verdict", "desc": "A weapon once used by a young maiden who forsook her family name, stained with the blood of enemies and loved ones both.", "KR": "판정", "CHS": "裁断", "JP": "裁断"}, "12412": {"icon": "UI_EquipIcon_Claymore_MillenniaTuna", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Luxurious Sea-Lord", "desc": "The great king of the ocean. Having been air-dried, it makes for a fine weapon as well as emergency sustenance.", "KR": "진주를 문 해황", "CHS": "衔珠海皇", "JP": "銜玉の海皇"}, "15304": {"icon": "UI_EquipIcon_Bow_Sling", "rank": 3, "type": "WEAPON_BOW", "EN": "Slingshot", "desc": "A bow, despite the name. After countless experiments and improvements to the design, the creator of the ultimate slingshot found himself to have made what was actually a bow.", "KR": "탄궁", "CHS": "弹弓", "JP": "弾弓"}, "15404": {"icon": "UI_EquipIcon_Bow_Theocrat", "rank": 4, "type": "WEAPON_BOW", "EN": "Royal Bow", "desc": "An old longbow that belonged to the erstwhile aristocratic rulers of Mondstadt. Countless generations later, the bowstring is still tight and can still fire arrows with great force.", "KR": "왕실의 장궁", "CHS": "宗室长弓", "JP": "旧貴族長弓"}, "13416": {"icon": "UI_EquipIcon_Pole_Maria", "rank": 4, "type": "WEAPON_POLE", "EN": "Wavebreaker's Fin", "desc": "A naginata forged from luminescent material deep in the ocean depths. It was once the possession of the tengu race.", "KR": "파도 베는 지느러미", "CHS": "断浪长鳍", "JP": "斬波のひれ長"}, "15405": {"icon": "UI_EquipIcon_Bow_Recluse", "rank": 4, "type": "WEAPON_BOW", "EN": "Rust", "desc": "A completely rusted iron greatbow. The average person would lack the strength to even lift it, let alone fire it.", "KR": "녹슨 활", "CHS": "弓藏", "JP": "弓蔵"}, "12513": {"icon": "UI_EquipIcon_Claymore_EmeraldSword", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Fang of the Mountain King", "desc": "A giant sword forged from pure turquoise. Due to its greater weight than most ordinary weapons, it was named for Kongomato the Mountain King.", "KR": "산왕의 엄니", "CHS": "山王长牙", "JP": "山の王の長牙"}, "15512": {"icon": "UI_EquipIcon_Bow_Pledge", "rank": 5, "type": "WEAPON_BOW", "EN": "The First Great Magic", "desc": "A stage prop once used by a past \"Great Magician.\" Its final secret was that it was also a weapon beyond the pale.", "KR": "최초의 대마술", "CHS": "最初的大魔术", "JP": "始まりの大魔術"}, "13425": {"icon": "UI_EquipIcon_Pole_Vorpal", "rank": 4, "type": "WEAPON_POLE", "EN": "Rightful Reward", "desc": "A sharp spear. Only its tip remains freshly bloodstained.", "KR": "공의의 보상", "CHS": "公义的酬报", "JP": "正義の報酬"}, "15426": {"icon": "UI_EquipIcon_Bow_Ultimatum", "rank": 4, "type": "WEAPON_BOW", "EN": "Cloudforged", "desc": "A prototype for a standard-issue weapon the Yuheng commissioned from Blackcliff Forge after having analyzed the ancient mechanisms that protected the adeptal abode upon Tianheng.", "KR": "축운", "CHS": "筑云", "JP": "築雲"}, "13301": {"icon": "UI_EquipIcon_Pole_Ruby", "rank": 3, "type": "WEAPON_POLE", "EN": "White Tassel", "desc": "A standard-issue weapon of the Millelith soldiers. It has a sturdy shaft and sharp spearhead. It's a reliable weapon.", "KR": "백술창", "CHS": "白缨枪", "JP": "白纓槍"}, "15502": {"icon": "UI_EquipIcon_Bow_Amos", "rank": 5, "type": "WEAPON_BOW", "EN": "Amos' Bow", "desc": "An extremely ancient bow that has retained its power despite its original master being long gone. It draws power from everyone and everything in the world, and the further away you are from that which your heart desires, the more powerful it is.", "KR": "아모스의 활", "CHS": "阿莫斯之弓", "JP": "アモスの弓"}, "12408": {"icon": "UI_EquipIcon_Claymore_Blackrock", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Blackcliff Slasher", "desc": "An extremely sturdy greatsword from the Blackcliff Forge. It has a dark crimson color from the blade to pommel.", "KR": "흑암참도", "CHS": "黑岩斩刀", "JP": "黒岩の斬刀"}, "15507": {"icon": "UI_EquipIcon_Bow_Worldbane", "rank": 5, "type": "WEAPON_BOW", "EN": "Polar Star", "desc": "A pristine bow that is as sharp as the glaciers of the far north.", "KR": "극지의 별", "CHS": "冬极白星", "JP": "冬極の白星"}, "12417": {"icon": "UI_EquipIcon_Claymore_Arakalari", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Forest Regalia", "desc": "A weapon you obtained from an Aranara tale. It has taken on the shape of a greatsword that shall cut down the foes of the forest.", "KR": "숲의 리게일리어", "CHS": "森林王器", "JP": "森林のレガリア"}, "15509": {"icon": "UI_EquipIcon_Bow_Narukami", "rank": 5, "type": "WEAPON_BOW", "EN": "Thundering Pulse", "desc": "A longbow that was a gift from the Shogun. Eternal lightning crackles all around it.", "KR": "비뢰의 고동", "CHS": "飞雷之弦振", "JP": "飛雷の鳴弦"}, "14414": {"icon": "UI_EquipIcon_Catalyst_Bakufu", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Hakushin Ring", "desc": "A catalyst that carries the memory of the Kitsune Saiguu of ancient times. However, this device is but an impoverished vessel for the full breadth of her thought.", "KR": "하쿠신의 고리", "CHS": "白辰之环", "JP": "白辰の輪"}, "14505": {"icon": "UI_EquipIcon_Catalyst_Morax", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Jadefall's Splendor", "desc": "A ritual vessel carved from jade that reflects the luster of the skies and the clear waters.", "KR": "벽락의 옥", "CHS": "碧落之珑", "JP": "碧落の瓏"}, "11306": {"icon": "UI_EquipIcon_Sword_Mitsurugi", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Skyrider Sword", "desc": "A reliable steel sword. The legendary Skyrider once tried to ride it as a flying sword...", "KR": "비천어검", "CHS": "飞天御剑", "JP": "飛天御剣"}, "15431": {"icon": "UI_EquipIcon_Bow_Isikhulu", "rank": 4, "type": "WEAPON_BOW", "EN": "Chain Breaker", "desc": "A jade-adorned longbow. The gentle winds always seem to swirl gently about its string. Legends claim that this weapon was made in a far more ancient era by a dragon artisan.", "KR": "사슬 파괴자", "CHS": "碎链", "JP": "チェーンブレイカー"}, "14403": {"icon": "UI_EquipIcon_Catalyst_Fossil", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Sacrificial Fragments", "desc": "A weathered script, the text of which is no longer legible. A cursed item eroded by the winds of time.", "KR": "제례의 악장", "CHS": "祭礼残章", "JP": "祭礼の断片"}, "14408": {"icon": "UI_EquipIcon_Catalyst_Blackrock", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Blackcliff Agate", "desc": "A mysterious catalyst made of a material known as \"blackcliff.\" It has an ominous crimson glow that seems to pulse in synchronization with the tremors from deep within the earth.", "KR": "흑암 홍옥", "CHS": "黑岩绯玉", "JP": "黒岩の緋玉"}, "12409": {"icon": "UI_EquipIcon_Claymore_Kione", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Serpent Spine", "desc": "A rare weapon whose origin is the ancient ocean. One can hear the sound of the ageless waves as one swings it.", "KR": "이무기 검", "CHS": "螭骨剑", "JP": "螭龍の剣"}, "14514": {"icon": "UI_EquipIcon_Catalyst_Iudex", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Tome of the Eternal Flow", "desc": "A manual that was once passed down from generation to generation within an underwater priory. Today, none know of its existence.", "KR": "영원히 샘솟는 법전", "CHS": "万世流涌大典", "JP": "久遠流転の大典"}, "12425": {"icon": "UI_EquipIcon_Claymore_Vorpal", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Tidal Shadow", "desc": "An exquisitely-crafted, standard-model sword forged for the high-ranking officers and flagship captains of Fontaine's old navy.", "KR": "파도 그림자 대검", "CHS": "浪影阔剑", "JP": "タイダル·シャドー"}, "12427": {"icon": "UI_EquipIcon_Claymore_Mechanic", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Portable Power Saw", "desc": "An old-school power saw that you can rarely find nowadays. It was once a cutting tool trusted by workers all around.", "KR": "휴대용 체인톱", "CHS": "便携动力锯", "JP": "携帯型チェーンソー"}, "11424": {"icon": "UI_EquipIcon_Sword_Boreas", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Wolf-Fang", "desc": "Legend has it that this longsword was once used by a wandering knight in the distant past.", "KR": "늑대 송곳니", "CHS": "狼牙", "JP": "狼牙"}, "12501": {"icon": "UI_EquipIcon_Claymore_Dvalin", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Skyward Pride", "desc": "A claymore that symbolizes the pride of Dvalin soaring through the skies. When swung, it emits a deep hum as the full force of Dvalin's command of the sky and the wind is unleashed.", "KR": "천공의 긍지", "CHS": "天空之傲", "JP": "天空の傲"}, "15419": {"icon": "UI_EquipIcon_Bow_Ibis", "rank": 4, "type": "WEAPON_BOW", "EN": "Ibis Piercer", "desc": "A golden bow forged from the description in the story. If you use it as a normal weapon, you can also view it as a part of a fictional world that has made it off the pages.", "KR": "꿰뚫는 따오기 부리", "CHS": "鹮穿之喙", "JP": "トキの嘴"}, "11101": {"icon": "UI_EquipIcon_Sword_Blunt", "rank": 1, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Dull Blade", "desc": "Youthful dreams and the thrill of adventure. If this isn't enough, then make it up with valiance.", "KR": "무인검", "CHS": "无锋剑", "JP": "無鋒の剣"}, "14305": {"icon": "UI_EquipIcon_Catalyst_Phoney", "rank": 3, "type": "WEAPON_CATALYST", "EN": "Twin Nephrite", "desc": "A jade pendant formed by piecing together two jade stones.", "KR": "1급 보옥", "CHS": "甲级宝珏", "JP": "特級の宝玉"}, "15424": {"icon": "UI_EquipIcon_Bow_Gurabad", "rank": 4, "type": "WEAPON_BOW", "EN": "Scion of the Blazing Sun", "desc": "An ancient longbow that is a remnant of King Deshret's ancient era. An indecipherable ancient text and solemn patterns have been carved into it.", "KR": "뜨거운 태양의 후손", "CHS": "烈阳之嗣", "JP": "烈日の後嗣"}, "11401": {"icon": "UI_EquipIcon_Sword_Zephyrus", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Favonius Sword", "desc": "A standard-issue longsword of the Knights of Favonius. When you're armed with this agile and sharp weapon, channeling the power of the elements has never been so easy!", "KR": "페보니우스 검", "CHS": "西风剑", "JP": "西風剣"}, "15425": {"icon": "UI_EquipIcon_Bow_Vorpal", "rank": 4, "type": "WEAPON_BOW", "EN": "Song of Stillness", "desc": "A strange longbow that resembles a sea creature. Its string makes no sound at all.", "KR": "고요한 노래", "CHS": "静谧之曲", "JP": "静寂の唄"}, "14511": {"icon": "UI_EquipIcon_Catalyst_Ayus", "rank": 5, "type": "WEAPON_CATALYST", "EN": "A Thousand Floating Dreams", "desc": "This lamp illuminates the dreams that float up over a thousand nights, and in its emerald-green light flows a song of ancient days.", "KR": "떠오르는 천일 밤의 꿈", "CHS": "千夜浮梦", "JP": "千夜に浮かぶ夢"}, "11425": {"icon": "UI_EquipIcon_Sword_Vorpal", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Finale of the Deep", "desc": "This longsword is as silent as the mysterious ocean depths. It is even more ancient than its stylings might imply.", "KR": "해연의 피날레", "CHS": "海渊终曲", "JP": "海淵のフィナーレ"}, "11305": {"icon": "UI_EquipIcon_Sword_Sashimi", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Fillet Blade", "desc": "A sharp filleting knife. The blade is long, thin, and incredibly sharp.", "KR": "흘호 생선회칼", "CHS": "吃虎鱼刀", "JP": "チ虎魚の刀"}, "12416": {"icon": "UI_EquipIcon_Claymore_Maria", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Akuoumaru", "desc": "The beloved sword of the legendary \"Akuou.\" The blade is huge and majestic, but is surprisingly easy to wield.", "KR": "아쿠오마루", "CHS": "恶王丸", "JP": "惡王丸"}, "13303": {"icon": "UI_EquipIcon_Pole_Noire", "rank": 3, "type": "WEAPON_POLE", "EN": "Black Tassel", "desc": "An exceptionally powerful polearm that also offers a simple but elegant solution to the issue of the easily stained white tassel.", "KR": "흑술창", "CHS": "黑缨枪", "JP": "黒纓槍"}, "11503": {"icon": "UI_EquipIcon_Sword_Widsith", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Freedom-Sworn", "desc": "A straight sword, azure as antediluvian song, and as keen as the oaths of freedom taken in the Land of Wind.", "KR": "오래된 자유의 서약", "CHS": "苍古自由之誓", "JP": "蒼古なる自由への誓い"}, "15301": {"icon": "UI_EquipIcon_Bow_Crowfeather", "rank": 3, "type": "WEAPON_BOW", "EN": "Raven Bow", "desc": "Ravens are known to be the ferrymen of the dead. This bow's limb is decorated with raven feathers, which forebode the imminent death of its target.", "KR": "까마귀깃 활", "CHS": "鸦羽弓", "JP": "鴉羽の弓"}, "14426": {"icon": "UI_EquipIcon_Catalyst_DandelionPoem", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Ballad of the Boundless Blue", "desc": "An anthology of exquisite poetry. It contains quite a few poems beloved by Mondstadters, concerning the skies, dandelions, and other such topics.", "KR": "끝없는 쪽빛의 노래", "CHS": "无垠蔚蓝之歌", "JP": "果てなき紺碧の唄"}, "11510": {"icon": "UI_EquipIcon_Sword_Amenoma", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Haran Geppaku Futsu", "desc": "A famed work by the Futsu line of smiths. The name \"Haran\" comes from the manner in which it resembles the violent, roiling waves.", "KR": "하란 월백의 후츠", "CHS": "波乱月白经津", "JP": "波乱月白経津"}, "14402": {"icon": "UI_EquipIcon_Catalyst_Troupe", "rank": 4, "type": "WEAPON_CATALYST", "EN": "The Widsith", "desc": "A heavy notebook filled with musical scores. Though suffering from moth damage and heavy wear-and-tear, there is still much power to be found among the hand-written words within.", "KR": "음유시인의 악장", "CHS": "流浪乐章", "JP": "流浪楽章"}, "13511": {"icon": "UI_EquipIcon_Pole_Deshret", "rank": 5, "type": "WEAPON_POLE", "EN": "Staff of the Scarlet Sands", "desc": "One of a paired set of scepters fashioned from obsidian. Legend has it that these staves grant the right to lead the people of the desert, but no retainer now lives who can verify the proper appearance of these regalia.", "KR": "적색 사막의 지팡이", "CHS": "赤沙之杖", "JP": "赤砂の杖"}, "13427": {"icon": "UI_EquipIcon_Pole_Mechanic", "rank": 4, "type": "WEAPON_POLE", "EN": "Prospector's Drill", "desc": "A long-handled drill that you can rarely find nowadays. It was often used in delving and in carving stones.", "KR": "탐사용 드릴", "CHS": "勘探钻机", "JP": "プロスペクタードリル"}, "11408": {"icon": "UI_EquipIcon_Sword_Blackrock", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Blackcliff Longsword", "desc": "A sword made of a material known as \"blackcliff.\" It has a dark crimson glow on its black blade.", "KR": "흑암 장검", "CHS": "黑岩长剑", "JP": "黒岩の長剣"}, "15427": {"icon": "UI_EquipIcon_Bow_Mechanic", "rank": 4, "type": "WEAPON_BOW", "EN": "Range Gauge", "desc": "A measuring instrument that you can rarely find nowadays. It is capable of firing arrows.", "KR": "거리 측정기", "CHS": "测距规", "JP": "レンジゲージ"}, "11201": {"icon": "UI_EquipIcon_Sword_Silver", "rank": 2, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Silver Sword", "desc": "A sword for exorcising demons. Everyone knows it's made of a silver alloy, not pure silver.", "KR": "실버 소드", "CHS": "银剑", "JP": "銀の剣"}, "13101": {"icon": "UI_EquipIcon_Pole_Gewalt", "rank": 1, "type": "WEAPON_POLE", "EN": "Beginner's Protector", "desc": "A polearm as straight as a flag pole. Well suited to most combat situations, it has an imposing presence when swung.", "KR": "초보자의 장창", "CHS": "新手长枪", "JP": "新米の長槍"}, "12101": {"icon": "UI_EquipIcon_Claymore_Aniki", "rank": 1, "type": "WEAPON_CLAYMORE", "EN": "Waster Greatsword", "desc": "A sturdy sheet of iron that may be powerful enough to break apart mountains if wielded with enough willpower.", "KR": "훈련용 대검", "CHS": "训练大剑", "JP": "訓練用大剣"}, "11410": {"icon": "UI_EquipIcon_Sword_Outlaw", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "The Alley Flash", "desc": "A straight sword as black as the night. It once belonged to a thief who roamed the benighted streets.", "KR": "뒷골목의 섬광", "CHS": "暗巷闪光", "JP": "ダークアレイの閃光"}, "14509": {"icon": "UI_EquipIcon_Catalyst_Narukami", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Kagura's Verity", "desc": "The bells used when performing the Kagura Dance, blessed by the Guuji herself. The scent of the Sacred Sakura tree lingers on it.", "KR": "카구라의 진의", "CHS": "神乐之真意", "JP": "神楽の真意"}, "15413": {"icon": "UI_EquipIcon_Bow_Fleurfair", "rank": 4, "type": "WEAPON_BOW", "EN": "Windblume Ode", "desc": "A bow adorned with nameless flowers that bears the earnest hopes of an equally nameless person.", "KR": "바람 꽃의 노래", "CHS": "风花之颂", "JP": "風花の頌歌"}, "13302": {"icon": "UI_EquipIcon_Pole_Halberd", "rank": 3, "type": "WEAPON_POLE", "EN": "Halberd", "desc": "A polearm with an axe blade mounted on top that can deal quite a lot of damage. It's favored by the Millelith officers.", "KR": "미늘창", "CHS": "钺矛", "JP": "鉾槍"}, "11512": {"icon": "UI_EquipIcon_Sword_Ayus", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Light of Foliar Incision", "desc": "This gilded blade was made using precious white branches. It was once used to destroy countless poisons that infested the forest.", "KR": "잎을 가르는 빛", "CHS": "裁叶萃光", "JP": "萃光の裁葉"}, "14417": {"icon": "UI_EquipIcon_Catalyst_Arakalari", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Fruit of Fulfillment", "desc": "A fruit you obtained from an Aranara tale. It holds the potential to conquer any crisis.", "KR": "충만의 열매", "CHS": "盈满之实", "JP": "満悦の実"}, "14416": {"icon": "UI_EquipIcon_Catalyst_Pleroma", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Wandering Evenstar", "desc": "This was originally a device used by researchers to observe and perform calculations on celestial phenomena. It serves as a conduit and catalyst.", "KR": "방랑하는 저녁별", "CHS": "流浪的晚星", "JP": "彷徨える星"}, "15417": {"icon": "UI_EquipIcon_Bow_Arakalari", "rank": 4, "type": "WEAPON_BOW", "EN": "King's Squire", "desc": "A weapon you obtained from an Aranara tale. It has taken on the shape of a bow that can shoot the enemies of the forest down.", "KR": "왕의 측근", "CHS": "王下近侍", "JP": "王の近侍"}, "13408": {"icon": "UI_EquipIcon_Pole_Theocrat", "rank": 4, "type": "WEAPON_POLE", "EN": "Royal Spear", "desc": "This polearm was once cherished by a member of the old nobility that governed Mondstadt long ago. Although it has never seen the light of day, it is still incomparably sharp.", "KR": "왕실의 장창", "CHS": "宗室猎枪", "JP": "旧貴族猟槍"}, "12402": {"icon": "UI_EquipIcon_Claymore_Troupe", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "The Bell", "desc": "A heavy greatsword. A clock is embedded within it, though its internal mechanisms have long been damaged.", "KR": "시간의 검", "CHS": "钟剑", "JP": "鐘の剣"}, "12415": {"icon": "UI_EquipIcon_Claymore_Pleroma", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Makhaira Aquamarine", "desc": "An ancient greatsword that gleams like the waters themselves. A thousand years of sand erosion has not dulled its unnaturally sharp edge one bit.", "KR": "물빛 마카이라", "CHS": "玛海菈的水色", "JP": "マカイラの水色"}, "14415": {"icon": "UI_EquipIcon_Catalyst_Jyanome", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Oathsworn Eye", "desc": "A national treasure of Byakuyakoku stored in the Dainichi Mikoshi. With the coming of the Serpent God, this item was used to notarize great oaths and wishes.", "KR": "맹세의 눈동자", "CHS": "证誓之明瞳", "JP": "誓いの明瞳"}, "14304": {"icon": "UI_EquipIcon_Catalyst_Jade", "rank": 3, "type": "WEAPON_CATALYST", "EN": "Emerald Orb", "desc": "A catalyst carved out of the hard jade from Jueyun Karst north of Liyue. Small, light, and durable, it is known more colloquially as the \"jade ball.\"", "KR": "비취 오브", "CHS": "翡玉法球", "JP": "翡玉法珠"}, "14410": {"icon": "UI_EquipIcon_Catalyst_Outlaw", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Wine and Song", "desc": "A songbook from the bygone aristocratic era, whose composer has become forgotten. It chronicles the tale of a certain heroic outlaw.", "KR": "뒷골목의 술과 시", "CHS": "暗巷的酒与诗", "JP": "ダークアレイの酒と詩"}, "11402": {"icon": "UI_EquipIcon_Sword_Troupe", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "The Flute", "desc": "Beneath its rusty exterior is a lavishly decorated thin blade. It swings as swiftly as the wind.", "KR": "피리검", "CHS": "笛剑", "JP": "笛の剣"}, "12510": {"icon": "UI_EquipIcon_Claymore_Itadorimaru", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Redhorn Stonethresher", "desc": "According to its previous owner, this weapon is the \"Mighty Redhorn Stoic Stonethreshing Gilded Goldcrushing Lion Lord\" that can send any monster packing with its tail between its legs.", "KR": "쇄석의 붉은 뿔", "CHS": "赤角石溃杵", "JP": "赤角石塵滅砕"}, "13502": {"icon": "UI_EquipIcon_Pole_Dvalin", "rank": 5, "type": "WEAPON_POLE", "EN": "Skyward Spine", "desc": "A polearm that symbolizes Dvalin's firm resolve. The upright shaft of this weapon points towards the heavens, clad in the might of sky and wind.", "KR": "천공의 마루", "CHS": "天空之脊", "JP": "天空の脊"}, "11403": {"icon": "UI_EquipIcon_Sword_Fossil", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Sacrificial Sword", "desc": "A ceremonial sword that has become petrified over time. The trinkets on it are still visible. It grants the wielder the power to withstand the winds of time.", "KR": "제례검", "CHS": "祭礼剑", "JP": "祭礼の剣"}, "12405": {"icon": "UI_EquipIcon_Claymore_Perdue", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Rainslasher", "desc": "A fluorescent greatsword with no sharp edge that crushes enemies with brute force and raw power.", "KR": "빗물 베기", "CHS": "雨裁", "JP": "雨裁"}, "11513": {"icon": "UI_EquipIcon_Sword_Regalis", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Splendor of Tranquil Waters", "desc": "A scepter around which swirls pure water. In days long past, it once symbolized the highest authority over the seas.", "KR": "고요히 샘솟는 빛", "CHS": "静水流涌之辉", "JP": "静水流転の輝き"}, "15201": {"icon": "UI_EquipIcon_Bow_Old", "rank": 2, "type": "WEAPON_BOW", "EN": "Seasoned Hunter's Bow", "desc": "A bow that has been well-polished by time and meticulously cared for by its owner. It feels almost like an extension of the archer's arm.", "KR": "노련의 사냥활", "CHS": "历练的猎弓", "JP": "歴戦の狩猟弓"}, "12502": {"icon": "UI_EquipIcon_Claymore_Wolfmound", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Wolf's Gravestone", "desc": "A longsword used by the Wolf Knight. Originally just a heavy sheet of iron given to the knight by a blacksmith from the city, it became endowed with legendary power owing to his friendship with the wolves.", "KR": "늑대의 말로", "CHS": "狼的末路", "JP": "狼の末路"}, "14409": {"icon": "UI_EquipIcon_Catalyst_Truelens", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Eye of Perception", "desc": "A dim black glaze pearl that is said to have the power to read the purity of one's heart.", "KR": "소심", "CHS": "昭心", "JP": "昭心"}, "13507": {"icon": "UI_EquipIcon_Pole_Santika", "rank": 5, "type": "WEAPON_POLE", "EN": "Calamity Queller", "desc": "A keenly honed weapon forged from some strange crystal. Its faint blue light seems to whisper of countless matters now past.", "KR": "식재", "CHS": "息灾", "JP": "息災"}, "14427": {"icon": "UI_EquipIcon_Catalyst_ConchSprayer", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Ash-Graven Drinking Horn", "desc": "A ritual vessel passed down amongst the Meztli. They say that this was once a treasure much-valued, yet never used, by the hero \"Giant\" Tupac.", "KR": "푸른 문양 뿔잔", "CHS": "苍纹角杯", "JP": "蒼紋の角杯"}, "15508": {"icon": "UI_EquipIcon_Bow_Kirin", "rank": 5, "type": "WEAPON_BOW", "EN": "Aqua Simulacra", "desc": "This longbow's color is unpredictable. Under the light, it takes on a lustrous, watery blue.", "KR": "약수", "CHS": "若水", "JP": "若水"}, "13505": {"icon": "UI_EquipIcon_Pole_Morax", "rank": 5, "type": "WEAPON_POLE", "EN": "Primordial Jade Winged-Spear", "desc": "A jade polearm made by the archons, capable of slaying ancient beasts.", "KR": "화박연", "CHS": "和璞鸢", "JP": "和璞鳶"}, "15501": {"icon": "UI_EquipIcon_Bow_Dvalin", "rank": 5, "type": "WEAPON_BOW", "EN": "Skyward Harp", "desc": "A greatbow that symbolizes Dvalin's affiliation with the Anemo Archon. The sound of the bow firing is music to the Anemo Archon's ears. It contains the power of the sky and wind within.", "KR": "천공의 날개", "CHS": "天空之翼", "JP": "天空の翼"}, "13512": {"icon": "UI_EquipIcon_Pole_BloodMoon", "rank": 5, "type": "WEAPON_POLE", "EN": "Crimson Moon's Semblance", "desc": "A keen-edged weapon, luster dazzling as the crimson moon. It is said that an ancient dynasty once regarded it as a ritual object that could bridge two worlds, but none still remember the beliefs and ceremonies of that bygone age.", "KR": "붉은 달의 형상", "CHS": "赤月之形", "JP": "赤月のシルエット"}, "15402": {"icon": "UI_EquipIcon_Bow_Troupe", "rank": 4, "type": "WEAPON_BOW", "EN": "The Stringless", "desc": "A bow that once served as an extraordinary instrument. It is no longer capable of getting people up and dancing.", "KR": "절현", "CHS": "绝弦", "JP": "絶弦"}, "14425": {"icon": "UI_EquipIcon_Catalyst_Vorpal", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Flowing Purity", "desc": "A strangely-shaped anthology of scripts. All the scripts written by Coppelius are recorded within.", "KR": "순수한 달빛 물결", "CHS": "纯水流华", "JP": "純水流華"}, "15410": {"icon": "UI_EquipIcon_Bow_Outlaw", "rank": 4, "type": "WEAPON_BOW", "EN": "Alley Hunter", "desc": "An intricate, opulent longbow. It once belonged to a gentleman thief who was never caught.", "KR": "뒷골목 사냥꾼", "CHS": "暗巷猎手", "JP": "ダークアレイの狩人"}, "11431": {"icon": "UI_EquipIcon_Sword_Isikhulu", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Flute of Ezpitzal", "desc": "A peculiarly shaped jade longsword that has been passed down amongst the Masters of the Night-Wind as a \"priestly flute.\"", "KR": "에스피찰의 피리", "CHS": "息燧之笛", "JP": "エズピツァルの笛"}, "13406": {"icon": "UI_EquipIcon_Pole_Lapis", "rank": 4, "type": "WEAPON_POLE", "EN": "Lithic Spear", "desc": "A spear forged from the rocks of the Guyun Stone Forest. Its hardness knows no equal.", "KR": "천암장창", "CHS": "千岩长枪", "JP": "千岩長槍"}, "13513": {"icon": "UI_EquipIcon_Pole_Muguet", "rank": 5, "type": "WEAPON_POLE", "EN": "Lumidouce Elegy", "desc": "A magnificent polearm adorned with azure crystal. It is said to have been a certain legendary Champion Duelist's treasure — and yet, not once was it ever used.", "KR": "등방울꽃의 애가", "CHS": "柔灯挽歌", "JP": "ルミドゥースの挽歌"}, "14201": {"icon": "UI_EquipIcon_Catalyst_Pocket", "rank": 2, "type": "WEAPON_CATALYST", "EN": "Pocket Grimoire", "desc": "A carefully compiled notebook featuring the essentials needed to pass a magic exam.", "KR": "포켓 주술서", "CHS": "口袋魔导书", "JP": "ポケット魔導書"}, "12511": {"icon": "UI_EquipIcon_Claymore_Deshret", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Beacon of the Reed Sea", "desc": "A large, flat-tipped sword designed in to fit as the weapon of an ancient king or some ceremonial instrument.", "KR": "갈대 바다의 등대", "CHS": "苇海信标", "JP": "葦海の標"}, "15411": {"icon": "UI_EquipIcon_Bow_Fallensun", "rank": 4, "type": "WEAPON_BOW", "EN": "Fading Twilight", "desc": "A precious bow made of platinum, inlaid with an orb that shimmers with the light of eventide.", "KR": "노을", "CHS": "落霞", "JP": "落霞"}, "11404": {"icon": "UI_EquipIcon_Sword_Theocrat", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Royal Longsword", "desc": "An old longsword that belonged to the erstwhile rulers of Mondstadt. Exquisitely crafted, the carvings and embellishments testify to the stature of its owner.", "KR": "왕실의 장검", "CHS": "宗室长剑", "JP": "旧貴族長剣"}, "14501": {"icon": "UI_EquipIcon_Catalyst_Dvalin", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Skyward Atlas", "desc": "A cloud atlas symbolizing Dvalin and his former master, the Anemo Archon. It details the winds and clouds of the northern regions and contains the powers of the sky and wind.", "KR": "천공의 두루마리", "CHS": "天空之卷", "JP": "天空の巻"}, "13404": {"icon": "UI_EquipIcon_Pole_Blackrock", "rank": 4, "type": "WEAPON_POLE", "EN": "Blackcliff Pole", "desc": "A weapon made of blackcliff and aerosiderite. There is a dark crimson glow on its cold black sheen.", "KR": "흑암창", "CHS": "黑岩刺枪", "JP": "黒岩の突槍"}, "14301": {"icon": "UI_EquipIcon_Catalyst_Intro", "rank": 3, "type": "WEAPON_CATALYST", "EN": "Magic Guide", "desc": "Version 12. A reprint featuring corrections to Version 11 and brand-new additions based on recent developments.", "KR": "마도 서론", "CHS": "魔导绪论", "JP": "魔導緒論"}, "14513": {"icon": "UI_EquipIcon_Catalyst_Wheatley", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Cashflow Supervision", "desc": "A floating device that can monitor certain phenomena. It was picked up and modified to serve other purposes following its abandonment.", "KR": "현금 흐름 감독", "CHS": "金流监督", "JP": "凛流の監視者"}, "11509": {"icon": "UI_EquipIcon_Sword_Narukami", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Mistsplitter Reforged", "desc": "A sword that blazes with a fierce violet light. The name \"Reforged\" comes from it having been broken once before.", "KR": "안개를 가르는 회광", "CHS": "雾切之回光", "JP": "霧切の廻光"}, "14404": {"icon": "UI_EquipIcon_Catalyst_Theocrat", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Royal Grimoire", "desc": "A book that once belonged to a court mage of Mondstadt who served the nobility. It contains faithful and comprehensive historical accounts as well as magic spells.", "KR": "왕실의 비전록", "CHS": "宗室秘法录", "JP": "旧貴族秘法録"}, "12414": {"icon": "UI_EquipIcon_Claymore_Bakufu", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Katsuragikiri Nagamasa", "desc": "A blade that was once made in Tatarasuna. Heavy and tough.", "KR": "카츠라기를 벤 나가마사", "CHS": "桂木斩长正", "JP": "桂木斬長正"}, "14405": {"icon": "UI_EquipIcon_Catalyst_Resurrection", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Solar Pearl", "desc": "A dull, golden pearl made of an unknown substance that harbors the light of the sun and the moon and pulses with a warm strength.", "KR": "일월의 정수", "CHS": "匣里日月", "JP": "匣中日月"}, "13201": {"icon": "UI_EquipIcon_Pole_Rod", "rank": 2, "type": "WEAPON_POLE", "EN": "Iron Point", "desc": "Sharp and pointy at one end, it is a balanced weapon that is quite popular among travelers.", "KR": "철촉창", "CHS": "铁尖枪", "JP": "鉄尖槍"}, "15415": {"icon": "UI_EquipIcon_Bow_Predator", "rank": 4, "type": "WEAPON_BOW", "EN": "Predator", "desc": "A uniquely-designed bow. This should not belong in this world.", "KR": "포식자", "CHS": "掠食者", "JP": "プレデター"}, "13409": {"icon": "UI_EquipIcon_Pole_Everfrost", "rank": 4, "type": "WEAPON_POLE", "EN": "Dragonspine Spear", "desc": "A spear created from the fang of a dragon. It is oddly warm to the touch.", "KR": "용의 척추", "CHS": "龙脊长枪", "JP": "ドラゴンスピア"}, "15412": {"icon": "UI_EquipIcon_Bow_Nachtblind", "rank": 4, "type": "WEAPON_BOW", "EN": "Mitternachts Waltz", "desc": "A bow painted the color of transgression and nights of illusion.", "KR": "유야의 왈츠", "CHS": "幽夜华尔兹", "JP": "幽夜のワルツ"}, "11407": {"icon": "UI_EquipIcon_Sword_Exotic", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Iron Sting", "desc": "An exotic long-bladed rapier that somehow found its way into Liyue via foreign traders. It is light, agile, and sharp.", "KR": "강철 벌침", "CHS": "铁蜂刺", "JP": "鉄蜂の刺し"}, "14406": {"icon": "UI_EquipIcon_Catalyst_Proto", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Prototype Amber", "desc": "A dully gilded catalyst secretly guarded in the Blackcliff Forge. It seems to glow with the very light from the sky.", "KR": "황금 호박 프로토타입", "CHS": "试作金珀", "JP": "金珀·試作"}, "12301": {"icon": "UI_EquipIcon_Claymore_Glaive", "rank": 3, "type": "WEAPON_CLAYMORE", "EN": "Ferrous Shadow", "desc": "A replica of the famed sword of Arundolyn, the Lion of Light. Feel the power of a legendary hero as you hold this sword in your hand! Imagine yourself as the great warrior himself! Note: Daydreaming not recommended in live combat.", "KR": "강철의 그림자", "CHS": "铁影阔剑", "JP": "鉄影段平"}, "12410": {"icon": "UI_EquipIcon_Claymore_Lapis", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Lithic Blade", "desc": "A greatsword carved and chiseled from the very bedrock of Liyue.", "KR": "천암고검", "CHS": "千岩古剑", "JP": "千岩古剣"}, "15407": {"icon": "UI_EquipIcon_Bow_Exotic", "rank": 4, "type": "WEAPON_BOW", "EN": "Compound Bow", "desc": "An exotic metallic bow from a distant land. Though extremely difficult to maintain, it is easy to nock and fires with tremendous force.", "KR": "강철궁", "CHS": "钢轮弓", "JP": "リングボウ"}, "12407": {"icon": "UI_EquipIcon_Claymore_Exotic", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Whiteblind", "desc": "An exotic sword with one section of the blade left blunt. It made its way into Liyue via the hands of foreign traders. Incredibly powerful in the hands of someone who knows how to use it.", "KR": "백영검", "CHS": "白影剑", "JP": "白影の剣"}, "13403": {"icon": "UI_EquipIcon_Pole_Exotic", "rank": 4, "type": "WEAPON_POLE", "EN": "Crescent Pike", "desc": "An exotic weapon with an extremely long blade on the top and a crescent blade at the bottom. It found its way into Liyue through foreign traders. With practice, it can deal heavy damage.", "KR": "유월창", "CHS": "流月针", "JP": "流月の針"}, "11504": {"icon": "UI_EquipIcon_Sword_Kunwu", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Summit Shaper", "desc": "A symbol of a legendary pact, this sharp blade once cut off the peak of a mountain.", "KR": "참봉의 칼날", "CHS": "斫峰之刃", "JP": "斬山の刃"}, "15403": {"icon": "UI_EquipIcon_Bow_Fossil", "rank": 4, "type": "WEAPON_BOW", "EN": "Sacrificial Bow", "desc": "A ceremonial hunting bow that has become petrified over time. The trinkets on it are still visible. It grants the wielder the power to withstand the winds of time.", "KR": "제례활", "CHS": "祭礼弓", "JP": "祭礼の弓"}, "11430": {"icon": "UI_EquipIcon_Sword_Umpakati", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Sturdy Bone", "desc": "A longsword made of bone that has only grown harder after being hit and swung countless times. It is said that this was the hero Wanjiru's reliable weapon.", "KR": "견고한 골검", "CHS": "弥坚骨", "JP": "ストロング・ボーン"}} \ No newline at end of file +{"15303": {"icon": "UI_EquipIcon_Bow_Curve", "rank": 3, "type": "WEAPON_BOW", "EN": "Recurve Bow", "desc": "It is said that this bow can shoot down eagles in flight, but ultimately how true that is depends on the skill of the archer.", "KR": "곡궁", "CHS": "反曲弓", "JP": "リカーブボウ"}, "12418": {"icon": "UI_EquipIcon_Claymore_Fleurfair", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Mailed Flower", "desc": "A graceful and elegant greatsword that is decorated with flowers and ribbons.", "KR": "꽃 장식 대검", "CHS": "饰铁之花", "JP": "鉄彩の花"}, "15414": {"icon": "UI_EquipIcon_Bow_Bakufu", "rank": 4, "type": "WEAPON_BOW", "EN": "Hamayumi", "desc": "A certain shrine maiden once owned this warbow. It was made with surpassing skill, and is both intricate and sturdy.", "KR": "파마궁", "CHS": "破魔之弓", "JP": "破魔の弓"}, "13426": {"icon": "UI_EquipIcon_Pole_Caduceus", "rank": 4, "type": "WEAPON_POLE", "EN": "Dialogues of the Desert Sages", "desc": "A caduceus symbolizing the glory of alchemy, made from special alloys to match its special status. It is exceedingly rigid and heavy, and would probably hurt pretty bad if used as a cudgel.", "KR": "위대한 사막 현자의 대답", "CHS": "沙中伟贤的对答", "JP": "砂中の賢者達の問答"}, "13419": {"icon": "UI_EquipIcon_Pole_Windvane", "rank": 4, "type": "WEAPON_POLE", "EN": "Missive Windspear", "desc": "A beacon that shows the direction of the wind. Not every idyll carried on the breeze remains a gentle thing...", "KR": "날카로운 바람의 서신", "CHS": "风信之锋", "JP": "風信の矛"}, "11302": {"icon": "UI_EquipIcon_Sword_Dawn", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Harbinger of Dawn", "desc": "A sword that once shone like the sun. The wielder of this sword will be blessed with a \"feel-good\" buff. The reflective material on the blade has long worn off.", "KR": "여명신검", "CHS": "黎明神剑", "JP": "黎明の神剣"}, "12411": {"icon": "UI_EquipIcon_Claymore_Dragonfell", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Snow-Tombed Starsilver", "desc": "An ancient greatsword that was stored between frescoes. Forged from Starsilver, it has the power to cleave through ice and snow.", "KR": "설장의 성은", "CHS": "雪葬的星银", "JP": "雪葬の星銀"}, "11502": {"icon": "UI_EquipIcon_Sword_Dvalin", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Skyward Blade", "desc": "The sword of a knight that symbolizes the restored honor of Dvalin. The blessings of the Anemo Archon rest on the fuller of the blade, imbuing the sword with the powers of the sky and the wind.", "KR": "천공의 검", "CHS": "天空之刃", "JP": "天空の刃"}, "11418": {"icon": "UI_EquipIcon_Sword_Pleroma", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Xiphos' Moonlight", "desc": "This ancient double-edged sword glimmers with moonlight. It is said that a now-silent Jinni dwells within it.", "KR": "크시포스의 달빛", "CHS": "西福斯的月光", "JP": "サイフォスの月明かり"}, "13401": {"icon": "UI_EquipIcon_Pole_Stardust", "rank": 4, "type": "WEAPON_POLE", "EN": "Dragon's Bane", "desc": "A polearm decorated with an entwining golden dragon. Light and sharp, this weapon may very well kill dragons with ease.", "KR": "용학살창", "CHS": "匣里灭辰", "JP": "匣中滅龍"}, "13415": {"icon": "UI_EquipIcon_Pole_Mori", "rank": 4, "type": "WEAPON_POLE", "EN": "\"The Catch\"", "desc": "In the distant past, this was the beloved spear of a famed Inazuman bandit.", "KR": "「어획」", "CHS": "「渔获」", "JP": "「漁獲」"}, "12431": {"icon": "UI_EquipIcon_Claymore_Isikhulu", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Earth Shaker", "desc": "A heavy blade that people claim was beloved by the hero known as the Firethief. They say that even the Lord of Cinder Keep's flames could not burn it away.", "KR": "대지를 울리는 자", "CHS": "撼地者", "JP": "アースシェイカー"}, "11515": {"icon": "UI_EquipIcon_Sword_Estoc", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Absolution", "desc": "A rapier once wielded by a deceiver who had forsaken everything. In the past, it was primarily used as a tool when he had to disguise his identity.", "KR": "사면", "CHS": "赦罪", "JP": "赦罪"}, "14401": {"icon": "UI_EquipIcon_Catalyst_Zephyrus", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Favonius Codex", "desc": "A secret tome that belonged to the scholars of the Knights of Favonius. It describes the logic and power of elements and matter.", "KR": "페보니우스 비전", "CHS": "西风秘典", "JP": "西風秘典"}, "13407": {"icon": "UI_EquipIcon_Pole_Zephyrus", "rank": 4, "type": "WEAPON_POLE", "EN": "Favonius Lance", "desc": "A polearm made in the style of the Knights of Favonius. Its shaft is straight, and its tip flows lightly like the wind.", "KR": "페보니우스 장창", "CHS": "西风长枪", "JP": "西風長槍"}, "13402": {"icon": "UI_EquipIcon_Pole_Proto", "rank": 4, "type": "WEAPON_POLE", "EN": "Prototype Starglitter", "desc": "A hooked spear discovered hidden away in the Blackcliff Forge. The glimmers along the sharp edge are like stars in the night.", "KR": "별의 낫 프로토타입", "CHS": "试作星镰", "JP": "星鎌·試作"}, "11426": {"icon": "UI_EquipIcon_Sword_Machination", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Fleuve Cendre Ferryman", "desc": "A handy length of abandoned copper pipe that was once used as a weapon. It was famous — or infamous, depending — in some circles.", "KR": "잿빛의 강 뱃사공", "CHS": "灰河渡手", "JP": "サーンドルの渡し守"}, "12426": {"icon": "UI_EquipIcon_Claymore_Champion", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "\"Ultimate Overlord's Mega Magic Sword\"", "desc": "A magical sword that can only be wielded by the ultimate overlord who rules the seas. As it has been made with special water-resistant materials, it will not get ruined by water damage even after being immersed. Why, one might even call it invincible!", "KR": "「슈퍼 울트라 패왕 마검」", "CHS": "「究极霸王超级魔剑」", "JP": "「スーパーアルティメット覇王魔剣」"}, "15406": {"icon": "UI_EquipIcon_Bow_Proto", "rank": 4, "type": "WEAPON_BOW", "EN": "Prototype Crescent", "desc": "A prototype longbow discovered in the Blackcliff Forge. The arrow fired from this bow glimmers like a ray of moonlight.", "KR": "담월 프로토타입", "CHS": "试作澹月", "JP": "澹月·試作"}, "12401": {"icon": "UI_EquipIcon_Claymore_Zephyrus", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Favonius Greatsword", "desc": "A heavy ceremonial sword of the Knights of Favonius. It channels elemental power easily and is highly destructive.", "KR": "페보니우스 대검", "CHS": "西风大剑", "JP": "西風大剣"}, "13424": {"icon": "UI_EquipIcon_Pole_Shanty", "rank": 4, "type": "WEAPON_POLE", "EN": "Ballad of the Fjords", "desc": "A polearm used by those seeking to catch fish in the tundra. It lets none escape.", "KR": "협만의 노래", "CHS": "峡湾长歌", "JP": "フィヨルドの歌"}, "11501": {"icon": "UI_EquipIcon_Sword_Falcon", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Aquila Favonia", "desc": "The soul of the Knights of Favonius. Millennia later, it still calls on the winds of swift justice to vanquish all evil — just like the last heroine who wielded it.", "KR": "매의 검", "CHS": "风鹰剑", "JP": "風鷹剣"}, "12430": {"icon": "UI_EquipIcon_Claymore_Umpakati", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Fruitful Hook", "desc": "Bold Burkina from the Scions of the Canopy once made this weapon with the hero Tenoch's help — all for the sake of obtaining Flamegranates unmatched throughout Natlan.", "KR": "수확의 갈고리", "CHS": "硕果钩", "JP": "実りの鉤鉈"}, "13501": {"icon": "UI_EquipIcon_Pole_Homa", "rank": 5, "type": "WEAPON_POLE", "EN": "Staff of Homa", "desc": "A \"firewood staff\" that was once used in ancient and long-lost rituals.", "KR": "호마의 지팡이", "CHS": "护摩之杖", "JP": "護摩の杖"}, "12503": {"icon": "UI_EquipIcon_Claymore_Widsith", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Song of Broken Pines", "desc": "A greatsword as light as the sigh of grass in the breeze, yet as merciless to the corrupt as a typhoon.", "KR": "송뢰가 울릴 무렵", "CHS": "松籁响起之时", "JP": "松韻の響く頃"}, "12403": {"icon": "UI_EquipIcon_Claymore_Fossil", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Sacrificial Greatsword", "desc": "A ceremonial greatsword that has become petrified over time. The trinkets on it are still visible. It grants the wielder the power to withstand the winds of time.", "KR": "제례 대검", "CHS": "祭礼大剑", "JP": "祭礼の大剣"}, "11415": {"icon": "UI_EquipIcon_Sword_Opus", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Cinnabar Spindle", "desc": "A sword made from materials that do not belong in this world. The power within might even be able to withstand the corruption of a venom that could corrode a mighty dragon.", "KR": "진사의 방추", "CHS": "辰砂之纺锤", "JP": "シナバースピンドル"}, "13417": {"icon": "UI_EquipIcon_Pole_Arakalari", "rank": 4, "type": "WEAPON_POLE", "EN": "Moonpiercer", "desc": "A weapon you obtained from an Aranara tale. It is shaped like a giant arrow and can be used as a spear.", "KR": "달을 꿰뚫는 화살", "CHS": "贯月矢", "JP": "ムーンピアサー"}, "12404": {"icon": "UI_EquipIcon_Claymore_Theocrat", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Royal Greatsword", "desc": "An old greatsword that belonged to the erstwhile rulers of Mondstadt. It is made from the finest-quality materials and has stood the test of time. A weapon for use by the nobility only.", "KR": "왕실의 대검", "CHS": "宗室大剑", "JP": "旧貴族大剣"}, "11505": {"icon": "UI_EquipIcon_Sword_Morax", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Primordial Jade Cutter", "desc": "A ceremonial sword masterfully carved from pure jade. There almost seems to be an audible sigh in the wind as it is swung.", "KR": "반암결록", "CHS": "磐岩结绿", "JP": "磐岩結緑"}, "11416": {"icon": "UI_EquipIcon_Sword_Youtou", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Kagotsurube Isshin", "desc": "This famed blade was born in a nation to the far north. But in the name of \"Isshin,\" it was stained with many a dark deed on its home-bound journey.", "KR": "카고츠루베 잇신", "CHS": "笼钓瓶一心", "JP": "籠釣瓶一心"}, "11428": {"icon": "UI_EquipIcon_Sword_Purewill", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Sword of Narzissenkreuz", "desc": "A sword whose power faded when the story ended. It will now embark upon a new journey with the power that remains within it, which commemorates a certain great dream.", "KR": "수선화 십자검", "CHS": "水仙十字之剑", "JP": "水仙十字の剣"}, "12201": {"icon": "UI_EquipIcon_Claymore_Oyaji", "rank": 2, "type": "WEAPON_CLAYMORE", "EN": "Old Merc's Pal", "desc": "A battle-tested greatsword that has seen better days and worse.", "KR": "용병 중검", "CHS": "佣兵重剑", "JP": "傭兵の重剣"}, "11414": {"icon": "UI_EquipIcon_Sword_Bakufu", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Amenoma Kageuchi", "desc": "A blade custom made for a famed samurai who could strike down a tengu warrior, known for their incredible agility, in midair.", "KR": "아메노마 카게우치가타나", "CHS": "天目影打刀", "JP": "天目影打"}, "13414": {"icon": "UI_EquipIcon_Pole_Bakufu", "rank": 4, "type": "WEAPON_POLE", "EN": "Kitain Cross Spear", "desc": "A special lance that was once used by a famed warrior who guarded the Tatarigami on Yashiori Island.", "KR": "키타인 십자창", "CHS": "喜多院十文字", "JP": "喜多院十文字槍"}, "14512": {"icon": "UI_EquipIcon_Catalyst_Alaya", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Tulaytullah's Remembrance", "desc": "A bell crafted of deep sapphire and sterling silver. Its echoes are as crisp as they are distant.", "KR": "툴레이툴라의 기억", "CHS": "图莱杜拉的回忆", "JP": "トゥライトゥーラの記憶"}, "15409": {"icon": "UI_EquipIcon_Bow_Viridescent", "rank": 4, "type": "WEAPON_BOW", "EN": "The Viridescent Hunt", "desc": "A pure green hunting bow. This once belonged to a certain hunter whose home was the forest.", "KR": "청록의 사냥활", "CHS": "苍翠猎弓", "JP": "蒼翠の狩猟弓"}, "11511": {"icon": "UI_EquipIcon_Sword_Deshret", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Key of Khaj-Nisut", "desc": "One of a paired set of scepters fashioned from obsidian. They say that this can be used as a key to open the gate to a paradise that lies at the end of the ocean of sand.", "KR": "성현의 열쇠", "CHS": "圣显之钥", "JP": "聖顕の鍵"}, "11422": {"icon": "UI_EquipIcon_Sword_Kasabouzu", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Toukabou Shigure", "desc": "A rather special oil-paper umbrella. While long wanderings may make one used to the wind and the rain, there might be some fun in admiring a rainy scene beneath this parasol.", "KR": "꽃잎비", "CHS": "东花坊时雨", "JP": "東花坊時雨"}, "13405": {"icon": "UI_EquipIcon_Pole_Gladiator", "rank": 4, "type": "WEAPON_POLE", "EN": "Deathmatch", "desc": "A sharp crimson polearm that was once a gladiator's priceless treasure. Its awl has been stained by the blood of countless beasts and men.", "KR": "결투의 창", "CHS": "决斗之枪", "JP": "死闘の槍"}, "14504": {"icon": "UI_EquipIcon_Catalyst_Kunwu", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Memory of Dust", "desc": "A stone dumbbell containing distant memories. Its endless transformations reveal the power within.", "KR": "속세의 자물쇠", "CHS": "尘世之锁", "JP": "浮世の錠"}, "11413": {"icon": "UI_EquipIcon_Sword_Magnum", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Festering Desire", "desc": "A creepy straight sword that almost seems to yearn for life. It drips with a shriveling venom that could even corrupt a mighty dragon.", "KR": "부식의 검", "CHS": "腐殖之剑", "JP": "腐植の剣"}, "13431": {"icon": "UI_EquipIcon_Pole_Isikhulu", "rank": 4, "type": "WEAPON_POLE", "EN": "Footprint of the Rainbow", "desc": "A keen polearm forged from jade. It gives off rainbow-hued light when exposed to sunlight.", "KR": "무지개의 행적", "CHS": "虹的行迹", "JP": "虹の行方"}, "13430": {"icon": "UI_EquipIcon_Pole_Umpakati", "rank": 4, "type": "WEAPON_POLE", "EN": "Mountain-Bracing Bolt", "desc": "This polearm was once jointly forged by the craftsmen in the mines as a sacrifice to the spirits of the mountains.", "KR": "산을 고정하는 못", "CHS": "镇山之钉", "JP": "鎮山の釘"}, "14101": {"icon": "UI_EquipIcon_Catalyst_Apprentice", "rank": 1, "type": "WEAPON_CATALYST", "EN": "Apprentice's Notes", "desc": "Notes left behind by a top student. Many useful spells are listed, and the handwriting is beautiful.", "KR": "학도의 노트", "CHS": "学徒笔记", "JP": "生徒ノート"}, "14502": {"icon": "UI_EquipIcon_Catalyst_Fourwinds", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Lost Prayer to the Sacred Winds", "desc": "An educational tome written by anonymous early inhabitants who worshiped the wind. It has been blessed by the wind for its faithfulness and influence over the millennia.", "KR": "사풍 원서", "CHS": "四风原典", "JP": "四風原典"}, "15418": {"icon": "UI_EquipIcon_Bow_Fin", "rank": 4, "type": "WEAPON_BOW", "EN": "End of the Line", "desc": "This seems to be a now-extinct fish. Its body is sufficiently elastic that a string may be attached to it to let it serve as a bow.", "KR": "메마른 연못", "CHS": "竭泽", "JP": "竭沢"}, "12303": {"icon": "UI_EquipIcon_Claymore_Tin", "rank": 3, "type": "WEAPON_CLAYMORE", "EN": "White Iron Greatsword", "desc": "A claymore made from white iron. Lightweight without compromising on power. Effective even when wielded by one of average strength, it is extremely deadly in the hands of a physically stronger wielder.", "KR": "백철 대검", "CHS": "白铁大剑", "JP": "白鉄の大剣"}, "11301": {"icon": "UI_EquipIcon_Sword_Steel", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Cool Steel", "desc": "A reliable steel-forged weapon that serves as a testament to the great adventures of its old master.", "KR": "차가운 칼날", "CHS": "冷刃", "JP": "冷刃"}, "14515": {"icon": "UI_EquipIcon_Catalyst_MountainGale", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Crane's Echoing Call", "desc": "A fan carved from pure jade, around which swirls an ancient aura of adeptal energy.", "KR": "학의 여음", "CHS": "鹤鸣余音", "JP": "鶴鳴の余韻"}, "15513": {"icon": "UI_EquipIcon_Bow_Arcdange", "rank": 5, "type": "WEAPON_BOW", "EN": "Silvershower Heartstrings", "desc": "Legendary bow of the fairies. Whether on the stage or the battlefield, it can easily touch the hearts of the listener.", "KR": "심금을 울리는 하얀 비", "CHS": "白雨心弦", "JP": "白雨心弦"}, "15408": {"icon": "UI_EquipIcon_Bow_Blackrock", "rank": 4, "type": "WEAPON_BOW", "EN": "Blackcliff Warbow", "desc": "A bow made of blackcliff that features extremely sturdy bow limbs. It requires an archer with a strong bow arm to use.", "KR": "흑암 배틀 보우", "CHS": "黑岩战弓", "JP": "黒岩の戦弓"}, "11514": {"icon": "UI_EquipIcon_Sword_Needle", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Uraku Misugiri", "desc": "This famous blade was once created by the hand of Urakusai, the renowned literatus. Legend has it that it has never cut any living creature in all these hundreds of years.", "KR": "우라쿠의 미스기리", "CHS": "有乐御簾切", "JP": "有楽御簾切"}, "11516": {"icon": "UI_EquipIcon_Sword_XochitlsTube", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Peak Patrol Song", "desc": "An obsidian blade of unparalleled sharpness, light as a song. It was modified by a certain artisan to come equipped with a record-playing detachable Phlogiston Device.", "KR": "바위산을 맴도는 노래", "CHS": "岩峰巡歌", "JP": "岩峰を巡る歌"}, "14424": {"icon": "UI_EquipIcon_Catalyst_Yue", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Sacrificial Jade", "desc": "An ancient jade pendant that gleams like clear water. It seems to have been used in ancient ceremonies.", "KR": "제사의 옥", "CHS": "遗祀玉珑", "JP": "古祠の瓏"}, "14413": {"icon": "UI_EquipIcon_Catalyst_Ludiharpastum", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Dodoco Tales", "desc": "A children's book filled with childish short stories at which one cannot help but laugh.\\nEven those readers who have long reached adulthood cannot help but be absorbed by the innocent, naive little adventures portrayed within.", "KR": "도도코 이야기집", "CHS": "嘟嘟可故事集", "JP": "ドドコの物語"}, "11405": {"icon": "UI_EquipIcon_Sword_Rockkiller", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Lion's Roar", "desc": "A sharp blade with extravagant carvings that somehow does not compromise on durability and sharpness. It roars like a lion as it cuts through the air.", "KR": "용의 포효", "CHS": "匣里龙吟", "JP": "匣中龍吟"}, "15503": {"icon": "UI_EquipIcon_Bow_Widsith", "rank": 5, "type": "WEAPON_BOW", "EN": "Elegy for the End", "desc": "A bow as lovely as any bard's lyre, its arrows pierce the heart like a lamenting sigh.", "KR": "종말 탄식의 노래", "CHS": "终末嗟叹之诗", "JP": "終焉を嘆く詩"}, "12302": {"icon": "UI_EquipIcon_Claymore_Siegfry", "rank": 3, "type": "WEAPON_CLAYMORE", "EN": "Bloodtainted Greatsword", "desc": "A steel sword that is said to have been coated with dragon blood, rendering it invulnerable to damage. This effect is not extended to its wielder, however.", "KR": "드래곤 블러드 소드", "CHS": "沐浴龙血的剑", "JP": "龍血を浴びた剣"}, "14506": {"icon": "UI_EquipIcon_Catalyst_Kaleido", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Everlasting Moonglow", "desc": "A string of lovely jasper from the deep sea. It shines with a pure radiance like that of the moon, and just as ever-distant.", "KR": "불멸의 달빛", "CHS": "不灭月华", "JP": "不滅の月華"}, "15401": {"icon": "UI_EquipIcon_Bow_Zephyrus", "rank": 4, "type": "WEAPON_BOW", "EN": "Favonius Warbow", "desc": "A standard-issue recurve bow of the Knights of Favonius. Only the best archers can unleash its full potential.", "KR": "페보니우스 활", "CHS": "西风猎弓", "JP": "西風猟弓"}, "11417": {"icon": "UI_EquipIcon_Sword_Arakalari", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Sapwood Blade", "desc": "A weapon you obtained from an Aranara tale. It has taken on the shape of a blade that can cut down the foes of the forest.", "KR": "원목 검", "CHS": "原木刀", "JP": "原木刀"}, "12305": {"icon": "UI_EquipIcon_Claymore_Reasoning", "rank": 3, "type": "WEAPON_CLAYMORE", "EN": "Debate Club", "desc": "A handy club made of fine steel. The most persuasive line of reasoning in any debater's arsenal.", "KR": "훌륭한 대화수단", "CHS": "以理服人", "JP": "理屈責め"}, "11304": {"icon": "UI_EquipIcon_Sword_Darker", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Dark Iron Sword", "desc": "A perfectly ordinary iron sword, just slightly darker than most.", "KR": "암철검", "CHS": "暗铁剑", "JP": "暗鉄剣"}, "11409": {"icon": "UI_EquipIcon_Sword_Bloodstained", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "The Black Sword", "desc": "A pitch-black longsword that thirsts for violence and conflict. It is said that this weapon can cause its user to become drunk on the red wine of slaughter.", "KR": "칠흑검", "CHS": "黑剑", "JP": "黒剣"}, "11303": {"icon": "UI_EquipIcon_Sword_Traveler", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Traveler's Handy Sword", "desc": "A handy steel sword which contains scissors, a magnifying glass, tinder, and other useful items in its sheath.", "KR": "여행자의 검", "CHS": "旅行剑", "JP": "旅道の剣"}, "14412": {"icon": "UI_EquipIcon_Catalyst_Everfrost", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Frostbearer", "desc": "A fruit that possesses a strange, frosty will. A faint sense of agony emanates from it.", "KR": "인동의 열매", "CHS": "忍冬之果", "JP": "冬忍びの実"}, "15101": {"icon": "UI_EquipIcon_Bow_Hunters", "rank": 1, "type": "WEAPON_BOW", "EN": "Hunter's Bow", "desc": "A hunter's music consists of but two sounds: the twang of the bowstring and the whoosh of soaring arrows.", "KR": "사냥활", "CHS": "猎弓", "JP": "狩猟弓"}, "14303": {"icon": "UI_EquipIcon_Catalyst_Lightnov", "rank": 3, "type": "WEAPON_CATALYST", "EN": "Otherworldly Story", "desc": "A cheap fantasy novel with no value whatsoever. Any claim that it possesses the power of catalysis is also pure fantasy.", "KR": "이세계 여행기", "CHS": "异世界行记", "JP": "異世界旅行記"}, "15511": {"icon": "UI_EquipIcon_Bow_Ayus", "rank": 5, "type": "WEAPON_BOW", "EN": "Hunter's Path", "desc": "This gilded bow was made using precious white branches. It has felled countless wicked beasts attempting to infiltrate the woods.", "KR": "사냥꾼의 길", "CHS": "猎人之径", "JP": "狩人の道"}, "11427": {"icon": "UI_EquipIcon_Sword_Mechanic", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "The Dockhand's Assistant", "desc": "A convenient cutting tool that you can rarely find nowadays. You can replace the blades as they are dulled by usage.", "KR": "뱃도랑 장검", "CHS": "船坞长剑", "JP": "船渠剣"}, "12406": {"icon": "UI_EquipIcon_Claymore_Proto", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Prototype Archaic", "desc": "An ancient greatsword discovered in the Blackcliff Forge. It swings with such an immense force that one feels it could cut straight through reality itself.", "KR": "고화 프로토타입", "CHS": "试作古华", "JP": "古華·試作"}, "13504": {"icon": "UI_EquipIcon_Pole_Kunwu", "rank": 5, "type": "WEAPON_POLE", "EN": "Vortex Vanquisher", "desc": "This sharp polearm can seemingly pierce through anything. When swung, one can almost see the rift it tears in the air.", "KR": "관홍의 창", "CHS": "贯虹之槊", "JP": "破天の槍"}, "11406": {"icon": "UI_EquipIcon_Sword_Proto", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Prototype Rancour", "desc": "An ancient longsword discovered in the Blackcliff Forge that cuts through rocks like a hot knife through butter.", "KR": "참암 프로토타입", "CHS": "试作斩岩", "JP": "斬岩·試作"}, "12306": {"icon": "UI_EquipIcon_Claymore_Mitsurugi", "rank": 3, "type": "WEAPON_CLAYMORE", "EN": "Skyrider Greatsword", "desc": "A reliable steel sword. The legendary Skyrider once tried to ride it as a flying sword... for the second time.", "KR": "비천대어검", "CHS": "飞天大御剑", "JP": "飛天大御剣"}, "12424": {"icon": "UI_EquipIcon_Claymore_BeastTamer", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Talking Stick", "desc": "Most people will find this obsidian-inlaid club quite convincing indeed.", "KR": "대화봉", "CHS": "聊聊棒", "JP": "話死合い棒"}, "14302": {"icon": "UI_EquipIcon_Catalyst_Pulpfic", "rank": 3, "type": "WEAPON_CATALYST", "EN": "Thrilling Tales of Dragon Slayers", "desc": "A fictional story of a band of five heroes who go off on a dragon hunt. It is poorly written and structurally incoherent. Its value lies in the many lessons that can be learned from failure.", "KR": "드래곤 슬레이어 영웅담", "CHS": "讨龙英杰谭", "JP": "龍殺しの英傑譚"}, "13509": {"icon": "UI_EquipIcon_Pole_Narukami", "rank": 5, "type": "WEAPON_POLE", "EN": "Engulfing Lightning", "desc": "A naginata used to \"cut grass.\" Any army that stands before this weapon will probably be likewise cut down...", "KR": "예초의 번개", "CHS": "薙草之稻光", "JP": "草薙の稲光"}, "14431": {"icon": "UI_EquipIcon_Catalyst_Isikhulu", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Ring of Yaxche", "desc": "This jade vessel was created by a hero of yesteryear. Legend has it that it once shot the giant dragon that dwelt in the volcano down from the skies.", "KR": "약스체의 고리", "CHS": "木棉之环", "JP": "ヤシュチェの環"}, "15305": {"icon": "UI_EquipIcon_Bow_Msg", "rank": 3, "type": "WEAPON_BOW", "EN": "Messenger", "desc": "A basic wooden bow. It is said to have once been used as a tool for long-distance communication.", "KR": "전령", "CHS": "信使", "JP": "文使い"}, "14407": {"icon": "UI_EquipIcon_Catalyst_Exotic", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Mappa Mare", "desc": "A nautical chart featuring nearby currents and climates that somehow found its way into Liyue via foreign traders.", "KR": "만국 항해용해도", "CHS": "万国诸海图谱", "JP": "万国諸海の図譜"}, "15302": {"icon": "UI_EquipIcon_Bow_Arjuna", "rank": 3, "type": "WEAPON_BOW", "EN": "Sharpshooter's Oath", "desc": "This superior bow once belonged to a master archer. However, it gives off a strong scent, thus making it unsuitable for hunting.", "KR": "신궁의 서약", "CHS": "神射手之誓", "JP": "シャープシューターの誓い"}, "14516": {"icon": "UI_EquipIcon_Catalyst_MechaPufferfish", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Surf's Up", "desc": "A commemorative item originally reserved for the champion of the \"First All-Tribe Surfing Championship.\" Since said tournament is currently in the preparatory stage, the prize is in temporary storage at the Leisurely Puffer, with the shop owner as its custodian.", "KR": "서핑 타임", "CHS": "冲浪时光", "JP": "サーフィンタイム"}, "11412": {"icon": "UI_EquipIcon_Sword_Psalmus", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Sword of Descension", "desc": "A sword of unique craftsmanship. It does not appear to belong to this world.", "KR": "강림의 검", "CHS": "降临之剑", "JP": "降臨の剣"}, "15416": {"icon": "UI_EquipIcon_Bow_Maria", "rank": 4, "type": "WEAPON_BOW", "EN": "Mouun's Moon", "desc": "A lovely warbow made from seashells and coral. A mournful brilliance flows along its moonlight-colored arms.", "KR": "모운의 달", "CHS": "曚云之月", "JP": "曚雲の月"}, "12504": {"icon": "UI_EquipIcon_Claymore_Kunwu", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "The Unforged", "desc": "Capable of driving away evil spirits and wicked people alike, this edgeless claymore seems to possess divine might.", "KR": "무공의 검", "CHS": "无工之剑", "JP": "無工の剣"}, "12512": {"icon": "UI_EquipIcon_Claymore_GoldenVerdict", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Verdict", "desc": "A weapon once used by a young maiden who forsook her family name, stained with the blood of enemies and loved ones both.", "KR": "판정", "CHS": "裁断", "JP": "裁断"}, "12412": {"icon": "UI_EquipIcon_Claymore_MillenniaTuna", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Luxurious Sea-Lord", "desc": "The great king of the ocean. Having been air-dried, it makes for a fine weapon as well as emergency sustenance.", "KR": "진주를 문 해황", "CHS": "衔珠海皇", "JP": "銜玉の海皇"}, "15304": {"icon": "UI_EquipIcon_Bow_Sling", "rank": 3, "type": "WEAPON_BOW", "EN": "Slingshot", "desc": "A bow, despite the name. After countless experiments and improvements to the design, the creator of the ultimate slingshot found himself to have made what was actually a bow.", "KR": "탄궁", "CHS": "弹弓", "JP": "弾弓"}, "15404": {"icon": "UI_EquipIcon_Bow_Theocrat", "rank": 4, "type": "WEAPON_BOW", "EN": "Royal Bow", "desc": "An old longbow that belonged to the erstwhile aristocratic rulers of Mondstadt. Countless generations later, the bowstring is still tight and can still fire arrows with great force.", "KR": "왕실의 장궁", "CHS": "宗室长弓", "JP": "旧貴族長弓"}, "13416": {"icon": "UI_EquipIcon_Pole_Maria", "rank": 4, "type": "WEAPON_POLE", "EN": "Wavebreaker's Fin", "desc": "A naginata forged from luminescent material deep in the ocean depths. It was once the possession of the tengu race.", "KR": "파도 베는 지느러미", "CHS": "断浪长鳍", "JP": "斬波のひれ長"}, "15405": {"icon": "UI_EquipIcon_Bow_Recluse", "rank": 4, "type": "WEAPON_BOW", "EN": "Rust", "desc": "A completely rusted iron greatbow. The average person would lack the strength to even lift it, let alone fire it.", "KR": "녹슨 활", "CHS": "弓藏", "JP": "弓蔵"}, "12513": {"icon": "UI_EquipIcon_Claymore_EmeraldSword", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Fang of the Mountain King", "desc": "A giant sword forged from pure turquoise. Due to its greater weight than most ordinary weapons, it was named for Kongomato the Mountain King.", "KR": "산왕의 엄니", "CHS": "山王长牙", "JP": "山の王の長牙"}, "15512": {"icon": "UI_EquipIcon_Bow_Pledge", "rank": 5, "type": "WEAPON_BOW", "EN": "The First Great Magic", "desc": "A stage prop once used by a past \"Great Magician.\" Its final secret was that it was also a weapon beyond the pale.", "KR": "최초의 대마술", "CHS": "最初的大魔术", "JP": "始まりの大魔術"}, "13425": {"icon": "UI_EquipIcon_Pole_Vorpal", "rank": 4, "type": "WEAPON_POLE", "EN": "Rightful Reward", "desc": "A sharp spear. Only its tip remains freshly bloodstained.", "KR": "공의의 보상", "CHS": "公义的酬报", "JP": "正義の報酬"}, "15426": {"icon": "UI_EquipIcon_Bow_Ultimatum", "rank": 4, "type": "WEAPON_BOW", "EN": "Cloudforged", "desc": "A prototype for a standard-issue weapon the Yuheng commissioned from Blackcliff Forge after having analyzed the ancient mechanisms that protected the adeptal abode upon Tianheng.", "KR": "축운", "CHS": "筑云", "JP": "築雲"}, "13301": {"icon": "UI_EquipIcon_Pole_Ruby", "rank": 3, "type": "WEAPON_POLE", "EN": "White Tassel", "desc": "A standard-issue weapon of the Millelith soldiers. It has a sturdy shaft and sharp spearhead. It's a reliable weapon.", "KR": "백술창", "CHS": "白缨枪", "JP": "白纓槍"}, "15502": {"icon": "UI_EquipIcon_Bow_Amos", "rank": 5, "type": "WEAPON_BOW", "EN": "Amos' Bow", "desc": "An extremely ancient bow that has retained its power despite its original master being long gone. It draws power from everyone and everything in the world, and the further away you are from that which your heart desires, the more powerful it is.", "KR": "아모스의 활", "CHS": "阿莫斯之弓", "JP": "アモスの弓"}, "12408": {"icon": "UI_EquipIcon_Claymore_Blackrock", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Blackcliff Slasher", "desc": "An extremely sturdy greatsword from the Blackcliff Forge. It has a dark crimson color from the blade to pommel.", "KR": "흑암참도", "CHS": "黑岩斩刀", "JP": "黒岩の斬刀"}, "15507": {"icon": "UI_EquipIcon_Bow_Worldbane", "rank": 5, "type": "WEAPON_BOW", "EN": "Polar Star", "desc": "A pristine bow that is as sharp as the glaciers of the far north.", "KR": "극지의 별", "CHS": "冬极白星", "JP": "冬極の白星"}, "12417": {"icon": "UI_EquipIcon_Claymore_Arakalari", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Forest Regalia", "desc": "A weapon you obtained from an Aranara tale. It has taken on the shape of a greatsword that shall cut down the foes of the forest.", "KR": "숲의 리게일리어", "CHS": "森林王器", "JP": "森林のレガリア"}, "15509": {"icon": "UI_EquipIcon_Bow_Narukami", "rank": 5, "type": "WEAPON_BOW", "EN": "Thundering Pulse", "desc": "A longbow that was a gift from the Shogun. Eternal lightning crackles all around it.", "KR": "비뢰의 고동", "CHS": "飞雷之弦振", "JP": "飛雷の鳴弦"}, "14414": {"icon": "UI_EquipIcon_Catalyst_Bakufu", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Hakushin Ring", "desc": "A catalyst that carries the memory of the Kitsune Saiguu of ancient times. However, this device is but an impoverished vessel for the full breadth of her thought.", "KR": "하쿠신의 고리", "CHS": "白辰之环", "JP": "白辰の輪"}, "14505": {"icon": "UI_EquipIcon_Catalyst_Morax", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Jadefall's Splendor", "desc": "A ritual vessel carved from jade that reflects the luster of the skies and the clear waters.", "KR": "벽락의 옥", "CHS": "碧落之珑", "JP": "碧落の瓏"}, "11306": {"icon": "UI_EquipIcon_Sword_Mitsurugi", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Skyrider Sword", "desc": "A reliable steel sword. The legendary Skyrider once tried to ride it as a flying sword...", "KR": "비천어검", "CHS": "飞天御剑", "JP": "飛天御剣"}, "15431": {"icon": "UI_EquipIcon_Bow_Isikhulu", "rank": 4, "type": "WEAPON_BOW", "EN": "Chain Breaker", "desc": "A jade-adorned longbow. The gentle winds always seem to swirl gently about its string. Legends claim that this weapon was made in a far more ancient era by a dragon artisan.", "KR": "사슬 파괴자", "CHS": "碎链", "JP": "チェーンブレイカー"}, "14403": {"icon": "UI_EquipIcon_Catalyst_Fossil", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Sacrificial Fragments", "desc": "A weathered script, the text of which is no longer legible. A cursed item eroded by the winds of time.", "KR": "제례의 악장", "CHS": "祭礼残章", "JP": "祭礼の断片"}, "14408": {"icon": "UI_EquipIcon_Catalyst_Blackrock", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Blackcliff Agate", "desc": "A mysterious catalyst made of a material known as \"blackcliff.\" It has an ominous crimson glow that seems to pulse in synchronization with the tremors from deep within the earth.", "KR": "흑암 홍옥", "CHS": "黑岩绯玉", "JP": "黒岩の緋玉"}, "15430": {"icon": "UI_EquipIcon_Bow_Umpakati", "rank": 4, "type": "WEAPON_BOW", "EN": "Flower-Wreathed Feathers", "desc": "A longbow that burns like a flame. The feathers that adorn it are said to have come from the ancient tyrant Ngoubou.", "KR": "꽃장식 깃", "CHS": "缀花之翎", "JP": "花飾りの羽"}, "12409": {"icon": "UI_EquipIcon_Claymore_Kione", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Serpent Spine", "desc": "A rare weapon whose origin is the ancient ocean. One can hear the sound of the ageless waves as one swings it.", "KR": "이무기 검", "CHS": "螭骨剑", "JP": "螭龍の剣"}, "14514": {"icon": "UI_EquipIcon_Catalyst_Iudex", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Tome of the Eternal Flow", "desc": "A manual that was once passed down from generation to generation within an underwater priory. Today, none know of its existence.", "KR": "영원히 샘솟는 법전", "CHS": "万世流涌大典", "JP": "久遠流転の大典"}, "12425": {"icon": "UI_EquipIcon_Claymore_Vorpal", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Tidal Shadow", "desc": "An exquisitely-crafted, standard-model sword forged for the high-ranking officers and flagship captains of Fontaine's old navy.", "KR": "파도 그림자 대검", "CHS": "浪影阔剑", "JP": "タイダル·シャドー"}, "12427": {"icon": "UI_EquipIcon_Claymore_Mechanic", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Portable Power Saw", "desc": "An old-school power saw that you can rarely find nowadays. It was once a cutting tool trusted by workers all around.", "KR": "휴대용 체인톱", "CHS": "便携动力锯", "JP": "携帯型チェーンソー"}, "11424": {"icon": "UI_EquipIcon_Sword_Boreas", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Wolf-Fang", "desc": "Legend has it that this longsword was once used by a wandering knight in the distant past.", "KR": "늑대 송곳니", "CHS": "狼牙", "JP": "狼牙"}, "12501": {"icon": "UI_EquipIcon_Claymore_Dvalin", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Skyward Pride", "desc": "A claymore that symbolizes the pride of Dvalin soaring through the skies. When swung, it emits a deep hum as the full force of Dvalin's command of the sky and the wind is unleashed.", "KR": "천공의 긍지", "CHS": "天空之傲", "JP": "天空の傲"}, "15419": {"icon": "UI_EquipIcon_Bow_Ibis", "rank": 4, "type": "WEAPON_BOW", "EN": "Ibis Piercer", "desc": "A golden bow forged from the description in the story. If you use it as a normal weapon, you can also view it as a part of a fictional world that has made it off the pages.", "KR": "꿰뚫는 따오기 부리", "CHS": "鹮穿之喙", "JP": "トキの嘴"}, "11101": {"icon": "UI_EquipIcon_Sword_Blunt", "rank": 1, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Dull Blade", "desc": "Youthful dreams and the thrill of adventure. If this isn't enough, then make it up with valiance.", "KR": "무인검", "CHS": "无锋剑", "JP": "無鋒の剣"}, "14305": {"icon": "UI_EquipIcon_Catalyst_Phoney", "rank": 3, "type": "WEAPON_CATALYST", "EN": "Twin Nephrite", "desc": "A jade pendant formed by piecing together two jade stones.", "KR": "1급 보옥", "CHS": "甲级宝珏", "JP": "特級の宝玉"}, "15424": {"icon": "UI_EquipIcon_Bow_Gurabad", "rank": 4, "type": "WEAPON_BOW", "EN": "Scion of the Blazing Sun", "desc": "An ancient longbow that is a remnant of King Deshret's ancient era. An indecipherable ancient text and solemn patterns have been carved into it.", "KR": "뜨거운 태양의 후손", "CHS": "烈阳之嗣", "JP": "烈日の後嗣"}, "11401": {"icon": "UI_EquipIcon_Sword_Zephyrus", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Favonius Sword", "desc": "A standard-issue longsword of the Knights of Favonius. When you're armed with this agile and sharp weapon, channeling the power of the elements has never been so easy!", "KR": "페보니우스 검", "CHS": "西风剑", "JP": "西風剣"}, "15425": {"icon": "UI_EquipIcon_Bow_Vorpal", "rank": 4, "type": "WEAPON_BOW", "EN": "Song of Stillness", "desc": "A strange longbow that resembles a sea creature. Its string makes no sound at all.", "KR": "고요한 노래", "CHS": "静谧之曲", "JP": "静寂の唄"}, "14511": {"icon": "UI_EquipIcon_Catalyst_Ayus", "rank": 5, "type": "WEAPON_CATALYST", "EN": "A Thousand Floating Dreams", "desc": "This lamp illuminates the dreams that float up over a thousand nights, and in its emerald-green light flows a song of ancient days.", "KR": "떠오르는 천일 밤의 꿈", "CHS": "千夜浮梦", "JP": "千夜に浮かぶ夢"}, "11425": {"icon": "UI_EquipIcon_Sword_Vorpal", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Finale of the Deep", "desc": "This longsword is as silent as the mysterious ocean depths. It is even more ancient than its stylings might imply.", "KR": "해연의 피날레", "CHS": "海渊终曲", "JP": "海淵のフィナーレ"}, "11305": {"icon": "UI_EquipIcon_Sword_Sashimi", "rank": 3, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Fillet Blade", "desc": "A sharp filleting knife. The blade is long, thin, and incredibly sharp.", "KR": "흘호 생선회칼", "CHS": "吃虎鱼刀", "JP": "チ虎魚の刀"}, "12416": {"icon": "UI_EquipIcon_Claymore_Maria", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Akuoumaru", "desc": "The beloved sword of the legendary \"Akuou.\" The blade is huge and majestic, but is surprisingly easy to wield.", "KR": "아쿠오마루", "CHS": "恶王丸", "JP": "惡王丸"}, "13303": {"icon": "UI_EquipIcon_Pole_Noire", "rank": 3, "type": "WEAPON_POLE", "EN": "Black Tassel", "desc": "An exceptionally powerful polearm that also offers a simple but elegant solution to the issue of the easily stained white tassel.", "KR": "흑술창", "CHS": "黑缨枪", "JP": "黒纓槍"}, "11503": {"icon": "UI_EquipIcon_Sword_Widsith", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Freedom-Sworn", "desc": "A straight sword, azure as antediluvian song, and as keen as the oaths of freedom taken in the Land of Wind.", "KR": "오래된 자유의 서약", "CHS": "苍古自由之誓", "JP": "蒼古なる自由への誓い"}, "15301": {"icon": "UI_EquipIcon_Bow_Crowfeather", "rank": 3, "type": "WEAPON_BOW", "EN": "Raven Bow", "desc": "Ravens are known to be the ferrymen of the dead. This bow's limb is decorated with raven feathers, which forebode the imminent death of its target.", "KR": "까마귀깃 활", "CHS": "鸦羽弓", "JP": "鴉羽の弓"}, "14426": {"icon": "UI_EquipIcon_Catalyst_DandelionPoem", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Ballad of the Boundless Blue", "desc": "An anthology of exquisite poetry. It contains quite a few poems beloved by Mondstadters, concerning the skies, dandelions, and other such topics.", "KR": "끝없는 쪽빛의 노래", "CHS": "无垠蔚蓝之歌", "JP": "果てなき紺碧の唄"}, "11510": {"icon": "UI_EquipIcon_Sword_Amenoma", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Haran Geppaku Futsu", "desc": "A famed work by the Futsu line of smiths. The name \"Haran\" comes from the manner in which it resembles the violent, roiling waves.", "KR": "하란 월백의 후츠", "CHS": "波乱月白经津", "JP": "波乱月白経津"}, "14402": {"icon": "UI_EquipIcon_Catalyst_Troupe", "rank": 4, "type": "WEAPON_CATALYST", "EN": "The Widsith", "desc": "A heavy notebook filled with musical scores. Though suffering from moth damage and heavy wear-and-tear, there is still much power to be found among the hand-written words within.", "KR": "음유시인의 악장", "CHS": "流浪乐章", "JP": "流浪楽章"}, "13511": {"icon": "UI_EquipIcon_Pole_Deshret", "rank": 5, "type": "WEAPON_POLE", "EN": "Staff of the Scarlet Sands", "desc": "One of a paired set of scepters fashioned from obsidian. Legend has it that these staves grant the right to lead the people of the desert, but no retainer now lives who can verify the proper appearance of these regalia.", "KR": "적색 사막의 지팡이", "CHS": "赤沙之杖", "JP": "赤砂の杖"}, "13427": {"icon": "UI_EquipIcon_Pole_Mechanic", "rank": 4, "type": "WEAPON_POLE", "EN": "Prospector's Drill", "desc": "A long-handled drill that you can rarely find nowadays. It was often used in delving and in carving stones.", "KR": "탐사용 드릴", "CHS": "勘探钻机", "JP": "プロスペクタードリル"}, "11408": {"icon": "UI_EquipIcon_Sword_Blackrock", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Blackcliff Longsword", "desc": "A sword made of a material known as \"blackcliff.\" It has a dark crimson glow on its black blade.", "KR": "흑암 장검", "CHS": "黑岩长剑", "JP": "黒岩の長剣"}, "15427": {"icon": "UI_EquipIcon_Bow_Mechanic", "rank": 4, "type": "WEAPON_BOW", "EN": "Range Gauge", "desc": "A measuring instrument that you can rarely find nowadays. It is capable of firing arrows.", "KR": "거리 측정기", "CHS": "测距规", "JP": "レンジゲージ"}, "11201": {"icon": "UI_EquipIcon_Sword_Silver", "rank": 2, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Silver Sword", "desc": "A sword for exorcising demons. Everyone knows it's made of a silver alloy, not pure silver.", "KR": "실버 소드", "CHS": "银剑", "JP": "銀の剣"}, "13101": {"icon": "UI_EquipIcon_Pole_Gewalt", "rank": 1, "type": "WEAPON_POLE", "EN": "Beginner's Protector", "desc": "A polearm as straight as a flag pole. Well suited to most combat situations, it has an imposing presence when swung.", "KR": "초보자의 장창", "CHS": "新手长枪", "JP": "新米の長槍"}, "12101": {"icon": "UI_EquipIcon_Claymore_Aniki", "rank": 1, "type": "WEAPON_CLAYMORE", "EN": "Waster Greatsword", "desc": "A sturdy sheet of iron that may be powerful enough to break apart mountains if wielded with enough willpower.", "KR": "훈련용 대검", "CHS": "训练大剑", "JP": "訓練用大剣"}, "11410": {"icon": "UI_EquipIcon_Sword_Outlaw", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "The Alley Flash", "desc": "A straight sword as black as the night. It once belonged to a thief who roamed the benighted streets.", "KR": "뒷골목의 섬광", "CHS": "暗巷闪光", "JP": "ダークアレイの閃光"}, "14509": {"icon": "UI_EquipIcon_Catalyst_Narukami", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Kagura's Verity", "desc": "The bells used when performing the Kagura Dance, blessed by the Guuji herself. The scent of the Sacred Sakura tree lingers on it.", "KR": "카구라의 진의", "CHS": "神乐之真意", "JP": "神楽の真意"}, "15413": {"icon": "UI_EquipIcon_Bow_Fleurfair", "rank": 4, "type": "WEAPON_BOW", "EN": "Windblume Ode", "desc": "A bow adorned with nameless flowers that bears the earnest hopes of an equally nameless person.", "KR": "바람 꽃의 노래", "CHS": "风花之颂", "JP": "風花の頌歌"}, "13302": {"icon": "UI_EquipIcon_Pole_Halberd", "rank": 3, "type": "WEAPON_POLE", "EN": "Halberd", "desc": "A polearm with an axe blade mounted on top that can deal quite a lot of damage. It's favored by the Millelith officers.", "KR": "미늘창", "CHS": "钺矛", "JP": "鉾槍"}, "15514": {"icon": "UI_EquipIcon_Bow_Qoyllorsnova", "rank": 5, "type": "WEAPON_BOW", "EN": "Astral Vulture's Crimson Plumage", "desc": "An ancient longbow crested with red feathers, a sacred relic of the Flower-Feather Clan that has been passed down from generation to generation.", "KR": "붉은 깃 별독수리", "CHS": "星鹫赤羽", "JP": "星鷲の紅き羽"}, "11512": {"icon": "UI_EquipIcon_Sword_Ayus", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Light of Foliar Incision", "desc": "This gilded blade was made using precious white branches. It was once used to destroy countless poisons that infested the forest.", "KR": "잎을 가르는 빛", "CHS": "裁叶萃光", "JP": "萃光の裁葉"}, "14417": {"icon": "UI_EquipIcon_Catalyst_Arakalari", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Fruit of Fulfillment", "desc": "A fruit you obtained from an Aranara tale. It holds the potential to conquer any crisis.", "KR": "충만의 열매", "CHS": "盈满之实", "JP": "満悦の実"}, "11432": {"icon": "UI_EquipIcon_Sword_SacrificialNgombe", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Calamity of Eshu", "desc": "A ceremonial blade forged by Sanhaj, the great high priest of the Masters of the Night-Wind. In tales of bygone days, Sanhaj could use this curved blade to perform rituals, blurring the boundary between the Night Kingdom and the present world.", "KR": "에슈의 재앙", "CHS": "厄水之祸", "JP": "厄水の災い"}, "14416": {"icon": "UI_EquipIcon_Catalyst_Pleroma", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Wandering Evenstar", "desc": "This was originally a device used by researchers to observe and perform calculations on celestial phenomena. It serves as a conduit and catalyst.", "KR": "방랑하는 저녁별", "CHS": "流浪的晚星", "JP": "彷徨える星"}, "15417": {"icon": "UI_EquipIcon_Bow_Arakalari", "rank": 4, "type": "WEAPON_BOW", "EN": "King's Squire", "desc": "A weapon you obtained from an Aranara tale. It has taken on the shape of a bow that can shoot the enemies of the forest down.", "KR": "왕의 측근", "CHS": "王下近侍", "JP": "王の近侍"}, "13408": {"icon": "UI_EquipIcon_Pole_Theocrat", "rank": 4, "type": "WEAPON_POLE", "EN": "Royal Spear", "desc": "This polearm was once cherished by a member of the old nobility that governed Mondstadt long ago. Although it has never seen the light of day, it is still incomparably sharp.", "KR": "왕실의 장창", "CHS": "宗室猎枪", "JP": "旧貴族猟槍"}, "12402": {"icon": "UI_EquipIcon_Claymore_Troupe", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "The Bell", "desc": "A heavy greatsword. A clock is embedded within it, though its internal mechanisms have long been damaged.", "KR": "시간의 검", "CHS": "钟剑", "JP": "鐘の剣"}, "12415": {"icon": "UI_EquipIcon_Claymore_Pleroma", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Makhaira Aquamarine", "desc": "An ancient greatsword that gleams like the waters themselves. A thousand years of sand erosion has not dulled its unnaturally sharp edge one bit.", "KR": "물빛 마카이라", "CHS": "玛海菈的水色", "JP": "マカイラの水色"}, "14415": {"icon": "UI_EquipIcon_Catalyst_Jyanome", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Oathsworn Eye", "desc": "A national treasure of Byakuyakoku stored in the Dainichi Mikoshi. With the coming of the Serpent God, this item was used to notarize great oaths and wishes.", "KR": "맹세의 눈동자", "CHS": "证誓之明瞳", "JP": "誓いの明瞳"}, "14304": {"icon": "UI_EquipIcon_Catalyst_Jade", "rank": 3, "type": "WEAPON_CATALYST", "EN": "Emerald Orb", "desc": "A catalyst carved out of the hard jade from Jueyun Karst north of Liyue. Small, light, and durable, it is known more colloquially as the \"jade ball.\"", "KR": "비취 오브", "CHS": "翡玉法球", "JP": "翡玉法珠"}, "14410": {"icon": "UI_EquipIcon_Catalyst_Outlaw", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Wine and Song", "desc": "A songbook from the bygone aristocratic era, whose composer has become forgotten. It chronicles the tale of a certain heroic outlaw.", "KR": "뒷골목의 술과 시", "CHS": "暗巷的酒与诗", "JP": "ダークアレイの酒と詩"}, "11402": {"icon": "UI_EquipIcon_Sword_Troupe", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "The Flute", "desc": "Beneath its rusty exterior is a lavishly decorated thin blade. It swings as swiftly as the wind.", "KR": "피리검", "CHS": "笛剑", "JP": "笛の剣"}, "12510": {"icon": "UI_EquipIcon_Claymore_Itadorimaru", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Redhorn Stonethresher", "desc": "According to its previous owner, this weapon is the \"Mighty Redhorn Stoic Stonethreshing Gilded Goldcrushing Lion Lord\" that can send any monster packing with its tail between its legs.", "KR": "쇄석의 붉은 뿔", "CHS": "赤角石溃杵", "JP": "赤角石塵滅砕"}, "13502": {"icon": "UI_EquipIcon_Pole_Dvalin", "rank": 5, "type": "WEAPON_POLE", "EN": "Skyward Spine", "desc": "A polearm that symbolizes Dvalin's firm resolve. The upright shaft of this weapon points towards the heavens, clad in the might of sky and wind.", "KR": "천공의 마루", "CHS": "天空之脊", "JP": "天空の脊"}, "11403": {"icon": "UI_EquipIcon_Sword_Fossil", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Sacrificial Sword", "desc": "A ceremonial sword that has become petrified over time. The trinkets on it are still visible. It grants the wielder the power to withstand the winds of time.", "KR": "제례검", "CHS": "祭礼剑", "JP": "祭礼の剣"}, "12405": {"icon": "UI_EquipIcon_Claymore_Perdue", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Rainslasher", "desc": "A fluorescent greatsword with no sharp edge that crushes enemies with brute force and raw power.", "KR": "빗물 베기", "CHS": "雨裁", "JP": "雨裁"}, "11513": {"icon": "UI_EquipIcon_Sword_Regalis", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Splendor of Tranquil Waters", "desc": "A scepter around which swirls pure water. In days long past, it once symbolized the highest authority over the seas.", "KR": "고요히 샘솟는 빛", "CHS": "静水流涌之辉", "JP": "静水流転の輝き"}, "15201": {"icon": "UI_EquipIcon_Bow_Old", "rank": 2, "type": "WEAPON_BOW", "EN": "Seasoned Hunter's Bow", "desc": "A bow that has been well-polished by time and meticulously cared for by its owner. It feels almost like an extension of the archer's arm.", "KR": "노련의 사냥활", "CHS": "历练的猎弓", "JP": "歴戦の狩猟弓"}, "12502": {"icon": "UI_EquipIcon_Claymore_Wolfmound", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Wolf's Gravestone", "desc": "A longsword used by the Wolf Knight. Originally just a heavy sheet of iron given to the knight by a blacksmith from the city, it became endowed with legendary power owing to his friendship with the wolves.", "KR": "늑대의 말로", "CHS": "狼的末路", "JP": "狼の末路"}, "14409": {"icon": "UI_EquipIcon_Catalyst_Truelens", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Eye of Perception", "desc": "A dim black glaze pearl that is said to have the power to read the purity of one's heart.", "KR": "소심", "CHS": "昭心", "JP": "昭心"}, "13507": {"icon": "UI_EquipIcon_Pole_Santika", "rank": 5, "type": "WEAPON_POLE", "EN": "Calamity Queller", "desc": "A keenly honed weapon forged from some strange crystal. Its faint blue light seems to whisper of countless matters now past.", "KR": "식재", "CHS": "息灾", "JP": "息災"}, "14427": {"icon": "UI_EquipIcon_Catalyst_ConchSprayer", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Ash-Graven Drinking Horn", "desc": "A ritual vessel passed down amongst the Meztli. They say that this was once a treasure much-valued, yet never used, by the hero \"Giant\" Tupac.", "KR": "푸른 문양 뿔잔", "CHS": "苍纹角杯", "JP": "蒼紋の角杯"}, "15508": {"icon": "UI_EquipIcon_Bow_Kirin", "rank": 5, "type": "WEAPON_BOW", "EN": "Aqua Simulacra", "desc": "This longbow's color is unpredictable. Under the light, it takes on a lustrous, watery blue.", "KR": "약수", "CHS": "若水", "JP": "若水"}, "13505": {"icon": "UI_EquipIcon_Pole_Morax", "rank": 5, "type": "WEAPON_POLE", "EN": "Primordial Jade Winged-Spear", "desc": "A jade polearm made by the archons, capable of slaying ancient beasts.", "KR": "화박연", "CHS": "和璞鸢", "JP": "和璞鳶"}, "15501": {"icon": "UI_EquipIcon_Bow_Dvalin", "rank": 5, "type": "WEAPON_BOW", "EN": "Skyward Harp", "desc": "A greatbow that symbolizes Dvalin's affiliation with the Anemo Archon. The sound of the bow firing is music to the Anemo Archon's ears. It contains the power of the sky and wind within.", "KR": "천공의 날개", "CHS": "天空之翼", "JP": "天空の翼"}, "13512": {"icon": "UI_EquipIcon_Pole_BloodMoon", "rank": 5, "type": "WEAPON_POLE", "EN": "Crimson Moon's Semblance", "desc": "A keen-edged weapon, luster dazzling as the crimson moon. It is said that an ancient dynasty once regarded it as a ritual object that could bridge two worlds, but none still remember the beliefs and ceremonies of that bygone age.", "KR": "붉은 달의 형상", "CHS": "赤月之形", "JP": "赤月のシルエット"}, "15402": {"icon": "UI_EquipIcon_Bow_Troupe", "rank": 4, "type": "WEAPON_BOW", "EN": "The Stringless", "desc": "A bow that once served as an extraordinary instrument. It is no longer capable of getting people up and dancing.", "KR": "절현", "CHS": "绝弦", "JP": "絶弦"}, "14425": {"icon": "UI_EquipIcon_Catalyst_Vorpal", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Flowing Purity", "desc": "A strangely-shaped anthology of scripts. All the scripts written by Coppelius are recorded within.", "KR": "순수한 달빛 물결", "CHS": "纯水流华", "JP": "純水流華"}, "15410": {"icon": "UI_EquipIcon_Bow_Outlaw", "rank": 4, "type": "WEAPON_BOW", "EN": "Alley Hunter", "desc": "An intricate, opulent longbow. It once belonged to a gentleman thief who was never caught.", "KR": "뒷골목 사냥꾼", "CHS": "暗巷猎手", "JP": "ダークアレイの狩人"}, "11431": {"icon": "UI_EquipIcon_Sword_Isikhulu", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Flute of Ezpitzal", "desc": "A peculiarly shaped jade longsword that has been passed down amongst the Masters of the Night-Wind as a \"priestly flute.\"", "KR": "에스피찰의 피리", "CHS": "息燧之笛", "JP": "エズピツァルの笛"}, "14430": {"icon": "UI_EquipIcon_Catalyst_Umpakati", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Waveriding Whirl", "desc": "A boomerang made from the fangs of a giant sea serpent. It was a rare weapon indeed that the giant Tupac would call \"trusty.\"", "KR": "돌아오는 파도", "CHS": "乘浪的回旋", "JP": "波乗りの旋回"}, "13406": {"icon": "UI_EquipIcon_Pole_Lapis", "rank": 4, "type": "WEAPON_POLE", "EN": "Lithic Spear", "desc": "A spear forged from the rocks of the Guyun Stone Forest. Its hardness knows no equal.", "KR": "천암장창", "CHS": "千岩长枪", "JP": "千岩長槍"}, "13513": {"icon": "UI_EquipIcon_Pole_Muguet", "rank": 5, "type": "WEAPON_POLE", "EN": "Lumidouce Elegy", "desc": "A magnificent polearm adorned with azure crystal. It is said to have been a certain legendary Champion Duelist's treasure — and yet, not once was it ever used.", "KR": "등방울꽃의 애가", "CHS": "柔灯挽歌", "JP": "ルミドゥースの挽歌"}, "14201": {"icon": "UI_EquipIcon_Catalyst_Pocket", "rank": 2, "type": "WEAPON_CATALYST", "EN": "Pocket Grimoire", "desc": "A carefully compiled notebook featuring the essentials needed to pass a magic exam.", "KR": "포켓 주술서", "CHS": "口袋魔导书", "JP": "ポケット魔導書"}, "12511": {"icon": "UI_EquipIcon_Claymore_Deshret", "rank": 5, "type": "WEAPON_CLAYMORE", "EN": "Beacon of the Reed Sea", "desc": "A large, flat-tipped sword designed in to fit as the weapon of an ancient king or some ceremonial instrument.", "KR": "갈대 바다의 등대", "CHS": "苇海信标", "JP": "葦海の標"}, "15411": {"icon": "UI_EquipIcon_Bow_Fallensun", "rank": 4, "type": "WEAPON_BOW", "EN": "Fading Twilight", "desc": "A precious bow made of platinum, inlaid with an orb that shimmers with the light of eventide.", "KR": "노을", "CHS": "落霞", "JP": "落霞"}, "11404": {"icon": "UI_EquipIcon_Sword_Theocrat", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Royal Longsword", "desc": "An old longsword that belonged to the erstwhile rulers of Mondstadt. Exquisitely crafted, the carvings and embellishments testify to the stature of its owner.", "KR": "왕실의 장검", "CHS": "宗室长剑", "JP": "旧貴族長剣"}, "14501": {"icon": "UI_EquipIcon_Catalyst_Dvalin", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Skyward Atlas", "desc": "A cloud atlas symbolizing Dvalin and his former master, the Anemo Archon. It details the winds and clouds of the northern regions and contains the powers of the sky and wind.", "KR": "천공의 두루마리", "CHS": "天空之卷", "JP": "天空の巻"}, "13404": {"icon": "UI_EquipIcon_Pole_Blackrock", "rank": 4, "type": "WEAPON_POLE", "EN": "Blackcliff Pole", "desc": "A weapon made of blackcliff and aerosiderite. There is a dark crimson glow on its cold black sheen.", "KR": "흑암창", "CHS": "黑岩刺枪", "JP": "黒岩の突槍"}, "14301": {"icon": "UI_EquipIcon_Catalyst_Intro", "rank": 3, "type": "WEAPON_CATALYST", "EN": "Magic Guide", "desc": "Version 12. A reprint featuring corrections to Version 11 and brand-new additions based on recent developments.", "KR": "마도 서론", "CHS": "魔导绪论", "JP": "魔導緒論"}, "14513": {"icon": "UI_EquipIcon_Catalyst_Wheatley", "rank": 5, "type": "WEAPON_CATALYST", "EN": "Cashflow Supervision", "desc": "A floating device that can monitor certain phenomena. It was picked up and modified to serve other purposes following its abandonment.", "KR": "현금 흐름 감독", "CHS": "金流监督", "JP": "凛流の監視者"}, "11509": {"icon": "UI_EquipIcon_Sword_Narukami", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Mistsplitter Reforged", "desc": "A sword that blazes with a fierce violet light. The name \"Reforged\" comes from it having been broken once before.", "KR": "안개를 가르는 회광", "CHS": "雾切之回光", "JP": "霧切の廻光"}, "14404": {"icon": "UI_EquipIcon_Catalyst_Theocrat", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Royal Grimoire", "desc": "A book that once belonged to a court mage of Mondstadt who served the nobility. It contains faithful and comprehensive historical accounts as well as magic spells.", "KR": "왕실의 비전록", "CHS": "宗室秘法录", "JP": "旧貴族秘法録"}, "12414": {"icon": "UI_EquipIcon_Claymore_Bakufu", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Katsuragikiri Nagamasa", "desc": "A blade that was once made in Tatarasuna. Heavy and tough.", "KR": "카츠라기를 벤 나가마사", "CHS": "桂木斩长正", "JP": "桂木斬長正"}, "14405": {"icon": "UI_EquipIcon_Catalyst_Resurrection", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Solar Pearl", "desc": "A dull, golden pearl made of an unknown substance that harbors the light of the sun and the moon and pulses with a warm strength.", "KR": "일월의 정수", "CHS": "匣里日月", "JP": "匣中日月"}, "13201": {"icon": "UI_EquipIcon_Pole_Rod", "rank": 2, "type": "WEAPON_POLE", "EN": "Iron Point", "desc": "Sharp and pointy at one end, it is a balanced weapon that is quite popular among travelers.", "KR": "철촉창", "CHS": "铁尖枪", "JP": "鉄尖槍"}, "15415": {"icon": "UI_EquipIcon_Bow_Predator", "rank": 4, "type": "WEAPON_BOW", "EN": "Predator", "desc": "A uniquely-designed bow. This should not belong in this world.", "KR": "포식자", "CHS": "掠食者", "JP": "プレデター"}, "13409": {"icon": "UI_EquipIcon_Pole_Everfrost", "rank": 4, "type": "WEAPON_POLE", "EN": "Dragonspine Spear", "desc": "A spear created from the fang of a dragon. It is oddly warm to the touch.", "KR": "용의 척추", "CHS": "龙脊长枪", "JP": "ドラゴンスピア"}, "15412": {"icon": "UI_EquipIcon_Bow_Nachtblind", "rank": 4, "type": "WEAPON_BOW", "EN": "Mitternachts Waltz", "desc": "A bow painted the color of transgression and nights of illusion.", "KR": "유야의 왈츠", "CHS": "幽夜华尔兹", "JP": "幽夜のワルツ"}, "11407": {"icon": "UI_EquipIcon_Sword_Exotic", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Iron Sting", "desc": "An exotic long-bladed rapier that somehow found its way into Liyue via foreign traders. It is light, agile, and sharp.", "KR": "강철 벌침", "CHS": "铁蜂刺", "JP": "鉄蜂の刺し"}, "14406": {"icon": "UI_EquipIcon_Catalyst_Proto", "rank": 4, "type": "WEAPON_CATALYST", "EN": "Prototype Amber", "desc": "A dully gilded catalyst secretly guarded in the Blackcliff Forge. It seems to glow with the very light from the sky.", "KR": "황금 호박 프로토타입", "CHS": "试作金珀", "JP": "金珀·試作"}, "12301": {"icon": "UI_EquipIcon_Claymore_Glaive", "rank": 3, "type": "WEAPON_CLAYMORE", "EN": "Ferrous Shadow", "desc": "A replica of the famed sword of Arundolyn, the Lion of Light. Feel the power of a legendary hero as you hold this sword in your hand! Imagine yourself as the great warrior himself! Note: Daydreaming not recommended in live combat.", "KR": "강철의 그림자", "CHS": "铁影阔剑", "JP": "鉄影段平"}, "12410": {"icon": "UI_EquipIcon_Claymore_Lapis", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Lithic Blade", "desc": "A greatsword carved and chiseled from the very bedrock of Liyue.", "KR": "천암고검", "CHS": "千岩古剑", "JP": "千岩古剣"}, "15407": {"icon": "UI_EquipIcon_Bow_Exotic", "rank": 4, "type": "WEAPON_BOW", "EN": "Compound Bow", "desc": "An exotic metallic bow from a distant land. Though extremely difficult to maintain, it is easy to nock and fires with tremendous force.", "KR": "강철궁", "CHS": "钢轮弓", "JP": "リングボウ"}, "12407": {"icon": "UI_EquipIcon_Claymore_Exotic", "rank": 4, "type": "WEAPON_CLAYMORE", "EN": "Whiteblind", "desc": "An exotic sword with one section of the blade left blunt. It made its way into Liyue via the hands of foreign traders. Incredibly powerful in the hands of someone who knows how to use it.", "KR": "백영검", "CHS": "白影剑", "JP": "白影の剣"}, "13403": {"icon": "UI_EquipIcon_Pole_Exotic", "rank": 4, "type": "WEAPON_POLE", "EN": "Crescent Pike", "desc": "An exotic weapon with an extremely long blade on the top and a crescent blade at the bottom. It found its way into Liyue through foreign traders. With practice, it can deal heavy damage.", "KR": "유월창", "CHS": "流月针", "JP": "流月の針"}, "11504": {"icon": "UI_EquipIcon_Sword_Kunwu", "rank": 5, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Summit Shaper", "desc": "A symbol of a legendary pact, this sharp blade once cut off the peak of a mountain.", "KR": "참봉의 칼날", "CHS": "斫峰之刃", "JP": "斬山の刃"}, "15403": {"icon": "UI_EquipIcon_Bow_Fossil", "rank": 4, "type": "WEAPON_BOW", "EN": "Sacrificial Bow", "desc": "A ceremonial hunting bow that has become petrified over time. The trinkets on it are still visible. It grants the wielder the power to withstand the winds of time.", "KR": "제례활", "CHS": "祭礼弓", "JP": "祭礼の弓"}, "11430": {"icon": "UI_EquipIcon_Sword_Umpakati", "rank": 4, "type": "WEAPON_SWORD_ONE_HAND", "EN": "Sturdy Bone", "desc": "A longsword made of bone that has only grown harder after being hit and swung countless times. It is said that this was the hero Wanjiru's reliable weapon.", "KR": "견고한 골검", "CHS": "弥坚骨", "JP": "ストロング・ボーン"}} \ No newline at end of file diff --git a/GenshinUID/version.py b/GenshinUID/version.py index 8cfc0d2d..bf16013c 100644 --- a/GenshinUID/version.py +++ b/GenshinUID/version.py @@ -1,2 +1,2 @@ GenshinUID_version = '5.1.2' -Genshin_version = '5.1.0' +Genshin_version = '5.2.0'