Spaces:
Runtime error
Runtime error
04.23 commit
Browse files- base/recipe.py +14 -0
- qt/assets/enchants/belt +1 -1
- qt/assets/enchants/bottoms +1 -1
- qt/assets/enchants/hat +1 -1
- qt/assets/enchants/jacket +1 -1
- qt/assets/enchants/primary_weapon +1 -1
- qt/assets/enchants/secondary_weapon +1 -1
- qt/assets/enchants/shoes +1 -1
- qt/assets/enchants/wrist +1 -1
- qt/assets/equipments/belt +1 -1
- qt/assets/equipments/bottoms +1 -1
- qt/assets/equipments/hat +1 -1
- qt/assets/equipments/jacket +1 -1
- qt/assets/equipments/necklace +1 -1
- qt/assets/equipments/pendant +1 -1
- qt/assets/equipments/primary_weapon +1 -1
- qt/assets/equipments/ring +1 -1
- qt/assets/equipments/shoes +1 -1
- qt/assets/equipments/tertiary_weapon +1 -1
- qt/assets/equipments/wrist +1 -1
- schools/bei_ao_jue/gains.py +3 -3
- schools/shan_hai_xin_jue/__init__.py +2 -2
- schools/shan_hai_xin_jue/gains.py +18 -0
- schools/shan_hai_xin_jue/recipes.py +26 -0
- schools/shan_hai_xin_jue/skills.py +78 -15
- schools/shan_hai_xin_jue/talents.py +13 -3
- utils/parser.py +12 -9
base/recipe.py
CHANGED
@@ -31,9 +31,23 @@ class CriticalStrikeRecipe(RecipeGain):
|
|
31 |
skills[skill_id].skill_critical_strike -= self.value
|
32 |
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
def damage_addition_recipe(skill_ids, value, name="伤害增加"):
|
35 |
return DamageAdditionRecipe(name, skill_ids, value)
|
36 |
|
37 |
|
38 |
def critical_strike_recipe(skill_ids, value, name="会心增加"):
|
39 |
return CriticalStrikeRecipe(name, skill_ids, value)
|
|
|
|
|
|
|
|
|
|
31 |
skills[skill_id].skill_critical_strike -= self.value
|
32 |
|
33 |
|
34 |
+
class PveAdditionRecipe(RecipeGain):
|
35 |
+
def add_skills(self, skills: Dict[int, Skill]):
|
36 |
+
for skill_id in self.skill_ids:
|
37 |
+
skills[skill_id].skill_pve_addition += self.value
|
38 |
+
|
39 |
+
def sub_skills(self, skills: Dict[int, Skill]):
|
40 |
+
for skill_id in self.skill_ids:
|
41 |
+
skills[skill_id].skill_pve_addition -= self.value
|
42 |
+
|
43 |
+
|
44 |
def damage_addition_recipe(skill_ids, value, name="伤害增加"):
|
45 |
return DamageAdditionRecipe(name, skill_ids, value)
|
46 |
|
47 |
|
48 |
def critical_strike_recipe(skill_ids, value, name="会心增加"):
|
49 |
return CriticalStrikeRecipe(name, skill_ids, value)
|
50 |
+
|
51 |
+
|
52 |
+
def pve_addition_recipe(skill_ids, value, name="非侠伤害增加"):
|
53 |
+
return PveAdditionRecipe(name, skill_ids, value)
|
qt/assets/enchants/belt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"连雾·腰·无双 腰带无双等级提高291": {"id": 12173, "score": 419, "attr": {"strain_base": 291}}, "连雾·腰·无双 腰带无双等级提高264": {"id": 12004, "score": 380, "attr": {"strain_base": 264}}, "连雾·腰·无双 腰带无双等级提高240": {"id": 11835, "score": 313, "attr": {"strain_base": 240}}, "连雾·腰·无双 腰带无双等级提高217": {"id": 11650, "score": 258, "attr": {"strain_base": 217}}
|
|
|
1 |
+
{"连雾·腰·无双 腰带无双等级提高291": {"id": 12173, "score": 419, "attr": {"strain_base": 291}}, "连雾·腰·无双 腰带无双等级提高264": {"id": 12004, "score": 380, "attr": {"strain_base": 264}}, "连雾·腰·无双 腰带无双等级提高240": {"id": 11835, "score": 313, "attr": {"strain_base": 240}}, "连雾·腰·无双 腰带无双等级提高217": {"id": 11650, "score": 258, "attr": {"strain_base": 217}}}
|
qt/assets/enchants/bottoms
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"断浪·裤·铸(无双) 无双等级提升974点": {"id": 12055, "score": 1050, "attr": {"strain_base": 974}}, "断浪·裤·铸(会心) 全会心提升974点": {"id": 12054, "score": 1050, "attr": {"all_critical_strike_base": 974}}, "断浪·裤·铸(内破) 内功破防等级提升974点": {"id": 12053, "score": 1050, "attr": {"magical_overcome_base": 974}}, "断浪·裤·铸(外破) 外功破防等级提升974点": {"id": 12052, "score": 1050, "attr": {"physical_overcome_base": 974}}, "断浪·裤·铸(根骨) 根骨提升218点": {"id": 12050, "score": 1050, "attr": {"spirit_base": 218}}, "断浪·裤·铸(力道) 力道提升218点": {"id": 12049, "score": 1050, "attr": {"strength_base": 218}}, "断浪·裤·铸(元气) 元气提升218点": {"id": 12048, "score": 1050, "attr": {"spunk_base": 218}}, "断浪·裤·铸(身法) 身法提升218点": {"id": 12047, "score": 1050, "attr": {"agility_base": 218}}, "断浪·裤·铸(无双) 无双等级提升883点": {"id": 11886, "score": 952, "attr": {"strain_base": 883}}, "断浪·裤·铸(会心) 全会心提升883点": {"id": 11885, "score": 952, "attr": {"all_critical_strike_base": 883}}, "断浪·裤·铸(内破) 内功破防等级提升883点": {"id": 11884, "score": 952, "attr": {"magical_overcome_base": 883}}, "断浪·裤·铸(外破) 外功破防等级提升883点": {"id": 11883, "score": 952, "attr": {"physical_overcome_base": 883}}, "断浪·裤·铸(根骨) 根骨提升198点": {"id": 11881, "score": 952, "attr": {"spirit_base": 198}}, "断浪·裤·铸(力道) 力道提升198点": {"id": 11880, "score": 952, "attr": {"strength_base": 198}}, "断浪·裤·铸(元气) 元气提升198点": {"id": 11879, "score": 952, "attr": {"spunk_base": 198}}, "断浪·裤·铸(身法) 身法提升198点": {"id": 11878, "score": 952, "attr": {"agility_base": 198}}, "断浪·裤·铸(无双) 无双等级提升799点": {"id": 11717, "score": 783, "attr": {"strain_base": 799}}, "断浪·裤·铸(会心) 全会心提升799点": {"id": 11716, "score": 783, "attr": {"all_critical_strike_base": 799}}, "断浪·裤·铸(内破) 内功破防等级提升799点": {"id": 11715, "score": 783, "attr": {"magical_overcome_base": 799}}, "断浪·裤·铸(外破) 外功破防等级提升799点": {"id": 11714, "score": 783, "attr": {"physical_overcome_base": 799}}, "断浪·裤·铸(根骨) 根骨提升179点": {"id": 11712, "score": 783, "attr": {"spirit_base": 179}}, "断浪·裤·铸(力道) 力道提升179点": {"id": 11711, "score": 783, "attr": {"strength_base": 179}}, "断浪·裤·铸(元气) 元气提升179点": {"id": 11710, "score": 783, "attr": {"spunk_base": 179}}, "断浪·裤·铸(身法) 身法提升179点": {"id": 11709, "score": 783, "attr": {"agility_base": 179}}, "断浪·裤·铸(无双) 无双等级提升723点": {"id": 11530, "score": 644, "attr": {"strain_base": 723}}, "断浪·裤·铸(会心) 全会心提升723点": {"id": 11529, "score": 644, "attr": {"all_critical_strike_base": 723}}, "断浪·裤·铸(内破) 内功破防等级提升723点": {"id": 11528, "score": 644, "attr": {"magical_overcome_base": 723}}, "断浪·裤·铸(外破) 外功破防等级提升723点": {"id": 11527, "score": 644, "attr": {"physical_overcome_base": 723}}, "断浪·裤·铸(根骨) 根骨提升162点": {"id": 11525, "score": 644, "attr": {"spirit_base": 162}}, "断浪·裤·铸(力道) 力道提升162点": {"id": 11524, "score": 644, "attr": {"strength_base": 162}}, "断浪·裤·铸(元气) 元气提升162点": {"id": 11523, "score": 644, "attr": {"spunk_base": 162}}, "断浪·裤·铸(身法) 身法提升162点": {"id": 11522, "score": 644, "attr": {"agility_base": 162}}, "断浪·裤·甲(无双) 无双等级提升487点": {"id": 12078, "score": 524, "attr": {"strain_base": 487}}, "断浪·裤·甲(会心) 全会心提升487点": {"id": 12077, "score": 524, "attr": {"all_critical_strike_base": 487}}, "断浪·裤·甲(内破) 内功破防等级提升487点": {"id": 12076, "score": 524, "attr": {"magical_overcome_base": 487}}, "断浪·裤·甲(外破) 外功破防等级提升487点": {"id": 12075, "score": 524, "attr": {"physical_overcome_base": 487}}, "断浪·裤·甲(根骨) 根骨提升109点": {"id": 12073, "score": 524, "attr": {"spirit_base": 109}}, "断浪·裤·甲(力道) 力道提升109点": {"id": 12072, "score": 524, "attr": {"strength_base": 109}}, "断浪·裤·甲(元气) 元气提升109点": {"id": 12071, "score": 524, "attr": {"spunk_base": 109}}, "断浪·裤·甲(身法) 身法提升109点": {"id": 12070, "score": 524, "attr": {"agility_base": 109}}, "断浪·裤·甲(无双) 无双等级提升442点": {"id": 11909, "score": 475, "attr": {"strain_base": 442}}, "断浪·裤·甲(会心) 全会心提升442点": {"id": 11908, "score": 475, "attr": {"all_critical_strike_base": 442}}, "断浪·裤·甲(内破) 内功破防等级提升442点": {"id": 11907, "score": 475, "attr": {"magical_overcome_base": 442}}, "断浪·裤·甲(外破) 外功破防等级提升442点": {"id": 11906, "score": 475, "attr": {"physical_overcome_base": 442}}, "断浪·裤·甲(根骨) 根骨提升99点": {"id": 11904, "score": 475, "attr": {"spirit_base": 99}}, "断浪·裤·甲(力道) 力道提升99点": {"id": 11903, "score": 475, "attr": {"strength_base": 99}}, "断浪·裤·甲(元气) 元气提升99点": {"id": 11902, "score": 475, "attr": {"spunk_base": 99}}, "断浪·裤·甲(身法) 身法提升99点": {"id": 11901, "score": 475, "attr": {"agility_base": 99}}, "奉天·裤·铸(无双) 无双等级提升491点": {"id": 11442, "score": 437, "attr": {"strain_base": 491}}, "奉天·裤·铸(会心) 全会心提升491点": {"id": 11441, "score": 437, "attr": {"all_critical_strike_base": 491}}, "奉天·裤·铸(内破) 内功破防等级提升491点": {"id": 11440, "score": 437, "attr": {"magical_overcome_base": 491}}, "奉天·裤·铸(外破) 外功破防等级提升491点": {"id": 11439, "score": 437, "attr": {"physical_overcome_base": 491}}, "奉天·裤·铸(根骨) 根骨提升110点": {"id": 11437, "score": 437, "attr": {"spirit_base": 110}}, "奉天·裤·铸(力道) 力道提升110点": {"id": 11436, "score": 437, "attr": {"strength_base": 110}}, "奉天·裤·铸(元气) 元气提升110点": {"id": 11435, "score": 437, "attr": {"spunk_base": 110}}, "奉天·裤·铸(身法) 身法提升110点": {"id": 11434, "score": 437, "attr": {"agility_base": 110}}, "连雾·裤·无双 下装无双等级提高390": {"id": 12153, "score": 419, "attr": {"strain_base": 390}}, "连雾·裤·内破 下装内功破防等级提高390": {"id": 12152, "score": 419, "attr": {"magical_overcome_base": 390}}, "连雾·裤·外破 下装外功破防等级提高390": {"id": 12151, "score": 419, "attr": {"physical_overcome_base": 390}}, "连雾·裤·会心 下装全会心等级提高390": {"id": 12148, "score": 419, "attr": {"all_critical_strike_base": 390}}, "断浪·裤·甲(无双) 无双等级提升400点": {"id": 11740, "score": 391, "attr": {"strain_base": 400}}, "断浪·裤·甲(会心) 全会心提升400点": {"id": 11739, "score": 391, "attr": {"all_critical_strike_base": 400}}, "断浪·裤·甲(内破) 内功破防等级提升400点": {"id": 11738, "score": 391, "attr": {"magical_overcome_base": 400}}, "断浪·裤·甲(外破) 外功破防等级提升400点": {"id": 11737, "score": 391, "attr": {"physical_overcome_base": 400}}, "断浪·裤·甲(根骨) 根骨提升90点": {"id": 11735, "score": 391, "attr": {"spirit_base": 90}}, "断浪·裤·甲(力道) 力道提升90点": {"id": 11734, "score": 391, "attr": {"strength_base": 90}}, "断浪·裤·甲(元气) 元气提升90点": {"id": 11733, "score": 391, "attr": {"spunk_base": 90}}, "断浪·裤·甲(身法) 身法提升90点": {"id": 11732, "score": 391, "attr": {"agility_base": 90}}, "奉天·裤·铸(无双) 无双等级提升441点": {"id": 11298, "score": 390, "attr": {"strain_base": 441}}, "奉天·裤·铸(会心) 全会心提升441点": {"id": 11297, "score": 390, "attr": {"all_critical_strike_base": 441}}, "奉天·裤·铸(内破) 内功破防等级提升441点": {"id": 11296, "score": 390, "attr": {"magical_overcome_base": 441}}, "奉天·裤·铸(外破) 外功破防等级提升441点": {"id": 11295, "score": 390, "attr": {"physical_overcome_base": 441}}, "奉天·裤·铸(根骨) 根骨提升99点": {"id": 11293, "score": 390, "attr": {"spirit_base": 99}}, "奉天·裤·铸(力道) 力道提升99点": {"id": 11292, "score": 390, "attr": {"strength_base": 99}}, "奉天·裤·铸(元气) 元气提升99点": {"id": 11291, "score": 390, "attr": {"spunk_base": 99}}, "奉天·裤·铸(身法) 身法提升99点": {"id": 11290, "score": 390, "attr": {"agility_base": 99}}, "连雾·裤·无双 下装无双等级提高353": {"id": 11984, "score": 380, "attr": {"strain_base": 353}}, "连雾·裤·内破 下装内功破防等级提高353": {"id": 11983, "score": 380, "attr": {"magical_overcome_base": 353}}, "连雾·裤·外破 下装外功破防等级提高353": {"id": 11982, "score": 380, "attr": {"physical_overcome_base": 353}}, "连雾·裤·会心 下装全会心等级提高353": {"id": 11979, "score": 380, "attr": {"all_critical_strike_base": 353}}, "奉天·裤·铸(无双) 无双等级提升397点": {"id": 11210, "score": 352, "attr": {"strain_base": 397}}, "奉天·裤·铸(会心) 全会心提升397点": {"id": 11209, "score": 352, "attr": {"all_critical_strike_base": 397}}, "奉天·裤·铸(内破) 内功破防等级提升397点": {"id": 11208, "score": 352, "attr": {"magical_overcome_base": 397}}, "奉天·裤·铸(外破) 外功破防等级提升397点": {"id": 11207, "score": 352, "attr": {"physical_overcome_base": 397}}, "奉天·裤·铸(根骨) 根骨提升89点": {"id": 11205, "score": 352, "attr": {"spirit_base": 89}}, "奉天·裤·铸(力道) 力道提升89点": {"id": 11204, "score": 352, "attr": {"strength_base": 89}}, "奉天·裤·铸(元气) 元气提升89点": {"id": 11203, "score": 352, "attr": {"spunk_base": 89}}, "奉天·裤·铸(身法) 身法提升89点": {"id": 11202, "score": 352, "attr": {"agility_base": 89}}, "断浪·裤·甲(无双) 无双等级提升362点": {"id": 11553, "score": 322, "attr": {"strain_base": 362}}, "断浪·裤·甲(会心) 全会心提升362点": {"id": 11552, "score": 322, "attr": {"all_critical_strike_base": 362}}, "断浪·裤·甲(内破) 内功破防等级提升362点": {"id": 11551, "score": 322, "attr": {"magical_overcome_base": 362}}, "断浪·裤·甲(外破) 外功破防等级提升362点": {"id": 11550, "score": 322, "attr": {"physical_overcome_base": 362}}, "断浪·裤·甲(根骨) 根骨提升81点": {"id": 11548, "score": 322, "attr": {"spirit_base": 81}}, "断浪·裤·甲(力道) 力道提升81点": {"id": 11547, "score": 322, "attr": {"strength_base": 81}}, "断浪·裤·甲(元气) 元气提升81点": {"id": 11546, "score": 322, "attr": {"spunk_base": 81}}, "断浪·裤·甲(身法) 身法提升81点": {"id": 11545, "score": 322, "attr": {"agility_base": 81}}, "连雾·裤·无双 下装无双等级提高320": {"id": 11815, "score": 313, "attr": {"strain_base": 320}}, "连雾·裤·内破 下装内功破防等级提高320": {"id": 11814, "score": 313, "attr": {"magical_overcome_base": 320}}, "连雾·裤·外破 下装外功破防等级提高320": {"id": 11813, "score": 313, "attr": {"physical_overcome_base": 320}}, "连雾·裤·会心 下装全会心等级提高320": {"id": 11810, "score": 313, "attr": {"all_critical_strike_base": 320}}, "奉天·裤·铸(无双) 无双等级提升325点": {"id": 11023, "score": 288, "attr": {"strain_base": 325}}, "奉天·裤·铸(会心) 全会心提升325点": {"id": 11022, "score": 288, "attr": {"all_critical_strike_base": 325}}, "奉天·裤·铸(内破) 内功破防等级提升325点": {"id": 11021, "score": 288, "attr": {"magical_overcome_base": 325}}, "奉天·裤·铸(外破) 外功破防等级提升325点": {"id": 11020, "score": 288, "attr": {"physical_overcome_base": 325}}, "奉天·裤·铸(根骨) 根骨提升73点": {"id": 11018, "score": 288, "attr": {"spirit_base": 73}}, "奉天·裤·铸(力道) 力道提升73点": {"id": 11017, "score": 288, "attr": {"strength_base": 73}}, "奉天·裤·铸(元气) 元气提升73点": {"id": 11016, "score": 288, "attr": {"spunk_base": 73}}, "奉天·裤·铸(身法) 身法提升73点": {"id": 11015, "score": 288, "attr": {"agility_base": 73}}, "连雾·裤·无双 下装无双等级提高289": {"id": 11629, "score": 258, "attr": {"strain_base": 289}}, "连雾·裤·内破 下装内功破防等级提高289": {"id": 11628, "score": 258, "attr": {"magical_overcome_base": 289}}, "连雾·裤·外破 下装外功破防等级提高289": {"id": 11627, "score": 258, "attr": {"physical_overcome_base": 289}}, "连雾·裤·会心 下装全会心等级提高289": {"id": 11624, "score": 258, "attr": {"all_critical_strike_base": 289}}, "奉天·裤·甲(无双) 无双等级提升289点": {"id": 11046, "score": 255, "attr": {"strain_base": 289}}, "奉天·裤·甲(会心) 全会心提升289点": {"id": 11045, "score": 255, "attr": {"all_critical_strike_base": 289}}, "奉天·裤·甲(内破) 内功破防等级提升289点": {"id": 11044, "score": 255, "attr": {"magical_overcome_base": 289}}, "奉天·裤·甲(外破) 外功破防等级提升289点": {"id": 11043, "score": 255, "attr": {"physical_overcome_base": 289}}, "奉天·裤·甲(根骨) 根骨提升65点": {"id": 11041, "score": 255, "attr": {"spirit_base": 65}}, "奉天·裤·甲(力道) 力道提升65点": {"id": 11040, "score": 255, "attr": {"strength_base": 65}}, "奉天·裤·甲(元气) 元气提升65点": {"id": 11039, "score": 255, "attr": {"spunk_base": 65}}, "奉天·裤·甲(身法) 身法提升65点": {"id": 11038, "score": 255, "attr": {"agility_base": 65}}, "仙踪·裤·铸(无双) 无双等级提升209点": {"id": 10893, "score": 185, "attr": {"strain_base": 209}}, "仙踪·裤·铸(会心) 全会心提升209点": {"id": 10892, "score": 185, "attr": {"all_critical_strike_base": 209}}, "仙踪·裤·铸(内破) 内功破防等级提升209点": {"id": 10891, "score": 185, "attr": {"magical_overcome_base": 209}}, "仙踪·裤·铸(外破) 外功破防等级提升209点": {"id": 10890, "score": 185, "attr": {"physical_overcome_base": 209}}, "仙踪·裤·铸(根骨) 根骨提升47点": {"id": 10888, "score": 185, "attr": {"spirit_base": 47}}, "仙踪·裤·铸(力道) 力道提升47点": {"id": 10887, "score": 185, "attr": {"strength_base": 47}}, "仙踪·裤·铸(元气) 元气提升47点": {"id": 10886, "score": 185, "attr": {"spunk_base": 47}}, "仙踪·裤·铸(身法) 身法提升47点": {"id": 10885, "score": 185, "attr": {"agility_base": 47}}, "仙踪·裤·铸(无双) 无双等级提升188点": {"id": 10721, "score": 165, "attr": {"strain_base": 188}}, "仙踪·裤·铸(会心) 全会心提��188点": {"id": 10720, "score": 165, "attr": {"all_critical_strike_base": 188}}, "仙踪·裤·铸(内破) 内功破防等级提升188点": {"id": 10719, "score": 165, "attr": {"magical_overcome_base": 188}}, "仙踪·裤·铸(外破) 外功破防等级提升188点": {"id": 10718, "score": 165, "attr": {"physical_overcome_base": 188}}, "仙踪·裤·铸(无双) 无双等级提升166点": {"id": 10584, "score": 146, "attr": {"strain_base": 166}}, "仙踪·裤·铸(会心) 全会心提升166点": {"id": 10583, "score": 146, "attr": {"all_critical_strike_base": 166}}, "仙踪·裤·铸(内破) 内功破防等级提升166点": {"id": 10582, "score": 146, "attr": {"magical_overcome_base": 166}}, "仙踪·裤·铸(外破) 外功破防等级提升166点": {"id": 10581, "score": 146, "attr": {"physical_overcome_base": 166}}, "仙踪·裤·铸(根骨) 根骨提升37点": {"id": 10579, "score": 146, "attr": {"spirit_base": 37}}, "仙踪·裤·铸(力道) 力道提升37点": {"id": 10578, "score": 146, "attr": {"strength_base": 37}}, "仙踪·裤·铸(元气) 元气提升37点": {"id": 10577, "score": 146, "attr": {"spunk_base": 37}}, "仙踪·裤·铸(身法) 身法提升37点": {"id": 10576, "score": 146, "attr": {"agility_base": 37}}, "仙踪·裤·铸(无双) 无双等级提升152点": {"id": 10332, "score": 133, "attr": {"strain_base": 152}}, "仙踪·裤·铸(会心) 全会心提升152点": {"id": 10331, "score": 133, "attr": {"all_critical_strike_base": 152}}, "仙踪·裤·铸(内破) 内功破防等级提升152点": {"id": 10330, "score": 133, "attr": {"magical_overcome_base": 152}}, "仙踪·裤·铸(外破) 外功破防等级提升152点": {"id": 10329, "score": 133, "attr": {"physical_overcome_base": 152}}, "仙踪·裤·铸(根骨) 根骨提升34点": {"id": 10327, "score": 133, "attr": {"spirit_base": 34}}, "仙踪·裤·铸(力道) 力道提升34点": {"id": 10326, "score": 133, "attr": {"strength_base": 34}}, "仙踪·裤·铸(元气) 元气提升34点": {"id": 10325, "score": 133, "attr": {"spunk_base": 34}}, "仙踪·裤·铸(身法) 身法提升34点": {"id": 10324, "score": 133, "attr": {"agility_base": 34}}, "珍·重制·印(元气) 元气提升31点": {"id": 6301, "score": 121, "attr": {"spunk_base": 31}}, "珍·重制·印(力道) 力道提升31点": {"id": 6300, "score": 121, "attr": {"strength_base": 31}}, "珍·重制·印(内伤) 内功攻击提升75点": {"id": 6296, "score": 121, "attr": {"magical_attack_power_base": 75}}, "珍·重制·印(外伤) 外功攻击提升62点": {"id": 6295, "score": 121, "attr": {"physical_attack_power_base": 62}}, "珍·风骨·印(内伤) 内功攻击提升61点": {"id": 6268, "score": 100, "attr": {"magical_attack_power_base": 61}}, "珍·风骨·印(外伤) 外功攻击提升51点": {"id": 6267, "score": 100, "attr": {"physical_attack_power_base": 51}}, "珍·风骨·印(元气) 元气提升25点": {"id": 6247, "score": 98, "attr": {"spunk_base": 25}}, "珍·风骨·印(力道) 力道提升25点": {"id": 6246, "score": 98, "attr": {"strength_base": 25}}, "仙踪·裤·甲(无双) 无双等级提升105点": {"id": 10916, "score": 94, "attr": {"strain_base": 105}}, "仙踪·裤·甲(会心) 全会心提升105点": {"id": 10915, "score": 94, "attr": {"all_critical_strike_base": 105}}, "仙踪·裤·甲(内破) 内功破防等级提升105点": {"id": 10914, "score": 94, "attr": {"magical_overcome_base": 105}}, "仙踪·裤·甲(外破) 外功破防等级提升105点": {"id": 10913, "score": 94, "attr": {"physical_overcome_base": 105}}, "仙踪·裤·甲(根骨) 根骨提升24点": {"id": 10911, "score": 94, "attr": {"spirit_base": 24}}, "仙踪·裤·甲(力道) 力道提升24点": {"id": 10910, "score": 94, "attr": {"strength_base": 24}}, "仙踪·裤·甲(元气) 元气提升24点": {"id": 10909, "score": 94, "attr": {"spunk_base": 24}}, "仙踪·裤·甲(身法) 身法提升24点": {"id": 10908, "score": 94, "attr": {"agility_base": 24}}, "仙踪·裤·甲(无双) 无双等级提升94点": {"id": 10744, "score": 83, "attr": {"strain_base": 94}}, "仙踪·裤·甲(会心) 全会心提升94点": {"id": 10743, "score": 83, "attr": {"all_critical_strike_base": 94}}, "仙踪·裤·甲(内破) 内功破防等级提升94点": {"id": 10742, "score": 83, "attr": {"magical_overcome_base": 94}}, "仙踪·裤·甲(外破) 外功破防等级提升94点": {"id": 10741, "score": 83, "attr": {"physical_overcome_base": 94}}, "仙踪·裤·甲(根骨) 根骨提升21点": {"id": 10739, "score": 83, "attr": {"spirit_base": 21}}, "仙踪·裤·甲(力道) 力道提升21点": {"id": 10738, "score": 83, "attr": {"strength_base": 21}}, "仙踪·裤·甲(元气) 元气提升21点": {"id": 10737, "score": 83, "attr": {"spunk_base": 21}}, "仙踪·裤·甲(身法) 身法提升21点": {"id": 10736, "score": 83, "attr": {"agility_base": 21}}, "仙踪·裤·铸(根骨) 根骨提升42点": {"id": 10716, "score": 83, "attr": {"spirit_base": 42}}, "仙踪·裤·铸(力道) 力道提升42点": {"id": 10715, "score": 83, "attr": {"strength_base": 42}}, "仙踪·裤·铸(元气) 元气提升42点": {"id": 10714, "score": 83, "attr": {"spunk_base": 42}}, "仙踪·裤·铸(身法) 身法提升42点": {"id": 10713, "score": 83, "attr": {"agility_base": 42}}, "佳·剑胆·印(内伤) 内功攻击提升50点": {"id": 6127, "score": 82, "attr": {"magical_attack_power_base": 50}}, "佳·剑胆·印(外伤) 外功攻击提升42点": {"id": 6126, "score": 82, "attr": {"physical_attack_power_base": 42}}, "佳·剑胆·印(元气) 元气提升21点": {"id": 6125, "score": 82, "attr": {"spunk_base": 21}}, "佳·剑胆·印(力道) 力道提升21点": {"id": 6124, "score": 82, "attr": {"strength_base": 21}}, "仙踪·裤·甲(无双) 无双等级提升83点": {"id": 10607, "score": 74, "attr": {"strain_base": 83}}, "仙踪·裤·甲(会心) 全会心提升83点": {"id": 10606, "score": 74, "attr": {"all_critical_strike_base": 83}}, "仙踪·裤·甲(内破) 内功破防等级提升83点": {"id": 10605, "score": 74, "attr": {"magical_overcome_base": 83}}, "仙踪·裤·甲(外破) 外功破防等级提升83点": {"id": 10604, "score": 74, "attr": {"physical_overcome_base": 83}}, "仙踪·裤·甲(根骨) 根骨提升19点": {"id": 10602, "score": 74, "attr": {"spirit_base": 19}}, "仙踪·裤·甲(力道) 力道提升19点": {"id": 10601, "score": 74, "attr": {"strength_base": 19}}, "仙踪·裤·甲(元气) 元气提升19点": {"id": 10600, "score": 74, "attr": {"spunk_base": 19}}, "仙踪·裤·甲(身法) 身法提升19点": {"id": 10599, "score": 74, "attr": {"agility_base": 19}}, "珍·重制·印(外会效) 外功会心效果等级提升83点": {"id": 6302, "score": 74, "attr": {"physical_critical_power_base": 83}}, "剑胆·印(内伤) 内功攻击提升44点": {"id": 6089, "score": 70, "attr": {"magical_attack_power_base": 44}}, "剑胆·印(外伤) 外功攻击提升37点": {"id": 6088, "score": 70, "attr": {"physical_attack_power_base": 37}}, "剑胆·印(元气) 元气提升18点": {"id": 6087, "score": 70, "attr": {"spunk_base": 18}}, "剑胆·印(力道) 力道提升18点": {"id": 6086, "score": 70, "attr": {"strength_base": 18}}, "仙踪·裤·甲(无双) 无双等级提升76点": {"id": 10355, "score": 66, "attr": {"strain_base": 76}}, "仙踪·裤·甲(会心) 全会心提升76点": {"id": 10354, "score": 66, "attr": {"all_critical_strike_base": 76}}, "仙踪·裤·甲(内破) 内功破防等级提升76点": {"id": 10353, "score": 66, "attr": {"magical_overcome_base": 76}}, "仙踪·裤·甲(外破) 外功破防等级提升76点": {"id": 10352, "score": 66, "attr": {"physical_overcome_base": 76}}, "仙踪·裤·甲(根骨) 根骨提升17点": {"id": 10350, "score": 66, "attr": {"spirit_base": 17}}, "仙踪·裤·甲(力道) 力道提升17点": {"id": 10349, "score": 66, "attr": {"strength_base": 17}}, "仙踪·裤·甲(元气) 元气提升17点": {"id": 10348, "score": 66, "attr": {"spunk_base": 17}}, "仙踪·裤·甲(身法) 身法提升17点": {"id": 10347, "score": 66, "attr": {"agility_base": 17}}, "珍·重制·印(内会效) 内功会心效果等级提升73点": {"id": 6303, "score": 64, "attr": {"magical_critical_power_base": 83}}, "珍·风骨·印(外会效) 外功会心效果等级提升68点": {"id": 6250, "score": 60, "attr": {"physical_critical_power_base": 68}}, "珍·风骨·印(内会效) 内功会心效果等级提升68点": {"id": 6249, "score": 60, "attr": {"magical_critical_power_base": 68}}, "佳·剑胆·印(外会效) 外功会心效果等级提升56点": {"id": 6130, "score": 49, "attr": {"physical_critical_power_base": 56}}, "佳·剑胆·印(内会效) 内功会心效果等级提升56点": {"id": 6129, "score": 49, "attr": {"magical_critical_power_base": 56}}, "剑胆·印(外会效) 外功会心效果等级提升49点": {"id": 6092, "score": 44, "attr": {"physical_critical_power_base": 49}}, "剑胆·印(内会效) 内功会心效果等级提升49点": {"id": 6091, "score": 44, "attr": {"magical_critical_power_base": 49}}, "雅·安戎·印(元气) 元气提升10": {"id": 5916, "score": 39, "attr": {"spunk_base": 10}}, "雅·安戎·印(力道) 力道提升10": {"id": 5915, "score": 39, "attr": {"strength_base": 10}}, "苍·安戎·印(外伤) 外功攻击提升18": {"id": 6042, "score": 35, "attr": {"physical_attack_power_base": 18}}, "苍·安戎·印(内伤) 内功攻击提升22": {"id": 6038, "score": 35, "attr": {"magical_attack_power_base": 22}}, "安戎·印(内伤) 内功攻击提升22": {"id": 5880, "score": 35, "attr": {"magical_attack_power_base": 22}}, "安戎·印(外伤) 外功攻击提升18": {"id": 5879, "score": 35, "attr": {"physical_attack_power_base": 18}}, "安戎·印(元气) 元气提升9": {"id": 5878, "score": 35, "attr": {"spunk_base": 9}}, "安戎·印(力道) 力道提升9": {"id": 5877, "score": 35, "attr": {"strength_base": 9}}, "苍海·印(元气) 元气永久提升7点(下装)": {"id": 5148, "score": 27, "attr": {"spunk_base": 7}}, "苍海·印(力道) 力道永久提升7点(下装)": {"id": 5146, "score": 27, "attr": {"strength_base": 7}}, "白虎染(下装) 外功攻击永久提升14点(下装)": {"id": 372, "score": 27, "attr": {"physical_attack_power_base": 14}}, "黑曜染(下装) 外功攻击永久提升14点(下装)": {"id": 354, "score": 27, "attr": {"physical_attack_power_base": 14}}, "行军·印(外伤) 外功攻击提升15": {"id": 5860, "score": 26, "attr": {"physical_attack_power_base": 15}}, "行军·印(内伤) 内功攻击提升16": {"id": 5859, "score": 26, "attr": {"magical_attack_power_base": 16}}, "青龙染(下装) 内功攻击永久提升16点(下装)": {"id": 370, "score": 26, "attr": {"magical_attack_power_base": 16}}, "雨花染(下装) 内功攻击永久提升16点(下装)": {"id": 356, "score": 26, "attr": {"magical_attack_power_base": 16}}, "安戎·印(外会效) 外功会心效果提升24": {"id": 5883, "score": 21, "attr": {"physical_critical_power_base": 24}}, "安戎·印(内会效) 内功会心效果提升24": {"id": 5882, "score": 21, "attr": {"magical_critical_power_base": 24}}, "岩蓝染(下装) 元气永久提升5点(下装)": {"id": 203, "score": 19, "attr": {"spunk_base": 5}}, "莹白染(下装) 力道永久提升5点(下装)": {"id": 200, "score": 19, "attr": {"strength_base": 5}}, "紫碧绣染(下装) 身法永久提升5点(下装)": {"id": 167, "score": 19, "attr": {"agility_base": 5}}, "云英染(下装) 破招永久提升18点(下装)": {"id": 360, "score": 15, "attr": {"surplus": 18}}, "妃红染(下装) 根骨永久提升4点(下装)": {"id": 10, "score": 15, "attr": {"spirit_base": 4}}, "鹅黄染图样:下装 力道永久提升4点(下装)": {"id": 4, "score": 15, "attr": {"strength_base": 4}}, "角砾染(下装) 外功破防永久提升16点(下装)": {"id": 340, "score": 13, "attr": {"physical_overcome_base": 16}}, "流纹染(下装) 内功破防永久提升16点(下装)": {"id": 338, "score": 13, "attr": {"magical_overcome_base": 16}}, "云锡染(下装) 破招永久提升14点(下装)": {"id": 344, "score": 12, "attr": {"surplus": 14}}, "翠青绣染(下装) 根骨永久提升3点(下装)": {"id": 164, "score": 11, "attr": {"spirit_base": 3}}, "橙红染(下装) 永久提升内功会心10点(下装)": {"id": 32, "score": 8, "attr": {"magical_critical_strike_base": 10}}, "雅·安戎·印(外会效) 外功会心效果提升27": {"id": 5921, "score": 0, "attr": {"physical_critical_power_base": 27}}, "雅·安戎·印(内会效) 内功会心效果提升27": {"id": 5920, "score": 0, "attr": {"magical_critical_power_base": 27}}, "雅·安戎·印(内伤) 内功攻击提升25": {"id": 5918, "score": 0, "attr": {"magical_attack_power_base": 25}}, "雅·安戎·印(外伤) 外功攻击提升21": {"id": 5917, "score": 0, "attr": {"physical_attack_power_base": 21}}}
|
|
|
1 |
+
{"断浪·裤·铸(无双) 无双等级提升974点": {"id": 12055, "score": 1050, "attr": {"strain_base": 974}}, "断浪·裤·铸(会心) 全会心提升974点": {"id": 12054, "score": 1050, "attr": {"all_critical_strike_base": 974}}, "断浪·裤·铸(内破) 内功破防等级提升974点": {"id": 12053, "score": 1050, "attr": {"magical_overcome_base": 974}}, "断浪·裤·铸(外破) 外功破防等级提升974点": {"id": 12052, "score": 1050, "attr": {"physical_overcome_base": 974}}, "断浪·裤·铸(根骨) 根骨提升218点": {"id": 12050, "score": 1050, "attr": {"spirit_base": 218}}, "断浪·裤·铸(力道) 力道提升218点": {"id": 12049, "score": 1050, "attr": {"strength_base": 218}}, "断浪·裤·铸(元气) 元气提升218点": {"id": 12048, "score": 1050, "attr": {"spunk_base": 218}}, "断浪·裤·铸(身法) 身法提升218点": {"id": 12047, "score": 1050, "attr": {"agility_base": 218}}, "断浪·裤·铸(无双) 无双等级提升883点": {"id": 11886, "score": 952, "attr": {"strain_base": 883}}, "断浪·裤·铸(会心) 全会心提升883点": {"id": 11885, "score": 952, "attr": {"all_critical_strike_base": 883}}, "断浪·裤·铸(内破) 内功破防等级提升883点": {"id": 11884, "score": 952, "attr": {"magical_overcome_base": 883}}, "断浪·裤·铸(外破) 外功破防等级提升883点": {"id": 11883, "score": 952, "attr": {"physical_overcome_base": 883}}, "断浪·裤·铸(根骨) 根骨提升198点": {"id": 11881, "score": 952, "attr": {"spirit_base": 198}}, "断浪·裤·铸(力道) 力道提升198点": {"id": 11880, "score": 952, "attr": {"strength_base": 198}}, "断浪·裤·铸(元气) 元气提升198点": {"id": 11879, "score": 952, "attr": {"spunk_base": 198}}, "断浪·裤·铸(身法) 身法提升198点": {"id": 11878, "score": 952, "attr": {"agility_base": 198}}, "断浪·裤·铸(无双) 无双等级提升799点": {"id": 11717, "score": 783, "attr": {"strain_base": 799}}, "断浪·裤·铸(会心) 全会心提升799点": {"id": 11716, "score": 783, "attr": {"all_critical_strike_base": 799}}, "断浪·裤·铸(内破) 内功破防等级提升799点": {"id": 11715, "score": 783, "attr": {"magical_overcome_base": 799}}, "断浪·裤·铸(外破) 外功破防等级提升799点": {"id": 11714, "score": 783, "attr": {"physical_overcome_base": 799}}, "断浪·裤·铸(根骨) 根骨提升179点": {"id": 11712, "score": 783, "attr": {"spirit_base": 179}}, "断浪·裤·铸(力道) 力道提升179点": {"id": 11711, "score": 783, "attr": {"strength_base": 179}}, "断浪·裤·铸(元气) 元气提升179点": {"id": 11710, "score": 783, "attr": {"spunk_base": 179}}, "断浪·裤·铸(身法) 身法提升179点": {"id": 11709, "score": 783, "attr": {"agility_base": 179}}, "断浪·裤·铸(无双) 无双等级提升723点": {"id": 11530, "score": 644, "attr": {"strain_base": 723}}, "断浪·裤·铸(会心) 全会心提升723点": {"id": 11529, "score": 644, "attr": {"all_critical_strike_base": 723}}, "断浪·裤·铸(内破) 内功破防等级提升723点": {"id": 11528, "score": 644, "attr": {"magical_overcome_base": 723}}, "断浪·裤·铸(外破) 外功破防等级提升723点": {"id": 11527, "score": 644, "attr": {"physical_overcome_base": 723}}, "断浪·裤·铸(根骨) 根骨提升162点": {"id": 11525, "score": 644, "attr": {"spirit_base": 162}}, "断浪·裤·铸(力道) 力道提升162点": {"id": 11524, "score": 644, "attr": {"strength_base": 162}}, "断浪·裤·铸(元气) 元气提升162点": {"id": 11523, "score": 644, "attr": {"spunk_base": 162}}, "断浪·裤·铸(身法) 身法提升162点": {"id": 11522, "score": 644, "attr": {"agility_base": 162}}, "断浪·裤·甲(无双) 无双等级提升487点": {"id": 12078, "score": 524, "attr": {"strain_base": 487}}, "断浪·裤·甲(会心) 全会心提升487点": {"id": 12077, "score": 524, "attr": {"all_critical_strike_base": 487}}, "断浪·裤·甲(内破) 内功破防等级提升487点": {"id": 12076, "score": 524, "attr": {"magical_overcome_base": 487}}, "断浪·裤·甲(外破) 外功破防等级提升487点": {"id": 12075, "score": 524, "attr": {"physical_overcome_base": 487}}, "断浪·裤·甲(根骨) 根骨提升109点": {"id": 12073, "score": 524, "attr": {"spirit_base": 109}}, "断浪·裤·甲(力道) 力道提升109点": {"id": 12072, "score": 524, "attr": {"strength_base": 109}}, "断浪·裤·甲(元气) 元气提升109点": {"id": 12071, "score": 524, "attr": {"spunk_base": 109}}, "断浪·裤·甲(身法) 身法提升109点": {"id": 12070, "score": 524, "attr": {"agility_base": 109}}, "断浪·裤·甲(无双) 无双等级提升442点": {"id": 11909, "score": 475, "attr": {"strain_base": 442}}, "断浪·裤·甲(会心) 全会心提升442点": {"id": 11908, "score": 475, "attr": {"all_critical_strike_base": 442}}, "断浪·裤·甲(内破) 内功破防等级提升442点": {"id": 11907, "score": 475, "attr": {"magical_overcome_base": 442}}, "断浪·裤·甲(外破) 外功破防等级提升442点": {"id": 11906, "score": 475, "attr": {"physical_overcome_base": 442}}, "断浪·裤·甲(根骨) 根骨提升99点": {"id": 11904, "score": 475, "attr": {"spirit_base": 99}}, "断浪·裤·甲(力道) 力道提升99点": {"id": 11903, "score": 475, "attr": {"strength_base": 99}}, "断浪·裤·甲(元气) 元气提升99点": {"id": 11902, "score": 475, "attr": {"spunk_base": 99}}, "断浪·裤·甲(身法) 身法提升99点": {"id": 11901, "score": 475, "attr": {"agility_base": 99}}, "连雾·裤·无双 下装无双等级提高390": {"id": 12153, "score": 419, "attr": {"strain_base": 390}}, "连雾·裤·内破 下装内功破防等级提高390": {"id": 12152, "score": 419, "attr": {"magical_overcome_base": 390}}, "连雾·裤·外破 下装外功破防等级提高390": {"id": 12151, "score": 419, "attr": {"physical_overcome_base": 390}}, "连雾·裤·会心 下装全会心等级提高390": {"id": 12148, "score": 419, "attr": {"all_critical_strike_base": 390}}, "断浪·裤·甲(无双) 无双等级提升400点": {"id": 11740, "score": 391, "attr": {"strain_base": 400}}, "断浪·裤·甲(会心) 全会心提升400点": {"id": 11739, "score": 391, "attr": {"all_critical_strike_base": 400}}, "断浪·裤·甲(内破) 内功破防等级提升400点": {"id": 11738, "score": 391, "attr": {"magical_overcome_base": 400}}, "断浪·裤·甲(外破) 外功破防等级提升400点": {"id": 11737, "score": 391, "attr": {"physical_overcome_base": 400}}, "断浪·裤·甲(根骨) 根骨提升90点": {"id": 11735, "score": 391, "attr": {"spirit_base": 90}}, "断浪·裤·甲(力道) 力道提升90点": {"id": 11734, "score": 391, "attr": {"strength_base": 90}}, "断浪·裤·甲(元气) 元气提升90点": {"id": 11733, "score": 391, "attr": {"spunk_base": 90}}, "断浪·裤·甲(身法) 身法提升90点": {"id": 11732, "score": 391, "attr": {"agility_base": 90}}, "连雾·裤·无双 下装无双等级提高353": {"id": 11984, "score": 380, "attr": {"strain_base": 353}}, "连雾·裤·内破 下装内功破防等级提高353": {"id": 11983, "score": 380, "attr": {"magical_overcome_base": 353}}, "连雾·裤·外破 下装外功破防等级提高353": {"id": 11982, "score": 380, "attr": {"physical_overcome_base": 353}}, "连雾·裤·会心 下装全会心等级提高353": {"id": 11979, "score": 380, "attr": {"all_critical_strike_base": 353}}, "断浪·裤·甲(无双) 无双等级提升362点": {"id": 11553, "score": 322, "attr": {"strain_base": 362}}, "断浪·裤·甲(会心) 全会心提升362点": {"id": 11552, "score": 322, "attr": {"all_critical_strike_base": 362}}, "断浪·裤·甲(内破) 内功破防等级提升362点": {"id": 11551, "score": 322, "attr": {"magical_overcome_base": 362}}, "断浪·裤·甲(外破) 外功破防等级提升362点": {"id": 11550, "score": 322, "attr": {"physical_overcome_base": 362}}, "断浪·裤·甲(根骨) 根骨提升81点": {"id": 11548, "score": 322, "attr": {"spirit_base": 81}}, "断浪·裤·甲(力道) 力道提升81点": {"id": 11547, "score": 322, "attr": {"strength_base": 81}}, "断浪·裤·甲(元气) 元气提升81点": {"id": 11546, "score": 322, "attr": {"spunk_base": 81}}, "断浪·裤·甲(身法) 身法提升81点": {"id": 11545, "score": 322, "attr": {"agility_base": 81}}, "连雾·裤·无双 下装无双等级提高320": {"id": 11815, "score": 313, "attr": {"strain_base": 320}}, "连雾·裤·内破 下装内功破防等级提高320": {"id": 11814, "score": 313, "attr": {"magical_overcome_base": 320}}, "连雾·裤·外破 下装外功破防等级提高320": {"id": 11813, "score": 313, "attr": {"physical_overcome_base": 320}}, "连雾·裤·会心 下装全会心等级提高320": {"id": 11810, "score": 313, "attr": {"all_critical_strike_base": 320}}, "连雾·裤·无双 下装无双等级提高289": {"id": 11629, "score": 258, "attr": {"strain_base": 289}}, "连雾·裤·内破 下装内功破防等级提高289": {"id": 11628, "score": 258, "attr": {"magical_overcome_base": 289}}, "连雾·裤·外破 下装外功破防等级提高289": {"id": 11627, "score": 258, "attr": {"physical_overcome_base": 289}}, "连雾·裤·会心 下装全会心等级提高289": {"id": 11624, "score": 258, "attr": {"all_critical_strike_base": 289}}}
|
qt/assets/enchants/hat
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"断浪·头·铸(急速) 加速提升974点": {"id": 12060, "score": 1050, "attr": {"haste_base": 974}}, "断浪·头·铸(破招) 破招提升974点": {"id": 12059, "score": 1050, "attr": {"surplus": 974}}, "断浪·头·铸(内攻) 内功攻击提升524点": {"id": 12057, "score": 1050, "attr": {"magical_attack_power_base": 524}}, "断浪·头·铸(外攻) 外功攻击提升439点": {"id": 12056, "score": 1050, "attr": {"physical_attack_power_base": 439}}, "断浪·头·铸(急速) 加速提升883点": {"id": 11891, "score": 952, "attr": {"haste_base": 883}}, "断浪·头·铸(破招) 破招提升883点": {"id": 11890, "score": 952, "attr": {"surplus": 883}}, "断浪·头·铸(内攻) 内功攻击提升475点": {"id": 11888, "score": 952, "attr": {"magical_attack_power_base": 475}}, "断浪·头·铸(外攻) 外功攻击提升398点": {"id": 11887, "score": 952, "attr": {"physical_attack_power_base": 398}}, "断浪·头·铸(急速) 加速提升799点": {"id": 11722, "score": 783, "attr": {"haste_base": 799}}, "断浪·头·铸(破招) 破招提升799点": {"id": 11721, "score": 783, "attr": {"surplus": 799}}, "断浪·头·铸(内攻) 内功攻击提升430点": {"id": 11719, "score": 783, "attr": {"magical_attack_power_base": 430}}, "断浪·头·铸(外攻) 外功攻击提升360点": {"id": 11718, "score": 783, "attr": {"physical_attack_power_base": 360}}, "断浪·头·铸(急速) 加速提升723点": {"id": 11535, "score": 644, "attr": {"haste_base": 723}}, "断浪·头·铸(破招) 破招提升723点": {"id": 11534, "score": 644, "attr": {"surplus": 723}}, "断浪·头·铸(内攻) 内功攻击提升389点": {"id": 11532, "score": 644, "attr": {"magical_attack_power_base": 389}}, "断浪·头·铸(外攻) 外功攻击提升326点": {"id": 11531, "score": 644, "attr": {"physical_attack_power_base": 326}}, "断浪·头·甲(急速) 加速提升487点": {"id": 12083, "score": 524, "attr": {"haste_base": 487}}, "断浪·头·甲(破招) 破招提升487点": {"id": 12082, "score": 524, "attr": {"surplus": 487}}, "断浪·头·甲(内攻) 内功攻击提升262点": {"id": 12080, "score": 524, "attr": {"magical_attack_power_base": 262}}, "断浪·头·甲(外攻) 外功攻击提升219点": {"id": 12079, "score": 524, "attr": {"physical_attack_power_base": 219}}, "断浪·头·甲(急速) 加速提升442点": {"id": 11914, "score": 475, "attr": {"haste_base": 442}}, "断浪·头·甲(破招) 破招提升442点": {"id": 11913, "score": 475, "attr": {"surplus": 442}}, "断浪·头·甲(内攻) 内功攻击提升237点": {"id": 11911, "score": 475, "attr": {"magical_attack_power_base": 237}}, "断浪·头·甲(外攻) 外功攻击提升199点": {"id": 11910, "score": 475, "attr": {"physical_attack_power_base": 199}}, "奉天·头·铸(急速) 加速提升491点": {"id": 11447, "score": 437, "attr": {"haste_base": 491}}, "奉天·头·铸(破招) 破招提升491点": {"id": 11446, "score": 437, "attr": {"surplus": 491}}, "奉天·头·铸(内攻) 内功攻击提升264点": {"id": 11444, "score": 437, "attr": {"magical_attack_power_base": 264}}, "奉天·头·铸(外攻) 外功攻击提升221点": {"id": 11443, "score": 437, "attr": {"physical_attack_power_base": 221}}, "连雾·头·内攻 帽子内功攻击提高210": {"id": 12155, "score": 419, "attr": {"magical_attack_power_base": 210}}, "连雾·头·外攻 帽子外功攻击提高176": {"id": 12154, "score": 419, "attr": {"physical_attack_power_base": 176}}, "连雾·头·急速 帽子加速等级提高390": {"id": 12150, "score": 419, "attr": {"haste_base": 390}}, "断浪·头·甲(急速) 加速提升400点": {"id": 11745, "score": 391, "attr": {"haste_base": 400}}, "断浪·头·甲(破招) 破招提升400点": {"id": 11744, "score": 391, "attr": {"surplus": 400}}, "断浪·头·甲(内攻) 内功攻击提升215点": {"id": 11742, "score": 391, "attr": {"magical_attack_power_base": 215}}, "断浪·头·甲(外攻) 外功攻击提升180点": {"id": 11741, "score": 391, "attr": {"physical_attack_power_base": 180}}, "奉天·头·铸(急速) 加速提升441点": {"id": 11303, "score": 390, "attr": {"haste_base": 441}}, "奉天·头·铸(破招) 破招提升441点": {"id": 11302, "score": 390, "attr": {"surplus": 441}}, "奉天·头·铸(内攻) 内功攻击提升237点": {"id": 11300, "score": 390, "attr": {"magical_attack_power_base": 237}}, "奉天·头·铸(外攻) 外功攻击提升198点": {"id": 11299, "score": 390, "attr": {"physical_attack_power_base": 198}}, "连雾·头·内攻 帽子内功攻击提高190": {"id": 11986, "score": 380, "attr": {"magical_attack_power_base": 190}}, "连雾·头·外攻 帽子外功攻击提高159": {"id": 11985, "score": 380, "attr": {"physical_attack_power_base": 159}}, "连雾·头·急速 帽子加速等级提高353": {"id": 11981, "score": 380, "attr": {"haste_base": 353}}, "奉天·头·铸(急速) 加速提升397点": {"id": 11215, "score": 352, "attr": {"haste_base": 397}}, "奉天·头·铸(破招) 破招提升397点": {"id": 11214, "score": 352, "attr": {"surplus": 397}}, "奉天·头·铸(内攻) 内功攻击提升214点": {"id": 11212, "score": 352, "attr": {"magical_attack_power_base": 214}}, "奉天·头·铸(外攻) 外功攻击提升179点": {"id": 11211, "score": 352, "attr": {"physical_attack_power_base": 179}}, "断浪·头·甲(急速) 加速提升362点": {"id": 11558, "score": 322, "attr": {"haste_base": 362}}, "断浪·头·甲(破招) 破招提升362点": {"id": 11557, "score": 322, "attr": {"surplus": 362}}, "断浪·头·甲(内攻) 内功攻击提升195点": {"id": 11555, "score": 322, "attr": {"magical_attack_power_base": 195}}, "断浪·头·甲(外攻) 外功攻击提升163点": {"id": 11554, "score": 322, "attr": {"physical_attack_power_base": 163}}, "连雾·头·内攻 帽子内功攻击提高172": {"id": 11817, "score": 313, "attr": {"magical_attack_power_base": 172}}, "连雾·头·外攻 帽子外功攻击提高144": {"id": 11816, "score": 313, "attr": {"physical_attack_power_base": 144}}, "连雾·头·急速 帽子加速等级提高320": {"id": 11812, "score": 313, "attr": {"haste_base": 320}}, "奉天·头·铸(急速) 加速提升325点": {"id": 11028, "score": 288, "attr": {"haste_base": 325}}, "奉天·头·铸(破招) 破招提升325点": {"id": 11027, "score": 288, "attr": {"surplus": 325}}, "奉天·头·铸(内攻) 内功攻击提升175点": {"id": 11025, "score": 288, "attr": {"magical_attack_power_base": 175}}, "奉天·头·铸(外攻) 外功攻击提升146点": {"id": 11024, "score": 288, "attr": {"physical_attack_power_base": 146}}, "连雾·头·内攻 帽子内功攻击提高156": {"id": 11631, "score": 258, "attr": {"magical_attack_power_base": 156}}, "连雾·头·外攻 帽子外功攻击提高130": {"id": 11630, "score": 258, "attr": {"physical_attack_power_base": 130}}, "连雾·头·急速 帽子加速等级提高289": {"id": 11626, "score": 258, "attr": {"haste_base": 289}}, "奉天·头·甲(急速) 加速提升289点": {"id": 11051, "score": 255, "attr": {"haste_base": 289}}, "奉天·头·甲(破招) 破招提升289点": {"id": 11050, "score": 255, "attr": {"surplus": 289}}, "奉天·头·甲(内攻) 内功攻击提升155点": {"id": 11048, "score": 255, "attr": {"magical_attack_power_base": 155}}, "奉天·头·甲(外攻) 外功攻击提升130点": {"id": 11047, "score": 255, "attr": {"physical_attack_power_base": 130}}, "仙踪·头·铸(急速) 加速提升209点": {"id": 10898, "score": 185, "attr": {"haste_base": 209}}, "仙踪·头·铸(破招) 破招提升209点": {"id": 10897, "score": 185, "attr": {"surplus": 209}}, "仙踪·头·铸(内功) 内功攻击提升113点": {"id": 10895, "score": 185, "attr": {"magical_attack_power_base": 113}}, "仙踪·头·铸(外功) 外功攻击提升94点": {"id": 10894, "score": 185, "attr": {"physical_attack_power_base": 94}}, "仙踪·头·铸(急速) 加速提升188点": {"id": 10726, "score": 165, "attr": {"haste_base": 188}}, "仙踪·头·铸(破招) 破招提升188点": {"id": 10725, "score": 165, "attr": {"surplus": 188}}, "仙踪·头·铸(内功) 内功攻击提升101点": {"id": 10723, "score": 165, "attr": {"magical_attack_power_base": 101}}, "仙踪·头·铸(外攻) 外功攻击提升85点": {"id": 10722, "score": 165, "attr": {"physical_attack_power_base": 85}}, "仙踪·头·铸(急速) 加速提升166点": {"id": 10589, "score": 146, "attr": {"haste_base": 166}}, "仙踪·头·铸(破招) 破招提升166点": {"id": 10588, "score": 146, "attr": {"surplus": 166}}, "仙踪·头·铸(内功) 内功攻击提升89点": {"id": 10586, "score": 146, "attr": {"magical_attack_power_base": 89}}, "仙踪·头·铸(外攻) 外功攻击提升75点": {"id": 10585, "score": 146, "attr": {"physical_attack_power_base": 75}}, "仙踪·头·铸(急速) 加速提升152点": {"id": 10337, "score": 133, "attr": {"haste_base": 152}}, "仙踪·头·铸(破招) 破招提升152点": {"id": 10336, "score": 133, "attr": {"surplus": 152}}, "仙踪·头·铸(内功) 内功攻击提升82点": {"id": 10334, "score": 133, "attr": {"magical_attack_power_base": 82}}, "仙踪·头·铸(外攻) 外功攻击提升68点": {"id": 10333, "score": 133, "attr": {"physical_attack_power_base": 68}}, "珍·重制·锻(身法) 身法提升31点": {"id": 6334, "score": 121, "attr": {"agility_base": 31}}, "珍·重制·锻(根骨) 根骨提升31点": {"id": 6333, "score": 121, "attr": {"spirit_base": 31}}, "珍·风骨·锻(身法) 身法提升25点": {"id": 6258, "score": 98, "attr": {"agility_base": 25}}, "珍·风骨·锻(根骨) 根骨提升25点": {"id": 6257, "score": 98, "attr": {"spirit_base": 25}}, "仙踪·头·甲(急速) 加速提升105点": {"id": 10921, "score": 94, "attr": {"haste_base": 105}}, "仙踪·头·甲(破招) 破招提升105点": {"id": 10920, "score": 94, "attr": {"surplus": 105}}, "仙踪·头·甲(内功) 内功攻击提升57点": {"id": 10918, "score": 94, "attr": {"magical_attack_power_base": 57}}, "仙踪·头·甲(外功) 外功攻击提升47点": {"id": 10917, "score": 94, "attr": {"physical_attack_power_base": 47}}, "仙踪·头·甲(急速) 加速提升94点": {"id": 10749, "score": 83, "attr": {"haste_base": 94}}, "仙踪·头·甲(破招) 破招提升94点": {"id": 10748, "score": 83, "attr": {"surplus": 94}}, "仙踪·头·甲(内功) 内功攻击提升51点": {"id": 10746, "score": 83, "attr": {"magical_attack_power_base": 51}}, "仙踪·头·甲(外攻) 外功攻击提升43点": {"id": 10745, "score": 83, "attr": {"physical_attack_power_base": 43}}, "佳·剑胆·锻(身法) 身法提升21点": {"id": 6181, "score": 82, "attr": {"agility_base": 21}}, "佳·剑胆·锻(根骨) 根骨提升21点": {"id": 6180, "score": 82, "attr": {"spirit_base": 21}}, "仙踪·头·甲(急速) 加速提升83点": {"id": 10612, "score": 74, "attr": {"haste_base": 83}}, "仙踪·头·甲(破招) 破招提升83点": {"id": 10611, "score": 74, "attr": {"surplus": 83}}, "仙踪·头·甲(内功) 内功攻击提升44点": {"id": 10609, "score": 74, "attr": {"magical_attack_power_base": 44}}, "仙踪·头·甲(外攻) 外功攻击提升37点": {"id": 10608, "score": 74, "attr": {"physical_attack_power_base": 37}}, "珍·重制·锻(内会) 内功会心等级提升83点": {"id": 6336, "score": 74, "attr": {"magical_critical_strike_base": 83}}, "珍·重制·锻(外会) 外功会心等级提升83点": {"id": 6335, "score": 74, "attr": {"physical_critical_strike_base": 83}}, "珍·重制·锻(无双) 无双等级提升83点": {"id": 6332, "score": 74, "attr": {"strain_base": 83}}, "珍·重制·锻(内命) 破招等级提升83点": {"id": 6331, "score": 74, "attr": {"surplus": 83}}, "珍·重制·锻(外命) 破招等级提升83点": {"id": 6330, "score": 74, "attr": {"surplus": 83}}, "珍·重制·锻(加速) 加速提升83点": {"id": 6329, "score": 74, "attr": {"haste_base": 83}}, "珍·重制·锻(内破) 内功破防等级提升83点": {"id": 6328, "score": 74, "attr": {"magical_overcome_base": 83}}, "珍·重制·锻(外破) 外功破防等级提升83点": {"id": 6327, "score": 74, "attr": {"physical_overcome_base": 83}}, "剑胆·锻(身法) 身法提升18点": {"id": 6151, "score": 70, "attr": {"agility_base": 18}}, "剑胆·锻(根骨) 根骨提升18点": {"id": 6150, "score": 70, "attr": {"spirit_base": 18}}, "仙踪·头·甲(急速) 加速提升76点": {"id": 10360, "score": 66, "attr": {"haste_base": 76}}, "仙踪·头·甲(破招) 破招提升76点": {"id": 10359, "score": 66, "attr": {"surplus": 76}}, "仙踪·头·甲(内功) 内功攻击提升41点": {"id": 10357, "score": 66, "attr": {"magical_attack_power_base": 41}}, "仙踪·头·甲(外攻) 外功攻击提升34点": {"id": 10356, "score": 66, "attr": {"physical_attack_power_base": 34}}, "珍·风骨·锻(加速) 加速提升68点": {"id": 6285, "score": 60, "attr": {"haste_base": 68}}, "珍·风骨·锻(内破) 内功破防等级提升68点": {"id": 6284, "score": 60, "attr": {"magical_overcome_base": 68}}, "珍·风骨·锻(外破) 外功破防等级提升68点": {"id": 6283, "score": 60, "attr": {"physical_overcome_base": 68}}, "珍·风骨·锻(内会) 内功会心等级提升68点": {"id": 6260, "score": 60, "attr": {"magical_critical_strike_base": 68}}, "珍·风骨·锻(外会) 外功会心等级提升68点": {"id": 6259, "score": 60, "attr": {"physical_critical_strike_base": 68}}, "固·安戎·锻(身法) 身法提升15": {"id": 5978, "score": 58, "attr": {"agility_base": 15}}, "固·安戎·锻(根骨) 根骨提升15": {"id": 5977, "score": 58, "attr": {"spirit_base": 15}}, "佳·剑胆·锻(加速) 加速等级提升56点": {"id": 6190, "score": 49, "attr": {"haste_base": 56}}, "佳·剑胆·锻(无双) 无双等级提升56点": {"id": 6189, "score": 49, "attr": {"strain_base": 56}}, "佳·剑胆·锻(内命) 破招等级提升56点": {"id": 6188, "score": 49, "attr": {"surplus": 56}}, "佳·剑胆·锻(外命) 破招等级提升56点": {"id": 6187, "score": 49, "attr": {"surplus": 56}}, "佳·剑胆·锻(内会) 内功会心等级提升56点": {"id": 6186, "score": 49, "attr": {"magical_critical_strike_base": 56}}, "佳·剑胆·锻(外会) 外功会心等级提升56点": {"id": 6185, "score": 49, "attr": {"physical_critical_strike_base": 56}}, "佳·剑胆·锻(内破) 内功破防等级提升56点": {"id": 6183, "score": 49, "attr": {"magical_overcome_base": 56}}, "佳·剑胆·锻(外破) 外功破防等级提升56点": {"id": 6182, "score": 49, "attr": {"physical_overcome_base": 56}}, "剑胆·锻(加速) 加速等级提升49点": {"id": 6160, "score": 41, "attr": {"haste_base": 49}}, "剑胆·锻(无双) 无双等级提升49点": {"id": 6159, "score": 41, "attr": {"strain_base": 49}}, "剑胆·锻(内命) 破招等级提升49点": {"id": 6158, "score": 41, "attr": {"surplus": 49}}, "剑胆·锻(外命) 破招等级提��49点": {"id": 6157, "score": 41, "attr": {"surplus": 49}}, "剑胆·锻(内会) 内功会心等级提升49点": {"id": 6156, "score": 41, "attr": {"magical_critical_strike_base": 49}}, "剑胆·锻(外会) 外功会心等级提升49点": {"id": 6155, "score": 41, "attr": {"physical_critical_strike_base": 49}}, "剑胆·锻(内破) 内功破防等级提升49点": {"id": 6153, "score": 41, "attr": {"magical_overcome_base": 49}}, "剑胆·锻(外破) 外功破防等级提升49点": {"id": 6152, "score": 41, "attr": {"physical_overcome_base": 49}}, "苍·安戎·锻(外伤) 外功攻击提升18": {"id": 6053, "score": 35, "attr": {"physical_attack_power_base": 18}}, "苍·安戎·锻(内伤) 内功攻击提升22": {"id": 6052, "score": 35, "attr": {"magical_attack_power_base": 22}}, "雨花甲片(头部) 内功攻击永久提升18点(头部)": {"id": 404, "score": 30, "attr": {"magical_attack_power_base": 18}}, "苍海·锻(身法) 身法永久提升7点(头部)": {"id": 5152, "score": 27, "attr": {"agility_base": 7}}, "苍海·锻(根骨) 根骨永久提升7点(头部)": {"id": 5150, "score": 27, "attr": {"spirit_base": 7}}, "青龙甲片(头部) 内功攻击永久提升16点(头部)": {"id": 422, "score": 26, "attr": {"magical_attack_power_base": 16}}, "白虎甲片(头部) 外功攻击永久提升13点(头部)": {"id": 424, "score": 25, "attr": {"physical_attack_power_base": 13}}, "黑曜甲片(头部) 外功攻击永久提升13点(头部)": {"id": 402, "score": 25, "attr": {"physical_attack_power_base": 13}}, "固·安戎·锻(加速) 加速提升27": {"id": 6013, "score": 23, "attr": {"haste_base": 27}}, "固·安戎·锻(无双) 无双提升27": {"id": 5986, "score": 23, "attr": {"strain_base": 27}}, "固·安戎·锻(内命) 破招提升27": {"id": 5985, "score": 23, "attr": {"surplus": 27}}, "固·安戎·锻(外命) 破招提升27": {"id": 5984, "score": 23, "attr": {"surplus": 27}}, "固·安戎·锻(内会) 内功会心提升27": {"id": 5983, "score": 23, "attr": {"magical_critical_strike_base": 27}}, "固·安戎·锻(外会) 外功会心提升27": {"id": 5982, "score": 23, "attr": {"physical_critical_strike_base": 27}}, "固·安戎·锻(内破) 内功破防提升27": {"id": 5980, "score": 23, "attr": {"magical_overcome_base": 27}}, "固·安戎·锻(外破) 外功破防提升27": {"id": 5979, "score": 23, "attr": {"physical_overcome_base": 27}}, "安戎·锻(加速) 加速提升24": {"id": 6011, "score": 21, "attr": {"haste_base": 16}}, "岩蓝绣(头部) 元气永久提升5点(头部)": {"id": 204, "score": 19, "attr": {"spunk_base": 5}}, "莹白绣(头部) 力道永久提升5点(头部)": {"id": 199, "score": 19, "attr": {"strength_base": 5}}, "明朗·锻(内功破防) 内功破防永久提升20点": {"id": 5583, "score": 17, "attr": {"magical_overcome_base": 20}}, "明朗·锻(外功破防) 外功破防永久提升20点": {"id": 5582, "score": 17, "attr": {"physical_overcome_base": 20}}, "云英甲片(头部) 破招永久提升18点(头部)": {"id": 408, "score": 15, "attr": {"surplus": 18}}, "橙红绣(头部) 永久提升内功攻击8点(头部)": {"id": 31, "score": 15, "attr": {"magical_attack_power_base": 8}}, "煤黑绣(头部) 根骨永久提升4点(头部)": {"id": 15, "score": 15, "attr": {"spirit_base": 4}}, "鹅黄绣图样:头部 力道永久提升4点(头部)": {"id": 3, "score": 15, "attr": {"strength_base": 4}}, "云锡甲片(头部) 破招永久提升16点(头部)": {"id": 394, "score": 14, "attr": {"surplus": 16}}, "角砾甲片(头部) 外功破防永久提升16点(头部)": {"id": 390, "score": 14, "attr": {"physical_overcome_base": 16}}, "流纹甲片(头部) 内功破防永久提升16点(头部)": {"id": 388, "score": 14, "attr": {"magical_overcome_base": 16}}, "紫碧甲片(头部) 身法永久提升3点(头部)": {"id": 172, "score": 11, "attr": {"agility_base": 3}}, "山水绣染(头部) 元气永久提升3点(头部)": {"id": 165, "score": 11, "attr": {"spunk_base": 3}}, "安戎·锻(无双) 无双提升24": {"id": 5958, "score": 0, "attr": {"strain_base": 24}}, "安戎·锻(内命) 破招提升24": {"id": 5957, "score": 0, "attr": {"surplus": 24}}, "安戎·锻(外命) 破招提升24": {"id": 5956, "score": 0, "attr": {"surplus": 24}}, "安戎·锻(内会) 内功会心提升24": {"id": 5955, "score": 0, "attr": {"magical_critical_strike_base": 24}}, "安戎·锻(外会) 外功会心提升24": {"id": 5954, "score": 0, "attr": {"physical_critical_strike_base": 24}}, "安戎·锻(内破) 内功破防提升24": {"id": 5952, "score": 0, "attr": {"magical_overcome_base": 24}}, "安戎·锻(外破) 外功破防提升24": {"id": 5951, "score": 0, "attr": {"physical_overcome_base": 24}}, "安戎·锻(身法) 身法提升14": {"id": 5950, "score": 0, "attr": {"agility_base": 14}}, "安戎·锻(根骨) 根骨提升14": {"id": 5949, "score": 0, "attr": {"spirit_base": 14}}, "行军·锻(内破) 内功破防提升12": {"id": 5942, "score": 0, "attr": {"magical_overcome_base": 12}}, "行军·锻(外破) 外功破防提升12": {"id": 5941, "score": 0, "attr": {"physical_overcome_base": 12}}}
|
|
|
1 |
+
{"断浪·头·铸(急速) 加速提升974点": {"id": 12060, "score": 1050, "attr": {"haste_base": 974}}, "断浪·头·铸(破招) 破招提升974点": {"id": 12059, "score": 1050, "attr": {"surplus": 974}}, "断浪·头·铸(内攻) 内功攻击提升524点": {"id": 12057, "score": 1050, "attr": {"magical_attack_power_base": 524}}, "断浪·头·铸(外攻) 外功攻击提升439点": {"id": 12056, "score": 1050, "attr": {"physical_attack_power_base": 439}}, "断浪·头·铸(急速) 加速提升883点": {"id": 11891, "score": 952, "attr": {"haste_base": 883}}, "断浪·头·铸(破招) 破招提升883点": {"id": 11890, "score": 952, "attr": {"surplus": 883}}, "断浪·头·铸(内攻) 内功攻击提升475点": {"id": 11888, "score": 952, "attr": {"magical_attack_power_base": 475}}, "断浪·头·铸(外攻) 外功攻击提升398点": {"id": 11887, "score": 952, "attr": {"physical_attack_power_base": 398}}, "断浪·头·铸(急速) 加速提升799点": {"id": 11722, "score": 783, "attr": {"haste_base": 799}}, "断浪·头·铸(破招) 破招提升799点": {"id": 11721, "score": 783, "attr": {"surplus": 799}}, "断浪·头·铸(内攻) 内功攻击提升430点": {"id": 11719, "score": 783, "attr": {"magical_attack_power_base": 430}}, "断浪·头·铸(外攻) 外功攻击提升360点": {"id": 11718, "score": 783, "attr": {"physical_attack_power_base": 360}}, "断浪·头·铸(急速) 加速提升723点": {"id": 11535, "score": 644, "attr": {"haste_base": 723}}, "断浪·头·铸(破招) 破招提升723点": {"id": 11534, "score": 644, "attr": {"surplus": 723}}, "断浪·头·铸(内攻) 内功攻击提升389点": {"id": 11532, "score": 644, "attr": {"magical_attack_power_base": 389}}, "断浪·头·铸(外攻) 外功攻击提升326点": {"id": 11531, "score": 644, "attr": {"physical_attack_power_base": 326}}, "断浪·头·甲(急速) 加速提升487点": {"id": 12083, "score": 524, "attr": {"haste_base": 487}}, "断浪·头·甲(破招) 破招提升487点": {"id": 12082, "score": 524, "attr": {"surplus": 487}}, "断浪·头·甲(内攻) 内功攻击提升262点": {"id": 12080, "score": 524, "attr": {"magical_attack_power_base": 262}}, "断浪·头·甲(外攻) 外功攻击提升219点": {"id": 12079, "score": 524, "attr": {"physical_attack_power_base": 219}}, "断浪·头·甲(急速) 加速提升442点": {"id": 11914, "score": 475, "attr": {"haste_base": 442}}, "断浪·头·甲(破招) 破招提升442点": {"id": 11913, "score": 475, "attr": {"surplus": 442}}, "断浪·头·甲(内攻) 内功攻击提升237点": {"id": 11911, "score": 475, "attr": {"magical_attack_power_base": 237}}, "断浪·头·甲(外攻) 外功攻击提升199点": {"id": 11910, "score": 475, "attr": {"physical_attack_power_base": 199}}, "连雾·头·内攻 帽子内功攻击提高210": {"id": 12155, "score": 419, "attr": {"magical_attack_power_base": 210}}, "连雾·头·外攻 帽子外功攻击提高176": {"id": 12154, "score": 419, "attr": {"physical_attack_power_base": 176}}, "连雾·头·急速 帽子加速等级提高390": {"id": 12150, "score": 419, "attr": {"haste_base": 390}}, "断浪·头·甲(急速) 加速提升400点": {"id": 11745, "score": 391, "attr": {"haste_base": 400}}, "断浪·头·甲(破招) 破招提升400点": {"id": 11744, "score": 391, "attr": {"surplus": 400}}, "断浪·头·甲(内攻) 内功攻击提升215点": {"id": 11742, "score": 391, "attr": {"magical_attack_power_base": 215}}, "断浪·头·甲(外攻) 外功攻击提升180点": {"id": 11741, "score": 391, "attr": {"physical_attack_power_base": 180}}, "连雾·头·内攻 帽子内功攻击提高190": {"id": 11986, "score": 380, "attr": {"magical_attack_power_base": 190}}, "连雾·头·外攻 帽子外功攻击提高159": {"id": 11985, "score": 380, "attr": {"physical_attack_power_base": 159}}, "连雾·头·急速 帽子加速等级提高353": {"id": 11981, "score": 380, "attr": {"haste_base": 353}}, "断浪·头·甲(急速) 加速提升362点": {"id": 11558, "score": 322, "attr": {"haste_base": 362}}, "断浪·头·甲(破招) 破招提升362点": {"id": 11557, "score": 322, "attr": {"surplus": 362}}, "断浪·头·甲(内攻) 内功攻击提升195点": {"id": 11555, "score": 322, "attr": {"magical_attack_power_base": 195}}, "断浪·头·甲(外攻) 外功攻击提升163点": {"id": 11554, "score": 322, "attr": {"physical_attack_power_base": 163}}, "连雾·头·内攻 帽子内功攻击提高172": {"id": 11817, "score": 313, "attr": {"magical_attack_power_base": 172}}, "连雾·头·外攻 帽子外功攻击提高144": {"id": 11816, "score": 313, "attr": {"physical_attack_power_base": 144}}, "连雾·头·急速 帽子加速等级提高320": {"id": 11812, "score": 313, "attr": {"haste_base": 320}}, "连雾·头·内攻 帽子内功攻击提高156": {"id": 11631, "score": 258, "attr": {"magical_attack_power_base": 156}}, "连雾·头·外攻 帽子外功攻击提高130": {"id": 11630, "score": 258, "attr": {"physical_attack_power_base": 130}}, "连雾·头·急速 帽子加速等级提高289": {"id": 11626, "score": 258, "attr": {"haste_base": 289}}}
|
qt/assets/enchants/jacket
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"连雾·衣·无双 上衣无双等级提高291": {"id": 12172, "score": 419, "attr": {"strain_base": 291}}, "连雾·衣·无双 上衣无双等级提高264": {"id": 12003, "score": 380, "attr": {"strain_base": 264}}, "连雾·衣·无双 上衣无双等级提高240": {"id": 11834, "score": 313, "attr": {"strain_base": 240}}, "连雾·衣·无双 上衣无双等级提高217": {"id": 11648, "score": 258, "attr": {"strain_base": 217}}
|
|
|
1 |
+
{"连雾·衣·无双 上衣无双等级提高291": {"id": 12172, "score": 419, "attr": {"strain_base": 291}}, "连雾·衣·无双 上衣无双等级提高264": {"id": 12003, "score": 380, "attr": {"strain_base": 264}}, "连雾·衣·无双 上衣无双等级提高240": {"id": 11834, "score": 313, "attr": {"strain_base": 240}}, "连雾·衣·无双 上衣无双等级提高217": {"id": 11648, "score": 258, "attr": {"strain_base": 217}}}
|
qt/assets/enchants/primary_weapon
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"断浪·兵·铸(武伤) 武器伤害提升658点": {"id": 12045, "score": 1050, "attr": {"weapon_damage_base": 658}}, "断浪·兵·铸(内攻) 内功攻击提升524点": {"id": 12043, "score": 1050, "attr": {"magical_attack_power_base": 524}}, "断浪·兵·铸(外攻) 外功攻击提升439点": {"id": 12042, "score": 1050, "attr": {"physical_attack_power_base": 439}}, "断浪·兵·铸(武伤) 武器伤害提升597点": {"id": 11876, "score": 952, "attr": {"weapon_damage_base": 597}}, "断浪·兵·铸(内攻) 内功攻击提升475点": {"id": 11874, "score": 952, "attr": {"magical_attack_power_base": 475}}, "断浪·兵·铸(外攻) 外功攻击提升398点": {"id": 11873, "score": 952, "attr": {"physical_attack_power_base": 398}}, "断浪·兵·铸(武伤) 武器伤害提升540点": {"id": 11707, "score": 783, "attr": {"weapon_damage_base": 540}}, "断浪·兵·铸(内攻) 内功攻击提升430点": {"id": 11705, "score": 783, "attr": {"magical_attack_power_base": 430}}, "断浪·兵·铸(外攻) 外功攻击提升360点": {"id": 11704, "score": 783, "attr": {"physical_attack_power_base": 360}}, "断浪·兵·铸(武伤) 武器伤害提升489点": {"id": 11520, "score": 644, "attr": {"weapon_damage_base": 489}}, "断浪·兵·铸(内攻) 内功攻击提升389点": {"id": 11518, "score": 644, "attr": {"magical_attack_power_base": 389}}, "断浪·兵·铸(外攻) 外功攻击提升326点": {"id": 11517, "score": 644, "attr": {"physical_attack_power_base": 326}}, "断浪·兵·甲(武伤) 武器伤害提升329点": {"id": 12096, "score": 524, "attr": {"weapon_damage_base": 329}}, "断浪·兵·甲(内攻) 内功攻击提升262点": {"id": 12094, "score": 524, "attr": {"magical_attack_power_base": 262}}, "断浪·兵·甲(外攻) 外功攻击提升219点": {"id": 12093, "score": 524, "attr": {"physical_attack_power_base": 219}}, "断浪·兵·甲(武伤) 武器伤害提升298点": {"id": 11927, "score": 475, "attr": {"weapon_damage_base": 298}}, "断浪·兵·甲(内攻) 内功攻击提升237点": {"id": 11925, "score": 475, "attr": {"magical_attack_power_base": 237}}, "断浪·兵·甲(外攻) 外功攻击提升199点": {"id": 11924, "score": 475, "attr": {"physical_attack_power_base": 199}}, "
|
|
|
1 |
+
{"断浪·兵·铸(武伤) 武器伤害提升658点": {"id": 12045, "score": 1050, "attr": {"weapon_damage_base": 658}}, "断浪·兵·铸(内攻) 内功攻击提升524点": {"id": 12043, "score": 1050, "attr": {"magical_attack_power_base": 524}}, "断浪·兵·铸(外攻) 外功攻击提升439点": {"id": 12042, "score": 1050, "attr": {"physical_attack_power_base": 439}}, "断浪·兵·铸(武伤) 武器伤害提升597点": {"id": 11876, "score": 952, "attr": {"weapon_damage_base": 597}}, "断浪·兵·铸(内攻) 内功攻击提升475点": {"id": 11874, "score": 952, "attr": {"magical_attack_power_base": 475}}, "断浪·兵·铸(外攻) 外功攻击提升398点": {"id": 11873, "score": 952, "attr": {"physical_attack_power_base": 398}}, "断浪·兵·铸(武伤) 武器伤害提升540点": {"id": 11707, "score": 783, "attr": {"weapon_damage_base": 540}}, "断浪·兵·铸(内攻) 内功攻击提升430点": {"id": 11705, "score": 783, "attr": {"magical_attack_power_base": 430}}, "断浪·兵·铸(外攻) 外功攻击提升360点": {"id": 11704, "score": 783, "attr": {"physical_attack_power_base": 360}}, "断浪·兵·铸(武伤) 武器伤害提升489点": {"id": 11520, "score": 644, "attr": {"weapon_damage_base": 489}}, "断浪·兵·铸(内攻) 内功攻击提升389点": {"id": 11518, "score": 644, "attr": {"magical_attack_power_base": 389}}, "断浪·兵·铸(外攻) 外功攻击提升326点": {"id": 11517, "score": 644, "attr": {"physical_attack_power_base": 326}}, "断浪·兵·甲(武伤) 武器伤害提升329点": {"id": 12096, "score": 524, "attr": {"weapon_damage_base": 329}}, "断浪·兵·甲(内攻) 内功攻击提升262点": {"id": 12094, "score": 524, "attr": {"magical_attack_power_base": 262}}, "断浪·兵·甲(外攻) 外功攻击提升219点": {"id": 12093, "score": 524, "attr": {"physical_attack_power_base": 219}}, "断浪·兵·甲(武伤) 武器伤害提升298点": {"id": 11927, "score": 475, "attr": {"weapon_damage_base": 298}}, "断浪·兵·甲(内攻) 内功攻击提升237点": {"id": 11925, "score": 475, "attr": {"magical_attack_power_base": 237}}, "断浪·兵·甲(外攻) 外功攻击提升199点": {"id": 11924, "score": 475, "attr": {"physical_attack_power_base": 199}}, "断浪·兵·甲(武伤) 武器伤害提升270点": {"id": 11758, "score": 391, "attr": {"weapon_damage_base": 270}}, "断浪·兵·甲(内攻) 内功攻击提升215点": {"id": 11756, "score": 391, "attr": {"magical_attack_power_base": 215}}, "断浪·兵·甲(外攻) 外功攻击提升180点": {"id": 11755, "score": 391, "attr": {"physical_attack_power_base": 180}}, "断浪·兵·甲(武伤) 武器伤害提升244点": {"id": 11571, "score": 322, "attr": {"weapon_damage_base": 244}}, "断浪·兵·甲(内攻) 内功攻击提升194点": {"id": 11569, "score": 322, "attr": {"magical_attack_power_base": 194}}, "断浪·兵·甲(外攻) 外功攻击提升163点": {"id": 11568, "score": 322, "attr": {"physical_attack_power_base": 163}}}
|
qt/assets/enchants/secondary_weapon
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347658\u70b9": {"id": 12045, "score": 1050, "attr": {"weapon_damage_base": 658}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347524\u70b9": {"id": 12043, "score": 1050, "attr": {"magical_attack_power_base": 524}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347439\u70b9": {"id": 12042, "score": 1050, "attr": {"physical_attack_power_base": 439}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347597\u70b9": {"id": 11876, "score": 952, "attr": {"weapon_damage_base": 597}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347475\u70b9": {"id": 11874, "score": 952, "attr": {"magical_attack_power_base": 475}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347398\u70b9": {"id": 11873, "score": 952, "attr": {"physical_attack_power_base": 398}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347540\u70b9": {"id": 11707, "score": 783, "attr": {"weapon_damage_base": 540}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347430\u70b9": {"id": 11705, "score": 783, "attr": {"magical_attack_power_base": 430}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347360\u70b9": {"id": 11704, "score": 783, "attr": {"physical_attack_power_base": 360}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347489\u70b9": {"id": 11520, "score": 644, "attr": {"weapon_damage_base": 489}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347389\u70b9": {"id": 11518, "score": 644, "attr": {"magical_attack_power_base": 389}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347326\u70b9": {"id": 11517, "score": 644, "attr": {"physical_attack_power_base": 326}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347329\u70b9": {"id": 12096, "score": 524, "attr": {"weapon_damage_base": 329}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347262\u70b9": {"id": 12094, "score": 524, "attr": {"magical_attack_power_base": 262}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347219\u70b9": {"id": 12093, "score": 524, "attr": {"physical_attack_power_base": 219}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347298\u70b9": {"id": 11927, "score": 475, "attr": {"weapon_damage_base": 298}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347237\u70b9": {"id": 11925, "score": 475, "attr": {"magical_attack_power_base": 237}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347199\u70b9": {"id": 11924, "score": 475, "attr": {"physical_attack_power_base": 199}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347332\u70b9": {"id": 11432, "score": 437, "attr": {"weapon_damage_base": 332}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347264\u70b9": {"id": 11430, "score": 437, "attr": {"magical_attack_power_base": 264}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347221\u70b9": {"id": 11429, "score": 437, "attr": {"physical_attack_power_base": 221}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347270\u70b9": {"id": 11758, "score": 391, "attr": {"weapon_damage_base": 270}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347215\u70b9": {"id": 11756, "score": 391, "attr": {"magical_attack_power_base": 215}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347180\u70b9": {"id": 11755, "score": 391, "attr": {"physical_attack_power_base": 180}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347298\u70b9": {"id": 11288, "score": 390, "attr": {"weapon_damage_base": 298}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347237\u70b9": {"id": 11286, "score": 390, "attr": {"magical_attack_power_base": 237}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347198\u70b9": {"id": 11285, "score": 390, "attr": {"physical_attack_power_base": 198}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347268\u70b9": {"id": 11200, "score": 352, "attr": {"weapon_damage_base": 268}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347214\u70b9": {"id": 11198, "score": 352, "attr": {"magical_attack_power_base": 214}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347179\u70b9": {"id": 11197, "score": 352, "attr": {"physical_attack_power_base": 179}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347244\u70b9": {"id": 11571, "score": 322, "attr": {"weapon_damage_base": 244}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347194\u70b9": {"id": 11569, "score": 322, "attr": {"magical_attack_power_base": 194}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347163\u70b9": {"id": 11568, "score": 322, "attr": {"physical_attack_power_base": 163}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347175\u70b9": {"id": 11011, "score": 288, "attr": {"magical_attack_power_base": 175}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347146\u70b9": {"id": 11010, "score": 288, "attr": {"physical_attack_power_base": 146}}, "\u5949\u5929\u00b7\u5175\u00b7\u7532\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347195\u70b9": {"id": 11064, "score": 255, "attr": {"weapon_damage_base": 195}}, "\u5949\u5929\u00b7\u5175\u00b7\u7532\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347155\u70b9": {"id": 11062, "score": 255, "attr": {"magical_attack_power_base": 155}}, "\u5949\u5929\u00b7\u5175\u00b7\u7532\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347130\u70b9": {"id": 11061, "score": 255, "attr": {"physical_attack_power_base": 130}}, "\u5949\u5929\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347142\u70b9": {"id": 11013, "score": 187, "attr": {"weapon_damage_base": 220}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347142\u70b9": {"id": 10883, "score": 185, "attr": {"weapon_damage_base": 142}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347113\u70b9": {"id": 10881, "score": 185, "attr": {"magical_attack_power_base": 113}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534794\u70b9": {"id": 10880, "score": 185, "attr": {"physical_attack_power_base": 94}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347127\u70b9": {"id": 10711, "score": 165, "attr": {"weapon_damage_base": 127}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347101\u70b9": {"id": 10709, "score": 165, "attr": {"magical_attack_power_base": 101}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534785\u70b9": {"id": 10708, "score": 165, "attr": {"physical_attack_power_base": 85}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347112\u70b9": {"id": 10571, "score": 146, "attr": {"weapon_damage_base": 112}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534789\u70b9": {"id": 10569, "score": 146, "attr": {"magical_attack_power_base": 89}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534775\u70b9": {"id": 10568, "score": 146, "attr": {"physical_attack_power_base": 75}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347102\u70b9": {"id": 10319, "score": 133, "attr": {"weapon_damage_base": 102}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534782\u70b9": {"id": 10317, "score": 133, "attr": {"magical_attack_power_base": 82}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534768\u70b9": {"id": 10316, "score": 133, "attr": {"physical_attack_power_base": 68}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u7532\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u534771\u70b9": {"id": 10934, "score": 94, "attr": {"weapon_damage_base": 71}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u7532\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534757\u70b9": {"id": 10932, "score": 94, "attr": {"magical_attack_power_base": 57}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u7532\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534747\u70b9": {"id": 10931, "score": 94, "attr": {"physical_attack_power_base": 47}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u534764\u70b9": {"id": 10762, "score": 83, "attr": {"weapon_damage_base": 64}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534751\u70b9": {"id": 10760, "score": 83, "attr": {"magical_attack_power_base": 51}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534743\u70b9": {"id": 10759, "score": 83, "attr": {"physical_attack_power_base": 43}}, "\u4f73\u00b7\u5251\u80c6\u00b7\u78e8\u77f3\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534750\u70b9": {"id": 6203, "score": 82, "attr": {"magical_attack_power_base": 50}}, "\u4f73\u00b7\u5251\u80c6\u00b7\u78e8\u77f3\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534742\u70b9": {"id": 6202, "score": 82, "attr": {"physical_attack_power_base": 42}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u534756\u70b9": {"id": 10626, "score": 74, "attr": {"weapon_damage_base": 56}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534744\u70b9": {"id": 10624, "score": 74, "attr": {"magical_attack_power_base": 44}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534737\u70b9": {"id": 10623, "score": 74, "attr": {"physical_attack_power_base": 37}}, "\u5251\u80c6\u00b7\u78e8\u77f3\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534744\u70b9": {"id": 6173, "score": 70, "attr": {"magical_attack_power_base": 44}}, "\u5251\u80c6\u00b7\u78e8\u77f3\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534737\u70b9": {"id": 6172, "score": 70, "attr": {"physical_attack_power_base": 37}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u534751\u70b9": {"id": 10374, "score": 66, "attr": {"weapon_damage_base": 51}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534741\u70b9": {"id": 10372, "score": 66, "attr": {"magical_attack_power_base": 41}}, "\u4ed9\u8e2a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534734\u70b9": {"id": 10371, "score": 66, "attr": {"physical_attack_power_base": 34}}, "\u56fa\u00b7\u5b89\u620e\u00b7\u78e8\u77f3\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534725": {"id": 5998, "score": 41, "attr": {"magical_attack_power_base": 25}}, "\u56fa\u00b7\u5b89\u620e\u00b7\u78e8\u77f3\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534721": {"id": 5997, "score": 41, "attr": {"physical_attack_power_base": 21}}, "\u82cd\u00b7\u5b89\u620e\u00b7\u78e8\u77f3\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534718": {"id": 6059, "score": 35, "attr": {"physical_attack_power_base": 18}}, "\u82cd\u00b7\u5b89\u620e\u00b7\u78e8\u77f3\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534722": {"id": 6058, "score": 35, "attr": {"magical_attack_power_base": 22}}, "\u9752\u9f99\u78e8\u77f3 \u5185\u529f\u653b\u51fb\u6c38\u4e45\u63d0\u534716\u70b9\uff08\u6b66\u5668\uff09": {"id": 414, "score": 26, "attr": {"magical_attack_power_base": 16}}, "\u96e8\u82b1\u78e8\u77f3 \u5185\u529f\u653b\u51fb\u6c38\u4e45\u63d0\u534716\u70b9\uff08\u6b66\u5668\uff09": {"id": 396, "score": 26, "attr": {"magical_attack_power_base": 16}}, "\u6d41\u7eb9\u78e8\u77f3 \u5185\u529f\u653b\u51fb\u6c38\u4e45\u63d0\u534712\u70b9\uff08\u6b66\u5668\uff09": {"id": 378, "score": 20, "attr": {"magical_attack_power_base": 12}}, "\u6d41\u7eb9\u78e8\u77f3 \u6b66\u5668\u5185\u529f\u653b\u51fb\u6c38\u4e45\u63d0\u534712\u70b9": {"id": 290, "score": 20, "attr": {"magical_attack_power_base": 12}}, "\u52b2\u98ce\u78e8\u77f3 \u6b66\u5668\u5916\u529f\u653b\u51fb\u6c38\u4e45\u63d0\u534710\u70b9": {"id": 185, "score": 20, "attr": {"physical_attack_power_base": 10}}, "\u7cbe\u5143\u78e8\u77f3 \u6b66\u5668\u5185\u529f\u653b\u51fb\u6c38\u4e45\u63d0\u534712\u70b9": {"id": 184, "score": 20, "attr": {"magical_attack_power_base": 12}}, "\u4e91\u9521\u78e8\u77f3 \u7834\u62db\u6c38\u4e45\u63d0\u534716\u70b9\uff08\u6b66\u5668\uff09": {"id": 384, "score": 14, "attr": {"surplus": 16}}, "\u4e91\u82f1\u78e8\u77f3 \u7834\u62db\u6c38\u4e45\u63d0\u534716\u70b9\uff08\u6b66\u5668\uff09": {"id": 383, "score": 14, "attr": {"surplus": 16}}, "\u6676\u51dd\u78e8\u77f3 \u5916\u529f\u7834\u9632\u6c38\u4e45\u63d0\u534716\u70b9\uff08\u6b66\u5668\uff09": {"id": 382, "score": 14, "attr": {"physical_overcome_base": 16}}, "\u4e91\u9521\u78e8\u77f3 \u6b66\u5668\u7834\u62db\u6c38\u4e45\u63d0\u534716\u70b9": {"id": 296, "score": 14, "attr": {"surplus": 16}}, "\u4e91\u82f1\u78e8\u77f3 \u6b66\u5668\u7834\u62db\u6c38\u4e45\u63d0\u534716\u70b9": {"id": 295, "score": 14, "attr": {"surplus": 16}}, "\u6676\u51dd\u78e8\u77f3 \u6b66\u5668\u5916\u529f\u7834\u9632\u6c38\u4e45\u63d0\u534716\u70b9": {"id": 294, "score": 14, "attr": {"physical_overcome_base": 16}}, "\u4f73\u00b7\u5251\u80c6\u00b7\u78e8\u77f3\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u53479\u70b9": {"id": 6205, "score": 11, "attr": {"weapon_damage_base": 9}}, "\u767e\u9b3c\u78e8\u77f3 \u6b66\u5668\u6c38\u4e45\u589e\u52a0\u5916\u529f\u4f1a\u5fc313\u70b9": {"id": 209, "score": 11, "attr": {"physical_critical_strike_base": 13}}, "\u767e\u9b3c\u78e8\u77f3 \u6b66\u5668\u6c38\u4e45\u589e\u52a0\u5916\u529f\u4f1a\u5fc313": {"id": 70, "score": 11, "attr": {"physical_critical_strike_base": 13}}, "\u5251\u80c6\u00b7\u78e8\u77f3\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u53478\u70b9": {"id": 6175, "score": 9, "attr": {"weapon_damage_base": 8}}, "\u7ec6\u78e8\u77f3 \u6b66\u5668\u5916\u529f\u7834\u9632\u6c38\u4e45\u63d0\u53479": {"id": 51, "score": 7, "attr": {"physical_overcome_base": 9}}, "\u56fa\u00b7\u5b89\u620e\u00b7\u78e8\u77f3\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u53475": {"id": 6000, "score": 6, "attr": {"weapon_damage_base": 5}}, "\u767d\u864e\u78e8\u77f3 \u6b66\u5668\u4f24\u5bb3\u6c38\u4e45\u63d0\u53474\u70b9\uff08\u6b66\u5668\uff09": {"id": 415, "score": 5, "attr": {"weapon_damage_base": 4}}, "\u9ed1\u66dc\u78e8\u77f3 \u6b66\u5668\u4f24\u5bb3\u6c38\u4e45\u63d0\u53474\u70b9\uff08\u6b66\u5668\uff09": {"id": 397, "score": 5, "attr": {"weapon_damage_base": 4}}, "\u89d2\u783e\u78e8\u77f3 \u6b66\u5668\u4f24\u5bb3\u6c38\u4e45\u63d0\u53474\u70b9\uff08\u6b66\u5668\uff09": {"id": 379, "score": 5, "attr": {"weapon_damage_base": 4}}, "\u89d2\u783e\u78e8\u77f3 \u6b66\u5668\u6c38\u4e45\u589e\u52a0\u4f24\u5bb34": {"id": 291, "score": 5, "attr": {"weapon_damage_base": 4}}, "\u8840\u78e8\u77f3 \u6b66\u5668\u6c38\u4e45\u589e\u52a0\u4f24\u5bb34\u70b9": {"id": 53, "score": 5, "attr": {"weapon_damage_base": 4}}, "\u57fa\u7840\u78e8\u77f3 \u6b66\u5668\u7834\u62db\u6c38\u4e45\u63d0\u53475": {"id": 45, "score": 4, "attr": {"surplus": 5}}, "\u6da6\u8272\u78e8\u77f3 \u6b66\u5668\u6c38\u4e45\u63d0\u5347\u5916\u529f\u4f1a\u5fc35\u70b9": {"id": 42, "score": 4, "attr": {"physical_critical_strike_base": 5}}, "\u7834\u98ce\u78e8\u77f3 \u6b66\u5668\u6c38\u4e45\u589e\u52a0\u4f24\u5bb33": {"id": 67, "score": 3, "attr": {"weapon_damage_base": 3}}, "\u7c97\u78e8\u77f3 \u6b66\u5668\u4f24\u5bb3\u6c38\u4e45\u63d0\u53471": {"id": 41, "score": 1, "attr": {"weapon_damage_base": 1}}, "\u5b89\u620e\u00b7\u78e8\u77f3\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u53474": {"id": 5972, "score": 0, "attr": {"weapon_damage_base": 4}}, "\u5b89\u620e\u00b7\u78e8\u77f3\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534722": {"id": 5970, "score": 0, "attr": {"magical_attack_power_base": 22}}, "\u5b89\u620e\u00b7\u78e8\u77f3\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534718": {"id": 5969, "score": 0, "attr": {"physical_attack_power_base": 18}}, "\u884c\u519b\u00b7\u78e8\u77f3\uff08\u5185\u4f24\uff09 \u5185\u529f\u653b\u51fb\u63d0\u534712": {"id": 5946, "score": 0, "attr": {"magical_attack_power_base": 12}}, "\u884c\u519b\u00b7\u78e8\u77f3\uff08\u5916\u4f24\uff09 \u5916\u529f\u653b\u51fb\u63d0\u534712": {"id": 5945, "score": 0, "attr": {"physical_attack_power_base": 12}}}
|
|
|
1 |
+
{"\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347658\u70b9": {"id": 12045, "score": 1050, "attr": {"weapon_damage_base": 658}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347524\u70b9": {"id": 12043, "score": 1050, "attr": {"magical_attack_power_base": 524}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347439\u70b9": {"id": 12042, "score": 1050, "attr": {"physical_attack_power_base": 439}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347597\u70b9": {"id": 11876, "score": 952, "attr": {"weapon_damage_base": 597}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347475\u70b9": {"id": 11874, "score": 952, "attr": {"magical_attack_power_base": 475}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347398\u70b9": {"id": 11873, "score": 952, "attr": {"physical_attack_power_base": 398}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347540\u70b9": {"id": 11707, "score": 783, "attr": {"weapon_damage_base": 540}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347430\u70b9": {"id": 11705, "score": 783, "attr": {"magical_attack_power_base": 430}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347360\u70b9": {"id": 11704, "score": 783, "attr": {"physical_attack_power_base": 360}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347489\u70b9": {"id": 11520, "score": 644, "attr": {"weapon_damage_base": 489}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347389\u70b9": {"id": 11518, "score": 644, "attr": {"magical_attack_power_base": 389}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u94f8\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347326\u70b9": {"id": 11517, "score": 644, "attr": {"physical_attack_power_base": 326}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347329\u70b9": {"id": 12096, "score": 524, "attr": {"weapon_damage_base": 329}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347262\u70b9": {"id": 12094, "score": 524, "attr": {"magical_attack_power_base": 262}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347219\u70b9": {"id": 12093, "score": 524, "attr": {"physical_attack_power_base": 219}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347298\u70b9": {"id": 11927, "score": 475, "attr": {"weapon_damage_base": 298}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347237\u70b9": {"id": 11925, "score": 475, "attr": {"magical_attack_power_base": 237}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347199\u70b9": {"id": 11924, "score": 475, "attr": {"physical_attack_power_base": 199}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347270\u70b9": {"id": 11758, "score": 391, "attr": {"weapon_damage_base": 270}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347215\u70b9": {"id": 11756, "score": 391, "attr": {"magical_attack_power_base": 215}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347180\u70b9": {"id": 11755, "score": 391, "attr": {"physical_attack_power_base": 180}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u6b66\u4f24\uff09 \u6b66\u5668\u4f24\u5bb3\u63d0\u5347244\u70b9": {"id": 11571, "score": 322, "attr": {"weapon_damage_base": 244}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5185\u653b\uff09 \u5185\u529f\u653b\u51fb\u63d0\u5347194\u70b9": {"id": 11569, "score": 322, "attr": {"magical_attack_power_base": 194}}, "\u65ad\u6d6a\u00b7\u5175\u00b7\u7532\uff08\u5916\u653b\uff09 \u5916\u529f\u653b\u51fb\u63d0\u5347163\u70b9": {"id": 11568, "score": 322, "attr": {"physical_attack_power_base": 163}}}
|
qt/assets/enchants/shoes
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"断浪·鞋·绣(急速) 加速提升974点": {"id": 12115, "score": 1050, "attr": {"haste_base": 974}}, "断浪·鞋·绣(破招) 破招提升974点": {"id": 12114, "score": 1050, "attr": {"surplus": 974}}, "断浪·鞋·绣(内攻) 内功攻击提升524点": {"id": 12112, "score": 1050, "attr": {"magical_attack_power_base": 524}}, "断浪·鞋·绣(外攻) 外功攻击提升439点": {"id": 12111, "score": 1050, "attr": {"physical_attack_power_base": 439}}, "断浪·鞋·绣(急速) 加速提升883点": {"id": 11946, "score": 952, "attr": {"haste_base": 883}}, "断浪·鞋·绣(破招) 破招提升883点": {"id": 11945, "score": 952, "attr": {"surplus": 883}}, "断浪·鞋·绣(内攻) 内功攻击提升475点": {"id": 11943, "score": 952, "attr": {"magical_attack_power_base": 475}}, "断浪·鞋·绣(外攻) 外功攻击提升398点": {"id": 11942, "score": 952, "attr": {"physical_attack_power_base": 398}}, "断浪·鞋·绣(急速) 加速提升799点": {"id": 11777, "score": 783, "attr": {"haste_base": 799}}, "断浪·鞋·绣(破招) 破招提升799点": {"id": 11776, "score": 783, "attr": {"surplus": 799}}, "断浪·鞋·绣(内功) 内功攻击提升430点": {"id": 11774, "score": 783, "attr": {"magical_attack_power_base": 430}}, "断浪·鞋·绣(外攻) 外功攻击提升360点": {"id": 11773, "score": 783, "attr": {"physical_attack_power_base": 360}}, "断浪·鞋·绣(急速) 加速提升723点": {"id": 11590, "score": 644, "attr": {"haste_base": 723}}, "断浪·鞋·绣(破招) 破招提升723点": {"id": 11589, "score": 644, "attr": {"surplus": 723}}, "断浪·鞋·绣(内功) 内功攻击提升389点": {"id": 11587, "score": 644, "attr": {"magical_attack_power_base": 389}}, "断浪·鞋·绣(外攻) 外功攻击提升326点": {"id": 11586, "score": 644, "attr": {"physical_attack_power_base": 326}}, "断浪·鞋·染(急速) 加速提升487点": {"id": 12138, "score": 524, "attr": {"haste_base": 487}}, "断浪·鞋·染(破招) 破招提升487点": {"id": 12137, "score": 524, "attr": {"surplus": 487}}, "断浪·鞋·染(内攻) 内功攻击提升262点": {"id": 12135, "score": 524, "attr": {"magical_attack_power_base": 262}}, "断浪·鞋·染(外攻) 外功攻击提升219点": {"id": 12134, "score": 524, "attr": {"physical_attack_power_base": 219}}, "断浪·鞋·染(急速) 加速提升442点": {"id": 11969, "score": 475, "attr": {"haste_base": 442}}, "断浪·鞋·染(破招) 破招提升442点": {"id": 11968, "score": 475, "attr": {"surplus": 442}}, "断浪·鞋·染(内攻) 内功攻击提升237点": {"id": 11966, "score": 475, "attr": {"magical_attack_power_base": 237}}, "断浪·鞋·染(外攻) 外功攻击提升199点": {"id": 11965, "score": 475, "attr": {"physical_attack_power_base": 199}}, "奉天·鞋·绣(急速) 加速提升491点": {"id": 11470, "score": 437, "attr": {"haste_base": 491}}, "奉天·鞋·绣(破招) 破招提升491点": {"id": 11469, "score": 437, "attr": {"surplus": 491}}, "奉天·鞋·绣(内攻) 内功攻击提升264点": {"id": 11467, "score": 437, "attr": {"magical_attack_power_base": 264}}, "奉天·鞋·绣(外攻) 外功攻击提升221点": {"id": 11466, "score": 437, "attr": {"physical_attack_power_base": 221}}, "连雾·鞋·内攻 鞋子内功攻击提高210": {"id": 12171, "score": 419, "attr": {"magical_attack_power_base": 210}}, "连雾·鞋·外攻 鞋子外功攻击提高176": {"id": 12170, "score": 419, "attr": {"physical_attack_power_base": 176}}, "连雾·鞋·破招 鞋子破招等级提高390": {"id": 12169, "score": 419, "attr": {"surplus": 390}}, "连雾·鞋·急速 鞋子加速等级提高390": {"id": 12168, "score": 419, "attr": {"haste_base": 390}}, "断浪·鞋·染(急速) 加速提升400点": {"id": 11800, "score": 391, "attr": {"haste_base": 400}}, "断浪·鞋·染(破招) 破招提升400点": {"id": 11799, "score": 391, "attr": {"surplus": 400}}, "断浪·鞋·染(内功) 内功攻击提升215点": {"id": 11797, "score": 391, "attr": {"magical_attack_power_base": 215}}, "断浪·鞋·染(外攻) 外功攻击提升180点": {"id": 11796, "score": 391, "attr": {"physical_attack_power_base": 180}}, "奉天·鞋·绣(急速) 加速提升441点": {"id": 11326, "score": 390, "attr": {"haste_base": 441}}, "奉天·鞋·绣(破招) 破招提升441点": {"id": 11325, "score": 390, "attr": {"surplus": 441}}, "奉天·鞋·绣(内攻) 内功攻击提升237点": {"id": 11323, "score": 390, "attr": {"magical_attack_power_base": 237}}, "奉天·鞋·绣(外攻) 外功攻击提升198点": {"id": 11322, "score": 390, "attr": {"physical_attack_power_base": 198}}, "连雾·鞋·内攻 鞋子内功攻击提高190": {"id": 12002, "score": 380, "attr": {"magical_attack_power_base": 190}}, "连雾·鞋·外攻 鞋子外功攻击提高159": {"id": 12001, "score": 380, "attr": {"physical_attack_power_base": 159}}, "连雾·鞋·破招 鞋子破招等级提高353": {"id": 12000, "score": 380, "attr": {"surplus": 353}}, "连雾·鞋·急速 鞋子加速等级提高353": {"id": 11999, "score": 380, "attr": {"haste_base": 353}}, "奉天·鞋·绣(急速) 加速提升397点": {"id": 11238, "score": 352, "attr": {"haste_base": 397}}, "奉天·鞋·绣(破招) 破招提升397点": {"id": 11237, "score": 352, "attr": {"surplus": 397}}, "奉天·鞋·绣(内攻) 内功攻击提升214点": {"id": 11235, "score": 352, "attr": {"magical_attack_power_base": 214}}, "奉天·鞋·绣(外攻) 外功攻击提升179点": {"id": 11234, "score": 352, "attr": {"physical_attack_power_base": 179}}, "断浪·鞋·染(急速) 加速提升362点": {"id": 11613, "score": 322, "attr": {"haste_base": 362}}, "断浪·鞋·染(破招) 破招提升362点": {"id": 11612, "score": 322, "attr": {"surplus": 362}}, "断浪·鞋·染(内功) 内功攻击提升194点": {"id": 11610, "score": 322, "attr": {"magical_attack_power_base": 194}}, "断浪·鞋·染(外攻) 外功攻击提升163点": {"id": 11609, "score": 322, "attr": {"physical_attack_power_base": 163}}, "连雾·鞋·内功 鞋子内功攻击提高172": {"id": 11833, "score": 313, "attr": {"magical_attack_power_base": 172}}, "连雾·鞋·外功 鞋子外功攻击提高144": {"id": 11832, "score": 313, "attr": {"physical_attack_power_base": 144}}, "连雾·鞋·破招 鞋子破招等级提高320": {"id": 11831, "score": 313, "attr": {"surplus": 320}}, "连雾·鞋·急速 鞋子加速等级提高320": {"id": 11830, "score": 313, "attr": {"haste_base": 320}}, "奉天·鞋·绣(急速) 加速提升325点": {"id": 11083, "score": 288, "attr": {"haste_base": 325}}, "奉天·鞋·绣(破招) 破招提升325点": {"id": 11082, "score": 288, "attr": {"surplus": 325}}, "奉天·鞋·绣(内攻) 内功攻击提升175点": {"id": 11080, "score": 288, "attr": {"magical_attack_power_base": 175}}, "奉天·鞋·绣(外攻) 外功攻击提升146点": {"id": 11079, "score": 288, "attr": {"physical_attack_power_base": 146}}, "连雾·鞋·内功 鞋子内功攻击提高156": {"id": 11647, "score": 258, "attr": {"magical_attack_power_base": 156}}, "连雾·鞋·外功 鞋子外功攻击提高130": {"id": 11646, "score": 258, "attr": {"physical_attack_power_base": 130}}, "连雾·鞋·破招 鞋子破招等级提高289": {"id": 11645, "score": 258, "attr": {"surplus": 289}}, "连雾·鞋·急速 鞋子加速等级提高289": {"id": 11644, "score": 258, "attr": {"haste_base": 289}}, "奉天·鞋·染(急速) 加速提升289点": {"id": 11106, "score": 255, "attr": {"haste_base": 289}}, "奉天·鞋·染(破招) 破招提升289点": {"id": 11105, "score": 255, "attr": {"surplus": 289}}, "奉天·鞋·染(内攻) 内功攻击提升155点": {"id": 11103, "score": 255, "attr": {"magical_attack_power_base": 155}}, "奉天·鞋·染(外攻) 外功攻击提升130点": {"id": 11102, "score": 255, "attr": {"physical_attack_power_base": 130}}, "仙踪·鞋·绣(急速) 加速提升209点": {"id": 10847, "score": 185, "attr": {"haste_base": 209}}, "仙踪·鞋·绣(破招) 破招提升209点": {"id": 10846, "score": 185, "attr": {"surplus": 209}}, "仙踪·鞋·绣(内功) 内功攻击提升113点": {"id": 10844, "score": 185, "attr": {"magical_attack_power_base": 113}}, "仙踪·鞋·绣(外功) 外功攻击提升94点": {"id": 10843, "score": 185, "attr": {"physical_attack_power_base": 94}}, "仙踪·鞋·绣(急速) 加速提升188点": {"id": 10675, "score": 165, "attr": {"haste_base": 188}}, "仙踪·鞋·绣(破招) 破招提升188点": {"id": 10674, "score": 165, "attr": {"surplus": 188}}, "仙踪·鞋·绣(内功) 内功攻击提升101点": {"id": 10672, "score": 165, "attr": {"magical_attack_power_base": 101}}, "仙踪·鞋·绣(外攻) 外功攻击提升85点": {"id": 10671, "score": 165, "attr": {"physical_attack_power_base": 85}}, "仙踪·鞋·绣(急速) 加速提升166点": {"id": 10535, "score": 146, "attr": {"haste_base": 166}}, "仙踪·鞋·绣(破招) 破招提升166点": {"id": 10534, "score": 146, "attr": {"surplus": 166}}, "仙踪·鞋·绣(内功) 内功攻击提升89点": {"id": 10532, "score": 146, "attr": {"magical_attack_power_base": 89}}, "仙踪·鞋·绣(外攻) 外功攻击提升75点": {"id": 10531, "score": 146, "attr": {"physical_attack_power_base": 75}}, "仙踪·鞋·绣(急速) 加速提升152点": {"id": 10407, "score": 133, "attr": {"haste_base": 152}}, "仙踪·鞋·绣(破招) 破招提升152点": {"id": 10406, "score": 133, "attr": {"surplus": 152}}, "仙踪·鞋·绣(内功) 内功攻击提升82点": {"id": 10404, "score": 133, "attr": {"magical_attack_power_base": 82}}, "仙踪·鞋·绣(外攻) 外功攻击提升68点": {"id": 10403, "score": 133, "attr": {"physical_attack_power_base": 68}}, "珍·重制·铸(身法) 身法提升31点": {"id": 6344, "score": 121, "attr": {"agility_base": 31}}, "珍·重制·铸(根骨) 根骨提升31点": {"id": 6343, "score": 121, "attr": {"spirit_base": 31}}, "珍·风骨·铸(身法) 身法提升25点": {"id": 6262, "score": 98, "attr": {"agility_base": 25}}, "珍·风骨·铸(根骨) 根骨提升25点": {"id": 6261, "score": 98, "attr": {"spirit_base": 25}}, "仙踪·鞋·染(急速) 加速提升105点": {"id": 10870, "score": 94, "attr": {"haste_base": 105}}, "仙踪·鞋·染(破招) 破招提升105点": {"id": 10869, "score": 94, "attr": {"surplus": 105}}, "仙踪·鞋·染(内功) 内功攻击提升57点": {"id": 10867, "score": 94, "attr": {"magical_attack_power_base": 57}}, "仙踪·鞋·染(外功) 外功攻击提升47点": {"id": 10866, "score": 94, "attr": {"physical_attack_power_base": 47}}, "仙踪·鞋·染(急速) 加速提升94点": {"id": 10698, "score": 83, "attr": {"haste_base": 94}}, "仙踪·鞋·染(破招) 破招提升94点": {"id": 10697, "score": 83, "attr": {"surplus": 94}}, "仙踪·鞋·染(内功) 内功攻击提升51点": {"id": 10695, "score": 83, "attr": {"magical_attack_power_base": 51}}, "仙踪·鞋·染(外攻) 外功攻击提升43点": {"id": 10694, "score": 83, "attr": {"physical_attack_power_base": 43}}, "佳·剑胆·铸(身法) 身法提升21点": {"id": 6192, "score": 82, "attr": {"agility_base": 21}}, "佳·剑胆·铸(根骨) 根骨提升21点": {"id": 6191, "score": 82, "attr": {"spirit_base": 21}}, "仙踪·鞋·染(急速) 加速提升84点": {"id": 10558, "score": 74, "attr": {"haste_base": 84}}, "仙踪·鞋·染(破招) 破招提升84点": {"id": 10557, "score": 74, "attr": {"surplus": 84}}, "仙踪·鞋·染(内功) 内功攻击提升44点": {"id": 10555, "score": 74, "attr": {"magical_attack_power_base": 44}}, "仙踪·鞋·染(外攻) 外功攻击提升37点": {"id": 10554, "score": 74, "attr": {"physical_attack_power_base": 37}}, "珍·重制·铸(内会) 内功会心等级提升83点": {"id": 6346, "score": 74, "attr": {"magical_critical_strike_base": 83}}, "珍·重制·铸(外会) 外功会心等级提升83点": {"id": 6345, "score": 74, "attr": {"physical_critical_strike_base": 83}}, "珍·重制·铸(无双) 无双等级提升83点": {"id": 6342, "score": 74, "attr": {"strain_base": 83}}, "珍·重制·铸(内命) 破招等级提升83点": {"id": 6341, "score": 74, "attr": {"surplus": 83}}, "珍·重制·铸(外命) 破招等级提升83点": {"id": 6340, "score": 74, "attr": {"surplus": 83}}, "珍·重制·铸(加速) 加速提升83点": {"id": 6339, "score": 74, "attr": {"haste_base": 83}}, "珍·重制·铸(内破) 内功破防等级提升83点": {"id": 6338, "score": 74, "attr": {"magical_overcome_base": 83}}, "珍·重制·铸(外破) 外功破防等级提升83点": {"id": 6337, "score": 74, "attr": {"physical_overcome_base": 83}}, "剑胆·铸(身法) 身法提升18点": {"id": 6162, "score": 70, "attr": {"agility_base": 18}}, "剑胆·铸(根骨) 根骨提升18点": {"id": 6161, "score": 70, "attr": {"spirit_base": 18}}, "仙踪·鞋·染(急速) 加速提升76点": {"id": 10430, "score": 66, "attr": {"haste_base": 76}}, "仙踪·鞋·染(破招) 破招提升76点": {"id": 10429, "score": 66, "attr": {"surplus": 76}}, "仙踪·鞋·染(内功) 内功攻击提升41点": {"id": 10427, "score": 66, "attr": {"magical_attack_power_base": 41}}, "仙踪·鞋·染(外攻) 外功攻击提升34点": {"id": 10426, "score": 66, "attr": {"physical_attack_power_base": 34}}, "珍·风骨·铸(加速) 加速提升68点": {"id": 6288, "score": 60, "attr": {"haste_base": 68}}, "珍·风骨·铸(内破) 内功破防等级提升68点": {"id": 6287, "score": 60, "attr": {"magical_overcome_base": 68}}, "珍·风骨·铸(外破) 外功破防等级提升68点": {"id": 6286, "score": 60, "attr": {"physical_overcome_base": 68}}, "珍·风骨·铸(内会) 内功会心等级提升68点": {"id": 6264, "score": 60, "attr": {"magical_critical_strike_base": 68}}, "珍·风骨·铸(外会) 外功会心等级提升68点": {"id": 6263, "score": 60, "attr": {"physical_critical_strike_base": 68}}, "固·安戎·铸(身法) 身法提升15": {"id": 5988, "score": 58, "attr": {"agility_base": 15}}, "固·安戎·铸(根骨) 根骨提升15": {"id": 5987, "score": 58, "attr": {"spirit_base": 15}}, "佳·剑胆·铸(加速) 加速等级提升56点": {"id": 6201, "score": 49, "attr": {"haste_base": 56}}, "佳·剑胆·铸(无双) 无双等级提升56点": {"id": 6200, "score": 49, "attr": {"strain_base": 56}}, "佳·剑胆·铸(内命) 破招等级提升56点": {"id": 6199, "score": 49, "attr": {"surplus": 56}}, "佳·剑胆·铸(外命) 破招等级提升56点": {"id": 6198, "score": 49, "attr": {"surplus": 56}}, "佳·剑胆·铸(内会) 内功会心等级提升56点": {"id": 6197, "score": 49, "attr": {"magical_critical_strike_base": 56}}, "佳·剑胆·铸(外会) 外功会心等级提升56点": {"id": 6196, "score": 49, "attr": {"physical_critical_strike_base": 56}}, "佳·剑胆·铸(内破) 内功破防等级提升56点": {"id": 6194, "score": 49, "attr": {"magical_overcome_base": 56}}, "佳·剑胆·铸(外破) 外功破防等级提升56点": {"id": 6193, "score": 49, "attr": {"physical_overcome_base": 56}}, "剑胆·铸(加速) 加速等级提升49点": {"id": 6171, "score": 41, "attr": {"haste_base": 49}}, "剑胆·铸(无双) 无双等级提升49点": {"id": 6170, "score": 41, "attr": {"strain_base": 49}}, "剑胆·铸(内命) 破招等级提升49点": {"id": 6169, "score": 41, "attr": {"surplus": 49}}, "剑胆·铸(外命) 破招等级提升49点": {"id": 6168, "score": 41, "attr": {"surplus": 49}}, "剑胆·铸(内会) 内功会心等级提升49点": {"id": 6167, "score": 41, "attr": {"magical_critical_strike_base": 49}}, "剑胆·铸(外会) 外功会心等级提升49点": {"id": 6166, "score": 41, "attr": {"physical_critical_strike_base": 49}}, "剑胆·铸(内破) 内功破防等级提升49点": {"id": 6164, "score": 41, "attr": {"magical_overcome_base": 49}}, "剑胆·铸(外破) 外功破防等级提升49点": {"id": 6163, "score": 41, "attr": {"physical_overcome_base": 49}}, "苍·安戎·铸(外伤) 外功攻击提升18": {"id": 6056, "score": 35, "attr": {"physical_attack_power_base": 18}}, "苍·安戎·铸(内伤) 内功攻击提升22": {"id": 6055, "score": 35, "attr": {"magical_attack_power_base": 22}}, "雨花甲片(鞋子) 内功攻击永久提升18点(鞋子)": {"id": 405, "score": 30, "attr": {"magical_attack_power_base": 18}}, "苍海·铸(身法) 身法永久提升7点(鞋子)": {"id": 5153, "score": 27, "attr": {"agility_base": 7}}, "苍海·铸(根骨) 根骨永久提升7点(鞋子)": {"id": 5151, "score": 27, "attr": {"spirit_base": 7}}, "青龙甲片(鞋子) 内功攻击永久提升16点(鞋子)": {"id": 423, "score": 26, "attr": {"magical_attack_power_base": 16}}, "白虎甲片(鞋子) 外功永久提升13点(鞋子)": {"id": 425, "score": 25, "attr": {"physical_attack_power_base": 13}}, "黑曜甲片(鞋子) 外功攻击永久提升13点(鞋子)": {"id": 403, "score": 25, "attr": {"physical_attack_power_base": 13}}, "固·安戎·铸(加速) 加速提升27": {"id": 6014, "score": 23, "attr": {"haste_base": 27}}, "固·安戎·铸(无双) 无双提升27": {"id": 5996, "score": 23, "attr": {"strain_base": 27}}, "固·安戎·铸(内命) 破招提升27": {"id": 5995, "score": 23, "attr": {"surplus": 27}}, "固·安戎·铸(外命) 破招提升27": {"id": 5994, "score": 23, "attr": {"surplus": 27}}, "固·安戎·铸(内会) 内功会心提升27": {"id": 5993, "score": 23, "attr": {"magical_critical_strike_base": 27}}, "固·安戎·铸(外会) 外功会心提升27": {"id": 5992, "score": 23, "attr": {"physical_critical_strike_base": 27}}, "固·安戎·铸(内破) 内功破防提升27": {"id": 5990, "score": 23, "attr": {"magical_overcome_base": 27}}, "固·安戎·铸(外破) 外功破防提升27": {"id": 5989, "score": 23, "attr": {"physical_overcome_base": 27}}, "安戎·铸(加速) 加速提升24": {"id": 6012, "score": 21, "attr": {"haste_base": 16}}, "明朗·铸(内功破防) 内功破防永久提升20点": {"id": 5586, "score": 17, "attr": {"magical_overcome_base": 20}}, "明朗·铸(外功破防) 外功破防永久提升20点": {"id": 5585, "score": 17, "attr": {"physical_overcome_base": 20}}, "云锡甲片(鞋子) 破招永久提升18点(鞋子)": {"id": 409, "score": 15, "attr": {"surplus": 18}}, "云英甲片(鞋子) 破招永久提升16点(鞋子)": {"id": 395, "score": 14, "attr": {"surplus": 16}}, "角砾甲片(鞋子) 外功会心永久提升16点(鞋子)": {"id": 391, "score": 14, "attr": {"physical_critical_strike_base": 16}}, "流纹甲片(鞋子) 内功会心永久提升16点(鞋子)": {"id": 389, "score": 14, "attr": {"magical_critical_strike_base": 16}}, "安戎·铸(无双) 无双提升24": {"id": 5968, "score": 0, "attr": {"strain_base": 24}}, "安戎·铸(内命) 破招提升24": {"id": 5967, "score": 0, "attr": {"surplus": 24}}, "安戎·铸(外命) 破招提升24": {"id": 5966, "score": 0, "attr": {"surplus": 24}}, "安戎·铸(内会) 内功会心提升24": {"id": 5965, "score": 0, "attr": {"magical_critical_strike_base": 24}}, "安戎·铸(外会) 外功会心提升24": {"id": 5964, "score": 0, "attr": {"physical_critical_strike_base": 24}}, "安戎·铸(内破) 内功破防提升24": {"id": 5962, "score": 0, "attr": {"magical_overcome_base": 24}}, "安戎·铸(外破) 外功破防提升24": {"id": 5961, "score": 0, "attr": {"physical_overcome_base": 24}}, "安戎·铸(身法) 身法提升13": {"id": 5960, "score": 0, "attr": {"agility_base": 14}}, "安戎·铸(根骨) 根骨提升13": {"id": 5959, "score": 0, "attr": {"spirit_base": 14}}, "行军·铸(内破) 内功破防提升12": {"id": 5944, "score": 0, "attr": {"magical_overcome_base": 12}}, "行军·铸(外破) 外功破防提升12": {"id": 5943, "score": 0, "attr": {"physical_overcome_base": 12}}}
|
|
|
1 |
+
{"断浪·鞋·绣(急速) 加速提升974点": {"id": 12115, "score": 1050, "attr": {"haste_base": 974}}, "断浪·鞋·绣(破招) 破招提升974点": {"id": 12114, "score": 1050, "attr": {"surplus": 974}}, "断浪·鞋·绣(内攻) 内功攻击提升524点": {"id": 12112, "score": 1050, "attr": {"magical_attack_power_base": 524}}, "断浪·鞋·绣(外攻) 外功攻击提升439点": {"id": 12111, "score": 1050, "attr": {"physical_attack_power_base": 439}}, "断浪·鞋·绣(急速) 加速提升883点": {"id": 11946, "score": 952, "attr": {"haste_base": 883}}, "断浪·鞋·绣(破招) 破招提升883点": {"id": 11945, "score": 952, "attr": {"surplus": 883}}, "断浪·鞋·绣(内攻) 内功攻击提升475点": {"id": 11943, "score": 952, "attr": {"magical_attack_power_base": 475}}, "断浪·鞋·绣(外攻) 外功攻击提升398点": {"id": 11942, "score": 952, "attr": {"physical_attack_power_base": 398}}, "断浪·鞋·绣(急速) 加速提升799点": {"id": 11777, "score": 783, "attr": {"haste_base": 799}}, "断浪·鞋·绣(破招) 破招提升799点": {"id": 11776, "score": 783, "attr": {"surplus": 799}}, "断浪·鞋·绣(内功) 内功攻击提升430点": {"id": 11774, "score": 783, "attr": {"magical_attack_power_base": 430}}, "断浪·鞋·绣(外攻) 外功攻击提升360点": {"id": 11773, "score": 783, "attr": {"physical_attack_power_base": 360}}, "断浪·鞋·绣(急速) 加速提升723点": {"id": 11590, "score": 644, "attr": {"haste_base": 723}}, "断浪·鞋·绣(破招) 破招提升723点": {"id": 11589, "score": 644, "attr": {"surplus": 723}}, "断浪·鞋·绣(内功) 内功攻击提升389点": {"id": 11587, "score": 644, "attr": {"magical_attack_power_base": 389}}, "断浪·鞋·绣(外攻) 外功攻击提升326点": {"id": 11586, "score": 644, "attr": {"physical_attack_power_base": 326}}, "断浪·鞋·染(急速) 加速提升487点": {"id": 12138, "score": 524, "attr": {"haste_base": 487}}, "断浪·鞋·染(破招) 破招提升487点": {"id": 12137, "score": 524, "attr": {"surplus": 487}}, "断浪·鞋·染(内攻) 内功攻击提升262点": {"id": 12135, "score": 524, "attr": {"magical_attack_power_base": 262}}, "断浪·鞋·染(外攻) 外功攻击提升219点": {"id": 12134, "score": 524, "attr": {"physical_attack_power_base": 219}}, "断浪·鞋·染(急速) 加速提升442点": {"id": 11969, "score": 475, "attr": {"haste_base": 442}}, "断浪·鞋·染(破招) 破招提升442点": {"id": 11968, "score": 475, "attr": {"surplus": 442}}, "断浪·鞋·染(内攻) 内功攻击提升237点": {"id": 11966, "score": 475, "attr": {"magical_attack_power_base": 237}}, "断浪·鞋·染(外攻) 外功攻击提升199点": {"id": 11965, "score": 475, "attr": {"physical_attack_power_base": 199}}, "连雾·鞋·内攻 鞋子内功攻击提高210": {"id": 12171, "score": 419, "attr": {"magical_attack_power_base": 210}}, "连雾·鞋·外攻 鞋子外功攻击提高176": {"id": 12170, "score": 419, "attr": {"physical_attack_power_base": 176}}, "连雾·鞋·破招 鞋子破招等级提高390": {"id": 12169, "score": 419, "attr": {"surplus": 390}}, "连雾·鞋·急速 鞋子加速等级提高390": {"id": 12168, "score": 419, "attr": {"haste_base": 390}}, "断浪·鞋·染(急速) 加速提升400点": {"id": 11800, "score": 391, "attr": {"haste_base": 400}}, "断浪·鞋·染(破招) 破招提升400点": {"id": 11799, "score": 391, "attr": {"surplus": 400}}, "断浪·鞋·染(内功) 内功攻击提升215点": {"id": 11797, "score": 391, "attr": {"magical_attack_power_base": 215}}, "断浪·鞋·染(外攻) 外功攻击提升180点": {"id": 11796, "score": 391, "attr": {"physical_attack_power_base": 180}}, "连雾·鞋·内攻 鞋子内功攻击提高190": {"id": 12002, "score": 380, "attr": {"magical_attack_power_base": 190}}, "连雾·鞋·外攻 鞋子外功攻击提高159": {"id": 12001, "score": 380, "attr": {"physical_attack_power_base": 159}}, "连雾·鞋·破招 鞋子破招等级提高353": {"id": 12000, "score": 380, "attr": {"surplus": 353}}, "连雾·鞋·急速 鞋子加速等级提高353": {"id": 11999, "score": 380, "attr": {"haste_base": 353}}, "断浪·鞋·染(急速) 加速提升362点": {"id": 11613, "score": 322, "attr": {"haste_base": 362}}, "断浪·鞋·染(破招) 破招提升362点": {"id": 11612, "score": 322, "attr": {"surplus": 362}}, "断浪·鞋·染(内功) 内功攻击提升194点": {"id": 11610, "score": 322, "attr": {"magical_attack_power_base": 194}}, "断浪·鞋·染(外攻) 外功攻击提升163点": {"id": 11609, "score": 322, "attr": {"physical_attack_power_base": 163}}, "连雾·鞋·内功 鞋子内功攻击提高172": {"id": 11833, "score": 313, "attr": {"magical_attack_power_base": 172}}, "连雾·鞋·外功 鞋子外功攻击提高144": {"id": 11832, "score": 313, "attr": {"physical_attack_power_base": 144}}, "连雾·鞋·破招 鞋子破招等级提高320": {"id": 11831, "score": 313, "attr": {"surplus": 320}}, "连雾·鞋·急速 鞋子加速等级提高320": {"id": 11830, "score": 313, "attr": {"haste_base": 320}}, "连雾·鞋·内功 鞋子内功攻击���高156": {"id": 11647, "score": 258, "attr": {"magical_attack_power_base": 156}}, "连雾·鞋·外功 鞋子外功攻击提高130": {"id": 11646, "score": 258, "attr": {"physical_attack_power_base": 130}}, "连雾·鞋·破招 鞋子破招等级提高289": {"id": 11645, "score": 258, "attr": {"surplus": 289}}, "连雾·鞋·急速 鞋子加速等级提高289": {"id": 11644, "score": 258, "attr": {"haste_base": 289}}}
|
qt/assets/enchants/wrist
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"断浪·腕·绣(无双) 无双等级提升974点": {"id": 12110, "score": 1050, "attr": {"strain_base": 974}}, "断浪·腕·绣(会心) 全会心提升974点": {"id": 12109, "score": 1050, "attr": {"all_critical_strike_base": 974}}, "断浪·腕·绣(内破) 内功破防等级提升974点": {"id": 12108, "score": 1050, "attr": {"magical_overcome_base": 974}}, "断浪·腕·绣(外破) 外功破防等级提升974点": {"id": 12107, "score": 1050, "attr": {"physical_overcome_base": 974}}, "断浪·腕·绣(根骨) 根骨提升218点": {"id": 12105, "score": 1050, "attr": {"spirit_base": 218}}, "断浪·腕·绣(力道) 力道提升218点": {"id": 12104, "score": 1050, "attr": {"strength_base": 218}}, "断浪·腕·绣(元气) 元气提升218点": {"id": 12103, "score": 1050, "attr": {"spunk_base": 218}}, "断浪·腕·绣(身法) 身法提升218点": {"id": 12102, "score": 1050, "attr": {"agility_base": 218}}, "断浪·腕·绣(无双) 无双等级提升883点": {"id": 11941, "score": 952, "attr": {"strain_base": 883}}, "断浪·腕·绣(会心) 全会心提升883点": {"id": 11940, "score": 952, "attr": {"all_critical_strike_base": 883}}, "断浪·腕·绣(内破) 内功破防等级提升883点": {"id": 11939, "score": 952, "attr": {"magical_overcome_base": 883}}, "断浪·腕·绣(外破) 外功破防等级提升883点": {"id": 11938, "score": 952, "attr": {"physical_overcome_base": 883}}, "断浪·腕·绣(根骨) 根骨提升198点": {"id": 11936, "score": 952, "attr": {"spirit_base": 198}}, "断浪·腕·绣(力道) 力道提升198点": {"id": 11935, "score": 952, "attr": {"strength_base": 198}}, "断浪·腕·绣(元气) 元气提升198点": {"id": 11934, "score": 952, "attr": {"spunk_base": 198}}, "断浪·腕·绣(身法) 身法提升198点": {"id": 11933, "score": 952, "attr": {"agility_base": 198}}, "断浪·腕·绣(无双) 无双等级提升799点": {"id": 11772, "score": 783, "attr": {"strain_base": 799}}, "断浪·腕·绣(会心) 全会心提升799点": {"id": 11771, "score": 783, "attr": {"all_critical_strike_base": 799}}, "断浪·腕·绣(内破) 内功破防等级提升799点": {"id": 11770, "score": 783, "attr": {"magical_overcome_base": 799}}, "断浪·腕·绣(外破) 外功破防等级提升799点": {"id": 11769, "score": 783, "attr": {"physical_overcome_base": 799}}, "断浪·腕·绣(根骨) 根骨提升179点": {"id": 11767, "score": 783, "attr": {"spirit_base": 179}}, "断浪·腕·绣(力道) 力道提升179点": {"id": 11766, "score": 783, "attr": {"strength_base": 179}}, "断浪·腕·绣(元气) 元气提升179点": {"id": 11765, "score": 783, "attr": {"spunk_base": 179}}, "断浪·腕·绣(身法) 身法提升179点": {"id": 11764, "score": 783, "attr": {"agility_base": 179}}, "断浪·腕·绣(无双) 无双等级提升723点": {"id": 11585, "score": 644, "attr": {"strain_base": 723}}, "断浪·腕·绣(会心) 全会心提升723点": {"id": 11584, "score": 644, "attr": {"all_critical_strike_base": 723}}, "断浪·腕·绣(内破) 内功破防等级提升723点": {"id": 11583, "score": 644, "attr": {"magical_overcome_base": 723}}, "断浪·腕·绣(外破) 外功破防等级提升723点": {"id": 11582, "score": 644, "attr": {"physical_overcome_base": 723}}, "断浪·腕·绣(根骨) 根骨提升162点": {"id": 11580, "score": 644, "attr": {"spirit_base": 162}}, "断浪·腕·绣(力道) 力道提升162点": {"id": 11579, "score": 644, "attr": {"strength_base": 162}}, "断浪·腕·绣(元气) 元气提升162点": {"id": 11578, "score": 644, "attr": {"spunk_base": 162}}, "断浪·腕·绣(身法) 身法提升162点": {"id": 11577, "score": 644, "attr": {"agility_base": 162}}, "断浪·腕·染(无双) 无双等级提升487点": {"id": 12133, "score": 524, "attr": {"strain_base": 487}}, "断浪·腕·染(会心) 全会心提升487点": {"id": 12132, "score": 524, "attr": {"all_critical_strike_base": 487}}, "断浪·腕·染(内破) 内功破防等级提升487点": {"id": 12131, "score": 524, "attr": {"magical_overcome_base": 487}}, "断浪·腕·染(外破) 外功破防等级提升487点": {"id": 12130, "score": 524, "attr": {"physical_overcome_base": 487}}, "断浪·腕·染(根骨) 根骨提升109点": {"id": 12128, "score": 524, "attr": {"spirit_base": 109}}, "断浪·腕·染(力道) 力道提升109点": {"id": 12127, "score": 524, "attr": {"strength_base": 109}}, "断浪·腕·染(元气) 元气提升109点": {"id": 12126, "score": 524, "attr": {"spunk_base": 109}}, "断浪·腕·染(身法) 身法提升109点": {"id": 12125, "score": 524, "attr": {"agility_base": 109}}, "断浪·腕·染(无双) 无双等级提升442点": {"id": 11964, "score": 475, "attr": {"strain_base": 442}}, "断浪·腕·染(会心) 全会心提升442点": {"id": 11963, "score": 475, "attr": {"all_critical_strike_base": 442}}, "断浪·腕·染(内破) 内功破防等级提升442点": {"id": 11962, "score": 475, "attr": {"magical_overcome_base": 442}}, "断浪·腕·染(外破) 外功破防等级提升442点": {"id": 11961, "score": 475, "attr": {"physical_overcome_base": 442}}, "断浪·腕·染(根骨) 根骨提升99点": {"id": 11959, "score": 475, "attr": {"spirit_base": 99}}, "断浪·腕·染(力道) 力道提升99点": {"id": 11958, "score": 475, "attr": {"strength_base": 99}}, "断浪·腕·染(元气) 元气提升99点": {"id": 11957, "score": 475, "attr": {"spunk_base": 99}}, "断浪·腕·染(身法) 身法提升99点": {"id": 11956, "score": 475, "attr": {"agility_base": 99}}, "奉天·腕·绣(无双) 无双等级提升491点": {"id": 11465, "score": 437, "attr": {"strain_base": 491}}, "奉天·腕·绣(会心) 全会心提升491点": {"id": 11464, "score": 437, "attr": {"all_critical_strike_base": 491}}, "奉天·腕·绣(内破) 内功破防等级提升491点": {"id": 11463, "score": 437, "attr": {"magical_overcome_base": 491}}, "奉天·腕·绣(外破) 外功破防等级提升491点": {"id": 11462, "score": 437, "attr": {"physical_overcome_base": 491}}, "奉天·腕·绣(根骨) 根骨提升110点": {"id": 11460, "score": 437, "attr": {"spirit_base": 110}}, "奉天·腕·绣(力道) 力道提升110点": {"id": 11459, "score": 437, "attr": {"strength_base": 110}}, "奉天·腕·绣(元气) 元气提升110点": {"id": 11458, "score": 437, "attr": {"spunk_base": 110}}, "奉天·腕·绣(身法) 身法提升110点": {"id": 11457, "score": 437, "attr": {"agility_base": 110}}, "连雾·腕·无双 护腕无双等级提高390": {"id": 12159, "score": 419, "attr": {"strain_base": 390}}, "连雾·腕·内破 护腕内功破防等级提高390": {"id": 12158, "score": 419, "attr": {"magical_overcome_base": 390}}, "连雾·腕·外破 护腕外功破防等级提高390": {"id": 12157, "score": 419, "attr": {"physical_overcome_base": 390}}, "连雾·腕·会心 护腕全会心等级提高390": {"id": 12149, "score": 419, "attr": {"all_critical_strike_base": 390}}, "断浪·腕·染(无双) 无双等级提升400点": {"id": 11795, "score": 391, "attr": {"strain_base": 400}}, "断浪·腕·染(会心) 全会心提升400点": {"id": 11794, "score": 391, "attr": {"all_critical_strike_base": 400}}, "断浪·腕·染(内破) 内功破防等级提升400点": {"id": 11793, "score": 391, "attr": {"magical_overcome_base": 400}}, "断浪·腕·染(外破) 外功破防等级提升400点": {"id": 11792, "score": 391, "attr": {"physical_overcome_base": 400}}, "断浪·腕·染(根骨) 根骨提升90点": {"id": 11790, "score": 391, "attr": {"spirit_base": 90}}, "断浪·腕·染(力道) 力道提升90点": {"id": 11789, "score": 391, "attr": {"strength_base": 90}}, "断浪·腕·染(元气) 元气提升90点": {"id": 11788, "score": 391, "attr": {"spunk_base": 90}}, "断浪·腕·染(身法) 身法提升90点": {"id": 11787, "score": 391, "attr": {"agility_base": 90}}, "奉天·腕·绣(无双) 无双等级提升441点": {"id": 11321, "score": 390, "attr": {"strain_base": 441}}, "奉天·腕·绣(会心) 全会心提升441点": {"id": 11320, "score": 390, "attr": {"all_critical_strike_base": 441}}, "奉天·腕·绣(内破) 内功破防等级提升441点": {"id": 11319, "score": 390, "attr": {"magical_overcome_base": 441}}, "奉天·腕·绣(外破) 外功破防等级提升441点": {"id": 11318, "score": 390, "attr": {"physical_overcome_base": 441}}, "奉天·腕·绣(根骨) 根骨提升99点": {"id": 11316, "score": 390, "attr": {"spirit_base": 99}}, "奉天·腕·绣(力道) 力道提升99点": {"id": 11315, "score": 390, "attr": {"strength_base": 99}}, "奉天·腕·绣(元气) 元气提升99点": {"id": 11314, "score": 390, "attr": {"spunk_base": 99}}, "奉天·腕·绣(身法) 身法提升99点": {"id": 11313, "score": 390, "attr": {"agility_base": 99}}, "连雾·腕·无双 护腕无双等级提高353": {"id": 11990, "score": 380, "attr": {"strain_base": 353}}, "连雾·腕·内破 护腕内功破防等级提高353": {"id": 11989, "score": 380, "attr": {"magical_overcome_base": 353}}, "连雾·腕·外破 护腕外功破防等级提高353": {"id": 11988, "score": 380, "attr": {"physical_overcome_base": 353}}, "连雾·腕·会心 护腕全会心等级提高353": {"id": 11980, "score": 380, "attr": {"all_critical_strike_base": 353}}, "奉天·腕·绣(无双) 无双等级提升397点": {"id": 11233, "score": 352, "attr": {"strain_base": 397}}, "奉天·腕·绣(会心) 全会心提升397点": {"id": 11232, "score": 352, "attr": {"all_critical_strike_base": 397}}, "奉天·腕·绣(内破) 内功破防等级提升397点": {"id": 11231, "score": 352, "attr": {"magical_overcome_base": 397}}, "奉天·腕·绣(外破) 外功破防等级提升397点": {"id": 11230, "score": 352, "attr": {"physical_overcome_base": 397}}, "奉天·腕·绣(根骨) 根骨提升89点": {"id": 11228, "score": 352, "attr": {"spirit_base": 89}}, "奉天·腕·绣(力道) 力道提升89点": {"id": 11227, "score": 352, "attr": {"strength_base": 89}}, "奉天·腕·绣(元气) 元气提升89点": {"id": 11226, "score": 352, "attr": {"spunk_base": 89}}, "奉天·腕·绣(身法) 身法提升89点": {"id": 11225, "score": 352, "attr": {"agility_base": 89}}, "断浪·腕·染(无双) 无双等级提升362点": {"id": 11608, "score": 322, "attr": {"strain_base": 362}}, "断浪·腕·染(会心) 全会心提升362点": {"id": 11607, "score": 322, "attr": {"all_critical_strike_base": 362}}, "断浪·腕·染(内破) 内功破防等级提升362点": {"id": 11606, "score": 322, "attr": {"magical_overcome_base": 362}}, "断浪·腕·染(外破) 外功破防等级提升362点": {"id": 11605, "score": 322, "attr": {"physical_overcome_base": 362}}, "断浪·腕·染(根骨) 根骨提升81点": {"id": 11603, "score": 322, "attr": {"spirit_base": 81}}, "断浪·腕·染(力道) 力道提升81点": {"id": 11602, "score": 322, "attr": {"strength_base": 81}}, "断浪·腕·染(元气) 元气提升81点": {"id": 11601, "score": 322, "attr": {"spunk_base": 81}}, "断浪·腕·染(身法) 身法提升81点": {"id": 11600, "score": 322, "attr": {"agility_base": 81}}, "连雾·腕·无双 护腕无双等级提高320": {"id": 11821, "score": 313, "attr": {"strain_base": 320}}, "连雾·腕·内破 护腕内功破防等级提高320": {"id": 11820, "score": 313, "attr": {"magical_overcome_base": 320}}, "连雾·腕·外破 护腕外功破防等级提高320": {"id": 11819, "score": 313, "attr": {"physical_overcome_base": 320}}, "连雾·腕·会心 护腕全会心等级提高320": {"id": 11811, "score": 313, "attr": {"all_critical_strike_base": 320}}, "奉天·腕·绣(无双) 无双等级提升325点": {"id": 11078, "score": 288, "attr": {"strain_base": 325}}, "奉天·腕·绣(会心) 全会心提升325点": {"id": 11077, "score": 288, "attr": {"all_critical_strike_base": 325}}, "奉天·腕·绣(内破) 内功破防等级提升325点": {"id": 11076, "score": 288, "attr": {"magical_overcome_base": 325}}, "奉天·腕·绣(外破) 外功破防等级提升325点": {"id": 11075, "score": 288, "attr": {"physical_overcome_base": 325}}, "奉天·腕·绣(根骨) 根骨提升73点": {"id": 11073, "score": 286, "attr": {"spirit_base": 73}}, "奉天·腕·绣(力道) 力道提升73点": {"id": 11072, "score": 286, "attr": {"strength_base": 73}}, "奉天·腕·绣(元气) 元气提升73点": {"id": 11071, "score": 286, "attr": {"spunk_base": 73}}, "奉天·腕·绣(身法) 身法提升73点": {"id": 11070, "score": 286, "attr": {"agility_base": 73}}, "连雾·腕·无双 护腕无双等级提高289": {"id": 11635, "score": 258, "attr": {"strain_base": 289}}, "连雾·腕·内破 护腕内功破防等级提高289": {"id": 11634, "score": 258, "attr": {"magical_overcome_base": 289}}, "连雾·腕·外破 护腕外功破防等级提高289": {"id": 11633, "score": 258, "attr": {"physical_overcome_base": 289}}, "连雾·腕·会心 护腕全会心等级提高289": {"id": 11625, "score": 258, "attr": {"all_critical_strike_base": 289}}, "奉天·腕·染(无双) 无双等级提升289点": {"id": 11101, "score": 255, "attr": {"strain_base": 289}}, "奉天·腕·染(会心) 全会心提升289点": {"id": 11100, "score": 255, "attr": {"all_critical_strike_base": 289}}, "奉天·腕·染(内破) 内功破防等级提升289点": {"id": 11099, "score": 255, "attr": {"magical_overcome_base": 289}}, "奉天·腕·染(外破) 外功破防等级提升289点": {"id": 11098, "score": 255, "attr": {"physical_overcome_base": 289}}, "奉天·腕·染(根骨) 根骨提升65点": {"id": 11096, "score": 255, "attr": {"spirit_base": 65}}, "奉天·腕·染(力道) 力道提升65点": {"id": 11095, "score": 255, "attr": {"strength_base": 65}}, "奉天·腕·染(元气) 元气提升65点": {"id": 11094, "score": 255, "attr": {"spunk_base": 65}}, "奉天·腕·染(身法) 身法提升65点": {"id": 11093, "score": 255, "attr": {"agility_base": 65}}, "仙踪·腕·绣(无双) 无双等级提升209点": {"id": 10842, "score": 185, "attr": {"strain_base": 209}}, "仙踪·腕·绣(会心) 全会心提升209点": {"id": 10841, "score": 185, "attr": {"all_critical_strike_base": 209}}, "仙踪·腕·绣(内破) 内功破防等级提升209点": {"id": 10840, "score": 185, "attr": {"magical_overcome_base": 209}}, "仙踪·腕·绣(外破) 外功破防等级提升209点": {"id": 10839, "score": 185, "attr": {"physical_overcome_base": 209}}, "仙踪·腕·绣(根骨) 根骨提升47点": {"id": 10837, "score": 185, "attr": {"spirit_base": 47}}, "仙踪·腕·绣(力道) 力道提升47点": {"id": 10836, "score": 185, "attr": {"strength_base": 47}}, "仙踪·腕·绣(元气) 元气提升47点": {"id": 10835, "score": 185, "attr": {"spunk_base": 47}}, "仙踪·腕·绣(身法) 身法提升47点": {"id": 10834, "score": 185, "attr": {"agility_base": 47}}, "仙踪·腕·绣(无双) 无双等级提升188点": {"id": 10670, "score": 165, "attr": {"strain_base": 188}}, "仙踪·腕·绣(会心) 全会心提��188点": {"id": 10669, "score": 165, "attr": {"all_critical_strike_base": 188}}, "仙踪·腕·绣(内破) 内功破防等级提升188点": {"id": 10668, "score": 165, "attr": {"magical_overcome_base": 188}}, "仙踪·腕·绣(外破) 外功破防等级提升188点": {"id": 10667, "score": 165, "attr": {"physical_overcome_base": 188}}, "仙踪·腕·绣(根骨) 根骨提升42点": {"id": 10665, "score": 165, "attr": {"spirit_base": 42}}, "仙踪·腕·绣(力道) 力道提升42点": {"id": 10664, "score": 165, "attr": {"strength_base": 42}}, "仙踪·腕·绣(元气) 元气提升42点": {"id": 10663, "score": 165, "attr": {"spunk_base": 42}}, "仙踪·腕·绣(身法) 身法提升42点": {"id": 10662, "score": 165, "attr": {"agility_base": 42}}, "仙踪·腕·绣(无双) 无双等级提升166点": {"id": 10530, "score": 146, "attr": {"strain_base": 166}}, "仙踪·腕·绣(会心) 全会心提升166点": {"id": 10529, "score": 146, "attr": {"all_critical_strike_base": 166}}, "仙踪·腕·绣(内破) 内功破防等级提升166点": {"id": 10528, "score": 146, "attr": {"magical_overcome_base": 166}}, "仙踪·腕·绣(外破) 外功破防等级提升166点": {"id": 10527, "score": 146, "attr": {"physical_overcome_base": 166}}, "仙踪·腕·绣(根骨) 根骨提升37点": {"id": 10525, "score": 146, "attr": {"spirit_base": 37}}, "仙踪·腕·绣(力道) 力道提升37点": {"id": 10524, "score": 146, "attr": {"strength_base": 37}}, "仙踪·腕·绣(元气) 元气提升37点": {"id": 10523, "score": 146, "attr": {"spunk_base": 37}}, "仙踪·腕·绣(身法) 身法提升37点": {"id": 10522, "score": 146, "attr": {"agility_base": 37}}, "仙踪·腕·绣(无双) 无双等级提升152点": {"id": 10402, "score": 133, "attr": {"strain_base": 152}}, "仙踪·腕·绣(会心) 全会心提升152点": {"id": 10401, "score": 133, "attr": {"all_critical_strike_base": 152}}, "仙踪·腕·绣(内破) 内功破防等级提升152点": {"id": 10400, "score": 133, "attr": {"magical_overcome_base": 152}}, "仙踪·腕·绣(外破) 外功破防等级提升152点": {"id": 10399, "score": 133, "attr": {"physical_overcome_base": 152}}, "仙踪·腕·绣(根骨) 根骨提升34点": {"id": 10397, "score": 133, "attr": {"spirit_base": 34}}, "仙踪·腕·绣(力道) 力道提升34点": {"id": 10396, "score": 133, "attr": {"strength_base": 34}}, "仙踪·腕·绣(元气) 元气提升34点": {"id": 10395, "score": 133, "attr": {"spunk_base": 34}}, "仙踪·腕·绣(身法) 身法提升34点": {"id": 10394, "score": 133, "attr": {"agility_base": 34}}, "珍·重制·染(元气) 元气提升31点": {"id": 6310, "score": 121, "attr": {"spunk_base": 31}}, "珍·重制·染(力道) 力道提升31点": {"id": 6309, "score": 121, "attr": {"strength_base": 31}}, "珍·重制·染(内伤) 内功攻击提升75点": {"id": 6305, "score": 121, "attr": {"magical_attack_power_base": 75}}, "珍·重制·染(外伤) 外功攻击提升62点": {"id": 6304, "score": 121, "attr": {"physical_attack_power_base": 62}}, "珍·风骨·染(内伤) 内功攻击提升61点": {"id": 6270, "score": 100, "attr": {"magical_attack_power_base": 61}}, "珍·风骨·染(外伤) 外功攻击提升51点": {"id": 6269, "score": 100, "attr": {"physical_attack_power_base": 51}}, "珍·风骨·染(元气) 元气提升25点": {"id": 6252, "score": 98, "attr": {"spunk_base": 25}}, "珍·风骨·染(力道) 力道提升25点": {"id": 6251, "score": 98, "attr": {"strength_base": 25}}, "仙踪·腕·染(无双) 无双等级提升105点": {"id": 10865, "score": 94, "attr": {"strain_base": 105}}, "仙踪·腕·染(会心) 全会心提升105点": {"id": 10864, "score": 94, "attr": {"all_critical_strike_base": 105}}, "仙踪·腕·染(内破) 内功破防等级提升105点": {"id": 10863, "score": 94, "attr": {"magical_overcome_base": 105}}, "仙踪·腕·染(外破) 外功破防等级提升105点": {"id": 10862, "score": 94, "attr": {"physical_overcome_base": 105}}, "仙踪·腕·染(根骨) 根骨提升24点": {"id": 10860, "score": 94, "attr": {"spirit_base": 24}}, "仙踪·腕·染(力道) 力道提升24点": {"id": 10859, "score": 94, "attr": {"strength_base": 24}}, "仙踪·腕·染(元气) 元气提升24点": {"id": 10858, "score": 94, "attr": {"spunk_base": 24}}, "仙踪·腕·染(身法) 身法提升24点": {"id": 10857, "score": 94, "attr": {"agility_base": 24}}, "仙踪·腕·染(无双) 无双等级提升94点": {"id": 10693, "score": 83, "attr": {"strain_base": 94}}, "仙踪·腕·染(会心) 全会心提升94点": {"id": 10692, "score": 83, "attr": {"all_critical_strike_base": 94}}, "仙踪·腕·染(内破) 内功破防等级提升94点": {"id": 10691, "score": 83, "attr": {"magical_overcome_base": 94}}, "仙踪·腕·染(外破) 外功破防等级提升94点": {"id": 10690, "score": 83, "attr": {"physical_overcome_base": 94}}, "仙踪·腕·染(根骨) 根骨提升21点": {"id": 10688, "score": 83, "attr": {"spirit_base": 21}}, "仙踪·腕·染(力道) 力道提升21点": {"id": 10687, "score": 83, "attr": {"strength_base": 21}}, "仙踪·腕·染(元气) 元气提升21点": {"id": 10686, "score": 83, "attr": {"spunk_base": 21}}, "仙踪·腕·染(身法) 身法提升21点": {"id": 10685, "score": 83, "attr": {"agility_base": 21}}, "佳·剑胆·染(内伤) 内功攻击提升50点": {"id": 6134, "score": 82, "attr": {"magical_attack_power_base": 50}}, "佳·剑胆·染(外伤) 外功攻击提升42点": {"id": 6133, "score": 82, "attr": {"physical_attack_power_base": 42}}, "佳·剑胆·染(元气) 元气提升21点": {"id": 6132, "score": 82, "attr": {"spunk_base": 21}}, "佳·剑胆·染(力道) 力道提升21点": {"id": 6131, "score": 82, "attr": {"strength_base": 21}}, "仙踪·腕·染(无双) 无双等级提升83点": {"id": 10553, "score": 74, "attr": {"strain_base": 83}}, "仙踪·腕·染(会心) 全会心提升83点": {"id": 10552, "score": 74, "attr": {"all_critical_strike_base": 83}}, "仙踪·腕·染(内破) 内功破防等级提升83点": {"id": 10551, "score": 74, "attr": {"magical_overcome_base": 83}}, "仙踪·腕·染(外破) 外功破防等级提升83点": {"id": 10550, "score": 74, "attr": {"physical_overcome_base": 83}}, "仙踪·腕·染(根骨) 根骨提升19点": {"id": 10548, "score": 74, "attr": {"spirit_base": 19}}, "仙踪·腕·染(力道) 力道提升19点": {"id": 10547, "score": 74, "attr": {"strength_base": 19}}, "仙踪·腕·染(元气) 元气提升19点": {"id": 10546, "score": 74, "attr": {"spunk_base": 19}}, "仙踪·腕·染(身法) 身法提升19点": {"id": 10545, "score": 74, "attr": {"agility_base": 19}}, "珍·重制·染(内会效) 内功会心效果等级提升73点": {"id": 6312, "score": 74, "attr": {"magical_critical_power_base": 83}}, "珍·重制·染(外会效) 外功会心效果等级提升83点": {"id": 6311, "score": 74, "attr": {"physical_critical_power_base": 83}}, "剑胆·染(内伤) 内功攻击提升44点": {"id": 6096, "score": 70, "attr": {"magical_attack_power_base": 44}}, "剑胆·染(外伤) 外功攻击提升37点": {"id": 6095, "score": 70, "attr": {"physical_attack_power_base": 37}}, "剑胆·染(元气) 元气提升18点": {"id": 6094, "score": 70, "attr": {"spunk_base": 18}}, "剑胆·染(力道) 力道提升18点": {"id": 6093, "score": 70, "attr": {"strength_base": 18}}, "仙踪·腕·染(无双) 无双等级提升76点": {"id": 10425, "score": 66, "attr": {"strain_base": 76}}, "仙踪·腕·染(会心) 全会心提升76点": {"id": 10424, "score": 66, "attr": {"all_critical_strike_base": 76}}, "仙踪·腕·染(内破) 内功破防等级提升76点": {"id": 10423, "score": 66, "attr": {"magical_overcome_base": 76}}, "仙踪·腕·染(外破) 外功破防等级提升76点": {"id": 10422, "score": 66, "attr": {"physical_overcome_base": 76}}, "仙踪·腕·染(根骨) 根骨提升17点": {"id": 10420, "score": 66, "attr": {"spirit_base": 17}}, "仙踪·腕·染(力道) 力道提升17点": {"id": 10419, "score": 66, "attr": {"strength_base": 17}}, "仙踪·腕·染(元气) 元气提升17点": {"id": 10418, "score": 66, "attr": {"spunk_base": 17}}, "仙踪·腕·染(身法) 身法提升17点": {"id": 10417, "score": 66, "attr": {"agility_base": 17}}, "珍·风骨·染(外会效) 外功会心效果等级提升68点": {"id": 6255, "score": 60, "attr": {"physical_critical_power_base": 68}}, "珍·风骨·染(内会效) 内功会心效果等级提升68点": {"id": 6254, "score": 60, "attr": {"magical_critical_power_base": 68}}, "佳·剑胆·染(外会效) 外功会心效果等级提升56点": {"id": 6137, "score": 49, "attr": {"physical_critical_power_base": 56}}, "佳·剑胆·染(内会效) 内功会心效果等级提升56点": {"id": 6136, "score": 49, "attr": {"magical_critical_power_base": 56}}, "剑胆·染(外会效) 外功会心效果等级提升49点": {"id": 6099, "score": 44, "attr": {"physical_critical_power_base": 49}}, "剑胆·染(内会效) 内功会心效果等级提升49点": {"id": 6098, "score": 44, "attr": {"magical_critical_power_base": 49}}, "苍·安戎·染(外伤) 外功攻击提升18": {"id": 6041, "score": 35, "attr": {"physical_attack_power_base": 18}}, "苍·安戎·染(内伤) 内功攻击提升22": {"id": 6037, "score": 35, "attr": {"magical_attack_power_base": 22}}, "安戎·染(内伤) 内功攻击提升22": {"id": 5887, "score": 35, "attr": {"magical_attack_power_base": 22}}, "安戎·染(外伤) 外功攻击提升18": {"id": 5886, "score": 35, "attr": {"physical_attack_power_base": 18}}, "安戎·染(元气) 元气提升9": {"id": 5885, "score": 35, "attr": {"spunk_base": 9}}, "安戎·染(力道) 力道提升9": {"id": 5884, "score": 35, "attr": {"strength_base": 9}}, "黑曜绣(护手) 外功攻击永久提升16点(护手)": {"id": 347, "score": 31, "attr": {"physical_attack_power_base": 16}}, "苍海·染(元气) 元气永久提升7点(护手": {"id": 5149, "score": 27, "attr": {"spunk_base": 7}}, "苍海·染(力道) 力道永久提升7点(护手)": {"id": 5147, "score": 27, "attr": {"strength_base": 7}}, "白虎绣(护手) 外功攻击永久提升14点(护手)": {"id": 365, "score": 27, "attr": {"physical_attack_power_base": 14}}, "行军·染(外伤) 外功攻击提升15": {"id": 5862, "score": 26, "attr": {"physical_attack_power_base": 15}}, "行军·染(内伤) 内功攻击提升16": {"id": 5861, "score": 26, "attr": {"magical_attack_power_base": 16}}, "青龙绣(护手) 内功攻击永久提升16点(护手)": {"id": 363, "score": 26, "attr": {"magical_attack_power_base": 16}}, "雨花绣(护手) 内功攻击永久提升16点(护手)": {"id": 349, "score": 26, "attr": {"magical_attack_power_base": 16}}, "安戎·染(外会效) 外功会心效果提升24": {"id": 5890, "score": 21, "attr": {"physical_critical_power_base": 24}}, "安戎·染(内会效) 内功会心效果提升24": {"id": 5889, "score": 21, "attr": {"magical_critical_power_base": 24}}, "铁纹甲片 护手外功攻击强度永久提升9点": {"id": 43, "score": 17, "attr": {"physical_attack_power_base": 9}}, "云锡绣(护手) 破招永久提升18点(护手)": {"id": 353, "score": 15, "attr": {"surplus": 18}}, "靛蓝绣(护手) 根骨永久提升4点(护手)": {"id": 27, "score": 15, "attr": {"spirit_base": 4}}, "蓝叶绣(护手) 力道永久提升4点(护手)": {"id": 25, "score": 15, "attr": {"strength_base": 4}}, "莹白绣(护手) 力道永久提升4点(护手)": {"id": 22, "score": 15, "attr": {"strength_base": 4}}, "净白绣(护手) 根骨永久提升4点(护手)": {"id": 18, "score": 15, "attr": {"spirit_base": 4}}, "铁黑绣(护手) 身法永久提升4点(护手)": {"id": 16, "score": 15, "attr": {"agility_base": 4}}, "煤黑绣图样:护手 身法永久提升4点(护手)": {"id": 13, "score": 15, "attr": {"agility_base": 4}}, "杏黄绣(护手) 元气永久提升4点(护手)": {"id": 5, "score": 15, "attr": {"spunk_base": 4}}, "鹅黄绣(护手) 元气永久提升4点(护手)": {"id": 1, "score": 15, "attr": {"spunk_base": 4}}, "云英绣(护手) 破招永久提升16点(护手)": {"id": 335, "score": 13, "attr": {"surplus": 16}}, "角砾绣(护手) 外功会心值永久提升16点(护手)": {"id": 331, "score": 13, "attr": {"physical_critical_strike_base": 16}}, "流纹绣(护手) 内功会心值永久提升16点(护手)": {"id": 329, "score": 13, "attr": {"magical_critical_strike_base": 16}}, "湛蓝绣染(护手) 力道永久提升3点(护手)": {"id": 163, "score": 11, "attr": {"strength_base": 3}}, "山水绣染(护手) 元气永久提升3点(护手)": {"id": 162, "score": 11, "attr": {"spunk_base": 3}}, "耀龙银甲片 护手外功会心永久提升5": {"id": 52, "score": 4, "attr": {"physical_critical_strike_base": 5}}, "天罡甲片 护手永久增加破招5": {"id": 50, "score": 4, "attr": {"surplus": 14}}, "雅·安戎·染(外会效) 外功会心效果提升27": {"id": 5928, "score": 0, "attr": {"physical_critical_power_base": 27}}, "雅·安戎·染(内会效) 内功会心效果提升27": {"id": 5927, "score": 0, "attr": {"magical_critical_power_base": 27}}, "雅·安戎·染(内伤) 内功攻击提升25": {"id": 5925, "score": 0, "attr": {"magical_attack_power_base": 25}}, "雅·安戎·染(外伤) 外功攻击提升21": {"id": 5924, "score": 0, "attr": {"physical_attack_power_base": 21}}, "雅·安戎·染(元气) 元气提升10": {"id": 5923, "score": 0, "attr": {"spunk_base": 10}}, "雅·安戎·染(力道) 力道提升10": {"id": 5922, "score": 0, "attr": {"strength_base": 10}}}
|
|
|
1 |
+
{"断浪·腕·绣(无双) 无双等级提升974点": {"id": 12110, "score": 1050, "attr": {"strain_base": 974}}, "断浪·腕·绣(会心) 全会心提升974点": {"id": 12109, "score": 1050, "attr": {"all_critical_strike_base": 974}}, "断浪·腕·绣(内破) 内功破防等级提升974点": {"id": 12108, "score": 1050, "attr": {"magical_overcome_base": 974}}, "断浪·腕·绣(外破) 外功破防等级提升974点": {"id": 12107, "score": 1050, "attr": {"physical_overcome_base": 974}}, "断浪·腕·绣(根骨) 根骨提升218点": {"id": 12105, "score": 1050, "attr": {"spirit_base": 218}}, "断浪·腕·绣(力道) 力道提升218点": {"id": 12104, "score": 1050, "attr": {"strength_base": 218}}, "断浪·腕·绣(元气) 元气提升218点": {"id": 12103, "score": 1050, "attr": {"spunk_base": 218}}, "断浪·腕·绣(身法) 身法提升218点": {"id": 12102, "score": 1050, "attr": {"agility_base": 218}}, "断浪·腕·绣(无双) 无双等级提升883点": {"id": 11941, "score": 952, "attr": {"strain_base": 883}}, "断浪·腕·绣(会心) 全会心提升883点": {"id": 11940, "score": 952, "attr": {"all_critical_strike_base": 883}}, "断浪·腕·绣(内破) 内功破防等级提升883点": {"id": 11939, "score": 952, "attr": {"magical_overcome_base": 883}}, "断浪·腕·绣(外破) 外功破防等级提升883点": {"id": 11938, "score": 952, "attr": {"physical_overcome_base": 883}}, "断浪·腕·绣(根骨) 根骨提升198点": {"id": 11936, "score": 952, "attr": {"spirit_base": 198}}, "断浪·腕·绣(力道) 力道提升198点": {"id": 11935, "score": 952, "attr": {"strength_base": 198}}, "断浪·腕·绣(元气) 元气提升198点": {"id": 11934, "score": 952, "attr": {"spunk_base": 198}}, "断浪·腕·绣(身法) 身法提升198点": {"id": 11933, "score": 952, "attr": {"agility_base": 198}}, "断浪·腕·绣(无双) 无双等级提升799点": {"id": 11772, "score": 783, "attr": {"strain_base": 799}}, "断浪·腕·绣(会心) 全会心提升799点": {"id": 11771, "score": 783, "attr": {"all_critical_strike_base": 799}}, "断浪·腕·绣(内破) 内功破防等级提升799点": {"id": 11770, "score": 783, "attr": {"magical_overcome_base": 799}}, "断浪·腕·绣(外破) 外功破防等级提升799点": {"id": 11769, "score": 783, "attr": {"physical_overcome_base": 799}}, "断浪·腕·绣(根骨) 根骨提升179点": {"id": 11767, "score": 783, "attr": {"spirit_base": 179}}, "断浪·腕·绣(力道) 力道提升179点": {"id": 11766, "score": 783, "attr": {"strength_base": 179}}, "断浪·腕·绣(元气) 元气提升179点": {"id": 11765, "score": 783, "attr": {"spunk_base": 179}}, "断浪·腕·绣(身法) 身法提升179点": {"id": 11764, "score": 783, "attr": {"agility_base": 179}}, "断浪·腕·绣(无双) 无双等级提升723点": {"id": 11585, "score": 644, "attr": {"strain_base": 723}}, "断浪·腕·绣(会心) 全会心提升723点": {"id": 11584, "score": 644, "attr": {"all_critical_strike_base": 723}}, "断浪·腕·绣(内破) 内功破防等级提升723点": {"id": 11583, "score": 644, "attr": {"magical_overcome_base": 723}}, "断浪·腕·绣(外破) 外功破防等级提升723点": {"id": 11582, "score": 644, "attr": {"physical_overcome_base": 723}}, "断浪·腕·绣(根骨) 根骨提升162点": {"id": 11580, "score": 644, "attr": {"spirit_base": 162}}, "断浪·腕·绣(力道) 力道提升162点": {"id": 11579, "score": 644, "attr": {"strength_base": 162}}, "断浪·腕·绣(元气) 元气提升162点": {"id": 11578, "score": 644, "attr": {"spunk_base": 162}}, "断浪·腕·绣(身法) 身法提升162点": {"id": 11577, "score": 644, "attr": {"agility_base": 162}}, "断浪·腕·染(无双) 无双等级提升487点": {"id": 12133, "score": 524, "attr": {"strain_base": 487}}, "断浪·腕·染(会心) 全会心提升487点": {"id": 12132, "score": 524, "attr": {"all_critical_strike_base": 487}}, "断浪·腕·染(内破) 内功破防等级提升487点": {"id": 12131, "score": 524, "attr": {"magical_overcome_base": 487}}, "断浪·腕·染(外破) 外功破防等级提升487点": {"id": 12130, "score": 524, "attr": {"physical_overcome_base": 487}}, "断浪·腕·染(根骨) 根骨提升109点": {"id": 12128, "score": 524, "attr": {"spirit_base": 109}}, "断浪·腕·染(力道) 力道提升109点": {"id": 12127, "score": 524, "attr": {"strength_base": 109}}, "断浪·腕·染(元气) 元气提升109点": {"id": 12126, "score": 524, "attr": {"spunk_base": 109}}, "断浪·腕·染(身法) 身法提升109点": {"id": 12125, "score": 524, "attr": {"agility_base": 109}}, "断浪·腕·染(无双) 无双等级提升442点": {"id": 11964, "score": 475, "attr": {"strain_base": 442}}, "断浪·腕·染(会心) 全会心提升442点": {"id": 11963, "score": 475, "attr": {"all_critical_strike_base": 442}}, "断浪·腕·染(内破) 内功破防等级提升442点": {"id": 11962, "score": 475, "attr": {"magical_overcome_base": 442}}, "断浪·腕·染(外破) 外功破防等级提升442点": {"id": 11961, "score": 475, "attr": {"physical_overcome_base": 442}}, "断浪·腕·染(根骨) 根骨提升99点": {"id": 11959, "score": 475, "attr": {"spirit_base": 99}}, "断浪·腕·染(力道) 力道提升99点": {"id": 11958, "score": 475, "attr": {"strength_base": 99}}, "断浪·腕·染(元气) 元气提升99点": {"id": 11957, "score": 475, "attr": {"spunk_base": 99}}, "断浪·腕·染(身法) 身法提升99点": {"id": 11956, "score": 475, "attr": {"agility_base": 99}}, "连雾·腕·无双 护腕无双等级提高390": {"id": 12159, "score": 419, "attr": {"strain_base": 390}}, "连雾·腕·内破 护腕内功破防等级提高390": {"id": 12158, "score": 419, "attr": {"magical_overcome_base": 390}}, "连雾·腕·外破 护腕外功破防等级提高390": {"id": 12157, "score": 419, "attr": {"physical_overcome_base": 390}}, "连雾·腕·会心 护腕全会心等级提高390": {"id": 12149, "score": 419, "attr": {"all_critical_strike_base": 390}}, "断浪·腕·染(无双) 无双等级提升400点": {"id": 11795, "score": 391, "attr": {"strain_base": 400}}, "断浪·腕·染(会心) 全会心提升400点": {"id": 11794, "score": 391, "attr": {"all_critical_strike_base": 400}}, "断浪��腕·染(内破) 内功破防等级提升400点": {"id": 11793, "score": 391, "attr": {"magical_overcome_base": 400}}, "断浪·腕·染(外破) 外功破防等级提升400点": {"id": 11792, "score": 391, "attr": {"physical_overcome_base": 400}}, "断浪·腕·染(根骨) 根骨提升90点": {"id": 11790, "score": 391, "attr": {"spirit_base": 90}}, "断浪·腕·染(力道) 力道提升90点": {"id": 11789, "score": 391, "attr": {"strength_base": 90}}, "断浪·腕·染(元气) 元气提升90点": {"id": 11788, "score": 391, "attr": {"spunk_base": 90}}, "断浪·腕·染(身法) 身法提升90点": {"id": 11787, "score": 391, "attr": {"agility_base": 90}}, "连雾·腕·无双 护腕无双等级提高353": {"id": 11990, "score": 380, "attr": {"strain_base": 353}}, "连雾·腕·内破 护腕内功破防等级提高353": {"id": 11989, "score": 380, "attr": {"magical_overcome_base": 353}}, "连雾·腕·外破 护腕外功破防等级提高353": {"id": 11988, "score": 380, "attr": {"physical_overcome_base": 353}}, "连雾·腕·会心 护腕全会心等级提高353": {"id": 11980, "score": 380, "attr": {"all_critical_strike_base": 353}}, "断浪·腕·染(无双) 无双等级提升362点": {"id": 11608, "score": 322, "attr": {"strain_base": 362}}, "断浪·腕·染(会心) 全会心提升362点": {"id": 11607, "score": 322, "attr": {"all_critical_strike_base": 362}}, "断浪·腕·染(内破) 内功破防等级提升362点": {"id": 11606, "score": 322, "attr": {"magical_overcome_base": 362}}, "断浪·腕·染(外破) 外功破防等级提升362点": {"id": 11605, "score": 322, "attr": {"physical_overcome_base": 362}}, "断浪·腕·染(根骨) 根骨提升81点": {"id": 11603, "score": 322, "attr": {"spirit_base": 81}}, "断浪·腕·染(力道) 力道提升81点": {"id": 11602, "score": 322, "attr": {"strength_base": 81}}, "断浪·腕·染(元气) 元气提升81点": {"id": 11601, "score": 322, "attr": {"spunk_base": 81}}, "断浪·腕·染(身法) 身法提升81点": {"id": 11600, "score": 322, "attr": {"agility_base": 81}}, "连雾·腕·无双 护腕无双等级提高320": {"id": 11821, "score": 313, "attr": {"strain_base": 320}}, "连雾·腕·内破 护腕内功破防等级提高320": {"id": 11820, "score": 313, "attr": {"magical_overcome_base": 320}}, "连雾·腕·外破 护腕外功破防等级提高320": {"id": 11819, "score": 313, "attr": {"physical_overcome_base": 320}}, "连雾·腕·会心 护腕全会心等级提高320": {"id": 11811, "score": 313, "attr": {"all_critical_strike_base": 320}}, "连雾·腕·无双 护腕无双等级提高289": {"id": 11635, "score": 258, "attr": {"strain_base": 289}}, "连雾·腕·内破 护腕内功破防等级提高289": {"id": 11634, "score": 258, "attr": {"magical_overcome_base": 289}}, "连雾·腕·外破 护腕外功破防等级提高289": {"id": 11633, "score": 258, "attr": {"physical_overcome_base": 289}}, "连雾·腕·会心 护腕全会心等级提高289": {"id": 11625, "score": 258, "attr": {"all_critical_strike_base": 289}}}
|
qt/assets/equipments/belt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"水泽腰带 (会心 破招) 15800": {"id": 98486, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 772, "physical_attack_power_base": 1253, "physical_critical_strike_base": 3875, "surplus": 3444}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "泉潺腰带_测试用 (会心 破招) 15600": {"id": 98588, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "surplus": 3401}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "看面束腰 (破招 无双) 15600": {"id": 98469, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2236, "surplus": 4782, "strain_base": 4782}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "苏汉束腰 (破防 无双) 15600": {"id": 98468, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2664, "physical_overcome_base": 4039, "strain_base": 4464}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "岂邪腰带 (无双) 15600": {"id": 98449, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3235, "strain_base": 7546}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "神际腰带 (会心 破招 无双) 15600": {"id": 98447, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2759, "surplus": 2338, "physical_critical_strike_base": 4039, "strain_base": 2338}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "无吼腰带 (破防 破招) 15600": {"id": 98446, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2759, "surplus": 4251, "physical_overcome_base": 4464}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "若环腰带 (会心) 15600": {"id": 98445, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3235, "physical_critical_strike_base": 7546}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落带 (加速 破招) 15600": {"id": 98414, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "haste_base": 3826, "surplus": 3401}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪腰带 (破防 无双) 15600": {"id": 98378, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_overcome_base": 3826, "strain_base": 3401}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "灵源·折霜腰带_测试用 (会心 无双) 15400": {"id": 98272, "school": "霸刀", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"strength_base": 753, "physical_attack_power_base": 1221, "physical_critical_strike_base": 3777, "strain_base": 3357}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "192048", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "风烈腰带 (会心 破招) 14150": {"id": 96372, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 692, "physical_attack_power_base": 1122, "physical_critical_strike_base": 3470, "surplus": 3085}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·海光腰带 (���防 破招) 13950": {"id": 98684, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "surplus": 3041}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨带 (会心 无双) 13950": {"id": 98192, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺腰带 (会心 破招) 13950": {"id": 96482, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "余弦束腰 (破招 无双) 13950": {"id": 96355, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2000, "surplus": 4277, "strain_base": 4277}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "暮舞束腰 (破防 无双) 13950": {"id": 96354, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2382, "physical_overcome_base": 3611, "strain_base": 3991}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "叙尧腰带 (无双) 13950": {"id": 96335, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2893, "strain_base": 6748}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "疏绫腰带 (会心 破招 无双) 13950": {"id": 96333, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2468, "surplus": 2091, "physical_critical_strike_base": 3611, "strain_base": 2091}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆檀腰带 (破防 破招) 13950": {"id": 96332, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2468, "surplus": 3801, "physical_overcome_base": 3991}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "岳圭腰带 (会心) 13950": {"id": 96331, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2893, "physical_critical_strike_base": 6748}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦带 (加速 破招) 13950": {"id": 96300, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "haste_base": 3421, "surplus": 3041}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行腰带 (破防 无双) 13950": {"id": 96264, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "strain_base": 3041}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·碎浪腰带 (加速 破招) 13750": {"id": 98168, "school": "通用", "kind": "力道", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "haste_base": 3372, "surplus": 2998}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "192022", "set_attr": {}, "set_gain": {"4": [1194]}}, "灵源·折霜腰带 (会心 无双) 13750": {"id": 96158, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "physical_critical_strike_base": 3372, "strain_base": 2998}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "191841", "set_attr": {}, "set_gain": {"2": [1925], "4": [4290, 4291]}}, "静山腰带 (破防 破招) 12600": {"id": 97772, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 616, "physical_attack_power_base": 999, "physical_overcome_base": 3090, "surplus": 2747}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "雪舞腰带 (会心 破招) 12600": {"id": 94469, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 616, "physical_attack_power_base": 999, "physical_critical_strike_base": 3090, "surplus": 2747}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·砾漠腰带 (破防 破招) 12450": {"id": 96578, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "surplus": 2714}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静腰带 (会心 破招) 12450": {"id": 94571, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "泽及腰带 (破防 无双) 12450": {"id": 94444, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2126, "physical_overcome_base": 3223, "strain_base": 3562}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "沧鳞腰带 (会心 无双) 12450": {"id": 94442, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1823, "physical_critical_strike_base": 2205, "strain_base": 5428}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "聚远腰带 (破防 破招) 12450": {"id": 94441, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2126, "surplus": 3562, "physical_overcome_base": 3223}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "束缊腰带 (无双) 12450": {"id": 94440, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2582, "strain_base": 5683}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃带 (加速 破招) 12450": {"id": 94409, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "haste_base": 3053, "surplus": 2714}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿腰带 (破防 无双) 12450": {"id": 94373, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "strain_base": 2714}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "临岳腰带 (破防 无双) 12400": {"id": 90515, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 606, "physical_attack_power_base": 983, "physical_overcome_base": 3041, "strain_base": 2703}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "傲寒御厨腰带·刀功 (会心 破招) 12300": {"id": 98120, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "surplus": 2681}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "寻踪觅宝·惊风腰带 (加速 破招) 12300": {"id": 96084, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "191815", "set_attr": {}, "set_gain": {"4": [1194]}}, "濯心·冲霄腰带 (会心 无双) 12300": {"id": 94271, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "190671", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "拭江腰带 (加速 破招) 12300": {"id": 90647, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌腰带 (破防 无双) 12300": {"id": 90611, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦腰带 (破防 破招) 12300": {"id": 90575, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双腰带 (会心 无双) 12300": {"id": 90539, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬带 (加速 无双) 12300": {"id": 90407, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_attack_power_base": 72, "strength_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰带 (破防 无双) 12300": {"id": 90371, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "重关带 (破招 无双) 12300": {"id": 90335, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "surplus": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"水泉腰带 (会心 破招) 15800": {"id": 98487, "school": "通用", "kind": "身法", "level": 15800, "max_strength": 6, "base": {}, "magic": {"agility_base": 772, "physical_attack_power_base": 1253, "physical_critical_strike_base": 3875, "surplus": 3444}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "192189", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "水泽腰带 (会心 破招) 15800": {"id": 98486, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 772, "physical_attack_power_base": 1253, "physical_critical_strike_base": 3875, "surplus": 3444}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "月落腰带 (会心 破招) 15600": {"id": 98589, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "surplus": 3401}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "月稠腰带 (会心 破招) 15600": {"id": 98588, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "surplus": 3401}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "看面束腰 (破招 无双) 15600": {"id": 98469, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2236, "surplus": 4782, "strain_base": 4782}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "苏汉束腰 (破防 无双) 15600": {"id": 98468, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2664, "physical_overcome_base": 4039, "strain_base": 4464}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "岂邪腰带 (无双) 15600": {"id": 98449, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3235, "strain_base": 7546}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "神际腰带 (会心 破招 无双) 15600": {"id": 98447, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2759, "surplus": 2338, "physical_critical_strike_base": 4039, "strain_base": 2338}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "无吼腰带 (破防 破招) 15600": {"id": 98446, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2759, "surplus": 4251, "physical_overcome_base": 4464}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "若环腰带 (会心) 15600": {"id": 98445, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3235, "physical_critical_strike_base": 7546}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "救困带 (加速 破招) 15600": {"id": 98415, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 763, "physical_attack_power_base": 1237, "haste_base": 3826, "surplus": 3401}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落带 (加速 破招) 15600": {"id": 98414, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "haste_base": 3826, "surplus": 3401}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "照耀腰带 (破防 无双) 15600": {"id": 98379, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 763, "physical_attack_power_base": 1237, "physical_overcome_base": 3826, "strain_base": 3401}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪腰带 (破防 无双) 15600": {"id": 98378, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_overcome_base": 3826, "strain_base": 3401}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "鸿辉·眠狸腰带 (会心 无双) 15400": {"id": 98279, "school": "万灵", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"agility_base": 753, "physical_attack_power_base": 1221, "physical_critical_strike_base": 3777, "strain_base": 3357}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "192055", "set_attr": {}, "set_gain": {"2": [5438, 17250], "4": [2568]}}, "鸿辉·峰���腰带 (会心 无双) 15400": {"id": 98272, "school": "霸刀", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"strength_base": 753, "physical_attack_power_base": 1221, "physical_critical_strike_base": 3777, "strain_base": 3357}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "192048", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "风停腰带 (会心 破招) 14150": {"id": 96373, "school": "通用", "kind": "身法", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 692, "physical_attack_power_base": 1122, "physical_critical_strike_base": 3470, "surplus": 3085}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "191982", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "风烈腰带 (会心 破招) 14150": {"id": 96372, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 692, "physical_attack_power_base": 1122, "physical_critical_strike_base": 3470, "surplus": 3085}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·天宇腰带 (破防 破招) 13950": {"id": 98685, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "surplus": 3041}, "embed": {"physical_overcome_base": 161, "agility_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·海光腰带 (破防 破招) 13950": {"id": 98684, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "surplus": 3041}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "危光带 (会心 无双) 13950": {"id": 98193, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨带 (会心 无双) 13950": {"id": 98192, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "泉幽腰带 (会心 破招) 13950": {"id": 96483, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺腰带 (会心 破招) 13950": {"id": 96482, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "余弦束腰 (破招 无双) 13950": {"id": 96355, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2000, "surplus": 4277, "strain_base": 4277}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "暮舞束腰 (破防 无双) 13950": {"id": 96354, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2382, "physical_overcome_base": 3611, "strain_base": 3991}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "叙尧腰带 (无双) 13950": {"id": 96335, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2893, "strain_base": 6748}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "疏绫腰带 (会心 破招 无双) 13950": {"id": 96333, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2468, "surplus": 2091, "physical_critical_strike_base": 3611, "strain_base": 2091}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆檀腰带 (破防 破招) 13950": {"id": 96332, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2468, "surplus": 3801, "physical_overcome_base": 3991}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "岳圭腰带 (会心) 13950": {"id": 96331, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2893, "physical_critical_strike_base": 6748}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "踏雁带 (加速 破招) 13950": {"id": 96301, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "haste_base": 3421, "surplus": 3041}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦带 (加速 破招) 13950": {"id": 96300, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "haste_base": 3421, "surplus": 3041}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "风掣腰带 (破防 无双) 13950": {"id": 96265, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "strain_base": 3041}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行腰带 (破防 无双) 13950": {"id": 96264, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "strain_base": 3041}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·飞旋腰带 (加速 破招) 13750": {"id": 98169, "school": "通用", "kind": "身法", "level": 13750, "max_strength": 6, "base": {}, "magic": {"agility_base": 672, "physical_attack_power_base": 1090, "haste_base": 3372, "surplus": 2998}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "192023", "set_attr": {}, "set_gain": {"4": [1194]}}, "寻踪觅宝·碎浪腰带 (加速 破招) 13750": {"id": 98168, "school": "通用", "kind": "力道", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "haste_base": 3372, "surplus": 2998}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "192022", "set_attr": {}, "set_gain": {"4": [1194]}}, "灵源·寂林腰带 (会心 无双) 13750": {"id": 96165, "school": "万灵", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"agility_base": 672, "physical_attack_power_base": 1090, "physical_critical_strike_base": 3372, "strain_base": 2998}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "191848", "set_attr": {}, "set_gain": {"2": [2568], "4": [5438, 17250]}}, "灵源·折霜腰带 (会心 无双) 13750": {"id": 96158, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "physical_critical_strike_base": 3372, "strain_base": 2998}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "191841", "set_attr": {}, "set_gain": {"2": [1925], "4": [4290, 4291]}}, "翠林腰带 (破防 破招) 12600": {"id": 97773, "school": "通用", "kind": "身法", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 616, "physical_attack_power_base": 999, "physical_overcome_base": 3090, "surplus": 2747}, "embed": {"physical_overcome_base": 161, "agility_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "静山腰带 (破防 破招) 12600": {"id": 97772, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 616, "physical_attack_power_base": 999, "physical_overcome_base": 3090, "surplus": 2747}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "雪漫腰带 (会心 破招) 12600": {"id": 94470, "school": "通用", "kind": "身法", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 616, "physical_attack_power_base": 999, "physical_critical_strike_base": 3090, "surplus": 2747}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "190856", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "雪舞腰带 (会心 破招) 12600": {"id": 94469, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 616, "physical_attack_power_base": 999, "physical_critical_strike_base": 3090, "surplus": 2747}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·角寒腰带 (破防 破招) 12450": {"id": 96579, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "surplus": 2714}, "embed": {"physical_overcome_base": 161, "agility_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·砾漠腰带 (破防 破招) 12450": {"id": 96578, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "surplus": 2714}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "湖月腰带 (会心 破招) 12450": {"id": 94572, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静腰带 (会心 破招) 12450": {"id": 94571, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "泽及腰带 (破防 无双) 12450": {"id": 94444, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2126, "physical_overcome_base": 3223, "strain_base": 3562}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "沧鳞腰带 (会心 无双) 12450": {"id": 94442, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1823, "physical_critical_strike_base": 2205, "strain_base": 5428}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "聚远腰带 (破防 破招) 12450": {"id": 94441, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2126, "surplus": 3562, "physical_overcome_base": 3223}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "束缊腰带 (无双) 12450": {"id": 94440, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2582, "strain_base": 5683}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "染辞带 (加速 破招) 12450": {"id": 94410, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "haste_base": 3053, "surplus": 2714}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃带 (加速 破招) 12450": {"id": 94409, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "haste_base": 3053, "surplus": 2714}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "商野腰带 (破防 无双) 12450": {"id": 94374, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "strain_base": 2714}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿腰带 (破防 无双) 12450": {"id": 94373, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "strain_base": 2714}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "临夜腰带 (破防 无双) 12400": {"id": 90516, "school": "通用", "kind": "身法", "level": 12400, "max_strength": 6, "base": {}, "magic": {"agility_base": 606, "physical_attack_power_base": 983, "physical_overcome_base": 3041, "strain_base": 2703}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "临岳腰带 (破防 无双) 12400": {"id": 90515, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 606, "physical_attack_power_base": 983, "physical_overcome_base": 3041, "strain_base": 2703}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "梧风御厨腰带·刀功 (会心 破招) 12300": {"id": 98127, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "surplus": 2681}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "傲寒御厨腰带·刀功 (会心 破招) 12300": {"id": 98120, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "surplus": 2681}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "濯心·猎风腰带 (会心 无双) 12300": {"id": 97847, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "191806", "set_attr": {}, "set_gain": {"2": [5438, 17250], "4": [2568]}}, "寻踪觅宝·屠云腰带 (加速 破招) 12300": {"id": 96085, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "191816", "set_attr": {}, "set_gain": {"4": [1194]}}, "寻踪觅宝·惊风腰带 (加速 破招) 12300": {"id": 96084, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "191815", "set_attr": {}, "set_gain": {"4": [1194]}}, "濯心·冲霄腰带 (会心 无双) 12300": {"id": 94271, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": "190671", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "久念腰带 (加速 破招) 12300": {"id": 90648, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江腰带 (加速 破招) 12300": {"id": 90647, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "风岱腰带 (破防 无双) 12300": {"id": 90612, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌腰带 (破防 无双) 12300": {"id": 90611, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "北邱腰带 (破防 破招) 12300": {"id": 90576, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"physical_overcome_base": 161, "agility_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦腰带 (破防 破招) 12300": {"id": 90575, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "渊忱腰带 (会心 无双) 12300": {"id": 90540, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双腰带 (会心 无双) 12300": {"id": 90539, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆宁带 (加速 无双) 12300": {"id": 90408, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_attack_power_base": 72, "agility_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬带 (加速 无双) 12300": {"id": 90407, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_attack_power_base": 72, "strength_base": 36}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "盈绝带 (破防 无双) 12300": {"id": 90372, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰带 (破防 无双) 12300": {"id": 90371, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "潋阳带 (破招 无双) 12300": {"id": 90336, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "surplus": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}, "重关带 (破招 无双) 12300": {"id": 90335, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "surplus": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22169, "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/bottoms
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"水泽裤 (会心 无双) 15800": {"id": 98498, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 1103, "physical_attack_power_base": 1790, "physical_critical_strike_base": 5536, "strain_base": 4921}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "泉潺裤_测试用 (会心 破招) 15600": {"id": 98600, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_critical_strike_base": 5466, "surplus": 4858}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟下裳 (破防 无双) 15600": {"id": 98522, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_overcome_base": 5466, "strain_base": 4858}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "微尔裤 (会心 无双) 15600": {"id": 98477, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3262, "physical_critical_strike_base": 3947, "strain_base": 9717}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "水回裤 (无双) 15600": {"id": 98476, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 4622, "strain_base": 10172}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "见美裤 (破防 会心 无双) 15600": {"id": 98465, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3942, "physical_overcome_base": 4251, "physical_critical_strike_base": 4858, "strain_base": 3340}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "罗一裤 (破防 破招 无双) 15600": {"id": 98463, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3942, "surplus": 4251, "physical_overcome_base": 5162, "strain_base": 3036}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "木幽裤 (会心 破招) 15600": {"id": 98462, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3942, "surplus": 6377, "physical_critical_strike_base": 6073}, "embed": {"physical_critical_power_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "中空裤 (破防) 15600": {"id": 98461, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4622, "physical_overcome_base": 10779}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落裤 (破防 破招) 15600": {"id": 98426, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_overcome_base": 5466, "surplus": 4858}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪裤 (加速 无双) 15600": {"id": 98390, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "haste_base": 5466, "strain_base": 4858}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 会心 无双) 15200": {"id": 98573, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3841, "physical_overcome_base": 4142, "physical_critical_strike_base": 4734, "strain_base": 3254}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破招 无双) 15200": {"id": 98572, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3841, "surplus": 6065, "strain_base": 6065}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防) 15200": {"id": 98571, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4503, "physical_overcome_base": 10503}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 会心 破招) 14350": {"id": 98549, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4001, "surplus": 3352, "physical_overcome_base": 3631, "physical_critical_strike_base": 3631}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 无双) 14350": {"id": 98548, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3626, "physical_overcome_base": 5586, "strain_base": 5866}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (会心) 14350": {"id": 98547, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4251, "physical_critical_strike_base": 9916}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风烈裤 (会心 无双) 14150": {"id": 96384, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 988, "physical_attack_power_base": 1603, "physical_critical_strike_base": 4958, "strain_base": 4407}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·海光裤 (破防 破招) 13950": {"id": 98696, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨裤 (会心 无双) 13950": {"id": 98204, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺裤 (会心 破招) 13950": {"id": 96494, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟下裳 (破防 无双) 13950": {"id": 96408, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "strain_base": 4344}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "燕轻裤 (会心 无双) 13950": {"id": 96363, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2917, "physical_critical_strike_base": 3530, "strain_base": 8689}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拂声裤 (无双) 13950": {"id": 96362, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 4133, "strain_base": 9096}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风袂裤 (破防 会心 无双) 13950": {"id": 96351, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "physical_overcome_base": 3801, "physical_critical_strike_base": 4344, "strain_base": 2987}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "含晨裤 (破防 破招 无双) 13950": {"id": 96349, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "surplus": 3801, "physical_overcome_base": 4616, "strain_base": 2715}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "向行裤 (会心 破招) 13950": {"id": 96348, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "surplus": 5702, "physical_critical_strike_base": 5431}, "embed": {"physical_critical_power_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "满歌裤 (破防) 13950": {"id": 96347, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4133, "physical_overcome_base": 9639}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦裤 (破防 破招) 13950": {"id": 96312, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行裤 (加速 无双) 13950": {"id": 96276, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "haste_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 破招 无双) 13550": {"id": 96467, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3424, "surplus": 3692, "physical_overcome_base": 4484, "strain_base": 2637}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (会心 无双) 13550": {"id": 96466, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3424, "physical_critical_strike_base": 5275, "strain_base": 5539}, "embed": {"physical_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (无双) 13550": {"id": 96465, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4014, "strain_base": 9363}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 会心 无双) 12800": {"id": 96439, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3234, "physical_overcome_base": 3488, "physical_critical_strike_base": 3986, "strain_base": 2741}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破招 无双) 12800": {"id": 96438, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3234, "surplus": 5107, "strain_base": 5107}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防) 12800": {"id": 96437, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3792, "physical_overcome_base": 8845}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "雪舞裤 (会心 无双) 12600": {"id": 94481, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 880, "physical_attack_power_base": 1427, "physical_critical_strike_base": 4415, "strain_base": 3924}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·砾漠裤 (破防 破招) 12450": {"id": 96590, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静裤 (会心 破招) 12450": {"id": 94583, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·梦花下裳 (破防 无双) 12450": {"id": 94505, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "strain_base": 3877}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "不暇裤 (破防 无双) 12450": {"id": 94460, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3038, "physical_overcome_base": 4604, "strain_base": 5089}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "泛景裤 (破招) 12450": {"id": 94458, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3688, "surplus": 8118}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "锦堂裤 (破防 破招) 12450": {"id": 94457, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3038, "surplus": 5089, "physical_overcome_base": 4604}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "思柔裤 (会心 无双) 12450": {"id": 94456, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2604, "physical_critical_strike_base": 3150, "strain_base": 7755}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃裤 (破防 破招) 12450": {"id": 94421, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿裤 (加速 无双) 12450": {"id": 94385, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "haste_base": 4362, "strain_base": 3877}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江裤 (破防 破招) 12300": {"id": 90659, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "surplus": 3831}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌裤 (会心 破招) 12300": {"id": 90623, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "surplus": 3831}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦裤 (加速 破招) 12300": {"id": 90587, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "surplus": 3831}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双裤 (破防 无双) 12300": {"id": 90551, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬裳 (会心 无双) 12300": {"id": 90419, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "strain_base": 3831}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰裤 (破防 破招) 12300": {"id": 90383, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "surplus": 3831}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关裤 (加速 破招) 12300": {"id": 90347, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "surplus": 3831}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 会心 破招) 12100": {"id": 94556, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3374, "surplus": 2826, "physical_overcome_base": 3062, "physical_critical_strike_base": 3062}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 无双) 12100": {"id": 94555, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3058, "physical_overcome_base": 4710, "strain_base": 4946}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (会心) 12100": {"id": 94554, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3585, "physical_critical_strike_base": 8361}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"水泉裤 (会心 无双) 15800": {"id": 98499, "school": "通用", "kind": "身法", "level": 15800, "max_strength": 6, "base": {}, "magic": {"agility_base": 1103, "physical_attack_power_base": 1790, "physical_critical_strike_base": 5536, "strain_base": 4921}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "192189", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "水泽裤 (会心 无双) 15800": {"id": 98498, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 1103, "physical_attack_power_base": 1790, "physical_critical_strike_base": 5536, "strain_base": 4921}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "月落裤 (会心 破招) 15600": {"id": 98601, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 1089, "physical_attack_power_base": 1767, "physical_critical_strike_base": 5466, "surplus": 4858}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "月稠裤 (会心 破招) 15600": {"id": 98600, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_critical_strike_base": 5466, "surplus": 4858}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·纵巧下裳 (破防 无双) 15600": {"id": 98523, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 1089, "physical_attack_power_base": 1767, "physical_overcome_base": 5466, "strain_base": 4858}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟下裳 (破防 无双) 15600": {"id": 98522, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_overcome_base": 5466, "strain_base": 4858}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "微尔裤 (会心 无双) 15600": {"id": 98477, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3262, "physical_critical_strike_base": 3947, "strain_base": 9717}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "水回裤 (无双) 15600": {"id": 98476, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 4622, "strain_base": 10172}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "见美裤 (破防 会心 无双) 15600": {"id": 98465, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3942, "physical_overcome_base": 4251, "physical_critical_strike_base": 4858, "strain_base": 3340}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "罗一裤 (破防 破招 无双) 15600": {"id": 98463, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3942, "surplus": 4251, "physical_overcome_base": 5162, "strain_base": 3036}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "木幽裤 (会心 破招) 15600": {"id": 98462, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3942, "surplus": 6377, "physical_critical_strike_base": 6073}, "embed": {"physical_critical_power_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "中空裤 (破防) 15600": {"id": 98461, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4622, "physical_overcome_base": 10779}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "救困裤 (破防 破招) 15600": {"id": 98427, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 1089, "physical_attack_power_base": 1767, "physical_overcome_base": 5466, "surplus": 4858}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落裤 (破防 破招) 15600": {"id": 98426, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_overcome_base": 5466, "surplus": 4858}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "照耀裤 (加速 无双) 15600": {"id": 98391, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 1089, "physical_attack_power_base": 1767, "haste_base": 5466, "strain_base": 4858}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪裤 (加速 无双) 15600": {"id": 98390, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "haste_base": 5466, "strain_base": 4858}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 会心 无双) 15200": {"id": 98573, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3841, "physical_overcome_base": 4142, "physical_critical_strike_base": 4734, "strain_base": 3254}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破招 无双) 15200": {"id": 98572, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3841, "surplus": 6065, "strain_base": 6065}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防) 15200": {"id": 98571, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4503, "physical_overcome_base": 10503}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 会心 破招) 14350": {"id": 98549, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4001, "surplus": 3352, "physical_overcome_base": 3631, "physical_critical_strike_base": 3631}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 无双) 14350": {"id": 98548, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3626, "physical_overcome_base": 5586, "strain_base": 5866}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (会心) 14350": {"id": 98547, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4251, "physical_critical_strike_base": 9916}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风停裤 (会心 无双) 14150": {"id": 96385, "school": "通用", "kind": "身法", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 988, "physical_attack_power_base": 1603, "physical_critical_strike_base": 4958, "strain_base": 4407}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "191982", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "风烈裤 (会心 无双) 14150": {"id": 96384, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 988, "physical_attack_power_base": 1603, "physical_critical_strike_base": 4958, "strain_base": 4407}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·天宇裤 (破防 破招) 13950": {"id": 98697, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·海光裤 (破防 破招) 13950": {"id": 98696, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危光裤 (会心 无双) 13950": {"id": 98205, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨裤 (会心 无双) 13950": {"id": 98204, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉幽裤 (会心 破招) 13950": {"id": 96495, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺裤 (会心 破招) 13950": {"id": 96494, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·霄月下裳 (破防 无双) 13950": {"id": 96409, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "strain_base": 4344}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟下裳 (破防 无双) 13950": {"id": 96408, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "strain_base": 4344}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "燕轻裤 (会心 无双) 13950": {"id": 96363, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2917, "physical_critical_strike_base": 3530, "strain_base": 8689}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拂声裤 (无双) 13950": {"id": 96362, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 4133, "strain_base": 9096}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风袂裤 (破防 会心 无双) 13950": {"id": 96351, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "physical_overcome_base": 3801, "physical_critical_strike_base": 4344, "strain_base": 2987}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "含晨裤 (破防 破招 无双) 13950": {"id": 96349, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "surplus": 3801, "physical_overcome_base": 4616, "strain_base": 2715}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "向行裤 (会心 破招) 13950": {"id": 96348, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "surplus": 5702, "physical_critical_strike_base": 5431}, "embed": {"physical_critical_power_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "满歌裤 (破防) 13950": {"id": 96347, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4133, "physical_overcome_base": 9639}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "踏雁裤 (破防 破招) 13950": {"id": 96313, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦裤 (破防 破招) 13950": {"id": 96312, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风掣裤 (加速 无双) 13950": {"id": 96277, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "haste_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行裤 (加速 无双) 13950": {"id": 96276, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "haste_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 破招 无双) 13550": {"id": 96467, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3424, "surplus": 3692, "physical_overcome_base": 4484, "strain_base": 2637}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (会心 无双) 13550": {"id": 96466, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3424, "physical_critical_strike_base": 5275, "strain_base": 5539}, "embed": {"physical_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (无双) 13550": {"id": 96465, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4014, "strain_base": 9363}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 会心 无��) 12800": {"id": 96439, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3234, "physical_overcome_base": 3488, "physical_critical_strike_base": 3986, "strain_base": 2741}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破招 无双) 12800": {"id": 96438, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3234, "surplus": 5107, "strain_base": 5107}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防) 12800": {"id": 96437, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3792, "physical_overcome_base": 8845}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "雪漫裤 (会心 无双) 12600": {"id": 94482, "school": "通用", "kind": "身法", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 880, "physical_attack_power_base": 1427, "physical_critical_strike_base": 4415, "strain_base": 3924}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190856", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "雪舞裤 (会心 无双) 12600": {"id": 94481, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 880, "physical_attack_power_base": 1427, "physical_critical_strike_base": 4415, "strain_base": 3924}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·角寒裤 (破防 破招) 12450": {"id": 96591, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·砾漠裤 (破防 破招) 12450": {"id": 96590, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖月裤 (会心 破招) 12450": {"id": 94584, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静裤 (会心 破招) 12450": {"id": 94583, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·天配下裳 (破防 无双) 12450": {"id": 94506, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "strain_base": 3877}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·梦花下裳 (破防 无双) 12450": {"id": 94505, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "strain_base": 3877}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "不暇裤 (破防 无双) 12450": {"id": 94460, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3038, "physical_overcome_base": 4604, "strain_base": 5089}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "泛景裤 (破招) 12450": {"id": 94458, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3688, "surplus": 8118}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "锦堂裤 (破防 破招) 12450": {"id": 94457, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3038, "surplus": 5089, "physical_overcome_base": 4604}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "思柔裤 (会心 无双) 12450": {"id": 94456, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2604, "physical_critical_strike_base": 3150, "strain_base": 7755}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "染辞裤 (破防 破招) 12450": {"id": 94422, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃裤 (破防 破招) 12450": {"id": 94421, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "商野裤 (加速 无双) 12450": {"id": 94386, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "haste_base": 4362, "strain_base": 3877}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿裤 (加速 无双) 12450": {"id": 94385, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "haste_base": 4362, "strain_base": 3877}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "久念裤 (破防 破招) 12300": {"id": 90660, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "surplus": 3831}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江裤 (破防 破招) 12300": {"id": 90659, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "surplus": 3831}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风岱裤 (会心 破招) 12300": {"id": 90624, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "surplus": 3831}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌裤 (会心 破招) 12300": {"id": 90623, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "surplus": 3831}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "北邱裤 (加速 破招) 12300": {"id": 90588, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "surplus": 3831}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦裤 (加速 破招) 12300": {"id": 90587, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "surplus": 3831}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "渊忱裤 (破防 无双) 12300": {"id": 90552, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双裤 (破防 无双) 12300": {"id": 90551, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆宁裳 (会心 无双) 12300": {"id": 90420, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "strain_base": 3831}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬裳 (会心 无双) 12300": {"id": 90419, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "strain_base": 3831}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "盈绝裤 (破防 破招) 12300": {"id": 90384, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "surplus": 3831}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰裤 (破防 破招) 12300": {"id": 90383, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "surplus": 3831}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "潋阳裤 (加速 破招) 12300": {"id": 90348, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "surplus": 3831}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (会心) 12100": {"id": 94554, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3585, "physical_critical_strike_base": 8361}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 无双) 12100": {"id": 94555, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3058, "physical_overcome_base": 4710, "strain_base": 4946}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封裤 (破防 会心 破招) 12100": {"id": 94556, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3374, "surplus": 2826, "physical_overcome_base": 3062, "physical_critical_strike_base": 3062}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/hat
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"水泽冠 (会心 破招) 15800": {"id": 98504, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 993, "physical_attack_power_base": 1611, "physical_critical_strike_base": 4982, "surplus": 4429}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "泉潺冠_测试用 (会心 破招) 15600": {"id": 98606, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 980, "physical_attack_power_base": 1590, "physical_critical_strike_base": 4919, "surplus": 4373}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟冠 (会心 破招) 15600": {"id": 98528, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 980, "physical_attack_power_base": 1590, "physical_critical_strike_base": 4919, "surplus": 4373}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落冠 (加速 破招) 15600": {"id": 98432, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 980, "physical_attack_power_base": 1590, "haste_base": 4919, "surplus": 4373}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪冠 (会心 无双) 15600": {"id": 98396, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 980, "physical_attack_power_base": 1590, "physical_critical_strike_base": 4919, "strain_base": 4373}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "灵源·折霜冠_测试用 (破防 破招) 15400": {"id": 98332, "school": "霸刀", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"strength_base": 968, "physical_attack_power_base": 1570, "physical_overcome_base": 4856, "surplus": 4316}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 12], "set_id": "192048", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "外功无封头饰 (破防 会心 破招) 15200": {"id": 98561, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3814, "surplus": 3195, "physical_overcome_base": 3462, "physical_critical_strike_base": 3462}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 无双) 15200": {"id": 98560, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3457, "physical_critical_strike_base": 5326, "strain_base": 5592}, "embed": {"physical_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (无双) 15200": {"id": 98559, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4053, "strain_base": 9453}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 破招 无双) 14350": {"id": 98537, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3264, "surplus": 2765, "physical_critical_strike_base": 4776, "strain_base": 2765}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 会效) 14350": {"id": 98536, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3264, "physical_critical_strike_base": 6285, "physical_critical_power_base": 3771}, "embed": {"physical_overcome_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (破防) 14350": {"id": 98535, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3826, "physical_overcome_base": 8924}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "风烈冠 (会心 破招) 14150": {"id": 96390, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 889, "physical_attack_power_base": 1443, "physical_critical_strike_base": 4462, "surplus": 3966}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·海光冠 (会心 无双) 13950": {"id": 98702, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "strain_base": 3910}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨帽 (破防 破招) 13950": {"id": 98210, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "physical_overcome_base": 4399, "surplus": 3910}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺冠 (会心 破招) 13950": {"id": 96500, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "surplus": 3910}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟冠 (会心 破招) 13950": {"id": 96414, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "surplus": 3910}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦冠 (加速 破招) 13950": {"id": 96318, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "haste_base": 4399, "surplus": 3910}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行冠 (会心 无双) 13950": {"id": 96282, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "strain_base": 3910}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·碎浪帽 (会心 无双) 13750": {"id": 98180, "school": "通用", "kind": "力道", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 864, "physical_attack_power_base": 1402, "physical_critical_strike_base": 4336, "strain_base": 3854}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": "192022", "set_attr": {}, "set_gain": {"4": [1194]}}, "灵源·折霜冠 (破防 破招) 13750": {"id": 96218, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 864, "physical_attack_power_base": 1402, "physical_overcome_base": 4336, "surplus": 3854}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": "191841", "set_attr": {}, "set_gain": {"2": [1925], "4": [4290, 4291]}}, "外功无封头饰 (破防 会心 无双) 13550": {"id": 96455, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3082, "physical_overcome_base": 3323, "physical_critical_strike_base": 3798, "strain_base": 2611}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 破招) 13550": {"id": 96454, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3082, "surplus": 4985, "physical_critical_strike_base": 4747}, "embed": {"physical_critical_power_base": 161, "surplus": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心) 13550": {"id": 96453, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3613, "physical_critical_strike_base": 8427}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (破防 会心 破招) 12800": {"id": 96423, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3212, "surplus": 2691, "physical_overcome_base": 2915, "physical_critical_strike_base": 2915}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 无双) 12800": {"id": 96422, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2911, "physical_critical_strike_base": 4485, "strain_base": 4709}, "embed": {"physical_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (无双) 12800": {"id": 96421, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3413, "strain_base": 7960}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "雪舞冠 (会心 破招) 12600": {"id": 94487, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 792, "physical_attack_power_base": 1285, "physical_critical_strike_base": 3973, "surplus": 3532}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·砾漠冠 (会心 无双) 12450": {"id": 96596, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "strain_base": 3490}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静冠 (会心 破招) 12450": {"id": 94589, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "surplus": 3490}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·梦花冠 (会心 破招) 12450": {"id": 94511, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "surplus": 3490}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃冠 (加速 破招) 12450": {"id": 94427, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 782, "physical_attack_power_base": 1269, "haste_base": 3926, "surplus": 3490}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿冠 (会心 无双) 12450": {"id": 94391, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "strain_base": 3490}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "临雾帽 (破防 无双) 12400": {"id": 90527, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 779, "physical_attack_power_base": 1264, "physical_overcome_base": 3910, "strain_base": 3476}, "embed": {"strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·惊风帽 (会心 无双) 12300": {"id": 96096, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "strain_base": 3448}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": "191815", "set_attr": {}, "set_gain": {"4": [1194]}}, "濯心·冲霄冠 (破防 破招) 12300": {"id": 94329, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_overcome_base": 3879, "surplus": 3448}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": "190671", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "拭江冠 (破防 无双) 12300": {"id": 90665, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_overcome_base": 3879, "strain_base": 3448}, "embed": {"strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌冠 (会心 破招) 12300": {"id": 90629, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "surplus": 3448}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦冠 (加速 破招) 12300": {"id": 90593, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "haste_base": 3879, "surplus": 3448}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双冠 (会心 无双) 12300": {"id": 90557, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "strain_base": 3448}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬冠 (破防 破招) 12300": {"id": 90425, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_overcome_base": 3879, "surplus": 3448}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰帽 (加速 无双) 12300": {"id": 90389, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "haste_base": 3879, "strain_base": 3448}, "embed": {"strain_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关帽 (会心 破招) 12300": {"id": 90353, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "surplus": 3448}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 破招 无双) 12100": {"id": 94544, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2752, "surplus": 2332, "physical_critical_strike_base": 4027, "strain_base": 2332}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 会效) 12100": {"id": 94543, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2752, "physical_critical_strike_base": 5299, "physical_critical_power_base": 3180}, "embed": {"physical_overcome_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (破防) 12100": {"id": 94542, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3226, "physical_overcome_base": 7525}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"水泉冠 (会心 破招) 15800": {"id": 98505, "school": "通用", "kind": "身法", "level": 15800, "max_strength": 6, "base": {}, "magic": {"agility_base": 993, "physical_attack_power_base": 1611, "physical_critical_strike_base": 4982, "surplus": 4429}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": "192189", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "水泽冠 (会心 破招) 15800": {"id": 98504, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 993, "physical_attack_power_base": 1611, "physical_critical_strike_base": 4982, "surplus": 4429}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "月落冠 (会心 破招) 15600": {"id": 98607, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 980, "physical_attack_power_base": 1590, "physical_critical_strike_base": 4919, "surplus": 4373}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "月稠冠 (会心 破招) 15600": {"id": 98606, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 980, "physical_attack_power_base": 1590, "physical_critical_strike_base": 4919, "surplus": 4373}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·纵巧冠 (会心 破招) 15600": {"id": 98529, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 980, "physical_attack_power_base": 1590, "physical_critical_strike_base": 4919, "surplus": 4373}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟冠 (会心 破招) 15600": {"id": 98528, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 980, "physical_attack_power_base": 1590, "physical_critical_strike_base": 4919, "surplus": 4373}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "救困冠 (加速 破招) 15600": {"id": 98433, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 980, "physical_attack_power_base": 1590, "haste_base": 4919, "surplus": 4373}, "embed": {"physical_overcome_base": 161, "agility_base": 36}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落冠 (加速 破招) 15600": {"id": 98432, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 980, "physical_attack_power_base": 1590, "haste_base": 4919, "surplus": 4373}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "照耀冠 (会心 无双) 15600": {"id": 98397, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 980, "physical_attack_power_base": 1590, "physical_critical_strike_base": 4919, "strain_base": 4373}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪冠 (会心 无双) 15600": {"id": 98396, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 980, "physical_attack_power_base": 1590, "physical_critical_strike_base": 4919, "strain_base": 4373}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "鸿辉·眠狸冠 (破防 破招) 15400": {"id": 98339, "school": "万灵", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"agility_base": 968, "physical_attack_power_base": 1570, "physical_overcome_base": 4856, "surplus": 4316}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 12], "set_id": "192055", "set_attr": {}, "set_gain": {"2": [5438, 17250], "4": [2568]}}, "鸿辉·峰霁冠 (破防 破招) 15400": {"id": 98332, "school": "霸刀", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"strength_base": 968, "physical_attack_power_base": 1570, "physical_overcome_base": 4856, "surplus": 4316}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 12], "set_id": "192048", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "外功无封头饰 (破防 会心 破招) 15200": {"id": 98561, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3814, "surplus": 3195, "physical_overcome_base": 3462, "physical_critical_strike_base": 3462}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 无双) 15200": {"id": 98560, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3457, "physical_critical_strike_base": 5326, "strain_base": 5592}, "embed": {"physical_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (无双) 15200": {"id": 98559, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4053, "strain_base": 9453}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 破招 无双) 14350": {"id": 98537, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3264, "surplus": 2765, "physical_critical_strike_base": 4776, "strain_base": 2765}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 会效) 14350": {"id": 98536, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3264, "physical_critical_strike_base": 6285, "physical_critical_power_base": 3771}, "embed": {"physical_overcome_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (破防) 14350": {"id": 98535, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3826, "physical_overcome_base": 8924}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "风停冠 (会心 破招) 14150": {"id": 96391, "school": "通用", "kind": "身法", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 889, "physical_attack_power_base": 1443, "physical_critical_strike_base": 4462, "surplus": 3966}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": "191982", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "风烈冠 (会心 破招) 14150": {"id": 96390, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 889, "physical_attack_power_base": 1443, "physical_critical_strike_base": 4462, "surplus": 3966}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·天宇冠 (会心 无双) 13950": {"id": 98703, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "strain_base": 3910}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·海光冠 (会心 无双) 13950": {"id": 98702, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "strain_base": 3910}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "危光帽 (破防 破招) 13950": {"id": 98211, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 877, "physical_attack_power_base": 1422, "physical_overcome_base": 4399, "surplus": 3910}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨帽 (破防 破招) 13950": {"id": 98210, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "physical_overcome_base": 4399, "surplus": 3910}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉幽冠 (会心 破招) 13950": {"id": 96501, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "surplus": 3910}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺冠 (会心 破招) 13950": {"id": 96500, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "surplus": 3910}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·霄月冠 (会心 破招) 13950": {"id": 96415, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "surplus": 3910}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟冠 (会心 破招) 13950": {"id": 96414, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "surplus": 3910}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "踏雁冠 (加速 破招) 13950": {"id": 96319, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 877, "physical_attack_power_base": 1422, "haste_base": 4399, "surplus": 3910}, "embed": {"physical_overcome_base": 161, "agility_base": 36}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦冠 (加速 破招) 13950": {"id": 96318, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "haste_base": 4399, "surplus": 3910}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "风掣冠 (会心 无双) 13950": {"id": 96283, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "strain_base": 3910}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行冠 (会心 无双) 13950": {"id": 96282, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 877, "physical_attack_power_base": 1422, "physical_critical_strike_base": 4399, "strain_base": 3910}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·飞旋帽 (会心 无双) 13750": {"id": 98181, "school": "通用", "kind": "身法", "level": 13750, "max_strength": 6, "base": {}, "magic": {"agility_base": 864, "physical_attack_power_base": 1402, "physical_critical_strike_base": 4336, "strain_base": 3854}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": "192023", "set_attr": {}, "set_gain": {"4": [1194]}}, "寻踪觅宝·碎浪帽 (会心 无双) 13750": {"id": 98180, "school": "通用", "kind": "力道", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 864, "physical_attack_power_base": 1402, "physical_critical_strike_base": 4336, "strain_base": 3854}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": "192022", "set_attr": {}, "set_gain": {"4": [1194]}}, "灵源·寂林冠 (破防 破招) 13750": {"id": 96225, "school": "万灵", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"agility_base": 864, "physical_attack_power_base": 1402, "physical_overcome_base": 4336, "surplus": 3854}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": "191848", "set_attr": {}, "set_gain": {"2": [2568], "4": [5438, 17250]}}, "灵源·折霜冠 (破防 破招) 13750": {"id": 96218, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 864, "physical_attack_power_base": 1402, "physical_overcome_base": 4336, "surplus": 3854}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": "191841", "set_attr": {}, "set_gain": {"2": [1925], "4": [4290, 4291]}}, "外功无封头饰 (破防 会心 无双) 13550": {"id": 96455, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3082, "physical_overcome_base": 3323, "physical_critical_strike_base": 3798, "strain_base": 2611}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 破招) 13550": {"id": 96454, "school": "精简", "kind": "���功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3082, "surplus": 4985, "physical_critical_strike_base": 4747}, "embed": {"physical_critical_power_base": 161, "surplus": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心) 13550": {"id": 96453, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3613, "physical_critical_strike_base": 8427}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [15436, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (破防 会心 破招) 12800": {"id": 96423, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3212, "surplus": 2691, "physical_overcome_base": 2915, "physical_critical_strike_base": 2915}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 无双) 12800": {"id": 96422, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2911, "physical_critical_strike_base": 4485, "strain_base": 4709}, "embed": {"physical_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (无双) 12800": {"id": 96421, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3413, "strain_base": 7960}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "雪漫冠 (会心 破招) 12600": {"id": 94488, "school": "通用", "kind": "身法", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 792, "physical_attack_power_base": 1285, "physical_critical_strike_base": 3973, "surplus": 3532}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": "190856", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "雪舞冠 (会心 破招) 12600": {"id": 94487, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 792, "physical_attack_power_base": 1285, "physical_critical_strike_base": 3973, "surplus": 3532}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·角寒冠 (会心 无双) 12450": {"id": 96597, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "strain_base": 3490}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·砾漠冠 (会心 无双) 12450": {"id": 96596, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "strain_base": 3490}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖月冠 (会心 破招) 12450": {"id": 94590, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "surplus": 3490}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静冠 (会心 破招) 12450": {"id": 94589, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "surplus": 3490}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·天配冠 (会心 破招) 12450": {"id": 94512, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "surplus": 3490}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行��湖·梦花冠 (会心 破招) 12450": {"id": 94511, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "surplus": 3490}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "染辞冠 (加速 破招) 12450": {"id": 94428, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 782, "physical_attack_power_base": 1269, "haste_base": 3926, "surplus": 3490}, "embed": {"physical_overcome_base": 161, "agility_base": 36}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃冠 (加速 破招) 12450": {"id": 94427, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 782, "physical_attack_power_base": 1269, "haste_base": 3926, "surplus": 3490}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "商野冠 (会心 无双) 12450": {"id": 94392, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "strain_base": 3490}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿冠 (会心 无双) 12450": {"id": 94391, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 782, "physical_attack_power_base": 1269, "physical_critical_strike_base": 3926, "strain_base": 3490}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "临书帽 (破防 无双) 12400": {"id": 90528, "school": "通用", "kind": "身法", "level": 12400, "max_strength": 6, "base": {}, "magic": {"agility_base": 779, "physical_attack_power_base": 1264, "physical_overcome_base": 3910, "strain_base": 3476}, "embed": {"agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "临雾帽 (破防 无双) 12400": {"id": 90527, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 779, "physical_attack_power_base": 1264, "physical_overcome_base": 3910, "strain_base": 3476}, "embed": {"strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "濯心·猎风冠 (破防 破招) 12300": {"id": 97849, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 773, "physical_attack_power_base": 1254, "physical_overcome_base": 3879, "surplus": 3448}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": "191806", "set_attr": {}, "set_gain": {"2": [5438, 17250], "4": [2568]}}, "寻踪觅宝·屠云帽 (会心 无双) 12300": {"id": 96097, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "strain_base": 3448}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": "191816", "set_attr": {}, "set_gain": {"4": [1194]}}, "寻踪觅宝·惊风帽 (会心 无双) 12300": {"id": 96096, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "strain_base": 3448}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": "191815", "set_attr": {}, "set_gain": {"4": [1194]}}, "濯心·冲霄冠 (破防 破招) 12300": {"id": 94329, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_overcome_base": 3879, "surplus": 3448}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": "190671", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "久念冠 (破防 无双) 12300": {"id": 90666, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 773, "physical_attack_power_base": 1254, "physical_overcome_base": 3879, "strain_base": 3448}, "embed": {"agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江冠 (破防 ���双) 12300": {"id": 90665, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_overcome_base": 3879, "strain_base": 3448}, "embed": {"strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "风岱冠 (会心 破招) 12300": {"id": 90630, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "surplus": 3448}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌冠 (会心 破招) 12300": {"id": 90629, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "surplus": 3448}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "北邱冠 (加速 破招) 12300": {"id": 90594, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 773, "physical_attack_power_base": 1254, "haste_base": 3879, "surplus": 3448}, "embed": {"physical_overcome_base": 161, "agility_base": 36}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦冠 (加速 破招) 12300": {"id": 90593, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "haste_base": 3879, "surplus": 3448}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "渊忱冠 (会心 无双) 12300": {"id": 90558, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "strain_base": 3448}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双冠 (会心 无双) 12300": {"id": 90557, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "strain_base": 3448}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆宁冠 (破防 破招) 12300": {"id": 90426, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 773, "physical_attack_power_base": 1254, "physical_overcome_base": 3879, "surplus": 3448}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬冠 (破防 破招) 12300": {"id": 90425, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_overcome_base": 3879, "surplus": 3448}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "盈绝帽 (加速 无双) 12300": {"id": 90390, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 773, "physical_attack_power_base": 1254, "haste_base": 3879, "strain_base": 3448}, "embed": {"strain_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰帽 (加速 无双) 12300": {"id": 90389, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "haste_base": 3879, "strain_base": 3448}, "embed": {"strain_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "潋阳帽 (会心 破招) 12300": {"id": 90354, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "surplus": 3448}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关帽 (会心 破招) 12300": {"id": 90353, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 773, "physical_attack_power_base": 1254, "physical_critical_strike_base": 3879, "surplus": 3448}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 破招 无双) 12100": {"id": 94544, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2752, "surplus": 2332, "physical_critical_strike_base": 4027, "strain_base": 2332}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (会心 会效) 12100": {"id": 94543, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2752, "physical_critical_strike_base": 5299, "physical_critical_power_base": 3180}, "embed": {"physical_overcome_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封头饰 (破防) 12100": {"id": 94542, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3226, "physical_overcome_base": 7525}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [15436, 10], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/jacket
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"水泽衣 (破防 无双) 15800": {"id": 98510, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 1103, "physical_attack_power_base": 1790, "physical_overcome_base": 5536, "strain_base": 4921}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "泉潺衣_测试用 (会心 无双) 15600": {"id": 98612, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_critical_strike_base": 5466, "strain_base": 4858}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落衣 (会心 破招) 15600": {"id": 98438, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_critical_strike_base": 5466, "surplus": 4858}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪衫 (破防 破招) 15600": {"id": 98402, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_overcome_base": 5466, "surplus": 4858}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "灵源·折霜衣_测试用 (会心 无双) 15400": {"id": 98362, "school": "霸刀", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"strength_base": 1075, "physical_attack_power_base": 1744, "physical_critical_strike_base": 5396, "strain_base": 4796}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": "192048", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "风烈衣 (破防 无双) 14150": {"id": 96396, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 988, "physical_attack_power_base": 1603, "physical_overcome_base": 4958, "strain_base": 4407}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·海光衫 (破防 破招) 13950": {"id": 98708, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨衣 (破招 无双) 13950": {"id": 98216, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "surplus": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺衣 (会心 无双) 13950": {"id": 96506, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "strain_base": 4344}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦衣 (会心 破招) 13950": {"id": 96324, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "surplus": 4344}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行衫 (破防 破招) 13950": {"id": 96288, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·碎浪衣 (加速 破招) 13750": {"id": 98186, "school": "通用", "kind": "力道", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 960, "physical_attack_power_base": 1558, "haste_base": 4817, "surplus": 4282}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": "192022", "set_attr": {}, "set_gain": {"4": [1194]}}, "灵源·折霜衣 (会心 无双) 13750": {"id": 96248, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 960, "physical_attack_power_base": 1558, "physical_critical_strike_base": 4817, "strain_base": 4282}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": "191841", "set_attr": {}, "set_gain": {"2": [1925], "4": [4290, 4291]}}, "雪舞衣 (破防 无双) 12600": {"id": 94493, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 880, "physical_attack_power_base": 1427, "physical_overcome_base": 4415, "strain_base": 3924}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·砾漠衣 (破防 破招) 12450": {"id": 96602, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静衣 (会心 无双) 12450": {"id": 94595, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "strain_base": 3877}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃衣 (会心 破招) 12450": {"id": 94433, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "surplus": 3877}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿衫 (破防 破招) 12450": {"id": 94397, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "傲寒御厨上衣·刀功 (破防 无双) 12300": {"id": 98150, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "寻踪觅宝·惊风衣 (加速 破招) 12300": {"id": 96102, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "surplus": 3831}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "191815", "set_attr": {}, "set_gain": {"4": [1194]}}, "濯心·冲霄衣 (会心 无双) 12300": {"id": 94358, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "strain_base": 3831}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "190671", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "拭江衣 (会心 无双) 12300": {"id": 90671, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "strain_base": 3831}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌衣 (破防 破招) 12300": {"id": 90635, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "surplus": 3831}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦衣 (会心 破招) 12300": {"id": 90599, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "surplus": 3831}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双衣 (破防 无双) 12300": {"id": 90563, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬衫 (破防 无双) 12300": {"id": 90431, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰衫 (加速 无双) 12300": {"id": 90395, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "strain_base": 3831}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关衫 (会心 破招) 12300": {"id": 90359, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "surplus": 3831}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"水泉衣 (破防 无双) 15800": {"id": 98511, "school": "通用", "kind": "身法", "level": 15800, "max_strength": 6, "base": {}, "magic": {"agility_base": 1103, "physical_attack_power_base": 1790, "physical_overcome_base": 5536, "strain_base": 4921}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": "192189", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "水泽衣 (破防 无双) 15800": {"id": 98510, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 1103, "physical_attack_power_base": 1790, "physical_overcome_base": 5536, "strain_base": 4921}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "月落衣 (会心 无双) 15600": {"id": 98613, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 1089, "physical_attack_power_base": 1767, "physical_critical_strike_base": 5466, "strain_base": 4858}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "月稠衣 (会心 无双) 15600": {"id": 98612, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_critical_strike_base": 5466, "strain_base": 4858}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "救困衣 (会心 破招) 15600": {"id": 98439, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 1089, "physical_attack_power_base": 1767, "physical_critical_strike_base": 5466, "surplus": 4858}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落衣 (会心 破招) 15600": {"id": 98438, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_critical_strike_base": 5466, "surplus": 4858}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "照耀衫 (破防 破招) 15600": {"id": 98403, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 1089, "physical_attack_power_base": 1767, "physical_overcome_base": 5466, "surplus": 4858}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪衫 (破防 破招) 15600": {"id": 98402, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 1089, "physical_attack_power_base": 1767, "physical_overcome_base": 5466, "surplus": 4858}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": null, "set_attr": {}, "set_gain": {}}, "鸿辉·眠狸衣 (会心 无双) 15400": {"id": 98369, "school": "万灵", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"agility_base": 1075, "physical_attack_power_base": 1744, "physical_critical_strike_base": 5396, "strain_base": 4796}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": "192055", "set_attr": {}, "set_gain": {"2": [5438, 17250], "4": [2568]}}, "鸿辉·峰霁衣 (会心 无双) 15400": {"id": 98362, "school": "霸刀", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"strength_base": 1075, "physical_attack_power_base": 1744, "physical_critical_strike_base": 5396, "strain_base": 4796}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 12], "set_id": "192048", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "风停衣 (破防 无双) 14150": {"id": 96397, "school": "通用", "kind": "身法", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 988, "physical_attack_power_base": 1603, "physical_overcome_base": 4958, "strain_base": 4407}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": "191982", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "风烈衣 (破防 无双) 14150": {"id": 96396, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 988, "physical_attack_power_base": 1603, "physical_overcome_base": 4958, "strain_base": 4407}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·天宇衫 (破防 破招) 13950": {"id": 98709, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·海光衫 (破防 破招) 13950": {"id": 98708, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "危光衣 (破招 无双) 13950": {"id": 98217, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "surplus": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨衣 (破招 无双) 13950": {"id": 98216, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "surplus": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉幽衣 (会心 无双) 13950": {"id": 96507, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "strain_base": 4344}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺衣 (会心 无双) 13950": {"id": 96506, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "strain_base": 4344}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "踏雁衣 (会心 破招) 13950": {"id": 96325, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "surplus": 4344}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦衣 (会心 破招) 13950": {"id": 96324, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "surplus": 4344}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "风掣衫 (破防 破招) 13950": {"id": 96289, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行衫 (破防 破招) 13950": {"id": 96288, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·飞旋衣 (加速 破招) 13750": {"id": 98187, "school": "通用", "kind": "身法", "level": 13750, "max_strength": 6, "base": {}, "magic": {"agility_base": 960, "physical_attack_power_base": 1558, "haste_base": 4817, "surplus": 4282}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": "192023", "set_attr": {}, "set_gain": {"4": [1194]}}, "寻踪觅宝·碎浪衣 (加速 破招) 13750": {"id": 98186, "school": "通用", "kind": "力道", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 960, "physical_attack_power_base": 1558, "haste_base": 4817, "surplus": 4282}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": "192022", "set_attr": {}, "set_gain": {"4": [1194]}}, "灵源·寂林衣 (会心 无双) 13750": {"id": 96255, "school": "万灵", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"agility_base": 960, "physical_attack_power_base": 1558, "physical_critical_strike_base": 4817, "strain_base": 4282}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": "191848", "set_attr": {}, "set_gain": {"2": [2568], "4": [5438, 17250]}}, "灵源·折霜衣 (会心 无双) 13750": {"id": 96248, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 960, "physical_attack_power_base": 1558, "physical_critical_strike_base": 4817, "strain_base": 4282}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 11], "set_id": "191841", "set_attr": {}, "set_gain": {"2": [1925], "4": [4290, 4291]}}, "雪漫衣 (破防 无双) 12600": {"id": 94494, "school": "通用", "kind": "身法", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 880, "physical_attack_power_base": 1427, "physical_overcome_base": 4415, "strain_base": 3924}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "190856", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "雪舞衣 (破防 无双) 12600": {"id": 94493, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 880, "physical_attack_power_base": 1427, "physical_overcome_base": 4415, "strain_base": 3924}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·角寒衣 (破防 破招) 12450": {"id": 96603, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·砾漠衣 (破防 破招) 12450": {"id": 96602, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖月衣 (会心 无双) 12450": {"id": 94596, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "strain_base": 3877}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静衣 (会心 无双) 12450": {"id": 94595, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "strain_base": 3877}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "染辞衣 (会心 破招) 12450": {"id": 94434, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "surplus": 3877}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃衣 (会心 破招) 12450": {"id": 94433, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "surplus": 3877}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "商野衫 (破防 破招) 12450": {"id": 94398, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿衫 (破防 破招) 12450": {"id": 94397, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "梧风御厨上衣·刀功 (破防 无双) 12300": {"id": 98157, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "傲寒御厨上衣·刀功 (破防 无双) 12300": {"id": 98150, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "濯心·猎风衣 (会心 无双) 12300": {"id": 97850, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "strain_base": 3831}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "191806", "set_attr": {}, "set_gain": {"2": [5438, 17250], "4": [2568]}}, "寻踪觅宝·屠云衣 (加速 破招) 12300": {"id": 96103, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "surplus": 3831}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "191816", "set_attr": {}, "set_gain": {"4": [1194]}}, "寻踪觅宝·惊风衣 (加速 破招) 12300": {"id": 96102, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "surplus": 3831}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "191815", "set_attr": {}, "set_gain": {"4": [1194]}}, "濯心·冲霄衣 (会心 无双) 12300": {"id": 94358, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "strain_base": 3831}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": "190671", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "久念衣 (会心 无双) 12300": {"id": 90672, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "strain_base": 3831}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江衣 (会心 无双) 12300": {"id": 90671, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "strain_base": 3831}, "embed": {"physical_critical_strike_base": 161, "physical_critical_power_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "风岱衣 (破防 破招) 12300": {"id": 90636, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "surplus": 3831}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌衣 (破防 破招) 12300": {"id": 90635, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "surplus": 3831}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "北邱衣 (会心 破招) 12300": {"id": 90600, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "surplus": 3831}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦衣 (会心 破招) 12300": {"id": 90599, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "surplus": 3831}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "渊忱衣 (破防 无双) 12300": {"id": 90564, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双衣 (破防 无双) 12300": {"id": 90563, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆宁衫 (破防 无双) 12300": {"id": 90432, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬衫 (破防 无双) 12300": {"id": 90431, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_overcome_base": 4309, "strain_base": 3831}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "盈绝衫 (加速 无双) 12300": {"id": 90396, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "strain_base": 3831}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰衫 (加速 无双) 12300": {"id": 90395, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "haste_base": 4309, "strain_base": 3831}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "潋阳衫 (会心 破招) 12300": {"id": 90360, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "surplus": 3831}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关衫 (会心 破招) 12300": {"id": 90359, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 859, "physical_attack_power_base": 1393, "physical_critical_strike_base": 4309, "surplus": 3831}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [22151, 10], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/necklace
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"运上链 (破防 破招) 15800": {"id": 39908, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 552, "physical_attack_power_base": 895, "physical_overcome_base": 2768, "surplus": 2460}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落链 (会心 无双) 15600": {"id": 39836, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_critical_strike_base": 2733, "strain_base": 2429}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪链 (破防 无双) 15600": {"id": 39818, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "strain_base": 2429}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破防 破招 无双) 15200": {"id": 39941, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1920, "surplus": 2071, "physical_overcome_base": 2515, "strain_base": 1479}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心 破招) 15200": {"id": 39940, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1920, "surplus": 3107, "physical_critical_strike_base": 2959}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破防) 15200": {"id": 39939, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2252, "physical_overcome_base": 5252}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上链 (破防 破招) 14800": {"id": 39896, "school": "通用", "kind": "力道", "level": 14800, "max_strength": 6, "base": {}, "magic": {"strength_base": 517, "physical_attack_power_base": 838, "physical_overcome_base": 2593, "surplus": 2305}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心 会效 破招) 14350": {"id": 39929, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1813, "surplus": 1536, "physical_critical_strike_base": 2654, "physical_critical_power_base": 1397}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破招 无双) 14350": {"id": 39928, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1813, "surplus": 2863, "strain_base": 2863}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心) 14350": {"id": 39927, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2126, "physical_critical_strike_base": 4958}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路链 (破防 破招) 14150": {"id": 38844, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 494, "physical_attack_power_base": 801, "physical_overcome_base": 2479, "surplus": 2203}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨链 (破防 无双) 13950": {"id": 39806, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦链 (会心 无双) 13950": {"id": 38772, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行链 (破防 无双) 13950": {"id": 38754, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上链 (破防 破招) 13800": {"id": 39884, "school": "通用", "kind": "力道", "level": 13800, "max_strength": 6, "base": {}, "magic": {"strength_base": 482, "physical_attack_power_base": 782, "physical_overcome_base": 2417, "surplus": 2149}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心 破招 无双) 13550": {"id": 38881, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "surplus": 1451, "physical_critical_strike_base": 2506, "strain_base": 1451}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破防 无双) 13550": {"id": 38880, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_overcome_base": 2637, "strain_base": 2769}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (无双) 13550": {"id": 38879, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2007, "strain_base": 4681}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路链 (破防 破招) 13300": {"id": 38832, "school": "通用", "kind": "力道", "level": 13300, "max_strength": 6, "base": {}, "magic": {"strength_base": 464, "physical_attack_power_base": 753, "physical_overcome_base": 2330, "surplus": 2071}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上链 (破防 破招) 12800": {"id": 39872, "school": "通用", "kind": "力道", "level": 12800, "max_strength": 6, "base": {}, "magic": {"strength_base": 447, "physical_attack_power_base": 725, "physical_overcome_base": 2242, "surplus": 1993}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破防 破招 无双) 12800": {"id": 38865, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 1744, "physical_overcome_base": 2118, "strain_base": 1246}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心 破招) 12800": {"id": 38864, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 2616, "physical_critical_strike_base": 2491}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破防) 12800": {"id": 38863, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1896, "physical_overcome_base": 4422}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "定酣链 (破防 破招) 12600": {"id": 37769, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 440, "physical_attack_power_base": 714, "physical_overcome_base": 2207, "surplus": 1962}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "灵空·撼地链 (破防 无双) 12450": {"id": 39682, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路链 (破防 破招) 12450": {"id": 38820, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静链 (会心 破招) 12450": {"id": 37811, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃链 (会心 无双) 12450": {"id": 37701, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿链 (破防 无双) 12450": {"id": 37683, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临邦链 (破防 破招) 12400": {"id": 34189, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 433, "physical_attack_power_base": 702, "physical_overcome_base": 2172, "surplus": 1931}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江链 (会心 破招) 12300": {"id": 34261, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌链 (会心 无双) 12300": {"id": 34243, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦链 (破防 破招) 12300": {"id": 34225, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "surplus": 1915}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双链 (加速 无双) 12300": {"id": 34207, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬链 (破防 无双) 12300": {"id": 34117, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰链 (会心 破招) 12300": {"id": 34099, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关链 (破招 无双) 12300": {"id": 34081, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "surplus": 2155, "strain_base": 1915}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心 会效 破招) 12100": {"id": 37802, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "surplus": 1295, "physical_critical_strike_base": 2237, "physical_critical_power_base": 1178}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破招 无双) 12100": {"id": 37801, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "surplus": 2414, "strain_base": 2414}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心) 12100": {"id": 37800, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1792, "physical_critical_strike_base": 4181}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"无者链 (破防 破招) 15800": {"id": 39909, "school": "通用", "kind": "身法", "level": 15800, "max_strength": 6, "base": {}, "magic": {"agility_base": 552, "physical_attack_power_base": 895, "physical_overcome_base": 2768, "surplus": 2460}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上链 (破防 破招) 15800": {"id": 39908, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 552, "physical_attack_power_base": 895, "physical_overcome_base": 2768, "surplus": 2460}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "救困链 (会心 无双) 15600": {"id": 39837, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 545, "physical_attack_power_base": 884, "physical_critical_strike_base": 2733, "strain_base": 2429}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落链 (会心 无双) 15600": {"id": 39836, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_critical_strike_base": 2733, "strain_base": 2429}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "照耀链 (破防 无双) 15600": {"id": 39819, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "strain_base": 2429}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪链 (破防 无双) 15600": {"id": 39818, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "strain_base": 2429}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破防 破招 无双) 15200": {"id": 39941, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1920, "surplus": 2071, "physical_overcome_base": 2515, "strain_base": 1479}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心 破招) 15200": {"id": 39940, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1920, "surplus": 3107, "physical_critical_strike_base": 2959}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破防) 15200": {"id": 39939, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2252, "physical_overcome_base": 5252}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "无者链 (破防 破招) 14800": {"id": 39897, "school": "通用", "kind": "身法", "level": 14800, "max_strength": 6, "base": {}, "magic": {"agility_base": 517, "physical_attack_power_base": 838, "physical_overcome_base": 2593, "surplus": 2305}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上链 (破防 破招) 14800": {"id": 39896, "school": "通用", "kind": "力道", "level": 14800, "max_strength": 6, "base": {}, "magic": {"strength_base": 517, "physical_attack_power_base": 838, "physical_overcome_base": 2593, "surplus": 2305}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心 会效 破招) 14350": {"id": 39929, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1813, "surplus": 1536, "physical_critical_strike_base": 2654, "physical_critical_power_base": 1397}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破招 无双) 14350": {"id": 39928, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1813, "surplus": 2863, "strain_base": 2863}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心) 14350": {"id": 39927, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2126, "physical_critical_strike_base": 4958}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "逢杨链 (破防 破招) 14150": {"id": 38845, "school": "通用", "kind": "身法", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 494, "physical_attack_power_base": 801, "physical_overcome_base": 2479, "surplus": 2203}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路链 (破防 破招) 14150": {"id": 38844, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 494, "physical_attack_power_base": 801, "physical_overcome_base": 2479, "surplus": 2203}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危光链 (破防 无双) 13950": {"id": 39807, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨链 (破防 无双) 13950": {"id": 39806, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "踏雁链 (会心 无双) 13950": {"id": 38773, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦链 (会心 无双) 13950": {"id": 38772, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风掣链 (破防 无双) 13950": {"id": 38755, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行链 (破防 无双) 13950": {"id": 38754, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "无者链 (破防 破招) 13800": {"id": 39885, "school": "通用", "kind": "身法", "level": 13800, "max_strength": 6, "base": {}, "magic": {"agility_base": 482, "physical_attack_power_base": 782, "physical_overcome_base": 2417, "surplus": 2149}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上链 (破防 破招) 13800": {"id": 39884, "school": "通用", "kind": "力道", "level": 13800, "max_strength": 6, "base": {}, "magic": {"strength_base": 482, "physical_attack_power_base": 782, "physical_overcome_base": 2417, "surplus": 2149}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心 破招 无双) 13550": {"id": 38881, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "surplus": 1451, "physical_critical_strike_base": 2506, "strain_base": 1451}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破防 无双) 13550": {"id": 38880, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_overcome_base": 2637, "strain_base": 2769}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (无双) 13550": {"id": 38879, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2007, "strain_base": 4681}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "逢杨链 (破防 破招) 13300": {"id": 38833, "school": "通用", "kind": "身法", "level": 13300, "max_strength": 6, "base": {}, "magic": {"agility_base": 464, "physical_attack_power_base": 753, "physical_overcome_base": 2330, "surplus": 2071}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路链 (破防 破招) 13300": {"id": 38832, "school": "通用", "kind": "力道", "level": 13300, "max_strength": 6, "base": {}, "magic": {"strength_base": 464, "physical_attack_power_base": 753, "physical_overcome_base": 2330, "surplus": 2071}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "无者链 (破防 破招) 12800": {"id": 39873, "school": "通用", "kind": "身法", "level": 12800, "max_strength": 6, "base": {}, "magic": {"agility_base": 447, "physical_attack_power_base": 725, "physical_overcome_base": 2242, "surplus": 1993}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上链 (破防 破招) 12800": {"id": 39872, "school": "通用", "kind": "力道", "level": 12800, "max_strength": 6, "base": {}, "magic": {"strength_base": 447, "physical_attack_power_base": 725, "physical_overcome_base": 2242, "surplus": 1993}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破防 破招 无双) 12800": {"id": 38865, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 1744, "physical_overcome_base": 2118, "strain_base": 1246}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心 破招) 12800": {"id": 38864, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 2616, "physical_critical_strike_base": 2491}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破防) 12800": {"id": 38863, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1896, "physical_overcome_base": 4422}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "欺林链 (破防 破招) 12600": {"id": 37770, "school": "通用", "kind": "身法", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 440, "physical_attack_power_base": 714, "physical_overcome_base": 2207, "surplus": 1962}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "定酣链 (破防 破招) 12600": {"id": 37769, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 440, "physical_attack_power_base": 714, "physical_overcome_base": 2207, "surplus": 1962}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "灵空·风行链 (破防 无双) 12450": {"id": 39683, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "灵空·撼地链 (破防 无双) 12450": {"id": 39682, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "逢杨链 (破防 破招) 12450": {"id": 38821, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路链 (破防 破招) 12450": {"id": 38820, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖月链 (会心 破招) 12450": {"id": 37812, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静链 (会心 破招) 12450": {"id": 37811, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "染辞链 (会心 无双) 12450": {"id": 37702, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃链 (会心 无双) 12450": {"id": 37701, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "商野链 (破防 无双) 12450": {"id": 37684, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿链 (破防 无双) 12450": {"id": 37683, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临越链 (破防 破招) 12400": {"id": 34190, "school": "通用", "kind": "身法", "level": 12400, "max_strength": 6, "base": {}, "magic": {"agility_base": 433, "physical_attack_power_base": 702, "physical_overcome_base": 2172, "surplus": 1931}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临邦链 (破防 破招) 12400": {"id": 34189, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 433, "physical_attack_power_base": 702, "physical_overcome_base": 2172, "surplus": 1931}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "久念链 (会心 破招) 12300": {"id": 34262, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江链 (会心 破招) 12300": {"id": 34261, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风岱链 (会心 无双) 12300": {"id": 34244, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌链 (会心 无双) 12300": {"id": 34243, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "北邱链 (破防 破招) 12300": {"id": 34226, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "surplus": 1915}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦链 (破防 破招) 12300": {"id": 34225, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "surplus": 1915}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "渊忱链 (加速 无双) 12300": {"id": 34208, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双链 (加速 无双) 12300": {"id": 34207, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆宁链 (破防 无双) 12300": {"id": 34118, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬链 (破防 无双) 12300": {"id": 34117, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "盈绝链 (会心 破招) 12300": {"id": 34100, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰链 (会心 破招) 12300": {"id": 34099, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "潋阳链 (破招 无双) 12300": {"id": 34082, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "surplus": 2155, "strain_base": 1915}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关链 (破招 无双) 12300": {"id": 34081, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "surplus": 2155, "strain_base": 1915}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心 会效 破招) 12100": {"id": 37802, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "surplus": 1295, "physical_critical_strike_base": 2237, "physical_critical_power_base": 1178}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (破招 无双) 12100": {"id": 37801, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "surplus": 2414, "strain_base": 2414}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封项链 (会心) 12100": {"id": 37800, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1792, "physical_critical_strike_base": 4181}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/pendant
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"运上坠 (会心 无双) 15800": {"id": 39914, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 552, "physical_attack_power_base": 895, "physical_critical_strike_base": 2768, "strain_base": 2460}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西窗意 (破防 无双) 15600": {"id": 39854, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 4, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "strain_base": 2429}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 123]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落坠 (会心 破招) 15600": {"id": 39842, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_critical_strike_base": 2733, "surplus": 2429}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪坠 (破防 破招) 15600": {"id": 39824, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "surplus": 2429}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (会心 会效 无双) 15200": {"id": 39947, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1920, "physical_critical_strike_base": 2811, "physical_critical_power_base": 1479, "strain_base": 1627}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 破招) 15200": {"id": 39946, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1920, "surplus": 2959, "physical_overcome_base": 3107}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (无双) 15200": {"id": 39945, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2252, "strain_base": 5252}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上坠 (会心 无双) 14800": {"id": 39902, "school": "通用", "kind": "力道", "level": 14800, "max_strength": 6, "base": {}, "magic": {"strength_base": 517, "physical_attack_power_base": 838, "physical_critical_strike_base": 2593, "strain_base": 2305}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 会心 无双) 14350": {"id": 39935, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1813, "physical_overcome_base": 1955, "physical_critical_strike_base": 2235, "strain_base": 1536}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (会心 无双) 14350": {"id": 39934, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1813, "physical_critical_strike_base": 2793, "strain_base": 2933}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防) 14350": {"id": 39933, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2126, "physical_overcome_base": 4958}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路坠 (会心 无双) 14150": {"id": 38850, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 494, "physical_attack_power_base": 801, "physical_critical_strike_base": 2479, "strain_base": 2203}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨坠 (破防 无双) 13950": {"id": 39812, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "枕槐安 (破防 无双) 13950": {"id": 38790, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 4, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 116]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦坠 (会心 破招) 13950": {"id": 38778, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "surplus": 2172}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行坠 (破防 破招) 13950": {"id": 38760, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上坠 (会心 无双) 13800": {"id": 39890, "school": "通用", "kind": "力道", "level": 13800, "max_strength": 6, "base": {}, "magic": {"strength_base": 482, "physical_attack_power_base": 782, "physical_critical_strike_base": 2417, "strain_base": 2149}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 会心 会效) 13550": {"id": 38887, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_overcome_base": 1912, "physical_critical_strike_base": 2044, "physical_critical_power_base": 1319}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 会心) 13550": {"id": 38886, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_critical_strike_base": 2703, "physical_overcome_base": 2703}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (会心) 13550": {"id": 38885, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2007, "physical_critical_strike_base": 4681}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路坠 (会心 无双) 13300": {"id": 38838, "school": "通用", "kind": "力道", "level": 13300, "max_strength": 6, "base": {}, "magic": {"strength_base": 464, "physical_attack_power_base": 753, "physical_critical_strike_base": 2330, "strain_base": 2071}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上坠 (会心 无双) 12800": {"id": 39878, "school": "通用", "kind": "力道", "level": 12800, "max_strength": 6, "base": {}, "magic": {"strength_base": 447, "physical_attack_power_base": 725, "physical_critical_strike_base": 2242, "strain_base": 1993}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (会心 会效 无双) 12800": {"id": 38873, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "physical_critical_strike_base": 2367, "physical_critical_power_base": 1246, "strain_base": 1370}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 破招) 12800": {"id": 38872, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 2491, "physical_overcome_base": 2616}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (无双) 12800": {"id": 38871, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1896, "strain_base": 4422}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "定酣坠 (会心 无双) 12600": {"id": 37775, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 440, "physical_attack_power_base": 714, "physical_critical_strike_base": 2207, "strain_base": 1962}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "灵空·撼地坠 (会心 无双) 12450": {"id": 39688, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路坠 (会心 无双) 12450": {"id": 38826, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静坠 (会心 破招) 12450": {"id": 37817, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "恸黄沙 (破防 无双) 12450": {"id": 37719, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 4, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 109]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃坠 (会心 破招) 12450": {"id": 37707, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿坠 (破防 破招) 12450": {"id": 37689, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临梧坠 (会心 破招) 12400": {"id": 34195, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 433, "physical_attack_power_base": 702, "physical_critical_strike_base": 2172, "surplus": 1931}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江坠 (会心 无双) 12300": {"id": 34267, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌坠 (破防 无双) 12300": {"id": 34249, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "strain_base": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦坠 (会心 破招) 12300": {"id": 34231, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双坠 (加速 无双) 12300": {"id": 34213, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "strain_base": 1915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬坠 (会心 无双) 12300": {"id": 34123, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰佩 (加速 破招) 12300": {"id": 34105, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "surplus": 1915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关佩 (破招 无双) 12300": {"id": 34087, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "surplus": 2155, "strain_base": 1915}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 会心 无双) 12100": {"id": 37808, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "physical_overcome_base": 1649, "physical_critical_strike_base": 1884, "strain_base": 1295}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (会心 无双) 12100": {"id": 37807, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "physical_critical_strike_base": 2355, "strain_base": 2473}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防) 12100": {"id": 37806, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1792, "physical_overcome_base": 4181}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "齐月坠 (破防 无双) 12000": {"id": 38736, "school": "通用", "kind": "力道", "level": 12000, "max_strength": 6, "base": {}, "magic": {"strength_base": 419, "physical_attack_power_base": 680, "physical_overcome_base": 2102, "strain_base": 1869}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"无者坠 (会心 无双) 15800": {"id": 39915, "school": "通用", "kind": "身法", "level": 15800, "max_strength": 6, "base": {}, "magic": {"agility_base": 552, "physical_attack_power_base": 895, "physical_critical_strike_base": 2768, "strain_base": 2460}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上坠 (会心 无双) 15800": {"id": 39914, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 552, "physical_attack_power_base": 895, "physical_critical_strike_base": 2768, "strain_base": 2460}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "天地间 (破防 无双) 15600": {"id": 39855, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 4, "base": {}, "magic": {"agility_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "strain_base": 2429}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 123]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西窗意 (破防 无双) 15600": {"id": 39854, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 4, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "strain_base": 2429}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 123]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "救困坠 (会心 破招) 15600": {"id": 39843, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 545, "physical_attack_power_base": 884, "physical_critical_strike_base": 2733, "surplus": 2429}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落坠 (会心 破招) 15600": {"id": 39842, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_critical_strike_base": 2733, "surplus": 2429}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "照耀坠 (破防 破招) 15600": {"id": 39825, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "surplus": 2429}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪坠 (破防 破招) 15600": {"id": 39824, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "surplus": 2429}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (会心 会效 无双) 15200": {"id": 39947, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1920, "physical_critical_strike_base": 2811, "physical_critical_power_base": 1479, "strain_base": 1627}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 破招) 15200": {"id": 39946, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1920, "surplus": 2959, "physical_overcome_base": 3107}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (��双) 15200": {"id": 39945, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2252, "strain_base": 5252}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "无者坠 (会心 无双) 14800": {"id": 39903, "school": "通用", "kind": "身法", "level": 14800, "max_strength": 6, "base": {}, "magic": {"agility_base": 517, "physical_attack_power_base": 838, "physical_critical_strike_base": 2593, "strain_base": 2305}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上坠 (会心 无双) 14800": {"id": 39902, "school": "通用", "kind": "力道", "level": 14800, "max_strength": 6, "base": {}, "magic": {"strength_base": 517, "physical_attack_power_base": 838, "physical_critical_strike_base": 2593, "strain_base": 2305}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 会心 无双) 14350": {"id": 39935, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1813, "physical_overcome_base": 1955, "physical_critical_strike_base": 2235, "strain_base": 1536}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (会心 无双) 14350": {"id": 39934, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1813, "physical_critical_strike_base": 2793, "strain_base": 2933}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防) 14350": {"id": 39933, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2126, "physical_overcome_base": 4958}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "逢杨坠 (会心 无双) 14150": {"id": 38851, "school": "通用", "kind": "身法", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 494, "physical_attack_power_base": 801, "physical_critical_strike_base": 2479, "strain_base": 2203}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路坠 (会心 无双) 14150": {"id": 38850, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 494, "physical_attack_power_base": 801, "physical_critical_strike_base": 2479, "strain_base": 2203}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危光坠 (破防 无双) 13950": {"id": 39813, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨坠 (破防 无双) 13950": {"id": 39812, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "变星霜 (破防 无双) 13950": {"id": 38791, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 4, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 116]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "枕槐安 (破防 无双) 13950": {"id": 38790, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 4, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 116]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "踏雁坠 (会心 破招) 13950": {"id": 38779, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "surplus": 2172}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦坠 (会心 破招) 13950": {"id": 38778, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "surplus": 2172}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风掣坠 (破防 破招) 13950": {"id": 38761, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行坠 (破防 破招) 13950": {"id": 38760, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "无者坠 (会心 无双) 13800": {"id": 39891, "school": "通用", "kind": "身法", "level": 13800, "max_strength": 6, "base": {}, "magic": {"agility_base": 482, "physical_attack_power_base": 782, "physical_critical_strike_base": 2417, "strain_base": 2149}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上坠 (会心 无双) 13800": {"id": 39890, "school": "通用", "kind": "力道", "level": 13800, "max_strength": 6, "base": {}, "magic": {"strength_base": 482, "physical_attack_power_base": 782, "physical_critical_strike_base": 2417, "strain_base": 2149}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 会心 会效) 13550": {"id": 38887, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_overcome_base": 1912, "physical_critical_strike_base": 2044, "physical_critical_power_base": 1319}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 会心) 13550": {"id": 38886, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_critical_strike_base": 2703, "physical_overcome_base": 2703}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (会心) 13550": {"id": 38885, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2007, "physical_critical_strike_base": 4681}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "逢杨坠 (会心 无双) 13300": {"id": 38839, "school": "通用", "kind": "身法", "level": 13300, "max_strength": 6, "base": {}, "magic": {"agility_base": 464, "physical_attack_power_base": 753, "physical_critical_strike_base": 2330, "strain_base": 2071}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路坠 (会心 无双) 13300": {"id": 38838, "school": "通用", "kind": "力道", "level": 13300, "max_strength": 6, "base": {}, "magic": {"strength_base": 464, "physical_attack_power_base": 753, "physical_critical_strike_base": 2330, "strain_base": 2071}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "无者坠 (会心 无双) 12800": {"id": 39879, "school": "通用", "kind": "身法", "level": 12800, "max_strength": 6, "base": {}, "magic": {"agility_base": 447, "physical_attack_power_base": 725, "physical_critical_strike_base": 2242, "strain_base": 1993}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "运上坠 (会心 无双) 12800": {"id": 39878, "school": "通用", "kind": "力道", "level": 12800, "max_strength": 6, "base": {}, "magic": {"strength_base": 447, "physical_attack_power_base": 725, "physical_critical_strike_base": 2242, "strain_base": 1993}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (会心 会效 无双) 12800": {"id": 38873, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "physical_critical_strike_base": 2367, "physical_critical_power_base": 1246, "strain_base": 1370}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 破招) 12800": {"id": 38872, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 2491, "physical_overcome_base": 2616}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (无双) 12800": {"id": 38871, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1896, "strain_base": 4422}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "欺林坠 (会心 无双) 12600": {"id": 37776, "school": "通用", "kind": "身法", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 440, "physical_attack_power_base": 714, "physical_critical_strike_base": 2207, "strain_base": 1962}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "定酣坠 (会心 无双) 12600": {"id": 37775, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 440, "physical_attack_power_base": 714, "physical_critical_strike_base": 2207, "strain_base": 1962}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "灵空·风行坠 (会心 无双) 12450": {"id": 39689, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "灵空·撼地坠 (会心 无双) 12450": {"id": 39688, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "逢杨坠 (会心 无双) 12450": {"id": 38827, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客路坠 (会心 无双) 12450": {"id": 38826, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖月坠 (会心 破招) 12450": {"id": 37818, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静坠 (会心 破招) 12450": {"id": 37817, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "雁无意 (破防 无双) 12450": {"id": 37720, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 4, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 109]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "恸黄沙 (破防 无双) 12450": {"id": 37719, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 4, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 109]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "染辞坠 (会心 破招) 12450": {"id": 37708, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃坠 (会心 破招) 12450": {"id": 37707, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "商野坠 (破防 破招) 12450": {"id": 37690, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿坠 (破防 破招) 12450": {"id": 37689, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临苑坠 (会心 破招) 12400": {"id": 34196, "school": "通用", "kind": "身法", "level": 12400, "max_strength": 6, "base": {}, "magic": {"agility_base": 433, "physical_attack_power_base": 702, "physical_critical_strike_base": 2172, "surplus": 1931}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临梧坠 (会心 破招) 12400": {"id": 34195, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 433, "physical_attack_power_base": 702, "physical_critical_strike_base": 2172, "surplus": 1931}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "久念坠 (会心 无双) 12300": {"id": 34268, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江坠 (会心 无双) 12300": {"id": 34267, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风岱坠 (破防 无双) 12300": {"id": 34250, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "strain_base": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌坠 (破防 无双) 12300": {"id": 34249, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "strain_base": 1915}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "北邱坠 (会心 破招) 12300": {"id": 34232, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦坠 (会心 破招) 12300": {"id": 34231, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "渊忱坠 (加速 无双) 12300": {"id": 34214, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "strain_base": 1915}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双坠 (加速 无双) 12300": {"id": 34213, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "strain_base": 1915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆宁坠 (会心 无双) 12300": {"id": 34124, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬坠 (会心 无双) 12300": {"id": 34123, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "盈绝佩 (加速 破招) 12300": {"id": 34106, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "surplus": 1915}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰佩 (加速 破招) 12300": {"id": 34105, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "surplus": 1915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "潋阳佩 (破招 无双) 12300": {"id": 34088, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "surplus": 2155, "strain_base": 1915}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关佩 (破招 无双) 12300": {"id": 34087, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "surplus": 2155, "strain_base": 1915}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防 会心 无双) 12100": {"id": 37808, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "physical_overcome_base": 1649, "physical_critical_strike_base": 1884, "strain_base": 1295}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (会心 无双) 12100": {"id": 37807, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "physical_critical_strike_base": 2355, "strain_base": 2473}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封腰坠 (破防) 12100": {"id": 37806, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1792, "physical_overcome_base": 4181}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "歌月坠 (破防 无双) 12000": {"id": 38737, "school": "通用", "kind": "身法", "level": 12000, "max_strength": 6, "base": {}, "magic": {"agility_base": 419, "physical_attack_power_base": 680, "physical_overcome_base": 2102, "strain_base": 1869}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "齐月坠 (破防 无双) 12000": {"id": 38736, "school": "通用", "kind": "力道", "level": 12000, "max_strength": 6, "base": {}, "magic": {"strength_base": 419, "physical_attack_power_base": 680, "physical_overcome_base": 2102, "strain_base": 1869}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/primary_weapon
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"世事浮云 (会心 破招) 15800": {"id": 37284, "school": "霸刀", "kind": "外功", "level": 15800, "max_strength": 6, "base": {"weapon_damage_base": 3675, "weapon_damage_rand": 2450}, "magic": {"strength_base": 1324, "physical_attack_power_base": 5127, "physical_critical_strike_base": 6643, "surplus": 7086}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "山空岁寒_测试用 (破防 破招) 15600": {"id": 37333, "school": "霸刀", "kind": "外功", "level": 15600, "max_strength": 6, "base": {"weapon_damage_base": 3629, "weapon_damage_rand": 2419}, "magic": {"strength_base": 1307, "physical_attack_power_base": 5062, "physical_overcome_base": 6559, "surplus": 6996}, "embed": {"strength_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "万里长空 (破防 无双) 15600": {"id": 37245, "school": "霸刀", "kind": "外功", "level": 15600, "max_strength": 4, "base": {"weapon_damage_base": 3629, "weapon_damage_rand": 2419}, "magic": {"strength_base": 1307, "physical_attack_power_base": 5062, "physical_overcome_base": 6559, "strain_base": 6996}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [2605], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "念真刀 (会心 无双) 15600": {"id": 37214, "school": "霸刀", "kind": "外功", "level": 15600, "max_strength": 6, "base": {"weapon_damage_base": 3629, "weapon_damage_rand": 2419}, "magic": {"strength_base": 1307, "physical_attack_power_base": 5062, "physical_critical_strike_base": 6559, "strain_base": 6996}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重霜 (会心 破招) 14150": {"id": 35813, "school": "霸刀", "kind": "外功", "level": 14150, "max_strength": 6, "base": {"weapon_damage_base": 3291, "weapon_damage_rand": 2194}, "magic": {"strength_base": 1186, "physical_attack_power_base": 4591, "physical_critical_strike_base": 5949, "surplus": 6346}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·觅安期 (破防 无双) 13950": {"id": 37434, "school": "霸刀", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"strength_base": 1169, "physical_attack_power_base": 4527, "physical_overcome_base": 5865, "strain_base": 6256}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危魂刀 (会心 无双) 13950": {"id": 37171, "school": "霸刀", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"strength_base": 1169, "physical_attack_power_base": 4527, "physical_critical_strike_base": 5865, "strain_base": 6256}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "山空岁寒 (破防 破招) 13950": {"id": 35864, "school": "霸刀", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"strength_base": 1169, "physical_attack_power_base": 4527, "physical_overcome_base": 5865, "surplus": 6256}, "embed": {"strength_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风柳绪 (破防 无双) 13950": {"id": 35774, "school": "霸刀", "kind": "外功", "level": 13950, "max_strength": 4, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"strength_base": 1169, "physical_attack_power_base": 4527, "physical_overcome_base": 5865, "strain_base": 6256}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [2540], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "千雷刀 (会心 无双) 13950": {"id": 35743, "school": "霸刀", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"strength_base": 1169, "physical_attack_power_base": 4527, "physical_critical_strike_base": 5865, "strain_base": 6256}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·逐虎刀 (会心 破招) 13750": {"id": 37134, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {"weapon_damage_base": 3198, "weapon_damage_rand": 2132}, "magic": {"strength_base": 1152, "physical_attack_power_base": 4462, "physical_critical_strike_base": 5781, "surplus": 6166}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "百炼环首刀 (破防 破招) 13200": {"id": 36904, "school": "霸刀", "kind": "外功", "level": 13200, "max_strength": 4, "base": {"weapon_damage_base": 3070, "weapon_damage_rand": 2047}, "magic": {"strength_base": 1106, "physical_attack_power_base": 4283, "physical_overcome_base": 5550, "surplus": 5920}, "embed": {"strength_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [2584, [26060, 4]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "田野苍茫 (会心 破招) 12600": {"id": 34797, "school": "霸刀", "kind": "外功", "level": 12600, "max_strength": 6, "base": {"weapon_damage_base": 2931, "weapon_damage_rand": 1954}, "magic": {"strength_base": 1056, "physical_attack_power_base": 4089, "physical_critical_strike_base": 5297, "surplus": 5651}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 12500": {"id": 38070, "school": "霸刀", "kind": "外功", "level": 12500, "max_strength": 8, "base": {"weapon_damage_base": 4038, "weapon_damage_rand": 2692}, "magic": {"strength_base": 1455, "physical_attack_power_base": 5452, "physical_critical_strike_base": 5677, "physical_overcome_base": 6488, "haste_base": 2028}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·雾掣 (破防 无双) 12450": {"id": 35965, "school": "霸刀", "kind": "外功", "level": 12450, "max_strength": 6, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"strength_base": 1043, "physical_attack_power_base": 4040, "physical_overcome_base": 5234, "strain_base": 5583}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "雪中迹 (破防 破招) 12450": {"id": 34845, "school": "霸刀", "kind": "外功", "level": 12450, "max_strength": 6, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"strength_base": 1043, "physical_attack_power_base": 4040, "physical_overcome_base": 5234, "surplus": 5583}, "embed": {"strength_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "宝器光 (破防 无双) 12450": {"id": 34759, "school": "霸刀", "kind": "外功", "level": 12450, "max_strength": 4, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"strength_base": 1043, "physical_attack_power_base": 4040, "physical_overcome_base": 5234, "strain_base": 5583}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [2498], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "红尘苦 (会心 无双) 12450": {"id": 34729, "school": "霸刀", "kind": "外功", "level": 12450, "max_strength": 6, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"strength_base": 1043, "physical_attack_power_base": 4040, "physical_critical_strike_base": 5234, "strain_base": 5583}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "傲寒绛腊厨装·刀功 (破防 无双) 12300": {"id": 36852, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "strain_base": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "寻踪觅宝·长楚刀 (会心 破招) 12300": {"id": 35700, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_critical_strike_base": 5171, "surplus": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [1194], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡辰刀 (破防 破招) 12300": {"id": 32687, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "surplus": 5516}, "embed": {"strength_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "知溪刀 (会心 破招) 12300": {"id": 32651, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_critical_strike_base": 5171, "surplus": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "叙砚刀 (加速 破招) 12300": {"id": 32615, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "haste_base": 5171, "surplus": 5516}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "雪陵刀 (破防 无双) 12300": {"id": 32579, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "strain_base": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "疾劲 (会心 破招) 12300": {"id": 32519, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_critical_strike_base": 5171, "surplus": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "云雨未消 (加速 破招) 12300": {"id": 32483, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "haste_base": 5171, "surplus": 5516}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "山川形胜 (破防 无双) 12300": {"id": 32447, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "strain_base": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 11900": {"id": 38039, "school": "霸刀", "kind": "外功", "level": 11900, "max_strength": 8, "base": {"weapon_damage_base": 3844, "weapon_damage_rand": 2563}, "magic": {"strength_base": 1385, "physical_attack_power_base": 5190, "physical_critical_strike_base": 5405, "physical_overcome_base": 6177, "haste_base": 1930}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风雪寒鹊 (破防 会心 加速) 11650": {"id": 37097, "school": "霸刀", "kind": "外功", "level": 11650, "max_strength": 8, "base": {"weapon_damage_base": 3763, "weapon_damage_rand": 2509}, "magic": {"strength_base": 1356, "physical_attack_power_base": 5081, "physical_critical_strike_base": 5291, "physical_overcome_base": 6047, "haste_base": 1890}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4296, 4297, 17375], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 11300": {"id": 36592, "school": "霸刀", "kind": "外功", "level": 11300, "max_strength": 8, "base": {"weapon_damage_base": 3650, "weapon_damage_rand": 2434}, "magic": {"strength_base": 1315, "physical_attack_power_base": 4929, "physical_critical_strike_base": 5132, "physical_overcome_base": 5865, "haste_base": 1833}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风雪寒鹊 (破防 ���心 加速) 10900": {"id": 37066, "school": "霸刀", "kind": "外功", "level": 10900, "max_strength": 8, "base": {"weapon_damage_base": 3521, "weapon_damage_rand": 2347}, "magic": {"strength_base": 1269, "physical_attack_power_base": 4754, "physical_critical_strike_base": 4950, "physical_overcome_base": 5658, "haste_base": 1768}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4296, 4297, 17375], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 10800": {"id": 36562, "school": "霸刀", "kind": "外功", "level": 10800, "max_strength": 8, "base": {"weapon_damage_base": 3489, "weapon_damage_rand": 2326}, "magic": {"strength_base": 1257, "physical_attack_power_base": 4710, "physical_critical_strike_base": 4905, "physical_overcome_base": 5606, "haste_base": 1752}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 10300": {"id": 35621, "school": "霸刀", "kind": "外功", "level": 10300, "max_strength": 8, "base": {"weapon_damage_base": 3327, "weapon_damage_rand": 2218}, "magic": {"strength_base": 1199, "physical_attack_power_base": 4492, "physical_critical_strike_base": 4678, "physical_overcome_base": 5346, "haste_base": 1671}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风雪寒鹊 (破防 会心 加速) 10300": {"id": 37035, "school": "霸刀", "kind": "外功", "level": 10300, "max_strength": 8, "base": {"weapon_damage_base": 3327, "weapon_damage_rand": 2218}, "magic": {"strength_base": 1199, "physical_attack_power_base": 4492, "physical_critical_strike_base": 4678, "physical_overcome_base": 5346, "haste_base": 1671}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 9800": {"id": 35591, "school": "霸刀", "kind": "外功", "level": 9800, "max_strength": 8, "base": {"weapon_damage_base": 3166, "weapon_damage_rand": 2110}, "magic": {"strength_base": 1141, "physical_attack_power_base": 4274, "physical_critical_strike_base": 4451, "physical_overcome_base": 5087, "haste_base": 1590}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风雪寒鹊 (破防 会心 加速) 9700": {"id": 37004, "school": "霸刀", "kind": "外功", "level": 9700, "max_strength": 8, "base": {"weapon_damage_base": 3133, "weapon_damage_rand": 2089}, "magic": {"strength_base": 1129, "physical_attack_power_base": 4231, "physical_critical_strike_base": 4405, "physical_overcome_base": 5035, "haste_base": 1573}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 9300": {"id": 34427, "school": "霸刀", "kind": "外功", "level": 9300, "max_strength": 8, "base": {"weapon_damage_base": 3004, "weapon_damage_rand": 2003}, "magic": {"strength_base": 1082, "physical_attack_power_base": 4056, "physical_critical_strike_base": 4224, "physical_overcome_base": 4827, "haste_base": 1509}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风雪寒鹊 (破防 会心 加速) 9100": {"id": 36973, "school": "霸刀", "kind": "外功", "level": 9100, "max_strength": 8, "base": {"weapon_damage_base": 2939, "weapon_damage_rand": 1960}, "magic": {"strength_base": 1059, "physical_attack_power_base": 3969, "physical_critical_strike_base": 4133, "physical_overcome_base": 4723, "haste_base": 1476}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"大风吟 (会心 破招) 15800": {"id": 37291, "school": "万灵", "kind": "外功", "level": 15800, "max_strength": 6, "base": {"weapon_damage_base": 3675, "weapon_damage_rand": 2450}, "magic": {"agility_base": 1324, "physical_attack_power_base": 5127, "physical_critical_strike_base": 6643, "surplus": 7086}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "世事浮云 (会心 破招) 15800": {"id": 37284, "school": "霸刀", "kind": "外功", "level": 15800, "max_strength": 6, "base": {"weapon_damage_base": 3675, "weapon_damage_rand": 2450}, "magic": {"strength_base": 1324, "physical_attack_power_base": 5127, "physical_critical_strike_base": 6643, "surplus": 7086}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "山灵语 (破防 破招) 15600": {"id": 37340, "school": "万灵", "kind": "外功", "level": 15600, "max_strength": 6, "base": {"weapon_damage_base": 3629, "weapon_damage_rand": 2419}, "magic": {"agility_base": 1307, "physical_attack_power_base": 5062, "physical_overcome_base": 6559, "surplus": 6996}, "embed": {"agility_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "寒云漠 (破防 破招) 15600": {"id": 37333, "school": "霸刀", "kind": "外功", "level": 15600, "max_strength": 6, "base": {"weapon_damage_base": 3629, "weapon_damage_rand": 2419}, "magic": {"strength_base": 1307, "physical_attack_power_base": 5062, "physical_overcome_base": 6559, "surplus": 6996}, "embed": {"strength_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "山有神通 (破防 无双) 15600": {"id": 37252, "school": "万灵", "kind": "外功", "level": 15600, "max_strength": 4, "base": {"weapon_damage_base": 3629, "weapon_damage_rand": 2419}, "magic": {"agility_base": 1307, "physical_attack_power_base": 5062, "physical_overcome_base": 6559, "strain_base": 6996}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [2605], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "万里长空 (破防 无双) 15600": {"id": 37245, "school": "霸刀", "kind": "外功", "level": 15600, "max_strength": 4, "base": {"weapon_damage_base": 3629, "weapon_damage_rand": 2419}, "magic": {"strength_base": 1307, "physical_attack_power_base": 5062, "physical_overcome_base": 6559, "strain_base": 6996}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [2605], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "雪无弓 (会心 无双) 15600": {"id": 37221, "school": "万灵", "kind": "外功", "level": 15600, "max_strength": 6, "base": {"weapon_damage_base": 3629, "weapon_damage_rand": 2419}, "magic": {"agility_base": 1307, "physical_attack_power_base": 5062, "physical_critical_strike_base": 6559, "strain_base": 6996}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "念真刀 (会心 无双) 15600": {"id": 37214, "school": "霸刀", "kind": "外功", "level": 15600, "max_strength": 6, "base": {"weapon_damage_base": 3629, "weapon_damage_rand": 2419}, "magic": {"strength_base": 1307, "physical_attack_power_base": 5062, "physical_critical_strike_base": 6559, "strain_base": 6996}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "飞虹 (会心 破招) 14150": {"id": 35820, "school": "万灵", "kind": "外功", "level": 14150, "max_strength": 6, "base": {"weapon_damage_base": 3291, "weapon_damage_rand": 2194}, "magic": {"agility_base": 1186, "physical_attack_power_base": 4591, "physical_critical_strike_base": 5949, "surplus": 6346}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重霜 (会心 破招) 14150": {"id": 35813, "school": "霸刀", "kind": "外功", "level": 14150, "max_strength": 6, "base": {"weapon_damage_base": 3291, "weapon_damage_rand": 2194}, "magic": {"strength_base": 1186, "physical_attack_power_base": 4591, "physical_critical_strike_base": 5949, "surplus": 6346}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·欲明 (破防 无双) 13950": {"id": 37441, "school": "万灵", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"agility_base": 1169, "physical_attack_power_base": 4527, "physical_overcome_base": 5865, "strain_base": 6256}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·觅安期 (破防 无双) 13950": {"id": 37434, "school": "霸刀", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"strength_base": 1169, "physical_attack_power_base": 4527, "physical_overcome_base": 5865, "strain_base": 6256}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危辞弓 (会心 无双) 13950": {"id": 37178, "school": "万灵", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"agility_base": 1169, "physical_attack_power_base": 4527, "physical_critical_strike_base": 5865, "strain_base": 6256}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危魂刀 (会心 无双) 13950": {"id": 37171, "school": "霸刀", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"strength_base": 1169, "physical_attack_power_base": 4527, "physical_critical_strike_base": 5865, "strain_base": 6256}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "闲观日月 (破防 破招) 13950": {"id": 35871, "school": "万灵", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"agility_base": 1169, "physical_attack_power_base": 4527, "physical_overcome_base": 5865, "surplus": 6256}, "embed": {"agility_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "山空岁寒 (破防 破招) 13950": {"id": 35864, "school": "霸刀", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"strength_base": 1169, "physical_attack_power_base": 4527, "physical_overcome_base": 5865, "surplus": 6256}, "embed": {"strength_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "穿叶雨 (破防 无双) 13950": {"id": 35781, "school": "万灵", "kind": "外功", "level": 13950, "max_strength": 4, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"agility_base": 1169, "physical_attack_power_base": 4527, "physical_overcome_base": 5865, "strain_base": 6256}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [2540], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风柳绪 (破防 无双) 13950": {"id": 35774, "school": "霸刀", "kind": "外功", "level": 13950, "max_strength": 4, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"strength_base": 1169, "physical_attack_power_base": 4527, "physical_overcome_base": 5865, "strain_base": 6256}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [2540], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "金虹弓 (会心 无双) 13950": {"id": 35750, "school": "万灵", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"agility_base": 1169, "physical_attack_power_base": 4527, "physical_critical_strike_base": 5865, "strain_base": 6256}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "千雷刀 (会心 无双) 13950": {"id": 35743, "school": "霸刀", "kind": "外功", "level": 13950, "max_strength": 6, "base": {"weapon_damage_base": 3245, "weapon_damage_rand": 2163}, "magic": {"strength_base": 1169, "physical_attack_power_base": 4527, "physical_critical_strike_base": 5865, "strain_base": 6256}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·紫竹弓 (会心 破招) 13750": {"id": 37141, "school": "万灵", "kind": "外功", "level": 13750, "max_strength": 6, "base": {"weapon_damage_base": 3198, "weapon_damage_rand": 2132}, "magic": {"agility_base": 1152, "physical_attack_power_base": 4462, "physical_critical_strike_base": 5781, "surplus": 6166}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·逐虎刀 (会心 破招) 13750": {"id": 37134, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {"weapon_damage_base": 3198, "weapon_damage_rand": 2132}, "magic": {"strength_base": 1152, "physical_attack_power_base": 4462, "physical_critical_strike_base": 5781, "surplus": 6166}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "裂风破天弓 (破防 破招) 13200": {"id": 36911, "school": "万灵", "kind": "外功", "level": 13200, "max_strength": 4, "base": {"weapon_damage_base": 3070, "weapon_damage_rand": 2047}, "magic": {"agility_base": 1106, "physical_attack_power_base": 4283, "physical_overcome_base": 5550, "surplus": 5920}, "embed": {"agility_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [2584, [26060, 4]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "百炼环首刀 (破防 破招) 13200": {"id": 36904, "school": "霸刀", "kind": "外功", "level": 13200, "max_strength": 4, "base": {"weapon_damage_base": 3070, "weapon_damage_rand": 2047}, "magic": {"strength_base": 1106, "physical_attack_power_base": 4283, "physical_overcome_base": 5550, "surplus": 5920}, "embed": {"strength_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [2584, [26060, 4]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "弯弓弦月 (会心 破招) 12600": {"id": 36661, "school": "万灵", "kind": "外功", "level": 12600, "max_strength": 6, "base": {"weapon_damage_base": 2931, "weapon_damage_rand": 1954}, "magic": {"agility_base": 1056, "physical_attack_power_base": 4089, "physical_critical_strike_base": 5297, "surplus": 5651}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "田野苍茫 (会心 破招) 12600": {"id": 34797, "school": "霸刀", "kind": "外功", "level": 12600, "max_strength": 6, "base": {"weapon_damage_base": 2931, "weapon_damage_rand": 1954}, "magic": {"strength_base": 1056, "physical_attack_power_base": 4089, "physical_critical_strike_base": 5297, "surplus": 5651}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "庄生晓梦 (破防 会心 加速) 12500": {"id": 38077, "school": "万灵", "kind": "外功", "level": 12500, "max_strength": 8, "base": {"weapon_damage_base": 4038, "weapon_damage_rand": 2692}, "magic": {"agility_base": 1455, "physical_attack_power_base": 5633, "physical_critical_strike_base": 5880, "physical_overcome_base": 5880, "haste_base": 2028}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [5461, 5462, 2572, 2571, 17470, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 12500": {"id": 38070, "school": "霸刀", "kind": "外功", "level": 12500, "max_strength": 8, "base": {"weapon_damage_base": 4038, "weapon_damage_rand": 2692}, "magic": {"strength_base": 1455, "physical_attack_power_base": 5452, "physical_critical_strike_base": 5677, "physical_overcome_base": 6488, "haste_base": 2028}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "划长虹 (破防 无双) 12450": {"id": 36660, "school": "万灵", "kind": "外功", "level": 12450, "max_strength": 4, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"agility_base": 1043, "physical_attack_power_base": 4040, "physical_overcome_base": 5234, "strain_base": 5583}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [2498], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "势相和 (会心 无双) 12450": {"id": 36659, "school": "万灵", "kind": "外功", "level": 12450, "max_strength": 6, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"agility_base": 1043, "physical_attack_power_base": 4040, "physical_critical_strike_base": 5234, "strain_base": 5583}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·林野 (破防 无双) 12450": {"id": 35972, "school": "万灵", "kind": "外功", "level": 12450, "max_strength": 6, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"agility_base": 1043, "physical_attack_power_base": 4040, "physical_overcome_base": 5234, "strain_base": 5583}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·雾掣 (破防 无双) 12450": {"id": 35965, "school": "霸刀", "kind": "外功", "level": 12450, "max_strength": 6, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"strength_base": 1043, "physical_attack_power_base": 4040, "physical_overcome_base": 5234, "strain_base": 5583}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "雪中迹 (破防 破招) 12450": {"id": 34845, "school": "霸刀", "kind": "外功", "level": 12450, "max_strength": 6, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"strength_base": 1043, "physical_attack_power_base": 4040, "physical_overcome_base": 5234, "surplus": 5583}, "embed": {"strength_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "宝器光 (破防 无双) 12450": {"id": 34759, "school": "霸刀", "kind": "外功", "level": 12450, "max_strength": 4, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"strength_base": 1043, "physical_attack_power_base": 4040, "physical_overcome_base": 5234, "strain_base": 5583}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [2498], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "红尘苦 (会心 无双) 12450": {"id": 34729, "school": "霸刀", "kind": "外功", "level": 12450, "max_strength": 6, "base": {"weapon_damage_base": 2896, "weapon_damage_rand": 1931}, "magic": {"strength_base": 1043, "physical_attack_power_base": 4040, "physical_critical_strike_base": 5234, "strain_base": 5583}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161, "strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "梧风棉棉钩·刀功 (破防 无双) 12300": {"id": 36859, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"agility_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "strain_base": 5516}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "傲寒绛腊厨装·刀功 (破防 无双) 12300": {"id": 36852, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "strain_base": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "横素弓 (破防 破招) 12300": {"id": 36653, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"agility_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "surplus": 5516}, "embed": {"agility_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "独雁弓 (会心 破招) 12300": {"id": 36652, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"agility_base": 1031, "physical_attack_power_base": 3991, "physical_critical_strike_base": 5171, "surplus": 5516}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "宿秋弓 (加速 破招) 12300": {"id": 36651, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"agility_base": 1031, "physical_attack_power_base": 3991, "haste_base": 5171, "surplus": 5516}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "涧寒弓 (破防 无双) 12300": {"id": 36650, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"agility_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "strain_base": 5516}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "戢羽 (会心 破招) 12300": {"id": 36649, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"agility_base": 1031, "physical_attack_power_base": 3991, "physical_critical_strike_base": 5171, "surplus": 5516}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "有触即发 (加速 破招) 12300": {"id": 36648, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"agility_base": 1031, "physical_attack_power_base": 3991, "haste_base": 5171, "surplus": 5516}, "embed": {"agility_base": 36, "physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "控角弓 (破防 无双) 12300": {"id": 36647, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"agility_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "strain_base": 5516}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·姮娥弓箭 (会心 破招) 12300": {"id": 35707, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"agility_base": 1031, "physical_attack_power_base": 3991, "physical_critical_strike_base": 5171, "surplus": 5516}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [1194], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·长楚刀 (会心 破招) 12300": {"id": 35700, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_critical_strike_base": 5171, "surplus": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [1194], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡辰刀 (破防 破招) 12300": {"id": 32687, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "surplus": 5516}, "embed": {"strength_base": 36, "physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "知溪刀 (会心 破招) 12300": {"id": 32651, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_critical_strike_base": 5171, "surplus": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "叙砚刀 (加速 破招) 12300": {"id": 32615, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "haste_base": 5171, "surplus": 5516}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "雪陵刀 (破防 无双) 12300": {"id": 32579, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "strain_base": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "疾劲 (会心 破招) 12300": {"id": 32519, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_critical_strike_base": 5171, "surplus": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "云雨未消 (加速 破招) 12300": {"id": 32483, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "haste_base": 5171, "surplus": 5516}, "embed": {"strength_base": 36, "physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "山川形胜 (破防 无双) 12300": {"id": 32447, "school": "霸刀", "kind": "���功", "level": 12300, "max_strength": 6, "base": {"weapon_damage_base": 2861, "weapon_damage_rand": 1907}, "magic": {"strength_base": 1031, "physical_attack_power_base": 3991, "physical_overcome_base": 5171, "strain_base": 5516}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "庄生晓梦 (破防 会心 加速) 11900": {"id": 38046, "school": "万灵", "kind": "外功", "level": 11900, "max_strength": 8, "base": {"weapon_damage_base": 3844, "weapon_damage_rand": 2563}, "magic": {"agility_base": 1385, "physical_attack_power_base": 5363, "physical_critical_strike_base": 5598, "physical_overcome_base": 5598, "haste_base": 1930}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [5461, 5462, 2572, 2571, 17470, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 11900": {"id": 38039, "school": "霸刀", "kind": "外功", "level": 11900, "max_strength": 8, "base": {"weapon_damage_base": 3844, "weapon_damage_rand": 2563}, "magic": {"strength_base": 1385, "physical_attack_power_base": 5190, "physical_critical_strike_base": 5405, "physical_overcome_base": 6177, "haste_base": 1930}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "未央之夏 (破防 会心 加速) 11650": {"id": 37104, "school": "万灵", "kind": "外功", "level": 11650, "max_strength": 8, "base": {"weapon_damage_base": 3763, "weapon_damage_rand": 2509}, "magic": {"agility_base": 1356, "physical_attack_power_base": 5250, "physical_critical_strike_base": 5480, "physical_overcome_base": 5480, "haste_base": 1890}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [5463, 17471], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风雪寒鹊 (破防 会心 加速) 11650": {"id": 37097, "school": "霸刀", "kind": "外功", "level": 11650, "max_strength": 8, "base": {"weapon_damage_base": 3763, "weapon_damage_rand": 2509}, "magic": {"strength_base": 1356, "physical_attack_power_base": 5081, "physical_critical_strike_base": 5291, "physical_overcome_base": 6047, "haste_base": 1890}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4296, 4297, 17375], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "庄生晓梦 (破防 会心 加速) 11300": {"id": 36797, "school": "万灵", "kind": "外功", "level": 11300, "max_strength": 8, "base": {"weapon_damage_base": 3650, "weapon_damage_rand": 2434}, "magic": {"agility_base": 1315, "physical_attack_power_base": 5093, "physical_critical_strike_base": 5315, "physical_overcome_base": 5315, "haste_base": 1833}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [5461, 5462, 2572, 2571, 17470, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 11300": {"id": 36592, "school": "霸刀", "kind": "外功", "level": 11300, "max_strength": 8, "base": {"weapon_damage_base": 3650, "weapon_damage_rand": 2434}, "magic": {"strength_base": 1315, "physical_attack_power_base": 4929, "physical_critical_strike_base": 5132, "physical_overcome_base": 5865, "haste_base": 1833}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风雪寒鹊 (破防 会心 加速) 10900": {"id": 37066, "school": "霸刀", "kind": "外功", "level": 10900, "max_strength": 8, "base": {"weapon_damage_base": 3521, "weapon_damage_rand": 2347}, "magic": {"strength_base": 1269, "physical_attack_power_base": 4754, "physical_critical_strike_base": 4950, "physical_overcome_base": 5658, "haste_base": 1768}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4296, 4297, 17375], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "未央之夏 (破防 会心 加速) 10900": {"id": 37073, "school": "万灵", "kind": "外功", "level": 10900, "max_strength": 8, "base": {"weapon_damage_base": 3521, "weapon_damage_rand": 2347}, "magic": {"agility_base": 1269, "physical_attack_power_base": 4912, "physical_critical_strike_base": 5127, "physical_overcome_base": 5127, "haste_base": 1768}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [5463, 17471], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "庄生晓梦 (破防 会心 加速) 10800": {"id": 36796, "school": "万灵", "kind": "外功", "level": 10800, "max_strength": 8, "base": {"weapon_damage_base": 3489, "weapon_damage_rand": 2326}, "magic": {"agility_base": 1257, "physical_attack_power_base": 4867, "physical_critical_strike_base": 5080, "physical_overcome_base": 5080, "haste_base": 1752}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [5461, 5462, 2572, 2571, 17470, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 10800": {"id": 36562, "school": "霸刀", "kind": "外功", "level": 10800, "max_strength": 8, "base": {"weapon_damage_base": 3489, "weapon_damage_rand": 2326}, "magic": {"strength_base": 1257, "physical_attack_power_base": 4710, "physical_critical_strike_base": 4905, "physical_overcome_base": 5606, "haste_base": 1752}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "庄生晓梦 (破防 会心 加速) 10300": {"id": 36795, "school": "万灵", "kind": "外功", "level": 10300, "max_strength": 8, "base": {"weapon_damage_base": 3327, "weapon_damage_rand": 2218}, "magic": {"agility_base": 1199, "physical_attack_power_base": 4642, "physical_critical_strike_base": 4845, "physical_overcome_base": 4845, "haste_base": 1671}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [5461, 5462, 2572, 2571, 17470, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风雪寒鹊 (破防 会心 加速) 10300": {"id": 37035, "school": "霸刀", "kind": "外功", "level": 10300, "max_strength": 8, "base": {"weapon_damage_base": 3327, "weapon_damage_rand": 2218}, "magic": {"strength_base": 1199, "physical_attack_power_base": 4492, "physical_critical_strike_base": 4678, "physical_overcome_base": 5346, "haste_base": 1671}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "未央之夏 (破防 会心 加速) 10300": {"id": 37042, "school": "万灵", "kind": "外功", "level": 10300, "max_strength": 8, "base": {"weapon_damage_base": 3327, "weapon_damage_rand": 2218}, "magic": {"agility_base": 1199, "physical_attack_power_base": 4642, "physical_critical_strike_base": 4845, "physical_overcome_base": 4845, "haste_base": 1671}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 10300": {"id": 35621, "school": "霸刀", "kind": "外功", "level": 10300, "max_strength": 8, "base": {"weapon_damage_base": 3327, "weapon_damage_rand": 2218}, "magic": {"strength_base": 1199, "physical_attack_power_base": 4492, "physical_critical_strike_base": 4678, "physical_overcome_base": 5346, "haste_base": 1671}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "测试武器 (破防 会心 加速) 10100": {"id": 38274, "school": "万灵", "kind": "外功", "level": 10100, "max_strength": 8, "base": {"weapon_damage_base": 3263, "weapon_damage_rand": 2175}, "magic": {"agility_base": 1175, "physical_attack_power_base": 4552, "physical_critical_strike_base": 4751, "physical_overcome_base": 4751, "haste_base": 1638}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "庄生晓梦 (破防 会心 加速) 9800": {"id": 36794, "school": "万灵", "kind": "外功", "level": 9800, "max_strength": 8, "base": {"weapon_damage_base": 3166, "weapon_damage_rand": 2110}, "magic": {"agility_base": 1141, "physical_attack_power_base": 4417, "physical_critical_strike_base": 4610, "physical_overcome_base": 4610, "haste_base": 1590}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [5461, 5462, 2572, 2571, 17470, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 9800": {"id": 35591, "school": "霸刀", "kind": "外功", "level": 9800, "max_strength": 8, "base": {"weapon_damage_base": 3166, "weapon_damage_rand": 2110}, "magic": {"strength_base": 1141, "physical_attack_power_base": 4274, "physical_critical_strike_base": 4451, "physical_overcome_base": 5087, "haste_base": 1590}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "未央之夏 (破防 会心 加速) 9700": {"id": 37011, "school": "万灵", "kind": "外功", "level": 9700, "max_strength": 8, "base": {"weapon_damage_base": 3133, "weapon_damage_rand": 2089}, "magic": {"agility_base": 1129, "physical_attack_power_base": 4372, "physical_critical_strike_base": 4563, "physical_overcome_base": 4563, "haste_base": 1573}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风雪寒鹊 (破防 会心 加速) 9700": {"id": 37004, "school": "霸刀", "kind": "外功", "level": 9700, "max_strength": 8, "base": {"weapon_damage_base": 3133, "weapon_damage_rand": 2089}, "magic": {"strength_base": 1129, "physical_attack_power_base": 4231, "physical_critical_strike_base": 4405, "physical_overcome_base": 5035, "haste_base": 1573}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "沉夜重雪 (破防 会心 加速) 9300": {"id": 34427, "school": "霸刀", "kind": "外功", "level": 9300, "max_strength": 8, "base": {"weapon_damage_base": 3004, "weapon_damage_rand": 2003}, "magic": {"strength_base": 1082, "physical_attack_power_base": 4056, "physical_critical_strike_base": 4224, "physical_overcome_base": 4827, "haste_base": 1509}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [4294, 4295, 2430, 1942, 17374, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "庄生晓梦 (破防 会心 加速) 9300": {"id": 36793, "school": "万灵", "kind": "外功", "level": 9300, "max_strength": 8, "base": {"weapon_damage_base": 3004, "weapon_damage_rand": 2003}, "magic": {"agility_base": 1082, "physical_attack_power_base": 4191, "physical_critical_strike_base": 4375, "physical_overcome_base": 4375, "haste_base": 1509}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [5461, 5462, 2572, 2571, 17470, 17239], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风雪寒鹊 (破防 会心 加速) 9100": {"id": 36973, "school": "霸刀", "kind": "外功", "level": 9100, "max_strength": 8, "base": {"weapon_damage_base": 2939, "weapon_damage_rand": 1960}, "magic": {"strength_base": 1059, "physical_attack_power_base": 3969, "physical_critical_strike_base": 4133, "physical_overcome_base": 4723, "haste_base": 1476}, "embed": {"physical_attack_power_base": 72, "strength_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "未央之夏 (破防 会心 加速) 9100": {"id": 36980, "school": "万灵", "kind": "外功", "level": 9100, "max_strength": 8, "base": {"weapon_damage_base": 2939, "weapon_damage_rand": 1960}, "magic": {"agility_base": 1059, "physical_attack_power_base": 4101, "physical_critical_strike_base": 4281, "physical_overcome_base": 4281, "haste_base": 1476}, "embed": {"physical_attack_power_base": 72, "agility_base": 36, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/ring
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"客行江湖·听钟戒 (破防 无双) 15600": {"id": 39920, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "strain_base": 2429}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "似窈戒 (破防 破招) 15600": {"id": 39869, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1903, "surplus": 3188, "physical_overcome_base": 2885}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "卓然戒 (会心 无双) 15600": {"id": 39868, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1631, "physical_critical_strike_base": 1974, "strain_base": 4858}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "赤树戒 (破防 无双) 15600": {"id": 39865, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1971, "physical_overcome_base": 3036, "strain_base": 3188}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "望若戒 (会心 会效 破招) 15600": {"id": 39863, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1971, "surplus": 1670, "physical_critical_strike_base": 2885, "physical_critical_power_base": 1518}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "姑引戒 (破防 会心) 15600": {"id": 39862, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1971, "physical_critical_strike_base": 3112, "physical_overcome_base": 3112}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "勤俭戒 (无双) 15600": {"id": 39861, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2311, "strain_base": 5390}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落戒 (会心 无双) 15600": {"id": 39848, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_critical_strike_base": 2733, "strain_base": 2429}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪指环 (破防 破招) 15600": {"id": 39830, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "surplus": 2429}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "绘山戒 (破防 破招) 13950": {"id": 39794, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟戒 (破防 无双) 13950": {"id": 38856, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "时岑戒 (破防 破招) 13950": {"id": 38805, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1702, "surplus": 2851, "physical_overcome_base": 2580}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "游练戒 (会心 无双) 13950": {"id": 38804, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1459, "physical_critical_strike_base": 1765, "strain_base": 4344}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "问年戒 (破防 无双) 13950": {"id": 38801, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "physical_overcome_base": 2715, "strain_base": 2851}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "光霆戒 (会心 会效 破招) 13950": {"id": 38799, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "surplus": 1493, "physical_critical_strike_base": 2580, "physical_critical_power_base": 1358}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "兰珑戒 (破防 会心) 13950": {"id": 38798, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "physical_critical_strike_base": 2783, "physical_overcome_base": 2783}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "时越戒 (无双) 13950": {"id": 38797, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2066, "strain_base": 4820}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦戒 (会心 无双) 13950": {"id": 38784, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行指环 (破防 破招) 13950": {"id": 38766, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "暮雨石 (会心 无双) 13400": {"id": 39800, "school": "通用", "kind": "力道", "level": 13400, "max_strength": 6, "base": {}, "magic": {"strength_base": 468, "physical_attack_power_base": 759, "physical_critical_strike_base": 2347, "strain_base": 2087}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静戒 (会心 破招) 12450": {"id": 37823, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·梦花戒 (破防 无双) 12450": {"id": 37781, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "催时戒 (破防 无双) 12450": {"id": 37730, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1519, "physical_overcome_base": 2302, "strain_base": 2545}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "破朝戒 (会心 无双) 12450": {"id": 37728, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1302, "physical_critical_strike_base": 1575, "strain_base": 3877}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "赫风戒 (破防 破招) 12450": {"id": 37727, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1519, "surplus": 2545, "physical_overcome_base": 2302}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "问岐戒 (无双) 12450": {"id": 37726, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1844, "strain_base": 4059}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃戒 (会心 无双) 12450": {"id": 37713, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿指环 (破防 破招) 12450": {"id": 37695, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临尚戒 (会心 无双) 12400": {"id": 34201, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 433, "physical_attack_power_base": 702, "physical_critical_strike_base": 2172, "strain_base": 1931}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "傲寒御厨戒指·刀功 (会心 无双) 12300": {"id": 39784, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "拭江戒 (破防 破招) 12300": {"id": 34273, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌戒 (会心 破招) 12300": {"id": 34255, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦戒 (加速 破招) 12300": {"id": 34237, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双戒 (破招 无双) 12300": {"id": 34219, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "surplus": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬戒 (会心 破招) 12300": {"id": 34129, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰戒 (加速 无双) 12300": {"id": 34111, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关戒 (破防 破招) 12300": {"id": 34093, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"客行江湖·纵巧戒 (破防 无双) 15600": {"id": 39921, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "strain_base": 2429}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟戒 (破防 无双) 15600": {"id": 39920, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "strain_base": 2429}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "似窈戒 (破防 破招) 15600": {"id": 39869, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1903, "surplus": 3188, "physical_overcome_base": 2885}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "卓然戒 (会心 无双) 15600": {"id": 39868, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1631, "physical_critical_strike_base": 1974, "strain_base": 4858}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "赤树戒 (破防 无双) 15600": {"id": 39865, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1971, "physical_overcome_base": 3036, "strain_base": 3188}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "望若戒 (会心 会效 破招) 15600": {"id": 39863, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1971, "surplus": 1670, "physical_critical_strike_base": 2885, "physical_critical_power_base": 1518}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "姑引戒 (破防 会心) 15600": {"id": 39862, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1971, "physical_critical_strike_base": 3112, "physical_overcome_base": 3112}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "勤俭戒 (无双) 15600": {"id": 39861, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2311, "strain_base": 5390}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "救困戒 (会心 无双) 15600": {"id": 39849, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 545, "physical_attack_power_base": 884, "physical_critical_strike_base": 2733, "strain_base": 2429}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落戒 (会心 无双) 15600": {"id": 39848, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_critical_strike_base": 2733, "strain_base": 2429}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "照耀指环 (破防 破招) 15600": {"id": 39831, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "surplus": 2429}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪指环 (破防 破招) 15600": {"id": 39830, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 545, "physical_attack_power_base": 884, "physical_overcome_base": 2733, "surplus": 2429}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "叠武戒 (破防 破招) 13950": {"id": 39795, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "绘山戒 (破防 破招) 13950": {"id": 39794, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·霄月戒 (破防 无双) 13950": {"id": 38857, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟戒 (破防 无双) 13950": {"id": 38856, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "时岑戒 (破防 破招) 13950": {"id": 38805, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1702, "surplus": 2851, "physical_overcome_base": 2580}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "游练戒 (会心 无双) 13950": {"id": 38804, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1459, "physical_critical_strike_base": 1765, "strain_base": 4344}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "问年戒 (破防 无双) 13950": {"id": 38801, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "physical_overcome_base": 2715, "strain_base": 2851}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "光霆戒 (会心 会效 破招) 13950": {"id": 38799, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "surplus": 1493, "physical_critical_strike_base": 2580, "physical_critical_power_base": 1358}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "兰珑戒 (破防 会心) 13950": {"id": 38798, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "physical_critical_strike_base": 2783, "physical_overcome_base": 2783}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "时越戒 (无双) 13950": {"id": 38797, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2066, "strain_base": 4820}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "踏雁戒 (会心 无双) 13950": {"id": 38785, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦戒 (会心 无双) 13950": {"id": 38784, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风掣指环 (破防 破招) 13950": {"id": 38767, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行指环 (破防 破招) 13950": {"id": 38766, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "暮雨玉 (会心 无双) 13400": {"id": 39801, "school": "通用", "kind": "身法", "level": 13400, "max_strength": 6, "base": {}, "magic": {"agility_base": 468, "physical_attack_power_base": 759, "physical_critical_strike_base": 2347, "strain_base": 2087}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "暮雨石 (会心 无双) 13400": {"id": 39800, "school": "通用", "kind": "力道", "level": 13400, "max_strength": 6, "base": {}, "magic": {"strength_base": 468, "physical_attack_power_base": 759, "physical_critical_strike_base": 2347, "strain_base": 2087}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖月戒 (会心 破招) 12450": {"id": 37824, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静戒 (会心 破招) 12450": {"id": 37823, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·天配戒 (破防 无双) 12450": {"id": 37782, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·梦花戒 (破防 无双) 12450": {"id": 37781, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "催时戒 (破防 无双) 12450": {"id": 37730, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1519, "physical_overcome_base": 2302, "strain_base": 2545}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "破朝戒 (会心 无双) 12450": {"id": 37728, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1302, "physical_critical_strike_base": 1575, "strain_base": 3877}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "赫风戒 (破防 破招) 12450": {"id": 37727, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1519, "surplus": 2545, "physical_overcome_base": 2302}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "问岐戒 (无双) 12450": {"id": 37726, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1844, "strain_base": 4059}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "染辞戒 (会心 无双) 12450": {"id": 37714, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃戒 (会心 无双) 12450": {"id": 37713, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "商野指环 (破防 破招) 12450": {"id": 37696, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿指环 (破防 破招) 12450": {"id": 37695, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临仙戒 (会心 无双) 12400": {"id": 34202, "school": "通用", "kind": "身法", "level": 12400, "max_strength": 6, "base": {}, "magic": {"agility_base": 433, "physical_attack_power_base": 702, "physical_critical_strike_base": 2172, "strain_base": 1931}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临尚戒 (会心 无双) 12400": {"id": 34201, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 433, "physical_attack_power_base": 702, "physical_critical_strike_base": 2172, "strain_base": 1931}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "梧风御厨戒指·刀功 (会心 无双) 12300": {"id": 39791, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "傲寒御厨戒指·刀功 (会心 无双) 12300": {"id": 39784, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "久念戒 (破防 破招) 12300": {"id": 34274, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江戒 (破防 破招) 12300": {"id": 34273, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风岱戒 (会心 破招) 12300": {"id": 34256, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌戒 (会心 破招) 12300": {"id": 34255, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "北邱戒 (加速 破招) 12300": {"id": 34238, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦戒 (加速 破招) 12300": {"id": 34237, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "渊忱戒 (破招 无双) 12300": {"id": 34220, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "surplus": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双戒 (破招 无双) 12300": {"id": 34219, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "surplus": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆宁戒 (会心 破招) 12300": {"id": 34130, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬戒 (会心 破招) 12300": {"id": 34129, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "盈绝戒 (加速 无双) 12300": {"id": 34112, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰戒 (加速 无双) 12300": {"id": 34111, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "haste_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "潋阳戒 (破防 破招) 12300": {"id": 34094, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关戒 (破防 破招) 12300": {"id": 34093, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_overcome_base": 2155, "surplus": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/shoes
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"水泽靴 (破防 破招) 15800": {"id": 98492, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 772, "physical_attack_power_base": 1253, "physical_overcome_base": 3875, "surplus": 3444}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "泉潺靴_测试用 (会心 破招) 15600": {"id": 98594, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "surplus": 3401}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落靴 (会心 无双) 15600": {"id": 98420, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "strain_base": 3401}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪靴 (加速 破招) 15600": {"id": 98384, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "haste_base": 3826, "surplus": 3401}, "embed": {"physical_attack_power_base": 72, "strength_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "灵源·折霜靴_测试用 (破防 无双) 15400": {"id": 98302, "school": "霸刀", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"strength_base": 753, "physical_attack_power_base": 1221, "physical_overcome_base": 3777, "strain_base": 3357}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "192048", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "外功无封鞋 (会心 破招 无双) 15200": {"id": 98579, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2689, "surplus": 2278, "physical_critical_strike_base": 3935, "strain_base": 2278}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 无双) 15200": {"id": 98578, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2689, "physical_overcome_base": 4142, "strain_base": 4349}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (无双) 15200": {"id": 98577, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3152, "strain_base": 7352}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 破招 无双) 14350": {"id": 98555, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2538, "surplus": 2737, "physical_overcome_base": 3324, "strain_base": 1955}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 会心) 14350": {"id": 98554, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2538, "physical_critical_strike_base": 4008, "physical_overcome_base": 4008}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (会心) 14350": {"id": 98553, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2976, "physical_critical_strike_base": 6941}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "风烈靴 (破防 破招) 14150": {"id": 96378, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 692, "physical_attack_power_base": 1122, "physical_overcome_base": 3470, "surplus": 3085}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·海光靴 (会心 无双) 13950": {"id": 98690, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨靴 (破防 无双) 13950": {"id": 98198, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "strain_base": 3041}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺靴 (会心 破招) 13950": {"id": 96488, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦靴 (会心 无双) 13950": {"id": 96306, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行靴 (加速 破招) 13950": {"id": 96270, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "haste_base": 3421, "surplus": 3041}, "embed": {"physical_attack_power_base": 72, "strength_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·碎浪靴 (会心 无双) 13750": {"id": 98174, "school": "通用", "kind": "力道", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "physical_critical_strike_base": 3372, "strain_base": 2998}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "192022", "set_attr": {}, "set_gain": {"4": [1194]}}, "灵源·折霜靴 (破防 无双) 13750": {"id": 96188, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "physical_overcome_base": 3372, "strain_base": 2998}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "191841", "set_attr": {}, "set_gain": {"2": [1925], "4": [4290, 4291]}}, "外功无封鞋 (会心 会效 无双) 13550": {"id": 96473, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2397, "physical_critical_strike_base": 3508, "physical_critical_power_base": 1846, "strain_base": 2031}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破招 无双) 13550": {"id": 96472, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2397, "surplus": 3785, "strain_base": 3785}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防) 13550": {"id": 96471, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2810, "physical_overcome_base": 6554}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (会心 破招 无双) 12800": {"id": 96447, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2264, "surplus": 1918, "physical_critical_strike_base": 3314, "strain_base": 1918}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 无双) 12800": {"id": 96446, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2264, "physical_overcome_base": 3488, "strain_base": 3662}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (无双) 12800": {"id": 96445, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2655, "strain_base": 6191}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "雪舞靴 (破防 破招) 12600": {"id": 94475, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 616, "physical_attack_power_base": 999, "physical_overcome_base": 3090, "surplus": 2747}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·砾漠靴 (会心 无双) 12450": {"id": 96584, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "strain_base": 2714}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静靴 (会心 破招) 12450": {"id": 94577, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃靴 (会心 无双) 12450": {"id": 94415, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "strain_base": 2714}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿靴 (加速 破招) 12450": {"id": 94379, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "haste_base": 3053, "surplus": 2714}, "embed": {"physical_attack_power_base": 72, "strength_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "临晨鞋 (会心 破招) 12400": {"id": 90521, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 606, "physical_attack_power_base": 983, "physical_critical_strike_base": 3041, "surplus": 2703}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·惊风靴 (会心 无双) 12300": {"id": 96090, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "191815", "set_attr": {}, "set_gain": {"4": [1194]}}, "濯心·冲霄靴 (破防 无双) 12300": {"id": 94300, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "190671", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "拭江靴 (加速 无双) 12300": {"id": 90653, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌靴 (破防 破招) 12300": {"id": 90617, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦靴 (加速 破招) 12300": {"id": 90581, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_attack_power_base": 72, "strength_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双靴 (会心 无双) 12300": {"id": 90545, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬履 (会心 破招) 12300": {"id": 90413, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "surplus": 2681}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰靴 (破防 破招) 12300": {"id": 90377, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "重关履 (加速 无双) 12300": {"id": 90341, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 破招 无双) 12100": {"id": 94562, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2140, "surplus": 2308, "physical_overcome_base": 2803, "strain_base": 1649}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 会心) 12100": {"id": 94561, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2140, "physical_critical_strike_base": 3380, "physical_overcome_base": 3380}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (会心) 12100": {"id": 94560, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2509, "physical_critical_strike_base": 5853}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"水泉靴 (破防 破招) 15800": {"id": 98493, "school": "通用", "kind": "身法", "level": 15800, "max_strength": 6, "base": {}, "magic": {"agility_base": 772, "physical_attack_power_base": 1253, "physical_overcome_base": 3875, "surplus": 3444}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "192189", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "水泽靴 (破防 破招) 15800": {"id": 98492, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 772, "physical_attack_power_base": 1253, "physical_overcome_base": 3875, "surplus": 3444}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "月落靴 (会心 破招) 15600": {"id": 98595, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "surplus": 3401}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "月稠靴 (会心 破招) 15600": {"id": 98594, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "surplus": 3401}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "救困靴 (会心 无双) 15600": {"id": 98421, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "strain_base": 3401}, "embed": {"agility_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落靴 (会心 无双) 15600": {"id": 98420, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "strain_base": 3401}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "照耀靴 (加速 破招) 15600": {"id": 98385, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 763, "physical_attack_power_base": 1237, "haste_base": 3826, "surplus": 3401}, "embed": {"physical_attack_power_base": 72, "agility_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪靴 (加速 破招) 15600": {"id": 98384, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "haste_base": 3826, "surplus": 3401}, "embed": {"physical_attack_power_base": 72, "strength_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "鸿辉·眠狸靴 (破防 无双) 15400": {"id": 98309, "school": "万灵", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"agility_base": 753, "physical_attack_power_base": 1221, "physical_overcome_base": 3777, "strain_base": 3357}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "192055", "set_attr": {}, "set_gain": {"2": [5438, 17250], "4": [2568]}}, "鸿辉·峰霁靴 (破防 无双) 15400": {"id": 98302, "school": "霸刀", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"strength_base": 753, "physical_attack_power_base": 1221, "physical_overcome_base": 3777, "strain_base": 3357}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "192048", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "外功无封鞋 (会心 破招 无双) 15200": {"id": 98579, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2689, "surplus": 2278, "physical_critical_strike_base": 3935, "strain_base": 2278}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 无双) 15200": {"id": 98578, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2689, "physical_overcome_base": 4142, "strain_base": 4349}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (无双) 15200": {"id": 98577, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3152, "strain_base": 7352}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 破招 无双) 14350": {"id": 98555, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2538, "surplus": 2737, "physical_overcome_base": 3324, "strain_base": 1955}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 会心) 14350": {"id": 98554, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2538, "physical_critical_strike_base": 4008, "physical_overcome_base": 4008}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (会心) 14350": {"id": 98553, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2976, "physical_critical_strike_base": 6941}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "风停靴 (破防 破招) 14150": {"id": 96379, "school": "通用", "kind": "身法", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 692, "physical_attack_power_base": 1122, "physical_overcome_base": 3470, "surplus": 3085}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "191982", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "风烈靴 (破防 破招) 14150": {"id": 96378, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 692, "physical_attack_power_base": 1122, "physical_overcome_base": 3470, "surplus": 3085}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·天宇靴 (会心 无双) 13950": {"id": 98691, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"agility_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·海光靴 (会心 无双) 13950": {"id": 98690, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "危光靴 (破防 无双) 13950": {"id": 98199, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "strain_base": 3041}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨靴 (破防 无双) 13950": {"id": 98198, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "strain_base": 3041}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "泉幽靴 (会心 破招) 13950": {"id": 96489, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺靴 (会心 破招) 13950": {"id": 96488, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "踏雁靴 (会心 无双) 13950": {"id": 96307, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"agility_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦靴 (会心 无双) 13950": {"id": 96306, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "风掣靴 (加速 破招) 13950": {"id": 96271, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "haste_base": 3421, "surplus": 3041}, "embed": {"physical_attack_power_base": 72, "agility_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行靴 (加速 破招) 13950": {"id": 96270, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "haste_base": 3421, "surplus": 3041}, "embed": {"physical_attack_power_base": 72, "strength_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·飞旋靴 (会心 无双) 13750": {"id": 98175, "school": "通用", "kind": "身法", "level": 13750, "max_strength": 6, "base": {}, "magic": {"agility_base": 672, "physical_attack_power_base": 1090, "physical_critical_strike_base": 3372, "strain_base": 2998}, "embed": {"agility_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "192023", "set_attr": {}, "set_gain": {"4": [1194]}}, "寻踪觅宝·碎浪靴 (会心 无双) 13750": {"id": 98174, "school": "通用", "kind": "力道", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "physical_critical_strike_base": 3372, "strain_base": 2998}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "192022", "set_attr": {}, "set_gain": {"4": [1194]}}, "灵源·寂林靴 (破防 无双) 13750": {"id": 96195, "school": "万灵", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"agility_base": 672, "physical_attack_power_base": 1090, "physical_overcome_base": 3372, "strain_base": 2998}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "191848", "set_attr": {}, "set_gain": {"2": [2568], "4": [5438, 17250]}}, "灵源·折霜靴 (破防 无双) 13750": {"id": 96188, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "physical_overcome_base": 3372, "strain_base": 2998}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "191841", "set_attr": {}, "set_gain": {"2": [1925], "4": [4290, 4291]}}, "外功无封鞋 (会心 会效 无双) 13550": {"id": 96473, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2397, "physical_critical_strike_base": 3508, "physical_critical_power_base": 1846, "strain_base": 2031}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破招 无双) 13550": {"id": 96472, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2397, "surplus": 3785, "strain_base": 3785}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防) 13550": {"id": 96471, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2810, "physical_overcome_base": 6554}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (会心 破招 无双) 12800": {"id": 96447, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2264, "surplus": 1918, "physical_critical_strike_base": 3314, "strain_base": 1918}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 无双) 12800": {"id": 96446, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2264, "physical_overcome_base": 3488, "strain_base": 3662}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (无双) 12800": {"id": 96445, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2655, "strain_base": 6191}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "雪漫靴 (破防 破招) 12600": {"id": 94476, "school": "通用", "kind": "身法", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 616, "physical_attack_power_base": 999, "physical_overcome_base": 3090, "surplus": 2747}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "190856", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "雪舞靴 (破防 破招) 12600": {"id": 94475, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 616, "physical_attack_power_base": 999, "physical_overcome_base": 3090, "surplus": 2747}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·角寒靴 (会心 无双) 12450": {"id": 96585, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "strain_base": 2714}, "embed": {"agility_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·砾漠靴 (会心 无双) 12450": {"id": 96584, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "strain_base": 2714}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "湖月靴 (会心 破招) 12450": {"id": 94578, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静靴 (会心 破招) 12450": {"id": 94577, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "染辞靴 (会心 无双) 12450": {"id": 94416, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "strain_base": 2714}, "embed": {"agility_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃靴 (会心 无双) 12450": {"id": 94415, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "strain_base": 2714}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "商野靴 (加速 破招) 12450": {"id": 94380, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "haste_base": 3053, "surplus": 2714}, "embed": {"physical_attack_power_base": 72, "agility_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿靴 (加速 破招) 12450": {"id": 94379, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "haste_base": 3053, "surplus": 2714}, "embed": {"physical_attack_power_base": 72, "strength_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "临旭鞋 (会心 破招) 12400": {"id": 90522, "school": "通用", "kind": "身法", "level": 12400, "max_strength": 6, "base": {}, "magic": {"agility_base": 606, "physical_attack_power_base": 983, "physical_critical_strike_base": 3041, "surplus": 2703}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "临晨鞋 (会心 破招) 12400": {"id": 90521, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 606, "physical_attack_power_base": 983, "physical_critical_strike_base": 3041, "surplus": 2703}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "濯心·猎风靴 (破防 无双) 12300": {"id": 97848, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "191806", "set_attr": {}, "set_gain": {"2": [5438, 17250], "4": [2568]}}, "寻踪觅宝·屠云靴 (会心 无双) 12300": {"id": 96091, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"agility_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "191816", "set_attr": {}, "set_gain": {"4": [1194]}}, "寻踪觅宝·惊风靴 (会心 无双) 12300": {"id": 96090, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "191815", "set_attr": {}, "set_gain": {"4": [1194]}}, "濯心·冲霄靴 (破防 无双) 12300": {"id": 94300, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 33247, "set_id": "190671", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "久念靴 (加速 无双) 12300": {"id": 90654, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江靴 (加速 无双) 12300": {"id": 90653, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "风岱靴 (破防 破招) 12300": {"id": 90618, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌靴 (破防 破招) 12300": {"id": 90617, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "北邱靴 (加速 破招) 12300": {"id": 90582, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_attack_power_base": 72, "agility_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦靴 (加速 破招) 12300": {"id": 90581, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_attack_power_base": 72, "strength_base": 36}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "渊忱靴 (会心 无双) 12300": {"id": 90546, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"agility_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双靴 (会心 无双) 12300": {"id": 90545, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"strength_base": 36, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆宁履 (会心 破招) 12300": {"id": 90414, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "surplus": 2681}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬履 (会心 破招) 12300": {"id": 90413, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "surplus": 2681}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "盈绝靴 (破防 破招) 12300": {"id": 90378, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰靴 (破防 破招) 12300": {"id": 90377, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "潋阳履 (加速 无双) 12300": {"id": 90342, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "重关履 (加速 无双) 12300": {"id": 90341, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 破招 无双) 12100": {"id": 94562, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2140, "surplus": 2308, "physical_overcome_base": 2803, "strain_base": 1649}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (破防 会心) 12100": {"id": 94561, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2140, "physical_critical_strike_base": 3380, "physical_overcome_base": 3380}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封鞋 (会心) 12100": {"id": 94560, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2509, "physical_critical_strike_base": 5853}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 33247, "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/tertiary_weapon
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"泉潺囊_测试用 (会心 破招) 15600": {"id": 37306, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 654, "physical_attack_power_base": 1060, "physical_critical_strike_base": 3279, "surplus": 2915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "同后囊 (破防 破招) 15600": {"id": 37255, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 654, "physical_attack_power_base": 1060, "physical_overcome_base": 3279, "surplus": 2915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落囊 (会心 无双) 15600": {"id": 37187, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 654, "physical_attack_power_base": 1060, "physical_critical_strike_base": 3279, "strain_base": 2915}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪囊 (加速 破招) 15600": {"id": 37181, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 654, "physical_attack_power_base": 1060, "haste_base": 3279, "surplus": 2915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 会效 破招) 15200": {"id": 37303, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2305, "surplus": 1953, "physical_critical_strike_base": 3373, "physical_critical_power_base": 1775}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 会效) 15200": {"id": 37302, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2305, "physical_critical_strike_base": 4438, "physical_critical_power_base": 2663}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防) 15200": {"id": 37301, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2702, "physical_overcome_base": 6302}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防 会心 会效) 14350": {"id": 37297, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2176, "physical_overcome_base": 2430, "physical_critical_strike_base": 2598, "physical_critical_power_base": 1676}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 破招) 14350": {"id": 37296, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2176, "surplus": 3519, "physical_critical_strike_base": 3352}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (无双) 14350": {"id": 37295, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2551, "strain_base": 5949}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·海光囊 (会心 无双) 13950": {"id": 37407, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨囊 (会心 破招) 13950": {"id": 37144, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺囊 (会心 破招) 13950": {"id": 35837, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "越既囊 (破防 破招) 13950": {"id": 35784, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_overcome_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦囊 (会心 无双) 13950": {"id": 35716, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行囊 (加速 破招) 13950": {"id": 35710, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "haste_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防 会心 破招) 13550": {"id": 35834, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2267, "surplus": 1899, "physical_overcome_base": 2057, "physical_critical_strike_base": 2057}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防 破招) 13550": {"id": 35833, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2054, "surplus": 3165, "physical_overcome_base": 3323}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心) 13550": {"id": 35832, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2409, "physical_critical_strike_base": 5618}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风漫·聆 (破防 无双) 13400": {"id": 37107, "school": "通用", "kind": "力道", "level": 13400, "max_strength": 6, "base": {}, "magic": {"strength_base": 561, "physical_attack_power_base": 911, "physical_overcome_base": 2817, "strain_base": 2504}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 会效 破招) 12800": {"id": 35826, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1941, "surplus": 1644, "physical_critical_strike_base": 2840, "physical_critical_power_base": 1495}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 会效) 12800": {"id": 35825, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1941, "physical_critical_strike_base": 3737, "physical_critical_power_base": 2242}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防) 12800": {"id": 35824, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2275, "physical_overcome_base": 5307}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "静山囊 (破防 无双) 12600": {"id": 36535, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 528, "physical_attack_power_base": 856, "physical_overcome_base": 2649, "strain_base": 2354}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·砾漠囊 (会心 无双) 12450": {"id": 35938, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静囊 (会心 破招) 12450": {"id": 34818, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "微花囊 (破防 破招) 12450": {"id": 34768, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_overcome_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃囊 (会心 无双) 12450": {"id": 34702, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿囊 (加速 破招) 12450": {"id": 34696, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "haste_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临掣囊 (会心 无双) 12400": {"id": 32546, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 520, "physical_attack_power_base": 843, "physical_critical_strike_base": 2607, "strain_base": 2317}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "宸风 (会心 无双) 12300": {"id": 32696, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_critical_strike_base": 2586, "strain_base": 2298}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江囊 (破防 无双) 12300": {"id": 32660, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "strain_base": 2298}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌囊 (加速 无双) 12300": {"id": 32624, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "haste_base": 2586, "strain_base": 2298}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦囊 (破防 破招) 12300": {"id": 32588, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "surplus": 2298}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双囊 (破招 无双) 12300": {"id": 32552, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "surplus": 2586, "strain_base": 2298}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬囊 (会心 破招) 12300": {"id": 32492, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_critical_strike_base": 2586, "surplus": 2298}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰囊 (破防 无双) 12300": {"id": 32456, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "strain_base": 2298}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关囊 (破防 破招) 12300": {"id": 32420, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "surplus": 2298}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防 会心 会效) 12100": {"id": 34815, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1835, "physical_overcome_base": 2049, "physical_critical_strike_base": 2190, "physical_critical_power_base": 1413}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 破招) 12100": {"id": 34814, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1835, "surplus": 2968, "physical_critical_strike_base": 2826}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (无双) 12100": {"id": 34813, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2151, "strain_base": 5017}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "龙目·螭吻 (破防 无双) 12000": {"id": 35636, "school": "通用", "kind": "力道", "level": 12000, "max_strength": 6, "base": {}, "magic": {"strength_base": 503, "physical_attack_power_base": 816, "physical_overcome_base": 2523, "strain_base": 2242}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"月落囊 (会心 破招) 15600": {"id": 37307, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 654, "physical_attack_power_base": 1060, "physical_critical_strike_base": 3279, "surplus": 2915}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "月稠囊 (会心 破招) 15600": {"id": 37306, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 654, "physical_attack_power_base": 1060, "physical_critical_strike_base": 3279, "surplus": 2915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "救困囊 (会心 无双) 15600": {"id": 37188, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 654, "physical_attack_power_base": 1060, "physical_critical_strike_base": 3279, "strain_base": 2915}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落囊 (会心 无双) 15600": {"id": 37187, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 654, "physical_attack_power_base": 1060, "physical_critical_strike_base": 3279, "strain_base": 2915}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "照耀囊 (加速 破招) 15600": {"id": 37182, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 654, "physical_attack_power_base": 1060, "haste_base": 3279, "surplus": 2915}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪囊 (加速 破招) 15600": {"id": 37181, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 654, "physical_attack_power_base": 1060, "haste_base": 3279, "surplus": 2915}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 会效 破招) 15200": {"id": 37303, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2305, "surplus": 1953, "physical_critical_strike_base": 3373, "physical_critical_power_base": 1775}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 会效) 15200": {"id": 37302, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2305, "physical_critical_strike_base": 4438, "physical_critical_power_base": 2663}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防) 15200": {"id": 37301, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2702, "physical_overcome_base": 6302}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防 会心 会效) 14350": {"id": 37297, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2176, "physical_overcome_base": 2430, "physical_critical_strike_base": 2598, "physical_critical_power_base": 1676}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 破招) 14350": {"id": 37296, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2176, "surplus": 3519, "physical_critical_strike_base": 3352}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (无双) 14350": {"id": 37295, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2551, "strain_base": 5949}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·天宇囊 (会心 无双) 13950": {"id": 37408, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·海光囊 (会心 无双) 13950": {"id": 37407, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危光囊 (会心 破招) 13950": {"id": 37145, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "surplus": 2607}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "危雨囊 (会心 破招) 13950": {"id": 37144, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉幽囊 (会心 破招) 13950": {"id": 35838, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "surplus": 2607}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺囊 (会心 破招) 13950": {"id": 35837, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "卓盈囊 (破防 破招) 13950": {"id": 35785, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 584, "physical_attack_power_base": 948, "physical_overcome_base": 2933, "surplus": 2607}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "越既囊 (破防 破招) 13950": {"id": 35784, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_overcome_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "踏雁囊 (会心 无双) 13950": {"id": 35717, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦囊 (会心 无双) 13950": {"id": 35716, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风掣囊 (加速 破招) 13950": {"id": 35711, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 584, "physical_attack_power_base": 948, "haste_base": 2933, "surplus": 2607}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行囊 (加速 破招) 13950": {"id": 35710, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "haste_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防 会心 破招) 13550": {"id": 35834, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2267, "surplus": 1899, "physical_overcome_base": 2057, "physical_critical_strike_base": 2057}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防 破招) 13550": {"id": 35833, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2054, "surplus": 3165, "physical_overcome_base": 3323}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心) 13550": {"id": 35832, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2409, "physical_critical_strike_base": 5618}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风漫·望 (破防 无双) 13400": {"id": 37108, "school": "通用", "kind": "身法", "level": 13400, "max_strength": 6, "base": {}, "magic": {"agility_base": 561, "physical_attack_power_base": 911, "physical_overcome_base": 2817, "strain_base": 2504}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风漫·聆 (破防 无双) 13400": {"id": 37107, "school": "通用", "kind": "力道", "level": 13400, "max_strength": 6, "base": {}, "magic": {"strength_base": 561, "physical_attack_power_base": 911, "physical_overcome_base": 2817, "strain_base": 2504}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 会效 破招) 12800": {"id": 35826, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1941, "surplus": 1644, "physical_critical_strike_base": 2840, "physical_critical_power_base": 1495}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 会效) 12800": {"id": 35825, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1941, "physical_critical_strike_base": 3737, "physical_critical_power_base": 2242}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防) 12800": {"id": 35824, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2275, "physical_overcome_base": 5307}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "翠林囊 (破防 无双) 12600": {"id": 36536, "school": "通用", "kind": "身法", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 528, "physical_attack_power_base": 856, "physical_overcome_base": 2649, "strain_base": 2354}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "静山囊 (破防 无双) 12600": {"id": 36535, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 528, "physical_attack_power_base": 856, "physical_overcome_base": 2649, "strain_base": 2354}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·角寒囊 (会心 无双) 12450": {"id": 35939, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·砾漠囊 (会心 无双) 12450": {"id": 35938, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖月囊 (会心 破招) 12450": {"id": 34819, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "surplus": 2326}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静囊 (会心 破招) 12450": {"id": 34818, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "度槐囊 (破防 破招) 12450": {"id": 34769, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 522, "physical_attack_power_base": 846, "physical_overcome_base": 2617, "surplus": 2326}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "微花囊 (破防 破招) 12450": {"id": 34768, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_overcome_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "染辞囊 (会心 无双) 12450": {"id": 34703, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃囊 (会心 无双) 12450": {"id": 34702, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "商野囊 (加速 破招) 12450": {"id": 34697, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 522, "physical_attack_power_base": 846, "haste_base": 2617, "surplus": 2326}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿囊 (加速 破招) 12450": {"id": 34696, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "haste_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临晚囊 (会心 无双) 12400": {"id": 32547, "school": "通用", "kind": "身法", "level": 12400, "max_strength": 6, "base": {}, "magic": {"agility_base": 520, "physical_attack_power_base": 843, "physical_critical_strike_base": 2607, "strain_base": 2317}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "临掣囊 (会心 无双) 12400": {"id": 32546, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 520, "physical_attack_power_base": 843, "physical_critical_strike_base": 2607, "strain_base": 2317}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "牵叶 (会心 无双) 12300": {"id": 32697, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 515, "physical_attack_power_base": 836, "physical_critical_strike_base": 2586, "strain_base": 2298}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "宸风 (会心 无双) 12300": {"id": 32696, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_critical_strike_base": 2586, "strain_base": 2298}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "久念囊 (破防 无双) 12300": {"id": 32661, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "strain_base": 2298}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江囊 (破防 无双) 12300": {"id": 32660, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "strain_base": 2298}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "风岱囊 (加速 无双) 12300": {"id": 32625, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 515, "physical_attack_power_base": 836, "haste_base": 2586, "strain_base": 2298}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌囊 (加速 无双) 12300": {"id": 32624, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "haste_base": 2586, "strain_base": 2298}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "北邱囊 (破防 破招) 12300": {"id": 32589, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "surplus": 2298}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦囊 (破防 破招) 12300": {"id": 32588, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "surplus": 2298}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "渊忱囊 (破招 无双) 12300": {"id": 32553, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 515, "physical_attack_power_base": 836, "surplus": 2586, "strain_base": 2298}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双囊 (破招 无双) 12300": {"id": 32552, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "surplus": 2586, "strain_base": 2298}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆宁囊 (会心 破招) 12300": {"id": 32493, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 515, "physical_attack_power_base": 836, "physical_critical_strike_base": 2586, "surplus": 2298}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬囊 (会心 破招) 12300": {"id": 32492, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_critical_strike_base": 2586, "surplus": 2298}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "盈绝囊 (破防 无双) 12300": {"id": 32457, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "strain_base": 2298}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰囊 (破防 无双) 12300": {"id": 32456, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "strain_base": 2298}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "潋阳囊 (破防 破招) 12300": {"id": 32421, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "surplus": 2298}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "重关囊 (破防 破招) 12300": {"id": 32420, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 515, "physical_attack_power_base": 836, "physical_overcome_base": 2586, "surplus": 2298}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (破防 会心 会效) 12100": {"id": 34815, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1835, "physical_overcome_base": 2049, "physical_critical_strike_base": 2190, "physical_critical_power_base": 1413}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (会心 破招) 12100": {"id": 34814, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1835, "surplus": 2968, "physical_critical_strike_base": 2826}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封囊 (无双) 12100": {"id": 34813, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2151, "strain_base": 5017}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "龙目·嘲风 (破防 无双) 12000": {"id": 35637, "school": "通用", "kind": "身法", "level": 12000, "max_strength": 6, "base": {}, "magic": {"agility_base": 503, "physical_attack_power_base": 816, "physical_overcome_base": 2523, "strain_base": 2242}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "龙目·螭吻 (破防 无双) 12000": {"id": 35636, "school": "通用", "kind": "力道", "level": 12000, "max_strength": 6, "base": {}, "magic": {"strength_base": 503, "physical_attack_power_base": 816, "physical_overcome_base": 2523, "strain_base": 2242}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/wrist
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"水泽袖 (破防 破招) 15800": {"id": 98480, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 772, "physical_attack_power_base": 1253, "physical_overcome_base": 3875, "surplus": 3444}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "泉潺护手_测试用 (会心 破招) 15600": {"id": 98582, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "surplus": 3401}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟护手 (破防 破招) 15600": {"id": 98516, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_overcome_base": 3826, "surplus": 3401}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "夜苔护臂 (破防 破招) 15600": {"id": 98473, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2664, "surplus": 4464, "physical_overcome_base": 4039}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "入影护臂 (无双) 15600": {"id": 98472, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3235, "strain_base": 7121}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "云貌护腕 (破防 会心 破招) 15600": {"id": 98457, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3045, "surplus": 2551, "physical_overcome_base": 2763, "physical_critical_strike_base": 2763}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "天直护腕 (破防 会心 会效) 15600": {"id": 98455, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2759, "physical_overcome_base": 3082, "physical_critical_strike_base": 3295, "physical_critical_power_base": 2126}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "非色护腕 (破防 无双) 15600": {"id": 98454, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2759, "physical_overcome_base": 4251, "strain_base": 4464}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "金土护腕 (会心) 15600": {"id": 98453, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3235, "physical_critical_strike_base": 7546}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落护手 (破防 无双) 15600": {"id": 98408, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_overcome_base": 3826, "strain_base": 3401}, "embed": {"strain_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪护手 (会心 无双) 15600": {"id": 98372, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "strain_base": 3401}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "灵源·折霜护手_测试用 (会心 破招) 15400": {"id": 98242, "school": "霸刀", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"strength_base": 753, "physical_attack_power_base": 1221, "physical_critical_strike_base": 3777, "surplus": 3357}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": "192048", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "外功无封护臂 (破防 会心 ���效) 15200": {"id": 98567, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2689, "physical_overcome_base": 3003, "physical_critical_strike_base": 3210, "physical_critical_power_base": 2071}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防 会心) 15200": {"id": 98566, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2689, "physical_critical_strike_base": 4246, "physical_overcome_base": 4246}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (会心) 15200": {"id": 98565, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3152, "physical_critical_strike_base": 7352}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (会心 会效 无双) 14350": {"id": 98543, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2538, "physical_critical_strike_base": 3715, "physical_critical_power_base": 1955, "strain_base": 2151}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防 破招) 14350": {"id": 98542, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2538, "surplus": 3910, "physical_overcome_base": 4106}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (无双) 14350": {"id": 98541, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2976, "strain_base": 6941}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "风烈袖 (破防 破招) 14150": {"id": 96366, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 692, "physical_attack_power_base": 1122, "physical_overcome_base": 3470, "surplus": 3085}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·海光护手 (会心 破招) 13950": {"id": 98678, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺护手 (会心 破招) 13950": {"id": 96476, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟护手 (破防 破招) 13950": {"id": 96402, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "surplus": 3041}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "流晖护臂 (破防 破招) 13950": {"id": 96359, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2382, "surplus": 3991, "physical_overcome_base": 3611}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "星风护臂 (无双) 13950": {"id": 96358, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2893, "strain_base": 6367}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "灭影护腕 (破防 会心 破招) 13950": {"id": 96343, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2723, "surplus": 2281, "physical_overcome_base": 2471, "physical_critical_strike_base": 2471}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "逸遥护腕 (破防 会心 会效) 13950": {"id": 96341, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2468, "physical_overcome_base": 2756, "physical_critical_strike_base": 2946, "physical_critical_power_base": 1901}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "道尘护腕 (破防 无双) 13950": {"id": 96340, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2468, "physical_overcome_base": 3801, "strain_base": 3991}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "暮峰护腕 (会心) 13950": {"id": 96339, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2893, "physical_critical_strike_base": 6748}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦护手 (破防 无双) 13950": {"id": 96294, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "strain_base": 3041}, "embed": {"strain_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行护手 (会心 无双) 13950": {"id": 96258, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·碎浪袖 (破防 破招) 13750": {"id": 98162, "school": "通用", "kind": "力道", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "physical_overcome_base": 3372, "surplus": 2998}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "192022", "set_attr": {}, "set_gain": {"4": [1194]}}, "灵源·折霜护手 (会心 破招) 13750": {"id": 96128, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "physical_critical_strike_base": 3372, "surplus": 2998}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": "191841", "set_attr": {}, "set_gain": {"2": [1925], "4": [4290, 4291]}}, "外功无封护臂 (会心 会效 破招) 13550": {"id": 96461, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2397, "surplus": 2031, "physical_critical_strike_base": 3508, "physical_critical_power_base": 1846}, "embed": {"physical_overcome_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (会心 会效) 13550": {"id": 96460, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2397, "physical_critical_strike_base": 4616, "physical_critical_power_base": 2769}, "embed": {"physical_overcome_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防) 13550": {"id": 96459, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2810, "physical_overcome_base": 6554}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防 会心 会效) 12800": {"id": 96431, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2264, "physical_overcome_base": 2529, "physical_critical_strike_base": 2703, "physical_critical_power_base": 1744}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防 会心) 12800": {"id": 96430, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2264, "physical_critical_strike_base": 3575, "physical_overcome_base": 3575}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (会心) 12800": {"id": 96429, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2655, "physical_critical_strike_base": 6191}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "雪舞袖 (破防 破招) 12600": {"id": 94463, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 616, "physical_attack_power_base": 999, "physical_overcome_base": 3090, "surplus": 2747}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·砾漠护手 (会心 破招) 12450": {"id": 96572, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静护手 (会心 破招) 12450": {"id": 94565, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·梦花护手 (破防 破招) 12450": {"id": 94499, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "surplus": 2714}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "夙辰护腕 (破招) 12450": {"id": 94452, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2582, "surplus": 5683}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "零雨护腕 (会心 无双) 12450": {"id": 94450, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1823, "physical_critical_strike_base": 2205, "strain_base": 5428}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "制野护腕 (破防 无双) 12450": {"id": 94449, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2126, "physical_overcome_base": 3223, "strain_base": 3562}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "雨膏护腕 (破防 破招) 12450": {"id": 94448, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2126, "surplus": 3562, "physical_overcome_base": 3223}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃护手 (破防 无双) 12450": {"id": 94403, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "strain_base": 2714}, "embed": {"strain_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿护手 (会心 无双) 12450": {"id": 94367, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "strain_base": 2714}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "临英护手 (会心 破招) 12400": {"id": 90509, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 606, "physical_attack_power_base": 983, "physical_critical_strike_base": 3041, "surplus": 2703}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·惊风袖 (破防 破招) 12300": {"id": 96078, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "191815", "set_attr": {}, "set_gain": {"4": [1194]}}, "濯心·冲霄护手 (会心 破招) 12300": {"id": 94242, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "surplus": 2681}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": "190671", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "拭江袖 (破防 无双) 12300": {"id": 90641, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌袖 (会心 无双) 12300": {"id": 90605, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦护手 (破防 破招) 12300": {"id": 90569, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双护手 (加速 无双) 12300": {"id": 90533, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬护手 (破防 无双) 12300": {"id": 90401, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰袖 (破招 无双) 12300": {"id": 90365, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "surplus": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "重关袖 (加速 破招) 12300": {"id": 90329, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (会心 会效 无双) 12100": {"id": 94550, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2140, "physical_critical_strike_base": 3132, "physical_critical_power_base": 1649, "strain_base": 1814}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防 破招) 12100": {"id": 94549, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2140, "surplus": 3297, "physical_overcome_base": 3462}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (无双) 12100": {"id": 94548, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2509, "strain_base": 5853}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"水泉袖 (破防 破招) 15800": {"id": 98481, "school": "通用", "kind": "身法", "level": 15800, "max_strength": 6, "base": {}, "magic": {"agility_base": 772, "physical_attack_power_base": 1253, "physical_overcome_base": 3875, "surplus": 3444}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "192189", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "水泽袖 (破防 破招) 15800": {"id": 98480, "school": "通用", "kind": "力道", "level": 15800, "max_strength": 6, "base": {}, "magic": {"strength_base": 772, "physical_attack_power_base": 1253, "physical_overcome_base": 3875, "surplus": 3444}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "192188", "set_attr": {"2": {"all_critical_strike_base": 1484}, "4": {"strain_base": 1484}}, "set_gain": {}}, "月落护手 (会心 破招) 15600": {"id": 98583, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "surplus": 3401}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "月稠护手 (会心 破招) 15600": {"id": 98582, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "surplus": 3401}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·纵巧护手 (破防 破招) 15600": {"id": 98517, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 763, "physical_attack_power_base": 1237, "physical_overcome_base": 3826, "surplus": 3401}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟护手 (破防 破招) 15600": {"id": 98516, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_overcome_base": 3826, "surplus": 3401}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "夜苔护臂 (破防 破招) 15600": {"id": 98473, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2664, "surplus": 4464, "physical_overcome_base": 4039}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "入影护臂 (无双) 15600": {"id": 98472, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3235, "strain_base": 7121}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "云貌护腕 (破防 会心 破招) 15600": {"id": 98457, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3045, "surplus": 2551, "physical_overcome_base": 2763, "physical_critical_strike_base": 2763}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "天直护腕 (破防 会心 会效) 15600": {"id": 98455, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2759, "physical_overcome_base": 3082, "physical_critical_strike_base": 3295, "physical_critical_power_base": 2126}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "非色护腕 (破防 无双) 15600": {"id": 98454, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2759, "physical_overcome_base": 4251, "strain_base": 4464}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "金土护腕 (会心) 15600": {"id": 98453, "school": "精简", "kind": "外功", "level": 15600, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3235, "physical_critical_strike_base": 7546}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "救困护手 (破防 无双) 15600": {"id": 98409, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 763, "physical_attack_power_base": 1237, "physical_overcome_base": 3826, "strain_base": 3401}, "embed": {"strain_base": 161, "agility_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "磊落护手 (破防 无双) 15600": {"id": 98408, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_overcome_base": 3826, "strain_base": 3401}, "embed": {"strain_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "照耀护手 (会心 无双) 15600": {"id": 98373, "school": "通用", "kind": "身法", "level": 15600, "max_strength": 6, "base": {}, "magic": {"agility_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "strain_base": 3401}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "如雪护手 (会心 无双) 15600": {"id": 98372, "school": "通用", "kind": "力道", "level": 15600, "max_strength": 6, "base": {}, "magic": {"strength_base": 763, "physical_attack_power_base": 1237, "physical_critical_strike_base": 3826, "strain_base": 3401}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "鸿辉·眠狸护手 (会心 破招) 15400": {"id": 98249, "school": "万灵", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"agility_base": 753, "physical_attack_power_base": 1221, "physical_critical_strike_base": 3777, "surplus": 3357}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": "192055", "set_attr": {}, "set_gain": {"2": [5438, 17250], "4": [2568]}}, "鸿辉·峰霁护手 (会心 破招) 15400": {"id": 98242, "school": "霸刀", "kind": "外功", "level": 15400, "max_strength": 6, "base": {}, "magic": {"strength_base": 753, "physical_attack_power_base": 1221, "physical_critical_strike_base": 3777, "surplus": 3357}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": "192048", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "外功无封护臂 (破防 会心 会效) 15200": {"id": 98567, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2689, "physical_overcome_base": 3003, "physical_critical_strike_base": 3210, "physical_critical_power_base": 2071}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防 会心) 15200": {"id": 98566, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2689, "physical_critical_strike_base": 4246, "physical_overcome_base": 4246}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (会心) 15200": {"id": 98565, "school": "精简", "kind": "外功", "level": 15200, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3152, "physical_critical_strike_base": 7352}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (会心 会效 无双) 14350": {"id": 98543, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2538, "physical_critical_strike_base": 3715, "physical_critical_power_base": 1955, "strain_base": 2151}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防 破招) 14350": {"id": 98542, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2538, "surplus": 3910, "physical_overcome_base": 4106}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (无双) 14350": {"id": 98541, "school": "精简", "kind": "外功", "level": 14350, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2976, "strain_base": 6941}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "风停袖 (破防 破招) 14150": {"id": 96367, "school": "通用", "kind": "身法", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 692, "physical_attack_power_base": 1122, "physical_overcome_base": 3470, "surplus": 3085}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "191982", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "风烈袖 (破防 破招) 14150": {"id": 96366, "school": "通用", "kind": "力道", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 692, "physical_attack_power_base": 1122, "physical_overcome_base": 3470, "surplus": 3085}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "东方日出·天宇护手 (会心 破招) 13950": {"id": 98679, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "东方日出·海光护手 (会心 破招) 13950": {"id": 98678, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "泉幽护手 (会心 破招) 13950": {"id": 96477, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "泉潺护手 (会心 破招) 13950": {"id": 96476, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "surplus": 3041}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·霄月护手 (破防 破招) 13950": {"id": 96403, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "surplus": 3041}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·听钟护手 (破防 破招) 13950": {"id": 96402, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "surplus": 3041}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "流晖护臂 (破防 破招) 13950": {"id": 96359, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2382, "surplus": 3991, "physical_overcome_base": 3611}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "星风护臂 (无双) 13950": {"id": 96358, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2893, "strain_base": 6367}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "灭影护腕 (破防 会心 破招) 13950": {"id": 96343, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2723, "surplus": 2281, "physical_overcome_base": 2471, "physical_critical_strike_base": 2471}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "逸遥护腕 (破防 会心 会效) 13950": {"id": 96341, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2468, "physical_overcome_base": 2756, "physical_critical_strike_base": 2946, "physical_critical_power_base": 1901}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "道尘护腕 (破防 无双) 13950": {"id": 96340, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2468, "physical_overcome_base": 3801, "strain_base": 3991}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "暮峰护腕 (会心) 13950": {"id": 96339, "school": "精简", "kind": "外功", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2893, "physical_critical_strike_base": 6748}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "踏雁护手 (破防 无双) 13950": {"id": 96295, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "strain_base": 3041}, "embed": {"strain_base": 161, "agility_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "素鸦护手 (破防 无双) 13950": {"id": 96294, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_overcome_base": 3421, "strain_base": 3041}, "embed": {"strain_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "风掣护手 (会心 无双) 13950": {"id": 96259, "school": "通用", "kind": "身法", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "凛行护手 (会心 无双) 13950": {"id": 96258, "school": "通用", "kind": "力道", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 682, "physical_attack_power_base": 1106, "physical_critical_strike_base": 3421, "strain_base": 3041}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "寻踪觅宝·飞旋袖 (破防 破招) 13750": {"id": 98163, "school": "通用", "kind": "身法", "level": 13750, "max_strength": 6, "base": {}, "magic": {"agility_base": 672, "physical_attack_power_base": 1090, "physical_overcome_base": 3372, "surplus": 2998}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "192023", "set_attr": {}, "set_gain": {"4": [1194]}}, "寻踪觅宝·碎浪袖 (破防 破招) 13750": {"id": 98162, "school": "通用", "kind": "力道", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "physical_overcome_base": 3372, "surplus": 2998}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "192022", "set_attr": {}, "set_gain": {"4": [1194]}}, "灵源·寂林护手 (会心 破招) 13750": {"id": 96135, "school": "万灵", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"agility_base": 672, "physical_attack_power_base": 1090, "physical_critical_strike_base": 3372, "surplus": 2998}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": "191848", "set_attr": {}, "set_gain": {"2": [2568], "4": [5438, 17250]}}, "灵源·折霜护手 (会心 破招) 13750": {"id": 96128, "school": "霸刀", "kind": "外功", "level": 13750, "max_strength": 6, "base": {}, "magic": {"strength_base": 672, "physical_attack_power_base": 1090, "physical_critical_strike_base": 3372, "surplus": 2998}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": "191841", "set_attr": {}, "set_gain": {"2": [1925], "4": [4290, 4291]}}, "外功无封护臂 (会心 会效 破招) 13550": {"id": 96461, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2397, "surplus": 2031, "physical_critical_strike_base": 3508, "physical_critical_power_base": 1846}, "embed": {"physical_overcome_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (会心 会效) 13550": {"id": 96460, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2397, "physical_critical_strike_base": 4616, "physical_critical_power_base": 2769}, "embed": {"physical_overcome_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防) 13550": {"id": 96459, "school": "精简", "kind": "外功", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2810, "physical_overcome_base": 6554}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防 会心 会效) 12800": {"id": 96431, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2264, "physical_overcome_base": 2529, "physical_critical_strike_base": 2703, "physical_critical_power_base": 1744}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防 会心) 12800": {"id": 96430, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2264, "physical_critical_strike_base": 3575, "physical_overcome_base": 3575}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (会心) 12800": {"id": 96429, "school": "精简", "kind": "外功", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2655, "physical_critical_strike_base": 6191}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "雪漫袖 (破防 破招) 12600": {"id": 94464, "school": "通用", "kind": "身法", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 616, "physical_attack_power_base": 999, "physical_overcome_base": 3090, "surplus": 2747}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "190856", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "雪舞袖 (破防 破招) 12600": {"id": 94463, "school": "通用", "kind": "力道", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 616, "physical_attack_power_base": 999, "physical_overcome_base": 3090, "surplus": 2747}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "西风北啸·角寒护手 (会心 破招) 12450": {"id": 96573, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "西风北啸·砾漠护手 (会心 破招) 12450": {"id": 96572, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "湖月护手 (会心 破招) 12450": {"id": 94566, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "湖静护手 (会心 破招) 12450": {"id": 94565, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "surplus": 2714}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·天配护手 (破防 破招) 12450": {"id": 94500, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "surplus": 2714}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "客行江湖·梦花护手 (破防 破招) 12450": {"id": 94499, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "surplus": 2714}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "夙辰护腕 (破招) 12450": {"id": 94452, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2582, "surplus": 5683}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "零雨护腕 (会心 无双) 12450": {"id": 94450, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1823, "physical_critical_strike_base": 2205, "strain_base": 5428}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "制野护腕 (破防 无双) 12450": {"id": 94449, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2126, "physical_overcome_base": 3223, "strain_base": 3562}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "雨膏护腕 (破防 破招) 12450": {"id": 94448, "school": "精简", "kind": "外功", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2126, "surplus": 3562, "physical_overcome_base": 3223}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "染辞护手 (破防 无双) 12450": {"id": 94404, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "strain_base": 2714}, "embed": {"strain_base": 161, "agility_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "温刃护手 (破防 无双) 12450": {"id": 94403, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_overcome_base": 3053, "strain_base": 2714}, "embed": {"strain_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "商野护手 (会心 无双) 12450": {"id": 94368, "school": "通用", "kind": "身法", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "strain_base": 2714}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "安衿护手 (会心 无双) 12450": {"id": 94367, "school": "通用", "kind": "力道", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 609, "physical_attack_power_base": 987, "physical_critical_strike_base": 3053, "strain_base": 2714}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "临钧护手 (会心 破招) 12400": {"id": 90510, "school": "通用", "kind": "身法", "level": 12400, "max_strength": 6, "base": {}, "magic": {"agility_base": 606, "physical_attack_power_base": 983, "physical_critical_strike_base": 3041, "surplus": 2703}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "临英护手 (会心 破招) 12400": {"id": 90509, "school": "通用", "kind": "力道", "level": 12400, "max_strength": 6, "base": {}, "magic": {"strength_base": 606, "physical_attack_power_base": 983, "physical_critical_strike_base": 3041, "surplus": 2703}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "濯心·猎风护手 (会心 破招) 12300": {"id": 97846, "school": "万灵", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "surplus": 2681}, "embed": {"agility_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": "191806", "set_attr": {}, "set_gain": {"2": [5438, 17250], "4": [2568]}}, "寻踪觅宝·屠云袖 (破防 破招) 12300": {"id": 96079, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "191816", "set_attr": {}, "set_gain": {"4": [1194]}}, "寻踪觅宝·惊风袖 (破防 破招) 12300": {"id": 96078, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": "191815", "set_attr": {}, "set_gain": {"4": [1194]}}, "濯心·冲霄护手 (会心 破招) 12300": {"id": 94242, "school": "霸刀", "kind": "外功", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "surplus": 2681}, "embed": {"strength_base": 36, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": "190671", "set_attr": {}, "set_gain": {"2": [4290, 4291], "4": [1925]}}, "久念袖 (破防 无双) 12300": {"id": 90642, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "agility_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "拭江袖 (破防 无双) 12300": {"id": 90641, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "风岱袖 (会心 无双) 12300": {"id": 90606, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "项昌袖 (会心 无双) 12300": {"id": 90605, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_critical_strike_base": 3017, "strain_base": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "北邱护手 (破防 破招) 12300": {"id": 90570, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "曲郦护手 (破防 破招) 12300": {"id": 90569, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "surplus": 2681}, "embed": {"physical_attack_power_base": 72, "physical_overcome_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "渊忱护手 (加速 无双) 12300": {"id": 90534, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "agility_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "羡双护手 (加速 无双) 12300": {"id": 90533, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆宁护手 (破防 无双) 12300": {"id": 90402, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "agility_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "忆敬护手 (破防 无双) 12300": {"id": 90401, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "physical_overcome_base": 3017, "strain_base": 2681}, "embed": {"strain_base": 161, "strength_base": 36}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "盈绝袖 (破招 无双) 12300": {"id": 90366, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "surplus": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "垣翰袖 (破招 无双) 12300": {"id": 90365, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "surplus": 3017, "strain_base": 2681}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "潋阳袖 (加速 破招) 12300": {"id": 90330, "school": "通用", "kind": "身法", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "重关袖 (加速 破招) 12300": {"id": 90329, "school": "通用", "kind": "力道", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 601, "physical_attack_power_base": 975, "haste_base": 3017, "surplus": 2681}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (会心 会效 无双) 12100": {"id": 94550, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2140, "physical_critical_strike_base": 3132, "physical_critical_power_base": 1649, "strain_base": 1814}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (破防 破招) 12100": {"id": 94549, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2140, "surplus": 3297, "physical_overcome_base": 3462}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}, "外功无封护臂 (无双) 12100": {"id": 94548, "school": "精简", "kind": "外功", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2509, "strain_base": 5853}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": 22166, "set_id": null, "set_attr": {}, "set_gain": {}}}
|
schools/bei_ao_jue/gains.py
CHANGED
@@ -6,8 +6,8 @@ from base.gain import Gain
|
|
6 |
GAINS = {
|
7 |
(22035, 1): Gain(),
|
8 |
1925: CriticalSet(11378),
|
9 |
-
4290: damage_addition_recipe([16610],
|
10 |
-
4291: damage_addition_recipe([16803, 16802, 16801, 16800, 17043, 19423, 19424, 32859],
|
11 |
4294: damage_addition_recipe([16610], 51),
|
12 |
4295: damage_addition_recipe([16760, 16382], 51),
|
13 |
4296: critical_strike_recipe([16760, 16382], 500),
|
@@ -15,7 +15,7 @@ GAINS = {
|
|
15 |
2430: Gain(),
|
16 |
1942: Gain(),
|
17 |
17374: Gain(),
|
18 |
-
17375: Gain(),
|
19 |
17239: Gain(),
|
|
|
20 |
**EQUIPMENT_GAINS,
|
21 |
}
|
|
|
6 |
GAINS = {
|
7 |
(22035, 1): Gain(),
|
8 |
1925: CriticalSet(11378),
|
9 |
+
4290: damage_addition_recipe([16610], 102),
|
10 |
+
4291: damage_addition_recipe([16803, 16802, 16801, 16800, 17043, 19423, 19424, 32859], 102),
|
11 |
4294: damage_addition_recipe([16610], 51),
|
12 |
4295: damage_addition_recipe([16760, 16382], 51),
|
13 |
4296: critical_strike_recipe([16760, 16382], 500),
|
|
|
15 |
2430: Gain(),
|
16 |
1942: Gain(),
|
17 |
17374: Gain(),
|
|
|
18 |
17239: Gain(),
|
19 |
+
17375: Gain(),
|
20 |
**EQUIPMENT_GAINS,
|
21 |
}
|
schools/shan_hai_xin_jue/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from schools.shan_hai_xin_jue.skills import SKILLS
|
2 |
from schools.shan_hai_xin_jue.buffs import BUFFS
|
3 |
from schools.shan_hai_xin_jue.talents import TALENT_GAINS, TALENTS, TALENT_DECODER, TALENT_ENCODER
|
4 |
-
|
5 |
-
|
6 |
from schools.shan_hai_xin_jue.attribute import ShanHaiXinJue
|
|
|
1 |
from schools.shan_hai_xin_jue.skills import SKILLS
|
2 |
from schools.shan_hai_xin_jue.buffs import BUFFS
|
3 |
from schools.shan_hai_xin_jue.talents import TALENT_GAINS, TALENTS, TALENT_DECODER, TALENT_ENCODER
|
4 |
+
from schools.shan_hai_xin_jue.recipes import RECIPE_GAINS, RECIPES
|
5 |
+
from schools.shan_hai_xin_jue.gains import GAINS
|
6 |
from schools.shan_hai_xin_jue.attribute import ShanHaiXinJue
|
schools/shan_hai_xin_jue/gains.py
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from base.recipe import damage_addition_recipe, critical_strike_recipe
|
2 |
+
from general.gains.equipment import EQUIPMENT_GAINS, CriticalSet
|
3 |
+
from base.gain import Gain
|
4 |
+
|
5 |
+
|
6 |
+
GAINS = {
|
7 |
+
2568: CriticalSet(16025),
|
8 |
+
5438: damage_addition_recipe([35987], 102),
|
9 |
+
5461: damage_addition_recipe([36157], 51),
|
10 |
+
5462: damage_addition_recipe([35987], 51),
|
11 |
+
5463: critical_strike_recipe([36157], 500),
|
12 |
+
2572: Gain(),
|
13 |
+
2571: Gain(),
|
14 |
+
17470: Gain(),
|
15 |
+
17239: Gain(),
|
16 |
+
17471: Gain(),
|
17 |
+
**EQUIPMENT_GAINS,
|
18 |
+
}
|
schools/shan_hai_xin_jue/recipes.py
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import Dict, List
|
2 |
+
|
3 |
+
from base.gain import Gain
|
4 |
+
from base.recipe import damage_addition_recipe, critical_strike_recipe, pve_addition_recipe
|
5 |
+
|
6 |
+
|
7 |
+
RECIPE_GAINS: Dict[str, Dict[str, Gain]] = {
|
8 |
+
"劲风簇": {
|
9 |
+
"4%会心": critical_strike_recipe([35866], 400),
|
10 |
+
"3%伤害": damage_addition_recipe([35866], 31),
|
11 |
+
"3%会心": critical_strike_recipe([35866], 300),
|
12 |
+
"2%伤害": damage_addition_recipe([35866], 21)
|
13 |
+
},
|
14 |
+
"饮羽簇": {
|
15 |
+
"15%伤害": pve_addition_recipe([35987], 154),
|
16 |
+
"4%会心": critical_strike_recipe([35987], 400),
|
17 |
+
"3%伤害": damage_addition_recipe([35987], 31),
|
18 |
+
"3%会心": critical_strike_recipe([35987], 300),
|
19 |
+
"2%伤害": damage_addition_recipe([35987], 21)
|
20 |
+
},
|
21 |
+
}
|
22 |
+
|
23 |
+
RECIPES: Dict[str, List[str]] = {
|
24 |
+
"劲风簇": ["4%会心", "3%伤害", "3%会心", "2%伤害"],
|
25 |
+
"饮羽簇": ["15%伤害", "4%会心", "3%伤害", "3%会心", "2%伤害"],
|
26 |
+
}
|
schools/shan_hai_xin_jue/skills.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from typing import Dict
|
2 |
|
|
|
3 |
from base.skill import Skill, DotSkill, DotConsumeSkill, PhysicalDamage, PhysicalDotDamage
|
4 |
from general.skills import GENERAL_SKILLS
|
5 |
|
@@ -7,66 +8,111 @@ SKILLS: Dict[int, Skill | dict] = {
|
|
7 |
36177: {
|
8 |
"skill_class": PhysicalDamage,
|
9 |
"skill_name": "破",
|
10 |
-
"surplus_cof":
|
|
|
|
|
|
|
11 |
},
|
12 |
35894: {
|
13 |
"skill_class": PhysicalDamage,
|
14 |
"skill_name": "风矢",
|
15 |
"attack_power_cof": 16,
|
16 |
"weapon_damage_cof": 1024,
|
17 |
-
"skill_damage_addition": 205
|
18 |
},
|
19 |
35866: {
|
20 |
"skill_class": PhysicalDamage,
|
21 |
"skill_name": "劲风簇",
|
22 |
-
"
|
23 |
-
"
|
|
|
|
|
|
|
|
|
24 |
},
|
25 |
35987: {
|
26 |
"skill_class": PhysicalDamage,
|
27 |
"skill_name": "饮羽簇",
|
28 |
-
"
|
29 |
-
"
|
|
|
|
|
|
|
|
|
30 |
},
|
31 |
36056: {
|
32 |
"skill_class": PhysicalDamage,
|
33 |
"skill_name": "践踏",
|
34 |
-
"
|
|
|
|
|
|
|
|
|
|
|
35 |
},
|
36 |
36057: {
|
37 |
"skill_class": PhysicalDamage,
|
38 |
"skill_name": "重击",
|
39 |
-
"
|
|
|
|
|
|
|
|
|
|
|
40 |
},
|
41 |
36111: {
|
42 |
"skill_class": PhysicalDamage,
|
43 |
"skill_name": "攻击",
|
44 |
-
"
|
|
|
|
|
|
|
|
|
|
|
45 |
},
|
46 |
36112: {
|
47 |
"skill_class": PhysicalDamage,
|
48 |
"skill_name": "攻击",
|
49 |
-
"
|
|
|
|
|
|
|
|
|
|
|
50 |
},
|
51 |
36113: {
|
52 |
"skill_class": PhysicalDamage,
|
53 |
"skill_name": "攻击",
|
54 |
-
"
|
|
|
|
|
|
|
|
|
|
|
55 |
},
|
56 |
36114: {
|
57 |
"skill_class": PhysicalDamage,
|
58 |
"skill_name": "攻击",
|
59 |
-
"
|
|
|
|
|
|
|
|
|
|
|
60 |
},
|
61 |
36157: {
|
62 |
"skill_class": PhysicalDamage,
|
63 |
"skill_name": "标鹄",
|
64 |
-
"
|
|
|
|
|
65 |
},
|
66 |
26856: {
|
67 |
"skill_class": PhysicalDotDamage,
|
68 |
"skill_name": "贯穿(DOT)",
|
69 |
-
"
|
|
|
|
|
70 |
},
|
71 |
36165: {
|
72 |
"skill_class": DotConsumeSkill,
|
@@ -84,7 +130,24 @@ SKILLS: Dict[int, Skill | dict] = {
|
|
84 |
36453: {
|
85 |
"skill_class": PhysicalDamage,
|
86 |
"skill_name": "朝仪万汇",
|
87 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
}
|
89 |
}
|
90 |
|
|
|
1 |
from typing import Dict
|
2 |
|
3 |
+
from base.constant import DOT_DAMAGE_SCALE
|
4 |
from base.skill import Skill, DotSkill, DotConsumeSkill, PhysicalDamage, PhysicalDotDamage
|
5 |
from general.skills import GENERAL_SKILLS
|
6 |
|
|
|
8 |
36177: {
|
9 |
"skill_class": PhysicalDamage,
|
10 |
"skill_name": "破",
|
11 |
+
"surplus_cof": [
|
12 |
+
1048576 * (0.3 - 1),
|
13 |
+
1048576 * (0.3 - 1)
|
14 |
+
]
|
15 |
},
|
16 |
35894: {
|
17 |
"skill_class": PhysicalDamage,
|
18 |
"skill_name": "风矢",
|
19 |
"attack_power_cof": 16,
|
20 |
"weapon_damage_cof": 1024,
|
21 |
+
"skill_damage_addition": 205 + 250
|
22 |
},
|
23 |
35866: {
|
24 |
"skill_class": PhysicalDamage,
|
25 |
"skill_name": "劲风簇",
|
26 |
+
"damage_base": [35, 70, 105, 140, 157, 175, 193, 210, 228, 245, 263, 280, 298, 315, 333],
|
27 |
+
"damage_rand": 5,
|
28 |
+
"attack_power_cof": [25 * 0.9 * 0.9 * 0.95] * 3 +
|
29 |
+
[(25 + (i - 4) * 10) * 0.9 * 0.9 * 0.95 for i in range(4, 15)] +
|
30 |
+
[175 * 0.9 * 0.9 * 0.95],
|
31 |
+
"weapon_damage_cof": 1024
|
32 |
},
|
33 |
35987: {
|
34 |
"skill_class": PhysicalDamage,
|
35 |
"skill_name": "饮羽簇",
|
36 |
+
"damage_base": [77, 154, 321, 308, 347, 385, 424, 462, 501, 539, 578, 616, 655, 693, 732],
|
37 |
+
"damage_rand": [5, 5, 5, 5, 5, 5, 5, 5, 10, 10, 10, 10, 10, 10, 10],
|
38 |
+
"attack_power_cof": [66 * 0.9 * 0.9 * 0.95 * 0.9 * 0.95] * 3 +
|
39 |
+
[(66 + (i - 4) * 38) * 0.9 * 0.9 * 0.95 * 0.9 * 0.95 for i in range(4, 15)] +
|
40 |
+
[552 * 0.9 * 0.9 * 0.95 * 0.9 * 0.95],
|
41 |
+
"weapon_damage_cof": 2048
|
42 |
},
|
43 |
36056: {
|
44 |
"skill_class": PhysicalDamage,
|
45 |
"skill_name": "践踏",
|
46 |
+
"damage_base": [16, 44, 72, 100, 128, 156, 184, 212, 240, 268, 296],
|
47 |
+
"damage_rand": 20,
|
48 |
+
"attack_power_cof": [70 * 1.05] * 2 +
|
49 |
+
[(70 + (i - 3) * 58) * 1.05 for i in range(3, 11)] +
|
50 |
+
[607 * 1.05],
|
51 |
+
"skill_damage_addition": 62
|
52 |
},
|
53 |
36057: {
|
54 |
"skill_class": PhysicalDamage,
|
55 |
"skill_name": "重击",
|
56 |
+
"damage_base": [16, 44, 72, 100, 128, 156, 184, 212, 240, 268, 296],
|
57 |
+
"damage_rand": 20,
|
58 |
+
"attack_power_cof": [33 * 1.05] * 2 +
|
59 |
+
[(33 + (i - 3) * 26) * 1.05 for i in range(3, 11)] +
|
60 |
+
[276 * 1.05],
|
61 |
+
"skill_damage_addition": 62
|
62 |
},
|
63 |
36111: {
|
64 |
"skill_class": PhysicalDamage,
|
65 |
"skill_name": "攻击",
|
66 |
+
"damage_base": [16, 44, 72, 100, 128, 156, 184, 212, 240, 268, 296],
|
67 |
+
"damage_rand": 20,
|
68 |
+
"attack_power_cof": [33 * 1.05] * 2 +
|
69 |
+
[(33 + (i - 3) * 26) * 1.05 for i in range(3, 11)] +
|
70 |
+
[276 * 1.05],
|
71 |
+
"skill_damage_addition": 62
|
72 |
},
|
73 |
36112: {
|
74 |
"skill_class": PhysicalDamage,
|
75 |
"skill_name": "攻击",
|
76 |
+
"damage_base": [48, 132, 216, 300, 384, 468, 552, 636, 720, 804, 296],
|
77 |
+
"damage_rand": 20,
|
78 |
+
"attack_power_cof": [99 * 1.05] * 2 +
|
79 |
+
[(99 + (i - 3) * 26) * 1.05 for i in range(3, 11)] +
|
80 |
+
[828 * 1.05],
|
81 |
+
"skill_damage_addition": 62
|
82 |
},
|
83 |
36113: {
|
84 |
"skill_class": PhysicalDamage,
|
85 |
"skill_name": "攻击",
|
86 |
+
"damage_base": [16, 44, 72, 100, 128, 156, 184, 212, 240, 268, 296],
|
87 |
+
"damage_rand": 20,
|
88 |
+
"attack_power_cof": [70 * 1.05] * 2 +
|
89 |
+
[(70 + (i - 3) * 26) * 1.05 for i in range(3, 11)] +
|
90 |
+
[607 * 1.05],
|
91 |
+
"skill_damage_addition": 62
|
92 |
},
|
93 |
36114: {
|
94 |
"skill_class": PhysicalDamage,
|
95 |
"skill_name": "攻击",
|
96 |
+
"damage_base": [16, 44, 72, 100, 128, 156, 184, 212, 240, 268, 296],
|
97 |
+
"damage_rand": 20,
|
98 |
+
"attack_power_cof": [23 * 1.05] * 2 +
|
99 |
+
[(23 + (i - 3) * 26) * 1.05 for i in range(3, 11)] +
|
100 |
+
[165 * 1.05],
|
101 |
+
"skill_damage_addition": 62
|
102 |
},
|
103 |
36157: {
|
104 |
"skill_class": PhysicalDamage,
|
105 |
"skill_name": "标鹄",
|
106 |
+
"damage_base": 30,
|
107 |
+
"damage_rand": 20,
|
108 |
+
"attack_power_cof": 512 * 1.15 * 0.9 * 0.95
|
109 |
},
|
110 |
26856: {
|
111 |
"skill_class": PhysicalDotDamage,
|
112 |
"skill_name": "贯穿(DOT)",
|
113 |
+
"damage_base": 32,
|
114 |
+
"attack_power_cof": 215 * 0.7 * 1.15 * 0.9 * 0.9 * 0.9,
|
115 |
+
"interval": DOT_DAMAGE_SCALE * 4
|
116 |
},
|
117 |
36165: {
|
118 |
"skill_class": DotConsumeSkill,
|
|
|
130 |
36453: {
|
131 |
"skill_class": PhysicalDamage,
|
132 |
"skill_name": "朝仪万汇",
|
133 |
+
"damage_base": 37,
|
134 |
+
"damage_rand": 5,
|
135 |
+
"attack_power_cof": 215,
|
136 |
+
"weapon_damage_cof": 1024
|
137 |
+
},
|
138 |
+
36579: {
|
139 |
+
"skill_class": PhysicalDamage,
|
140 |
+
"skill_name": "劲风簇·神兵",
|
141 |
+
"damage_base": 20,
|
142 |
+
"damage_rand": 2,
|
143 |
+
"attack_power_cof": 60
|
144 |
+
},
|
145 |
+
36580: {
|
146 |
+
"skill_class": PhysicalDamage,
|
147 |
+
"skill_name": "月弦激星",
|
148 |
+
"damage_base": 20,
|
149 |
+
"damage_rand": 2,
|
150 |
+
"attack_power_cof": 390
|
151 |
}
|
152 |
}
|
153 |
|
schools/shan_hai_xin_jue/talents.py
CHANGED
@@ -41,17 +41,27 @@ class 卢令(Gain):
|
|
41 |
|
42 |
class 贯侯(Gain):
|
43 |
def add_skills(self, skills: Dict[int, Skill]):
|
44 |
-
skills[
|
45 |
|
46 |
def sub_skills(self, skills: Dict[int, Skill]):
|
47 |
-
skills[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
TALENT_GAINS: Dict[int, Gain] = {
|
51 |
35715: 素矰("素矰"),
|
52 |
35714: 彤弓("彤弓"),
|
53 |
35718: Gain("棘矢"),
|
54 |
-
35719:
|
55 |
35721: Gain("襄尺"),
|
56 |
35725: Gain("长右"),
|
57 |
35729: Gain("鹿蜀"),
|
|
|
41 |
|
42 |
class 贯侯(Gain):
|
43 |
def add_skills(self, skills: Dict[int, Skill]):
|
44 |
+
skills[36157].skill_pve_addition += 205
|
45 |
|
46 |
def sub_skills(self, skills: Dict[int, Skill]):
|
47 |
+
skills[36157].skill_pve_addition -= 205
|
48 |
+
|
49 |
+
|
50 |
+
class 孰湖(Gain):
|
51 |
+
def add_skills(self, skills: Dict[int, Skill]):
|
52 |
+
for skill_id in (36056, 36057, 36111, 36112, 36113, 36114):
|
53 |
+
skills[skill_id].skill_damage_addition += 62
|
54 |
+
|
55 |
+
def sub_skills(self, skills: Dict[int, Skill]):
|
56 |
+
for skill_id in (36056, 36057, 36111, 36112, 36113, 36114):
|
57 |
+
skills[skill_id].skill_damage_addition -= 62
|
58 |
|
59 |
|
60 |
TALENT_GAINS: Dict[int, Gain] = {
|
61 |
35715: 素矰("素矰"),
|
62 |
35714: 彤弓("彤弓"),
|
63 |
35718: Gain("棘矢"),
|
64 |
+
35719: 孰湖("孰湖"),
|
65 |
35721: Gain("襄尺"),
|
66 |
35725: Gain("长右"),
|
67 |
35729: Gain("鹿蜀"),
|
utils/parser.py
CHANGED
@@ -93,9 +93,9 @@ SUPPORT_SCHOOL = {
|
|
93 |
talents=shan_hai_xin_jue.TALENTS,
|
94 |
talent_decoder=shan_hai_xin_jue.TALENT_DECODER,
|
95 |
talent_encoder=shan_hai_xin_jue.TALENT_ENCODER,
|
96 |
-
recipe_gains=
|
97 |
-
recipes=
|
98 |
-
gains=
|
99 |
display_attrs={
|
100 |
"agility": "身法",
|
101 |
"base_physical_attack_power": "基础攻击",
|
@@ -310,6 +310,11 @@ class Parser:
|
|
310 |
row = line.split("\t")
|
311 |
if row[4] == "4":
|
312 |
self.parse_info(row[-1])
|
|
|
|
|
|
|
|
|
|
|
313 |
for line in lines:
|
314 |
row = line.split("\t")
|
315 |
if row[4] == "5":
|
@@ -321,6 +326,10 @@ class Parser:
|
|
321 |
elif row[4] == "21":
|
322 |
self.parse_skill(row[-1], row[3])
|
323 |
|
|
|
|
|
|
|
|
|
324 |
self.record_index = {
|
325 |
player_id: {
|
326 |
f"{i + 1}:{round((end_time - self.start_time[player_id][i]) / 1000, 3)}": i
|
@@ -328,9 +337,3 @@ class Parser:
|
|
328 |
}
|
329 |
for player_id in self.end_time
|
330 |
}
|
331 |
-
|
332 |
-
|
333 |
-
if __name__ == '__main__':
|
334 |
-
parser = Parser()
|
335 |
-
parser("../new.jcl")
|
336 |
-
print(parser)
|
|
|
93 |
talents=shan_hai_xin_jue.TALENTS,
|
94 |
talent_decoder=shan_hai_xin_jue.TALENT_DECODER,
|
95 |
talent_encoder=shan_hai_xin_jue.TALENT_ENCODER,
|
96 |
+
recipe_gains=shan_hai_xin_jue.RECIPE_GAINS,
|
97 |
+
recipes=shan_hai_xin_jue.RECIPES,
|
98 |
+
gains=shan_hai_xin_jue.GAINS,
|
99 |
display_attrs={
|
100 |
"agility": "身法",
|
101 |
"base_physical_attack_power": "基础攻击",
|
|
|
310 |
row = line.split("\t")
|
311 |
if row[4] == "4":
|
312 |
self.parse_info(row[-1])
|
313 |
+
|
314 |
+
for player_id, school in self.school.items():
|
315 |
+
for talent_id in self.select_talents[player_id]:
|
316 |
+
school.talent_gains[talent_id].add_skills(school.skills)
|
317 |
+
|
318 |
for line in lines:
|
319 |
row = line.split("\t")
|
320 |
if row[4] == "5":
|
|
|
326 |
elif row[4] == "21":
|
327 |
self.parse_skill(row[-1], row[3])
|
328 |
|
329 |
+
for player_id, school in self.school.items():
|
330 |
+
for talent_id in self.select_talents[player_id]:
|
331 |
+
school.talent_gains[talent_id].sub_skills(school.skills)
|
332 |
+
|
333 |
self.record_index = {
|
334 |
player_id: {
|
335 |
f"{i + 1}:{round((end_time - self.start_time[player_id][i]) / 1000, 3)}": i
|
|
|
337 |
}
|
338 |
for player_id in self.end_time
|
339 |
}
|
|
|
|
|
|
|
|
|
|
|
|