From a49a18d4594f01586700cf6d18fd74cbbd006689 Mon Sep 17 00:00:00 2001
From: a376148946 <376148946@qq.com>
Date: Sat, 16 Dec 2023 12:17:02 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=9C=9F=E7=90=86=E4=B9=89?=
=?UTF-8?q?=E7=88=B6=EF=BC=8C=E9=98=AE=E6=A2=85=EF=BC=8C=E9=9B=AA=E8=A1=A3?=
=?UTF-8?q?=E4=BC=A4=E5=AE=B3=E8=AE=A1=E7=AE=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pyproject.toml | 2 +-
.../damage/AvatarDamage/AvatarDamage.py | 210 +-
.../damage/Excel/SkillData.json | 124 +-
.../damage/Excel/weapon_effect.json | 16 +-
starrail_damage_cal/damage/Relic/Relic.py | 33 +-
starrail_damage_cal/damage/Role.py | 71 +-
starrail_damage_cal/damage/Weapon/Weapon.py | 49 +-
.../excel/AvatarPromotionConfig.json | 704 +-
.../excel/EquipmentPromotionConfig.json | 150 +-
.../excel/light_cone_ranks.json | 138 +-
...pmentID2AbilityProperty_mapping_1.4.0.json | 2173 -
...pmentID2AbilityProperty_mapping_1.5.0.json | 65 +-
.../EquipmentID2EnName_mapping_1.4.0.json | 85 -
.../data/EquipmentID2Name_mapping_1.4.0.json | 85 -
.../EquipmentID2Rarity_mapping_1.4.0.json | 85 -
.../map/data/ItemId2Name_mapping_1.4.0.json | 360 -
.../map/data/Property2Name_mapping_1.4.0.json | 55 -
.../RelicId2MainAffixGroup_mapping_1.4.0.json | 360 -
.../data/RelicId2Rarity_mapping_1.4.0.json | 360 -
.../map/data/RelicId2SetId_mapping_1.4.0.json | 360 -
.../map/data/RelicSetSkill_mapping_1.4.0.json | 186 -
.../map/data/SetId2Name_mapping_1.4.0.json | 30 -
.../avatarId2DamageType_mapping_1.4.0.json | 45 -
.../avatarId2DamageType_mapping_1.5.0.json | 4 +-
.../data/avatarId2EnName_mapping_1.4.0.json | 45 -
.../data/avatarId2EnName_mapping_1.5.0.json | 4 +-
.../map/data/avatarId2Name_mapping_1.4.0.json | 45 -
.../map/data/avatarId2Name_mapping_1.5.0.json | 4 +-
.../data/avatarId2Rarity_mapping_1.4.0.json | 45 -
.../data/avatarId2Rarity_mapping_1.5.0.json | 4 +-
.../map/data/avatarId2Star_mapping_1.4.0.json | 45 -
.../map/data/avatarId2Star_mapping_1.5.0.json | 4 +-
.../data/avatarRankSkillUp_mapping_1.4.0.json | 1094 -
.../data/avatarRankSkillUp_mapping_1.5.0.json | 50 +-
.../characterSkillTree_mapping_1.4.0.json | 53704 ----------------
.../characterSkillTree_mapping_1.5.0.json | 2562 +-
.../map/data/rankId2Name_mapping_1.4.0.json | 260 -
.../map/data/rankId2Name_mapping_1.5.0.json | 14 +-
.../skillId2AttackType_mapping_1.4.0.json | 272 -
.../skillId2AttackType_mapping_1.5.0.json | 12 +-
.../map/data/skillId2Name_mapping_1.4.0.json | 272 -
.../map/data/skillId2Name_mapping_1.5.0.json | 12 +-
.../map/data/skillId2Type_mapping_1.4.0.json | 272 -
.../map/data/skillId2Type_mapping_1.5.0.json | 14 +-
starrail_damage_cal/version.py | 2 +-
45 files changed, 2180 insertions(+), 62306 deletions(-)
delete mode 100644 starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/EquipmentID2EnName_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/EquipmentID2Name_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/EquipmentID2Rarity_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/ItemId2Name_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/Property2Name_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/RelicId2MainAffixGroup_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/RelicId2Rarity_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/RelicId2SetId_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/RelicSetSkill_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/SetId2Name_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/avatarId2DamageType_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/avatarId2EnName_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/avatarId2Name_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/avatarId2Rarity_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/avatarId2Star_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/avatarRankSkillUp_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/characterSkillTree_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/rankId2Name_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/skillId2AttackType_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/skillId2Name_mapping_1.4.0.json
delete mode 100644 starrail_damage_cal/map/data/skillId2Type_mapping_1.4.0.json
diff --git a/pyproject.toml b/pyproject.toml
index 42ee164..fd700ed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "starrail_damage_cal"
-version = "1.0.9"
+version = "1.1.0"
description = "For StarRail Role Damage Cal"
authors = [
{name = "qwerdvd", email = "105906879+qwerdvd@users.noreply.github.com"},
diff --git a/starrail_damage_cal/damage/AvatarDamage/AvatarDamage.py b/starrail_damage_cal/damage/AvatarDamage/AvatarDamage.py
index 6e81b71..28ec4fe 100644
--- a/starrail_damage_cal/damage/AvatarDamage/AvatarDamage.py
+++ b/starrail_damage_cal/damage/AvatarDamage/AvatarDamage.py
@@ -7,11 +7,11 @@ from starrail_damage_cal.damage.Base.model import (
DamageInstanceSkill,
)
from starrail_damage_cal.damage.Role import (
- break_damage,
calculate_damage,
calculate_heal,
calculate_shield,
get_damage,
+ break_damage,
)
from starrail_damage_cal.logger import logger
@@ -4371,7 +4371,6 @@ class Hanya(BaseAvatar):
return skill_info_list
-
class DrRatio(BaseAvatar):
Buff: BaseAvatarBuff
@@ -4386,39 +4385,23 @@ class DrRatio(BaseAvatar):
pass
def eidolons(self):
+ if self.avatar_rank >= 1:
+ self.eidolon_attribute["CriticalChanceBase"] = 0.1
+ self.eidolon_attribute["CriticalDamageBase"] = 0.2
if self.avatar_rank >= 6:
- self.eidolon_attribute["TalentDmgAdd"] = 0.2
+ self.eidolon_attribute["TalentDmgAdd"] = 0.5
def extra_ability(self):
- self.extra_ability_attribute["AllDamageAddedRatio"] = 0.1
+ self.extra_ability_attribute["AllDamageAddedRatio"] = 0.5
+ self.extra_ability_attribute["CriticalChanceBase"] = 0.15
+ self.extra_ability_attribute["CriticalDamageBase"] = 0.3
async def getdamage(
self,
base_attr: Dict[str, float],
attribute_bonus: Dict[str, float],
):
- # 计算天赋属性加成
- ATK_ADD = self.Skill_num("Talent", "Talent_A")
- CC_ADD = self.Skill_num("Talent", "Talent_CC")
- CD_ADD = self.Skill_num("Talent", "Talent_CD")
- SPD_ADD = self.Skill_num("Talent", "Talent_S")
-
- buff_num = 3
- if self.avatar_rank >= 1:
- buff_num = 5
-
- attribute_bonus["AttackAddedRatio"] = (
- attribute_bonus.get("AttackAddedRatio", 0) + ATK_ADD * buff_num
- )
- attribute_bonus["CriticalChanceBase"] = (
- attribute_bonus.get("CriticalChanceBase", 0) + CC_ADD * buff_num
- )
- attribute_bonus["CriticalDamageBase"] = (
- attribute_bonus.get("CriticalDamageBase", 0) + CD_ADD * buff_num
- )
- attribute_bonus["SpeedAddedRatio"] = (
- attribute_bonus.get("SpeedAddedRatio", 0) + SPD_ADD * buff_num
- )
+
damage1, damage2, damage3 = await calculate_damage(
base_attr,
@@ -4472,7 +4455,7 @@ class DrRatio(BaseAvatar):
)
damagelist3[2] += damage3
skill_info_list.append({"name": "终结技", "damagelist": damagelist3})
-
+
# 计算天赋追伤伤害
skill_multiplier = self.Skill_num("Talent", "Talent")
damagelist4 = await calculate_damage(
@@ -4502,7 +4485,6 @@ class DrRatio(BaseAvatar):
return skill_info_list
-
class RuanMei(BaseAvatar):
Buff: BaseAvatarBuff
@@ -4518,14 +4500,14 @@ class RuanMei(BaseAvatar):
def eidolons(self):
if self.avatar_rank >= 1:
- self.eidolon_attribute["AttackAddedRatio"] = 0.4
+ self.eidolon_attribute["ignore_defence"] = 0.2
if self.avatar_rank >= 2:
- self.eidolon_attribute["BreakDamageAddedRatioBase"] = 1
+ self.eidolon_attribute["AttackAddedRatio"] = 0.4
if self.avatar_rank >= 4:
- self.eidolon_attribute["CriticalDamageBase"] = 0.4
+ self.eidolon_attribute["BreakDamageAddedRatioBase"] = 1
def extra_ability(self):
- self.extra_ability_attribute["AllDamageAddedRatio"] = 0.24
+ self.extra_ability_attribute["BreakDamageAddedRatioBase"] = 0.2
async def getdamage(
self,
@@ -4533,15 +4515,17 @@ class RuanMei(BaseAvatar):
attribute_bonus: Dict[str, float],
):
# 计算属性加成
- attribute_bonus["SpeedAddedRatio"] = attribute_bonus.get(
- "SpeedAddedRatio", 0
- ) + self.Skill_num("BPSkill", "BPSkill")
- attribute_bonus["ResistancePenetration"] = attribute_bonus.get(
- "ResistancePenetration", 0
- ) + self.Skill_num("Ultra", "Ultra_P")
- attribute_bonus["AllDamageAddedRatio"] = attribute_bonus.get(
- "AllDamageAddedRatio", 0
- ) + self.Skill_num("Talent", "Talent_A")
+ attribute_bonus["AllDamageAddedRatio"] = attribute_bonus.get("AllDamageAddedRatio",0) + self.Skill_num("BPSkill", "BPSkill")
+ attribute_bonus["BreakDamageAddedRatioBase"] = attribute_bonus.get("BreakDamageAddedRatioBase",0) + 0.5
+ attribute_bonus["ResistancePenetration"] = attribute_bonus.get("ResistancePenetration",0) + self.Skill_num("Ultra", "Ultra_P")
+ attribute_bonus["SpeedAddedRatio"] = attribute_bonus.get("SpeedAddedRatio",0) + self.Skill_num("Talent", "Talent_S")
+
+ #战斗中阮•梅的击破特攻大于120%时,每超过10%,则战技使我方全体伤害提高的效果额外提高6%,最高不超过36%。
+ Break_Damage_Added_Ratio = attribute_bonus.get("BreakDamageAddedRatioBase",0)
+ if Break_Damage_Added_Ratio > 1.2:
+ add_all_damage_added_ratio = ((Break_Damage_Added_Ratio - 1.2) / 0.1) * 0.06
+ add_all_damage_added_ratio = min(0.36,add_all_damage_added_ratio)
+ attribute_bonus["AllDamageAddedRatio"] = attribute_bonus.get("AllDamageAddedRatio",0) + add_all_damage_added_ratio
damage1, damage2, damage3 = await calculate_damage(
base_attr,
@@ -4570,16 +4554,7 @@ class RuanMei(BaseAvatar):
# 计算终结技伤害
skill_multiplier = self.Skill_num("Ultra", "Ultra")
- if self.avatar_rank >= 6:
- break_damage_added_ratio_base = attribute_bonus.get(
- "BreakDamageAddedRatioBase", 0
- )
- if break_damage_added_ratio_base >= 1.8:
- break_damage_added_ratio = break_damage_added_ratio_base - 1.8
- skill_multiplier_add = int((break_damage_added_ratio * 100) / 10) * 0.24
- skill_multiplier_add = min(skill_multiplier_add, 2.4)
- skill_multiplier = skill_multiplier + skill_multiplier_add
- jipodamage = await break_damage(
+ jipodamage1 = await break_damage(
base_attr,
attribute_bonus,
"jipo",
@@ -4587,38 +4562,133 @@ class RuanMei(BaseAvatar):
self.avatar_element,
self.avatar_level,
)
- damagelist3 = await get_damage(
- jipodamage[0],
- base_attr,
- attribute_bonus,
- "fujia",
- "fujia",
- self.avatar_element,
- skill_multiplier,
- )
- damagelist3[2] += damage3
- skill_info_list.append({"name": "残梅绽附加伤害", "damagelist": damagelist3})
-
+ jipodamage1[0] = jipodamage1[0] * skill_multiplier
+ skill_info_list.append({"name": "残梅绽附加伤害", "damagelist": jipodamage1})
+
# 计算天赋追伤伤害
skill_multiplier = self.Skill_num("Talent", "Talent")
- damagelist4 = await get_damage(
- jipodamage[0],
+ if self.avatar_rank >= 6:
+ skill_multiplier += 2
+ jipodamage2 = await break_damage(
base_attr,
attribute_bonus,
- "fujia",
- "fujia",
+ "jipo",
+ "jipo",
self.avatar_element,
- skill_multiplier,
+ self.avatar_level,
)
- damagelist4[2] += damage3
- skill_info_list.append({"name": "天赋附加伤害", "damagelist": damagelist4})
+ jipodamage2[0] = jipodamage2[0] * skill_multiplier
+ skill_info_list.append({"name": "天赋附加击破伤害", "damagelist": jipodamage2})
return skill_info_list
+class XueYi(BaseAvatar):
+ Buff: BaseAvatarBuff
+
+ def __init__(self, char: DamageInstanceAvatar, skills: List[DamageInstanceSkill]):
+ super().__init__(char=char, skills=skills)
+ self.eidolon_attribute: Dict[str, float] = {}
+ self.extra_ability_attribute: Dict[str, float] = {}
+ self.eidolons()
+ self.extra_ability()
+
+ def Technique(self):
+ pass
+
+ def eidolons(self):
+ if self.avatar_rank >= 1:
+ self.eidolon_attribute["TalentDmgAdd"] = 0.4
+ if self.avatar_rank >= 4:
+ self.eidolon_attribute["BreakDamageAddedRatioBase"] = 0.4
+
+ def extra_ability(self):
+ self.extra_ability_attribute["UltraDmgAdd"] = 0.1 + self.Skill_num("Ultra", "Ultra_A")
+
+ async def getdamage(
+ self,
+ base_attr: Dict[str, float],
+ attribute_bonus: Dict[str, float],
+ ):
+ #使自身造成的伤害提高,提高数值等同于击破特攻的100%,最多使造成的伤害提高240%。
+ Break_Damage_Added_Ratio = attribute_bonus.get("BreakDamageAddedRatioBase",0)
+ attribute_bonus["AllDamageAddedRatio"] = attribute_bonus.get("AllDamageAddedRatio",0) + min(2.4,Break_Damage_Added_Ratio)
+
+ damage1, damage2, damage3 = await calculate_damage(
+ base_attr,
+ attribute_bonus,
+ "fujia",
+ "fujia",
+ "Thunder",
+ 0.44,
+ self.avatar_level,
+ )
+
+ skill_info_list = []
+ # 计算普攻伤害
+ skill_multiplier = self.Skill_num("Normal", "Normal")
+ damagelist1 = await calculate_damage(
+ base_attr,
+ attribute_bonus,
+ "Normal",
+ "Normal",
+ self.avatar_element,
+ skill_multiplier,
+ self.avatar_level,
+ )
+ damagelist1[2] += damage3
+ skill_info_list.append({"name": "普攻", "damagelist": damagelist1})
+
+ # 计算战技伤害
+ skill_multiplier = self.Skill_num("BPSkill", "BPSkill")
+ damagelist2 = await calculate_damage(
+ base_attr,
+ attribute_bonus,
+ "BPSkill",
+ "BPSkill",
+ self.avatar_element,
+ skill_multiplier,
+ self.avatar_level,
+ )
+ damagelist2[2] += damage3
+ skill_info_list.append({"name": "战技", "damagelist": damagelist2})
+
+ # 计算终结技伤害
+ skill_multiplier = self.Skill_num("Ultra", "Ultra")
+ damagelist3 = await calculate_damage(
+ base_attr,
+ attribute_bonus,
+ "Ultra",
+ "Ultra",
+ self.avatar_element,
+ skill_multiplier,
+ self.avatar_level,
+ )
+ damagelist3[2] += damage3
+ skill_info_list.append({"name": "终结技", "damagelist": damagelist3})
+
+ # 计算天赋追伤伤害
+ skill_multiplier = self.Skill_num("Talent", "Talent")
+ damagelist4 = await calculate_damage(
+ base_attr,
+ attribute_bonus,
+ "Talent",
+ "Talent",
+ self.avatar_element,
+ skill_multiplier,
+ self.avatar_level,
+ )
+ damagelist4[0] += damagelist4[0] * 3
+ damagelist4[1] += damagelist4[1] * 3
+ damagelist4[2] += damagelist4[2] * 3 + damage3
+ skill_info_list.append({"name": "天赋追加攻击", "damagelist": damagelist4})
+
+ return skill_info_list
class AvatarDamage:
@classmethod
def create(cls, char: DamageInstanceAvatar, skills: List[DamageInstanceSkill]):
+ if char.id_ == 1214:
+ return XueYi(char, skills)
if char.id_ == 1303:
return RuanMei(char, skills)
if char.id_ == 1305:
diff --git a/starrail_damage_cal/damage/Excel/SkillData.json b/starrail_damage_cal/damage/Excel/SkillData.json
index 7dd002b..7b59da5 100644
--- a/starrail_damage_cal/damage/Excel/SkillData.json
+++ b/starrail_damage_cal/damage/Excel/SkillData.json
@@ -1109,11 +1109,11 @@
2.6880000000819564, 2.78400000045076, 2.880000000819564
],
"Talent": [
- 1.6000000005587935, 1.7600000007078052, 1.9200000008568168,
- 2.080000000074506, 2.2400000002235174, 2.400000000372529,
- 2.6000000005587935, 2.800000000745058, 3,
- 3.2000000001862645, 3.360000000335276, 3.5200000004842877,
- 3.6800000006332994, 3.840000000782311, 4
+ 1.350000000325963, 1.4850000001024455, 1.62000000057742,
+ 1.7550000003539026, 1.890000000828877, 2.024999999674037,
+ 2.193750000791624, 2.3625000005122274, 2.5312500009313226,
+ 2.700000000651926, 2.8350000004284084, 2.970000000903383,
+ 3.104999999748543, 3.2400000002235174, 3.375
],
"Talent_A": [
0.060000000055879354, 0.06599999964237213, 0.07199999992735684,
@@ -1122,27 +1122,6 @@
0.12000000011175871, 0.12599999969825149, 0.1319999999832362,
0.13799999956972897, 0.14399999985471368, 0.1500000001396984
],
- "Talent_CC": [
- 0.02000000001862645, 0.02199999988079071, 0.02399999974295497,
- 0.02599999960511923, 0.027999999467283487, 0.030000000027939677,
- 0.032500000204890966, 0.034999999683350325, 0.037499999860301614,
- 0.0400000000372529, 0.04199999989941716, 0.04399999976158142,
- 0.04599999962374568, 0.04799999948590994, 0.05000000004656613
- ],
- "Talent_CD": [
- 0.060000000055879354, 0.06599999964237213, 0.07199999992735684,
- 0.07799999951384962, 0.08399999979883432, 0.09000000008381903,
- 0.09749999991618097, 0.1049999997485429, 0.11250000027939677,
- 0.12000000011175871, 0.12599999969825149, 0.1319999999832362,
- 0.13799999956972897, 0.14399999985471368, 0.1500000001396984
- ],
- "Talent_S": [
- 0.0249999996740371, 0.027499999850988388, 0.030000000027939677,
- 0.032500000204890966, 0.034999999683350325, 0.037499999860301614,
- 0.040625000605359674, 0.0437500006519258, 0.04687500069849193,
- 0.05000000004656613, 0.05250000022351742, 0.054999999701976776,
- 0.057499999878928065, 0.060000000055879354, 0.06250000023283064
- ],
"Maze": [20],
"Ultra_Use": [140]
},
@@ -1153,41 +1132,78 @@
1.1000000000931323, 1.2000000001862645, 1.3000000002793968
],
"BPSkill": [
- 0.12000000011175871, 0.12399999983608723, 0.12799999956041574,
- 0.1319999999832362, 0.1359999997075647, 0.14000000013038516,
- 0.1449999997857958, 0.1500000001396984, 0.15499999979510903,
- 0.1600000001490116, 0.16399999987334013, 0.16799999959766865,
- 0.1720000000204891, 0.17599999974481761, 0.18000000016763806
- ],
- "Ultra": [
- 0.9000000008381903, 0.9600000008940697, 1.0200000000186265,
- 1.0800000000745058, 1.1400000001303852, 1.2000000001862645,
- 1.2749999999068677, 1.350000000325963, 1.4250000000465661,
- 1.5000000004656613, 1.5600000005215406, 1.62000000057742,
- 1.6800000006332994, 1.7400000006891787, 1.800000000745058
+ 0.1600000001490116, 0.17599999974481761, 0.19200000003911555,
+ 0.20799999963492155, 0.22399999992921948, 0.24000000022351742,
+ 0.26000000024214387, 0.2800000002607703, 0.3000000002793968,
+ 0.3200000002980232, 0.3359999998938292, 0.35200000018812716,
+ 0.36799999978393316, 0.3840000000782311, 0.40000000037252903
],
"Ultra_P": [
- 0.12000000011175871, 0.12799999956041574, 0.1359999997075647,
- 0.14399999985471368, 0.15200000000186265, 0.1600000001490116,
- 0.17000000015832484, 0.18000000016763806, 0.1900000001769513,
- 0.20000000018626451, 0.20799999963492155, 0.21599999978207052,
- 0.22399999992921948, 0.23200000007636845, 0.24000000022351742
+ 0.1500000001396984, 0.1600000001490116, 0.17000000015832484,
+ 0.18000000016763806, 0.1900000001769513, 0.20000000018626451,
+ 0.21250000037252903, 0.2249999998603016, 0.23750000004656613,
+ 0.25000000023283064, 0.26000000024214387, 0.2700000002514571,
+ 0.2800000002607703, 0.29000000027008355, 0.3000000002793968
],
- "Talent_A": [
- 0.1500000001396984, 0.16499999980442226, 0.18000000016763806,
- 0.19499999983236194, 0.21000000019557774, 0.2249999998603016,
- 0.24375000083819032, 0.26250000041909516, 0.28125000069849193,
- 0.3000000002793968, 0.31499999994412065, 0.33000000030733645,
- 0.3449999999720603, 0.3600000003352761, 0.375
+ "Ultra": [
+ 0.3000000002793968, 0.3200000002980232, 0.3400000003166497,
+ 0.3600000003352761, 0.3800000003539026, 0.40000000037252903,
+ 0.42500000004656613, 0.45000000041909516, 0.47500000009313226,
+ 0.5000000004656613, 0.5200000004842877, 0.5400000005029142,
+ 0.5600000005215406, 0.5800000005401671, 0.6000000005587935
],
"Talent": [
- 0.060000000055879354, 0.06599999964237213, 0.07199999992735684,
- 0.07799999951384962, 0.08399999979883432, 0.09000000008381903,
- 0.09749999991618097, 0.1049999997485429, 0.11250000027939677,
- 0.12000000011175871, 0.12599999969825149, 0.1319999999832362,
- 0.13799999956972897, 0.14399999985471368, 0.1500000001396984
+ 0.6000000005587935, 0.6600000006146729, 0.7200000006705523,
+ 0.7800000007264316, 0.840000000782311, 0.9000000008381903,
+ 0.9750000005587935, 1.0500000000465661, 1.1249999997671694,
+ 1.2000000001862645, 1.2600000002421439, 1.3200000002980232,
+ 1.3800000003539026, 1.440000000409782, 1.5000000004656613
+ ],
+ "Talent_S": [
+ 0.0800000000745058, 0.08199999993667006, 0.08399999979883432,
+ 0.08599999966099858, 0.08799999952316284, 0.09000000008381903,
+ 0.09250000026077032, 0.09499999973922968, 0.09749999991618097,
+ 0.10000000009313226, 0.10199999995529652, 0.10399999981746078,
+ 0.10599999967962503, 0.1079999995417893, 0.11000000010244548
],
"Maze": [20],
"Ultra_Use": [140]
+ },
+ "1214": {
+ "Normal": [
+ 0.5000000004656613, 0.6000000005587935, 0.7000000006519258,
+ 0.8000000007450581, 0.9000000008381903, 1.0000000000931323,
+ 1.1000000000931323, 1.2000000001862645, 1.3000000002793968
+ ],
+ "BPSkill": [
+ 0.7000000006519258, 0.7700000007171184, 0.840000000782311,
+ 0.9100000008475035, 0.9800000009126961, 1.0500000000465661,
+ 1.1374999999534339, 1.2249999998603016, 1.3125000004656613,
+ 1.400000000372529, 1.4700000004377216, 1.5400000005029142,
+ 1.6100000005681068, 1.6800000006332994, 1.750000000698492
+ ],
+ "Ultra_A": [
+ 0.3600000003352761, 0.3840000000782311, 0.40799999982118607,
+ 0.43200000026263297, 0.45600000000558794, 0.48000000044703484,
+ 0.5100000004749745, 0.5400000005029142, 0.5700000005308539,
+ 0.6000000005587935, 0.6240000003017485, 0.6480000000447035,
+ 0.6720000004861504, 0.6960000002291054, 0.7200000006705523
+ ],
+ "Ultra": [
+ 1.5000000004656613, 1.6000000005587935, 1.7000000006519258,
+ 1.800000000745058, 1.9000000008381903, 2,
+ 2.1249999997671694, 2.2500000002328306, 2.375,
+ 2.5000000004656613, 2.6000000005587935, 2.700000000651926,
+ 2.800000000745058, 2.9000000008381903, 3
+ ],
+ "Talent": [
+ 0.45000000041909516, 0.4950000001117587, 0.5400000005029142,
+ 0.5850000001955777, 0.6300000005867332, 0.6750000002793968,
+ 0.7312500011175871, 0.7875000005587935, 0.8437500013969839,
+ 0.9000000008381903, 0.9450000005308539, 0.9900000009220093,
+ 1.0349999996833503, 1.0800000000745058, 1.1249999997671694
+ ],
+ "Maze": [20],
+ "Ultra_Use": [120]
}
}
diff --git a/starrail_damage_cal/damage/Excel/weapon_effect.json b/starrail_damage_cal/damage/Excel/weapon_effect.json
index c67aae6..ceb71fa 100644
--- a/starrail_damage_cal/damage/Excel/weapon_effect.json
+++ b/starrail_damage_cal/damage/Excel/weapon_effect.json
@@ -425,16 +425,16 @@
"23020": {
"Param": {
"CriticalDamageBase": [
- 0.060000000055879354, 0.07000000006519258, 0.0800000000745058,
- 0.09000000008381903, 0.10000000009313226
+ 0.0800000000745058, 0.09000000008381903, 0.10000000009313226,
+ 0.11000000010244548, 0.12000000011175871
],
"AllDamageAddedRatio": [
0.36000000022351742, 0.4200000002793968, 0.4800000003352761,
0.5400000003911555, 0.60000000044703484
],
"ignore_defence": [
- 0.1600000001490116, 0.18000000016763806, 0.20000000018626451,
- 0.22000000020489097, 0.24000000022351742
+ 0.24000000022351742, 0.2800000002607703, 0.3200000002980232,
+ 0.3600000003352761, 0.40000000037252903
]
}
},
@@ -518,12 +518,8 @@
"23019": {
"Param": {
"AllDamageAddedRatio": [
- 0.1500000001396984, 0.17499999981373549, 0.20000000018626451,
- 0.2249999998603016, 0.25000000023283064
- ],
- "ResistancePenetration": [
- 0.060000000055879354, 0.07000000006519258, 0.0800000000745058,
- 0.09000000008381903, 0.10000000009313226
+ 0.2400000000745058, 0.28000000009313226, 0.32000000011175871,
+ 0.36000000013038516, 0.4000000001490116
]
}
},
diff --git a/starrail_damage_cal/damage/Relic/Relic.py b/starrail_damage_cal/damage/Relic/Relic.py
index 29918db..778aced 100644
--- a/starrail_damage_cal/damage/Relic/Relic.py
+++ b/starrail_damage_cal/damage/Relic/Relic.py
@@ -371,7 +371,6 @@ class Relic114(BaseRelicSetSkill):
attribute_bonus["SpeedAddedRatio"] = speed_added_ratio + 0.12000000011175871
return attribute_bonus
-
class Relic115(BaseRelicSetSkill):
def __init__(self, set_id: int, count: int):
super().__init__(set_id, count)
@@ -383,7 +382,7 @@ class Relic115(BaseRelicSetSkill):
attribute_bonus: Dict[str, float],
):
"""追加攻击造成的伤害提高20%。"""
- """每次造成伤害时使装备者的攻击力提高6%, 最多叠加8次, 持续3回合。该效果在装备者下一次施放追加攻击时移除。"""
+ """每次造成伤害时使装备者的攻击力提高6%,最多叠加8次,持续3回合。该效果在装备者下一次施放追加攻击时移除。"""
logger.info("Relic114 check success")
return True
@@ -393,17 +392,12 @@ class Relic115(BaseRelicSetSkill):
attribute_bonus: Dict[str, float],
):
if self.pieces2:
- attribute_bonus["TalentDmgAdd"] = (
- attribute_bonus.get("TalentDmgAdd", 0) + 0.20000000011175871
- )
+ attribute_bonus["TalentDmgAdd"] = attribute_bonus.get("TalentDmgAdd", 0) + 0.20000000011175871
if self.pieces4 and await self.check(base_attr, attribute_bonus):
attack_added_ratio = attribute_bonus.get("AttackAddedRatio", 0)
- attribute_bonus["AttackAddedRatio"] = (
- attack_added_ratio + 0.06000000009313226 * 8
- )
+ attribute_bonus["AttackAddedRatio"] = attack_added_ratio + 0.06000000009313226 * 8
return attribute_bonus
-
class Relic116(BaseRelicSetSkill):
def __init__(self, set_id: int, count: int):
super().__init__(set_id, count)
@@ -414,7 +408,7 @@ class Relic116(BaseRelicSetSkill):
base_attr: Dict[str, float],
attribute_bonus: Dict[str, float],
):
- """敌方目标每承受1个持续伤害效果, 装备者对其造成伤害时就无视其6%的防御力, 最多计入3个持续伤害效果。"""
+ """敌方目标每承受1个持续伤害效果,装备者对其造成伤害时就无视其6%的防御力,最多计入3个持续伤害效果。"""
logger.info("Relic114 check success")
return True
@@ -428,7 +422,6 @@ class Relic116(BaseRelicSetSkill):
attribute_bonus["ignore_defence"] = ignore_defence + 0.06000000009313226 * 3
return attribute_bonus
-
class Relic301(BaseRelicSetSkill):
def __init__(self, set_id: int, count: int):
super().__init__(set_id, count)
@@ -718,7 +711,6 @@ class Relic310(BaseRelicSetSkill):
)
return attribute_bonus
-
class Relic311(BaseRelicSetSkill):
def __init__(self, set_id: int, count: int):
super().__init__(set_id, count)
@@ -728,7 +720,7 @@ class Relic311(BaseRelicSetSkill):
base_attr: Dict[str, float],
attribute_bonus: Dict[str, float],
):
- """当装备者的速度大于等于135/160时, 使装备者造成的伤害提高12%/18%。"""
+ """当装备者的速度大于等于135/160时,使装备者造成的伤害提高12%/18%。"""
merged_attr = await merge_attribute(base_attr, attribute_bonus)
if merged_attr["speed"] >= 135:
logger.info("Relic306 check success")
@@ -742,18 +734,14 @@ class Relic311(BaseRelicSetSkill):
):
if self.pieces2 and await self.check(base_attr, attribute_bonus):
merged_attr = await merge_attribute(base_attr, attribute_bonus)
- add_damage_base = 0
if merged_attr["speed"] >= 135:
add_damage_base = 0.12000000018626451
if merged_attr["speed"] >= 160:
add_damage_base = 0.18000000018626451
- attribute_bonus["AllDamageAddedRatio"] = (
- attribute_bonus.get("AllDamageAddedRatio", 0) + add_damage_base
- )
-
+ attribute_bonus["AllDamageAddedRatio"] = attribute_bonus.get("AllDamageAddedRatio", 0) + add_damage_base
+
return attribute_bonus
-
class Relic312(BaseRelicSetSkill):
def __init__(self, set_id: int, count: int):
super().__init__(set_id, count)
@@ -772,13 +760,10 @@ class Relic312(BaseRelicSetSkill):
attribute_bonus: Dict[str, float],
):
if self.pieces2 and await self.check(base_attr, attribute_bonus):
- attribute_bonus["AllDamageAddedRatio"] = (
- attribute_bonus.get("AllDamageAddedRatio", 0) + 0.10000000018626451
- )
-
+ attribute_bonus["AllDamageAddedRatio"] = attribute_bonus.get("AllDamageAddedRatio", 0) + 0.10000000018626451
+
return attribute_bonus
-
class RelicSet:
HEAD: SingleRelic
HAND: SingleRelic
diff --git a/starrail_damage_cal/damage/Role.py b/starrail_damage_cal/damage/Role.py
index 3297117..fb1598a 100644
--- a/starrail_damage_cal/damage/Role.py
+++ b/starrail_damage_cal/damage/Role.py
@@ -52,7 +52,6 @@ async def calculate_shield(
return [defence_num]
-
async def get_damage(
damege: int,
base_attr: Dict[str, float],
@@ -67,7 +66,7 @@ async def get_damage(
add_attr_bonus = apply_attribute_bonus(add_attr_bonus, skill_type, add_skill_type)
merged_attr = await merge_attribute(base_attr, add_attr_bonus)
-
+
injury_area, element_area = calculate_injury_area(
merged_attr,
skill_type,
@@ -81,21 +80,14 @@ async def get_damage(
expected_damage = calculate_expected_damage(critical_chance, critical_damage)
- damage_cd = damege * skill_multiplier * injury_area * critical_damage
-
- damage_qw = damege * skill_multiplier * injury_area * expected_damage
-
- damage_tz = (
- damege
- * skill_multiplier
- * (injury_area + 2.626)
- * (critical_damage + 1.794)
- * 10
- )
+ damage_cd = damege * skill_multiplier * injury_area
+
+ damage_qw = damege * skill_multiplier * injury_area
+
+ damage_tz = damege * skill_multiplier * (injury_area + 2.626) * 10
return [damage_cd, damage_qw, damage_tz]
-
async def break_damage(
base_attr: Dict[str, float],
attribute_bonus: Dict[str, float],
@@ -105,23 +97,23 @@ async def break_damage(
level: int,
):
break_element = {
- "Ice": 1,
- "Imaginary": 1,
- "Quantum": 1,
- "Thunder": 2,
- "Wind": 3,
- "Physical": 4,
- "Fire": 5,
+ 'Ice': 1,
+ 'Imaginary': 1,
+ 'Quantum': 1,
+ 'Thunder': 2,
+ 'Wind': 3,
+ 'Physical': 4,
+ 'Fire': 5,
}
-
+
add_attr_bonus = copy.deepcopy(attribute_bonus)
add_attr_bonus = apply_attribute_bonus(add_attr_bonus, skill_type, add_skill_type)
merged_attr = await merge_attribute(base_attr, add_attr_bonus)
-
- break_atk = 3767.55 # 80级敌人击破伤害基数, 我也不知道为什么是这个, 反正都说是这个
-
+
+ break_atk = 3767.55 #80级敌人击破伤害基数,我也不知道为什么是这个,反正都说是这个
+
damage_reduction = calculate_damage_reduction(level)
resistance_area = calculate_resistance_area(
@@ -132,25 +124,15 @@ async def break_damage(
)
defence_multiplier = calculate_defence_multiplier(level, merged_attr)
-
+
damage_ratio = calculate_damage_ratio(merged_attr, skill_type, add_skill_type)
-
+
break_damage = merged_attr.get("BreakDamageAddedRatioBase", 0) + 1
-
- damage_cd = (
- break_atk
- * break_element[element]
- * 2
- * break_damage
- * damage_ratio
- * damage_reduction
- * resistance_area
- * defence_multiplier
- )
+
+ damage_cd = break_atk * break_element[element] * 2 * break_damage * damage_ratio * damage_reduction * resistance_area * defence_multiplier
return [damage_cd]
-
async def calculate_damage(
base_attr: Dict[str, float],
attribute_bonus: Dict[str, float],
@@ -183,7 +165,7 @@ async def calculate_damage(
element,
)
- defence_multiplier = calculate_defence_multiplier(level, merged_attr)
+ defence_multiplier = calculate_defence_multiplier(level, merged_attr, skill_type, add_skill_type)
injury_area, element_area = calculate_injury_area(
merged_attr,
@@ -294,8 +276,17 @@ def calculate_resistance_area(
def calculate_defence_multiplier(
level: int,
merged_attr: Dict[str, float],
+ skill_type: str,
+ add_skill_type: str,
):
ignore_defence = merged_attr.get("ignore_defence", 0.0)
+ for attr in merged_attr:
+ skill_name = attr.split("ignore_defence")[0]
+ if "ignore_defence" in attr and skill_name in (
+ skill_type,
+ add_skill_type,
+ ):
+ ignore_defence += merged_attr[attr]
enemy_defence = (level * 10 + 200) * (1 - ignore_defence)
return (level * 10 + 200) / (level * 10 + 200 + enemy_defence)
diff --git a/starrail_damage_cal/damage/Weapon/Weapon.py b/starrail_damage_cal/damage/Weapon/Weapon.py
index c8e1b9d..bbe615a 100644
--- a/starrail_damage_cal/damage/Weapon/Weapon.py
+++ b/starrail_damage_cal/damage/Weapon/Weapon.py
@@ -2261,7 +2261,6 @@ class Mediation(BaseWeapon):
)
return attribute_bonus
-
# 纯粹思维的洗礼
class BaptismofPureThought(BaseWeapon):
weapon_base_attributes: Dict
@@ -2270,7 +2269,7 @@ class BaptismofPureThought(BaseWeapon):
super().__init__(weapon)
async def check(self):
- # 当装备者施放终结技后,使我方全体速度提高12点,持续1回合。
+ # 敌方目标每承受1个负面效果,装备者对其造成的暴击伤害额外提高8%,最多叠加3层。施放终结技攻击敌方目标时,使装备者获得【论辩】效果,造成的伤害提高36%,追加攻击无视目标24%的防御力,该效果持续2回合。
return True
async def weapon_ability(
@@ -2283,36 +2282,23 @@ class BaptismofPureThought(BaseWeapon):
critical_damage_base = attribute_bonus.get("CriticalDamageBase", 0)
attribute_bonus["CriticalDamageBase"] = (
critical_damage_base
- + (
- weapon_effect["23020"]["Param"]["CriticalDamageBase"][
- self.weapon_rank - 1
- ]
- )
+ + (weapon_effect["23020"]["Param"]["CriticalDamageBase"][self.weapon_rank - 1])
* 3
)
-
+
all_damage_added_ratio = attribute_bonus.get("AllDamageAddedRatio", 0)
attribute_bonus["AllDamageAddedRatio"] = (
all_damage_added_ratio
- + (
- weapon_effect["23020"]["Param"]["AllDamageAddedRatio"][
- self.weapon_rank - 1
- ]
- )
+ + (weapon_effect["23020"]["Param"]["AllDamageAddedRatio"][self.weapon_rank - 1])
)
-
- resistance_penetration = attribute_bonus.get("ignore_defence", 0)
- attribute_bonus["ignore_defence"] = (
+
+ resistance_penetration = attribute_bonus.get("Talentignore_defence", 0)
+ attribute_bonus["Talentignore_defence"] = (
resistance_penetration
- + (
- weapon_effect["23020"]["Param"]["ignore_defence"][
- self.weapon_rank - 1
- ]
- )
+ + (weapon_effect["23020"]["Param"]["ignore_defence"][self.weapon_rank - 1])
)
return attribute_bonus
-
# 镜中故我
class PastSelfinMirror(BaseWeapon):
weapon_base_attributes: Dict
@@ -2321,7 +2307,7 @@ class PastSelfinMirror(BaseWeapon):
super().__init__(weapon)
async def check(self):
- # 当装备者施放战技后, 使我方全体造成的伤害提高15%, 使处于加速状态的我方目标的全属性穿透提高6%, 持续3回合。
+ # 装备者施放终结技后,使我方全体造成的伤害提高40%,持续3回合
return True
async def weapon_ability(
@@ -2334,25 +2320,10 @@ class PastSelfinMirror(BaseWeapon):
all_damage_added_ratio = attribute_bonus.get("AllDamageAddedRatio", 0)
attribute_bonus["AllDamageAddedRatio"] = (
all_damage_added_ratio
- + (
- weapon_effect["23019"]["Param"]["AllDamageAddedRatio"][
- self.weapon_rank - 1
- ]
- )
- )
-
- resistance_penetration = attribute_bonus.get("ResistancePenetration", 0)
- attribute_bonus["ResistancePenetration"] = (
- resistance_penetration
- + (
- weapon_effect["23019"]["Param"]["ResistancePenetration"][
- self.weapon_rank - 1
- ]
- )
+ + (weapon_effect["23019"]["Param"]["AllDamageAddedRatio"][self.weapon_rank - 1])
)
return attribute_bonus
-
class Weapon:
@classmethod
def create(cls, weapon: DamageInstanceWeapon):
diff --git a/starrail_damage_cal/excel/AvatarPromotionConfig.json b/starrail_damage_cal/excel/AvatarPromotionConfig.json
index d5fc170..42cd5da 100644
--- a/starrail_damage_cal/excel/AvatarPromotionConfig.json
+++ b/starrail_damage_cal/excel/AvatarPromotionConfig.json
@@ -13570,337 +13570,6 @@
}
}
},
- "1303": {
- "0": {
- "AvatarID": 1303,
- "Promotion": 0,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 4000
- },
- {
- "ItemID": 113001,
- "ItemNum": 5
- }
- ],
- "MaxLevel": 20,
- "PlayerLevelRequire": 15,
- "AttackBase": {
- "Value": 89.76
- },
- "AttackAdd": {
- "Value": 4.488
- },
- "DefenceBase": {
- "Value": 66
- },
- "DefenceAdd": {
- "Value": 3.3
- },
- "HPBase": {
- "Value": 147.84
- },
- "HPAdd": {
- "Value": 7.392
- },
- "SpeedBase": {
- "Value": 104
- },
- "CriticalChance": {
- "Value": 0.05
- },
- "CriticalDamage": {
- "Value": 0.5
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "1": {
- "AvatarID": 1303,
- "Promotion": 1,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 8000
- },
- {
- "ItemID": 113001,
- "ItemNum": 10
- }
- ],
- "MaxLevel": 30,
- "WorldLevelRequire": 1,
- "AttackBase": {
- "Value": 125.664
- },
- "AttackAdd": {
- "Value": 4.488
- },
- "DefenceBase": {
- "Value": 92.4
- },
- "DefenceAdd": {
- "Value": 3.3
- },
- "HPBase": {
- "Value": 206.976
- },
- "HPAdd": {
- "Value": 7.392
- },
- "SpeedBase": {
- "Value": 104
- },
- "CriticalChance": {
- "Value": 0.05
- },
- "CriticalDamage": {
- "Value": 0.5
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "2": {
- "AvatarID": 1303,
- "Promotion": 2,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 16000
- },
- {
- "ItemID": 110413,
- "ItemNum": 3
- },
- {
- "ItemID": 113002,
- "ItemNum": 6
- }
- ],
- "MaxLevel": 40,
- "WorldLevelRequire": 2,
- "AttackBase": {
- "Value": 161.568
- },
- "AttackAdd": {
- "Value": 4.488
- },
- "DefenceBase": {
- "Value": 118.8
- },
- "DefenceAdd": {
- "Value": 3.3
- },
- "HPBase": {
- "Value": 266.112
- },
- "HPAdd": {
- "Value": 7.392
- },
- "SpeedBase": {
- "Value": 104
- },
- "CriticalChance": {
- "Value": 0.05
- },
- "CriticalDamage": {
- "Value": 0.5
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "3": {
- "AvatarID": 1303,
- "Promotion": 3,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 40000
- },
- {
- "ItemID": 110413,
- "ItemNum": 7
- },
- {
- "ItemID": 113002,
- "ItemNum": 9
- }
- ],
- "MaxLevel": 50,
- "WorldLevelRequire": 3,
- "AttackBase": {
- "Value": 197.472
- },
- "AttackAdd": {
- "Value": 4.488
- },
- "DefenceBase": {
- "Value": 145.2
- },
- "DefenceAdd": {
- "Value": 3.3
- },
- "HPBase": {
- "Value": 325.248
- },
- "HPAdd": {
- "Value": 7.392
- },
- "SpeedBase": {
- "Value": 104
- },
- "CriticalChance": {
- "Value": 0.05
- },
- "CriticalDamage": {
- "Value": 0.5
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "4": {
- "AvatarID": 1303,
- "Promotion": 4,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 80000
- },
- {
- "ItemID": 110413,
- "ItemNum": 20
- },
- {
- "ItemID": 113003,
- "ItemNum": 6
- }
- ],
- "MaxLevel": 60,
- "WorldLevelRequire": 4,
- "AttackBase": {
- "Value": 233.376
- },
- "AttackAdd": {
- "Value": 4.488
- },
- "DefenceBase": {
- "Value": 171.6
- },
- "DefenceAdd": {
- "Value": 3.3
- },
- "HPBase": {
- "Value": 384.384
- },
- "HPAdd": {
- "Value": 7.392
- },
- "SpeedBase": {
- "Value": 104
- },
- "CriticalChance": {
- "Value": 0.05
- },
- "CriticalDamage": {
- "Value": 0.5
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "5": {
- "AvatarID": 1303,
- "Promotion": 5,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 160000
- },
- {
- "ItemID": 110413,
- "ItemNum": 35
- },
- {
- "ItemID": 113003,
- "ItemNum": 9
- }
- ],
- "MaxLevel": 70,
- "WorldLevelRequire": 5,
- "AttackBase": {
- "Value": 269.28
- },
- "AttackAdd": {
- "Value": 4.488
- },
- "DefenceBase": {
- "Value": 198
- },
- "DefenceAdd": {
- "Value": 3.3
- },
- "HPBase": {
- "Value": 443.52
- },
- "HPAdd": {
- "Value": 7.392
- },
- "SpeedBase": {
- "Value": 104
- },
- "CriticalChance": {
- "Value": 0.05
- },
- "CriticalDamage": {
- "Value": 0.5
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "6": {
- "AvatarID": 1303,
- "Promotion": 6,
- "PromotionCostList": [],
- "MaxLevel": 80,
- "WorldLevelRequire": 5,
- "AttackBase": {
- "Value": 305.184
- },
- "AttackAdd": {
- "Value": 4.488
- },
- "DefenceBase": {
- "Value": 224.4
- },
- "DefenceAdd": {
- "Value": 3.3
- },
- "HPBase": {
- "Value": 502.656
- },
- "HPAdd": {
- "Value": 7.392
- },
- "SpeedBase": {
- "Value": 104
- },
- "CriticalChance": {
- "Value": 0.05
- },
- "CriticalDamage": {
- "Value": 0.5
- },
- "BaseAggro": {
- "Value": 100
- }
- }
- },
"1305": {
"0": {
"AvatarID": 1305,
@@ -13918,10 +13587,10 @@
"MaxLevel": 20,
"PlayerLevelRequire": 15,
"AttackBase": {
- "Value": 95.04
+ "Value": 105.6
},
"AttackAdd": {
- "Value": 4.752
+ "Value": 5.28
},
"DefenceBase": {
"Value": 62.7
@@ -13936,7 +13605,7 @@
"Value": 7.128
},
"SpeedBase": {
- "Value": 106
+ "Value": 103
},
"CriticalChance": {
"Value": 0.05
@@ -13964,10 +13633,10 @@
"MaxLevel": 30,
"WorldLevelRequire": 1,
"AttackBase": {
- "Value": 133.056
+ "Value": 147.84
},
"AttackAdd": {
- "Value": 4.752
+ "Value": 5.28
},
"DefenceBase": {
"Value": 87.78
@@ -13982,7 +13651,7 @@
"Value": 7.128
},
"SpeedBase": {
- "Value": 106
+ "Value": 103
},
"CriticalChance": {
"Value": 0.05
@@ -14014,10 +13683,10 @@
"MaxLevel": 40,
"WorldLevelRequire": 2,
"AttackBase": {
- "Value": 171.072
+ "Value": 190.08
},
"AttackAdd": {
- "Value": 4.752
+ "Value": 5.28
},
"DefenceBase": {
"Value": 112.86
@@ -14032,7 +13701,7 @@
"Value": 7.128
},
"SpeedBase": {
- "Value": 106
+ "Value": 103
},
"CriticalChance": {
"Value": 0.05
@@ -14064,10 +13733,10 @@
"MaxLevel": 50,
"WorldLevelRequire": 3,
"AttackBase": {
- "Value": 209.088
+ "Value": 232.32
},
"AttackAdd": {
- "Value": 4.752
+ "Value": 5.28
},
"DefenceBase": {
"Value": 137.94
@@ -14082,7 +13751,7 @@
"Value": 7.128
},
"SpeedBase": {
- "Value": 106
+ "Value": 103
},
"CriticalChance": {
"Value": 0.05
@@ -14114,10 +13783,10 @@
"MaxLevel": 60,
"WorldLevelRequire": 4,
"AttackBase": {
- "Value": 247.104
+ "Value": 274.56
},
"AttackAdd": {
- "Value": 4.752
+ "Value": 5.28
},
"DefenceBase": {
"Value": 163.02
@@ -14132,7 +13801,7 @@
"Value": 7.128
},
"SpeedBase": {
- "Value": 106
+ "Value": 103
},
"CriticalChance": {
"Value": 0.05
@@ -14164,10 +13833,10 @@
"MaxLevel": 70,
"WorldLevelRequire": 5,
"AttackBase": {
- "Value": 285.12
+ "Value": 316.8
},
"AttackAdd": {
- "Value": 4.752
+ "Value": 5.28
},
"DefenceBase": {
"Value": 188.1
@@ -14182,7 +13851,7 @@
"Value": 7.128
},
"SpeedBase": {
- "Value": 106
+ "Value": 103
},
"CriticalChance": {
"Value": 0.05
@@ -14201,10 +13870,10 @@
"MaxLevel": 80,
"WorldLevelRequire": 5,
"AttackBase": {
- "Value": 323.136
+ "Value": 359.04
},
"AttackAdd": {
- "Value": 4.752
+ "Value": 5.28
},
"DefenceBase": {
"Value": 213.18
@@ -14219,7 +13888,7 @@
"Value": 7.128
},
"SpeedBase": {
- "Value": 106
+ "Value": 103
},
"CriticalChance": {
"Value": 0.05
@@ -14562,5 +14231,336 @@
"Value": 125
}
}
+ },
+ "1303": {
+ "0": {
+ "AvatarID": 1303,
+ "Promotion": 0,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 4000
+ },
+ {
+ "ItemID": 113001,
+ "ItemNum": 5
+ }
+ ],
+ "MaxLevel": 20,
+ "PlayerLevelRequire": 15,
+ "AttackBase": {
+ "Value": 89.76
+ },
+ "AttackAdd": {
+ "Value": 4.488
+ },
+ "DefenceBase": {
+ "Value": 66
+ },
+ "DefenceAdd": {
+ "Value": 3.3
+ },
+ "HPBase": {
+ "Value": 147.84
+ },
+ "HPAdd": {
+ "Value": 7.392
+ },
+ "SpeedBase": {
+ "Value": 104
+ },
+ "CriticalChance": {
+ "Value": 0.05
+ },
+ "CriticalDamage": {
+ "Value": 0.5
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "1": {
+ "AvatarID": 1303,
+ "Promotion": 1,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 8000
+ },
+ {
+ "ItemID": 113001,
+ "ItemNum": 10
+ }
+ ],
+ "MaxLevel": 30,
+ "WorldLevelRequire": 1,
+ "AttackBase": {
+ "Value": 125.664
+ },
+ "AttackAdd": {
+ "Value": 4.488
+ },
+ "DefenceBase": {
+ "Value": 92.4
+ },
+ "DefenceAdd": {
+ "Value": 3.3
+ },
+ "HPBase": {
+ "Value": 206.976
+ },
+ "HPAdd": {
+ "Value": 7.392
+ },
+ "SpeedBase": {
+ "Value": 104
+ },
+ "CriticalChance": {
+ "Value": 0.05
+ },
+ "CriticalDamage": {
+ "Value": 0.5
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "2": {
+ "AvatarID": 1303,
+ "Promotion": 2,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 16000
+ },
+ {
+ "ItemID": 110413,
+ "ItemNum": 3
+ },
+ {
+ "ItemID": 113002,
+ "ItemNum": 6
+ }
+ ],
+ "MaxLevel": 40,
+ "WorldLevelRequire": 2,
+ "AttackBase": {
+ "Value": 161.568
+ },
+ "AttackAdd": {
+ "Value": 4.488
+ },
+ "DefenceBase": {
+ "Value": 118.8
+ },
+ "DefenceAdd": {
+ "Value": 3.3
+ },
+ "HPBase": {
+ "Value": 266.112
+ },
+ "HPAdd": {
+ "Value": 7.392
+ },
+ "SpeedBase": {
+ "Value": 104
+ },
+ "CriticalChance": {
+ "Value": 0.05
+ },
+ "CriticalDamage": {
+ "Value": 0.5
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "3": {
+ "AvatarID": 1303,
+ "Promotion": 3,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 40000
+ },
+ {
+ "ItemID": 110413,
+ "ItemNum": 7
+ },
+ {
+ "ItemID": 113002,
+ "ItemNum": 9
+ }
+ ],
+ "MaxLevel": 50,
+ "WorldLevelRequire": 3,
+ "AttackBase": {
+ "Value": 197.472
+ },
+ "AttackAdd": {
+ "Value": 4.488
+ },
+ "DefenceBase": {
+ "Value": 145.2
+ },
+ "DefenceAdd": {
+ "Value": 3.3
+ },
+ "HPBase": {
+ "Value": 325.248
+ },
+ "HPAdd": {
+ "Value": 7.392
+ },
+ "SpeedBase": {
+ "Value": 104
+ },
+ "CriticalChance": {
+ "Value": 0.05
+ },
+ "CriticalDamage": {
+ "Value": 0.5
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "4": {
+ "AvatarID": 1303,
+ "Promotion": 4,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 80000
+ },
+ {
+ "ItemID": 110413,
+ "ItemNum": 20
+ },
+ {
+ "ItemID": 113003,
+ "ItemNum": 6
+ }
+ ],
+ "MaxLevel": 60,
+ "WorldLevelRequire": 4,
+ "AttackBase": {
+ "Value": 233.376
+ },
+ "AttackAdd": {
+ "Value": 4.488
+ },
+ "DefenceBase": {
+ "Value": 171.6
+ },
+ "DefenceAdd": {
+ "Value": 3.3
+ },
+ "HPBase": {
+ "Value": 384.384
+ },
+ "HPAdd": {
+ "Value": 7.392
+ },
+ "SpeedBase": {
+ "Value": 104
+ },
+ "CriticalChance": {
+ "Value": 0.05
+ },
+ "CriticalDamage": {
+ "Value": 0.5
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "5": {
+ "AvatarID": 1303,
+ "Promotion": 5,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 160000
+ },
+ {
+ "ItemID": 110413,
+ "ItemNum": 35
+ },
+ {
+ "ItemID": 113003,
+ "ItemNum": 9
+ }
+ ],
+ "MaxLevel": 70,
+ "WorldLevelRequire": 5,
+ "AttackBase": {
+ "Value": 269.28
+ },
+ "AttackAdd": {
+ "Value": 4.488
+ },
+ "DefenceBase": {
+ "Value": 198
+ },
+ "DefenceAdd": {
+ "Value": 3.3
+ },
+ "HPBase": {
+ "Value": 443.52
+ },
+ "HPAdd": {
+ "Value": 7.392
+ },
+ "SpeedBase": {
+ "Value": 104
+ },
+ "CriticalChance": {
+ "Value": 0.05
+ },
+ "CriticalDamage": {
+ "Value": 0.5
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "6": {
+ "AvatarID": 1303,
+ "Promotion": 6,
+ "PromotionCostList": [],
+ "MaxLevel": 80,
+ "WorldLevelRequire": 5,
+ "AttackBase": {
+ "Value": 305.184
+ },
+ "AttackAdd": {
+ "Value": 4.488
+ },
+ "DefenceBase": {
+ "Value": 224.4
+ },
+ "DefenceAdd": {
+ "Value": 3.3
+ },
+ "HPBase": {
+ "Value": 502.656
+ },
+ "HPAdd": {
+ "Value": 7.392
+ },
+ "SpeedBase": {
+ "Value": 104
+ },
+ "CriticalChance": {
+ "Value": 0.05
+ },
+ "CriticalDamage": {
+ "Value": 0.5
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ }
}
}
\ No newline at end of file
diff --git a/starrail_damage_cal/excel/EquipmentPromotionConfig.json b/starrail_damage_cal/excel/EquipmentPromotionConfig.json
index 6ee447f..1c16d10 100644
--- a/starrail_damage_cal/excel/EquipmentPromotionConfig.json
+++ b/starrail_damage_cal/excel/EquipmentPromotionConfig.json
@@ -16579,25 +16579,25 @@
"ItemNum": 8
}
],
- "PlayerLevelRequire": 15,
"MaxLevel": 20,
- "BaseHP": {
- "Value": 57.60000000055879
- },
- "BaseHPAdd": {
- "Value": 8.640000000596046
- },
+ "PlayerLevelRequire": 15,
"BaseAttack": {
- "Value": 19.200000000186265
+ "Value": 19.2
},
"BaseAttackAdd": {
- "Value": 2.880000000819564
+ "Value": 2.88
},
"BaseDefence": {
"Value": 24
},
"BaseDefenceAdd": {
- "Value": 3.6000000005587935
+ "Value": 3.6
+ },
+ "BaseHP": {
+ "Value": 57.6
+ },
+ "BaseHPAdd": {
+ "Value": 8.64
}
},
"1": {
@@ -16617,25 +16617,25 @@
"ItemNum": 12
}
],
- "WorldLevelRequire": 1,
"MaxLevel": 30,
- "BaseHP": {
- "Value": 126.72000000067055
- },
- "BaseHPAdd": {
- "Value": 8.640000000596046
- },
+ "WorldLevelRequire": 1,
"BaseAttack": {
- "Value": 42.24000000022352
+ "Value": 42.24
},
"BaseAttackAdd": {
- "Value": 2.880000000819564
+ "Value": 2.88
},
"BaseDefence": {
- "Value": 52.80000000074506
+ "Value": 52.8
},
"BaseDefenceAdd": {
- "Value": 3.6000000005587935
+ "Value": 3.6
+ },
+ "BaseHP": {
+ "Value": 126.72
+ },
+ "BaseHPAdd": {
+ "Value": 8.64
}
},
"2": {
@@ -16655,25 +16655,25 @@
"ItemNum": 8
}
],
- "WorldLevelRequire": 2,
"MaxLevel": 40,
- "BaseHP": {
- "Value": 218.88000000081956
- },
- "BaseHPAdd": {
- "Value": 8.640000000596046
- },
+ "WorldLevelRequire": 2,
"BaseAttack": {
- "Value": 72.96000000089407
+ "Value": 72.96
},
"BaseAttackAdd": {
- "Value": 2.880000000819564
+ "Value": 2.88
},
"BaseDefence": {
- "Value": 91.20000000018626
+ "Value": 91.2
},
"BaseDefenceAdd": {
- "Value": 3.6000000005587935
+ "Value": 3.6
+ },
+ "BaseHP": {
+ "Value": 218.88
+ },
+ "BaseHPAdd": {
+ "Value": 8.64
}
},
"3": {
@@ -16693,25 +16693,25 @@
"ItemNum": 12
}
],
- "WorldLevelRequire": 3,
"MaxLevel": 50,
- "BaseHP": {
- "Value": 311.04000000003725
- },
- "BaseHPAdd": {
- "Value": 8.640000000596046
- },
+ "WorldLevelRequire": 3,
"BaseAttack": {
- "Value": 103.6800000006333
+ "Value": 103.68
},
"BaseAttackAdd": {
- "Value": 2.880000000819564
+ "Value": 2.88
},
"BaseDefence": {
- "Value": 129.6000000005588
+ "Value": 129.6
},
"BaseDefenceAdd": {
- "Value": 3.6000000005587935
+ "Value": 3.6
+ },
+ "BaseHP": {
+ "Value": 311.04
+ },
+ "BaseHPAdd": {
+ "Value": 8.64
}
},
"4": {
@@ -16731,25 +16731,25 @@
"ItemNum": 6
}
],
- "WorldLevelRequire": 4,
"MaxLevel": 60,
- "BaseHP": {
- "Value": 403.20000000018626
- },
- "BaseHPAdd": {
- "Value": 8.640000000596046
- },
+ "WorldLevelRequire": 4,
"BaseAttack": {
- "Value": 134.40000000037253
+ "Value": 134.4
},
"BaseAttackAdd": {
- "Value": 2.880000000819564
+ "Value": 2.88
},
"BaseDefence": {
"Value": 168
},
"BaseDefenceAdd": {
- "Value": 3.6000000005587935
+ "Value": 3.6
+ },
+ "BaseHP": {
+ "Value": 403.2
+ },
+ "BaseHPAdd": {
+ "Value": 8.64
}
},
"5": {
@@ -16769,50 +16769,50 @@
"ItemNum": 8
}
],
- "WorldLevelRequire": 5,
"MaxLevel": 70,
- "BaseHP": {
- "Value": 495.3600000003353
- },
- "BaseHPAdd": {
- "Value": 8.640000000596046
- },
+ "WorldLevelRequire": 5,
"BaseAttack": {
- "Value": 165.12000000011176
+ "Value": 165.12
},
"BaseAttackAdd": {
- "Value": 2.880000000819564
+ "Value": 2.88
},
"BaseDefence": {
- "Value": 206.40000000037253
+ "Value": 206.4
},
"BaseDefenceAdd": {
- "Value": 3.6000000005587935
+ "Value": 3.6
+ },
+ "BaseHP": {
+ "Value": 495.36
+ },
+ "BaseHPAdd": {
+ "Value": 8.64
}
},
"6": {
"EquipmentID": 23011,
"Promotion": 6,
"PromotionCostList": [],
- "WorldLevelRequire": 5,
"MaxLevel": 80,
- "BaseHP": {
- "Value": 587.5200000004843
- },
- "BaseHPAdd": {
- "Value": 8.640000000596046
- },
+ "WorldLevelRequire": 5,
"BaseAttack": {
- "Value": 195.8400000007823
+ "Value": 195.84
},
"BaseAttackAdd": {
- "Value": 2.880000000819564
+ "Value": 2.88
},
"BaseDefence": {
- "Value": 244.80000000074506
+ "Value": 244.8
},
"BaseDefenceAdd": {
- "Value": 3.6000000005587935
+ "Value": 3.6
+ },
+ "BaseHP": {
+ "Value": 587.52
+ },
+ "BaseHPAdd": {
+ "Value": 8.64
}
}
},
diff --git a/starrail_damage_cal/excel/light_cone_ranks.json b/starrail_damage_cal/excel/light_cone_ranks.json
index 0a97b5a..eda633f 100644
--- a/starrail_damage_cal/excel/light_cone_ranks.json
+++ b/starrail_damage_cal/excel/light_cone_ranks.json
@@ -3208,7 +3208,7 @@
"23011": {
"id": "23011",
"skill": "视界",
- "desc": "使装备者的生命上限提高#1[i]%,能量恢复效率提高#4[i]%。当装备者的生命值降低时,使我方全体造成的伤害提高#2[f1]%,持续#5[i]回合。\n每个波次开始时,为我方全体回复等同于各自已损失生命值#3[i]%的生命值。",
+ "desc": "使装备者的生命上限提高#1[i]%,能量恢复效率提高#4[i]%。当装备者的生命值降低时,使我方全体造成的伤害提高#2[f1]%,持续#5[i]回合。\\n每个波次开始时,为我方全体回复等同于各自已损失生命值#3[i]%的生命值。",
"params": [
[
0.24,
@@ -3254,7 +3254,7 @@
},
{
"type": "SPRatioBase",
- "value": 0.12
+ "value": 0.09
}
],
[
@@ -3264,7 +3264,7 @@
},
{
"type": "SPRatioBase",
- "value": 0.14
+ "value": 0.105
}
],
[
@@ -3274,7 +3274,7 @@
},
{
"type": "SPRatioBase",
- "value": 0.16
+ "value": 0.12
}
],
[
@@ -3284,7 +3284,7 @@
},
{
"type": "SPRatioBase",
- "value": 0.18
+ "value": 0.135
}
],
[
@@ -3294,7 +3294,7 @@
},
{
"type": "SPRatioBase",
- "value": 0.2
+ "value": 0.15
}
]
]
@@ -4041,45 +4041,75 @@
"23019": {
"id": "23019",
"skill": "彻骨梅香",
- "desc": "每个波次开始时,装备者立即恢复#1[i]点能量。当装备者施放战技后,使我方全体造成的伤害提高#2[i]%,使处于加速状态的我方目标的全属性穿透提高#3[i]%,持续#4[i]回合。",
+ "desc": "使装备者击破特攻提高#1[i]%。装备者施放终结技后,使我方全体造成的伤害提高#2[i]%,持续#3[i]回合,并且若装备者击破特攻大于等于#4[i]%,则恢复1个战技点。\\n每个波次开始时,我方全体立即恢复#5[f1]点能量,同类技能无法重复生效。",
"params": [
[
- 10,
- 0.15,
- 0.06,
- 3
+ 0.6,
+ 0.24,
+ 3,
+ 1.5,
+ 10
],
[
- 12.5,
- 0.175,
- 0.07,
- 3
+ 0.7,
+ 0.28,
+ 3,
+ 1.5,
+ 12.5
],
[
- 15,
- 0.2,
- 0.08,
- 3
+ 0.8,
+ 0.32,
+ 3,
+ 1.5,
+ 15
],
[
- 17.5,
- 0.225,
- 0.09,
- 3
+ 0.9,
+ 0.36,
+ 3,
+ 1.5,
+ 17.5
],
[
- 20,
- 0.25,
- 0.1,
- 3
+ 1,
+ 0.4,
+ 3,
+ 1.5,
+ 20
]
],
"properties": [
- [],
- [],
- [],
- [],
- []
+ [
+ {
+ "type": "BreakDamageAddedRatioBase",
+ "value": 0.6
+ }
+ ],
+ [
+ {
+ "type": "BreakDamageAddedRatioBase",
+ "value": 0.7
+ }
+ ],
+ [
+ {
+ "type": "BreakDamageAddedRatioBase",
+ "value": 0.8
+ }
+ ],
+ [
+ {
+ "type": "BreakDamageAddedRatioBase",
+ "value": 0.9
+ }
+ ],
+ [
+ {
+ "type": "BreakDamageAddedRatioBase",
+ "value": 1
+ }
+ ]
]
},
"23020": {
@@ -4089,42 +4119,42 @@
"params": [
[
0.2,
- 0.06,
- 3,
- 0.36,
- 0.2,
- 2
- ],
- [
- 0.23,
- 0.07,
- 3,
- 0.42,
- 0.23,
- 2
- ],
- [
- 0.26,
0.08,
3,
- 0.48,
- 0.26,
+ 0.36,
+ 0.24,
2
],
[
- 0.29,
+ 0.23,
0.09,
3,
- 0.54,
+ 0.42,
+ 0.28,
+ 2
+ ],
+ [
+ 0.26,
+ 0.1,
+ 3,
+ 0.48,
+ 0.32,
+ 2
+ ],
+ [
0.29,
+ 0.11,
+ 3,
+ 0.54,
+ 0.36,
2
],
[
0.32,
- 0.1,
+ 0.12,
3,
0.6,
- 0.32,
+ 0.4,
2
]
],
diff --git a/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_1.4.0.json b/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_1.4.0.json
deleted file mode 100644
index ae367a2..0000000
--- a/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_1.4.0.json
+++ /dev/null
@@ -1,2173 +0,0 @@
-{
- "20000": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20001": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20002": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20003": {
- "1": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "2": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "3": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "5": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ]
- },
- "20004": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20005": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20006": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20007": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20008": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20009": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20010": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20011": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20012": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20013": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20014": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20015": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20016": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20017": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20018": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20019": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "20020": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21000": {
- "1": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.0800000000745058
- }
- }
- ],
- "2": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.10000000009313226
- }
- }
- ],
- "3": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.12000000011175871
- }
- }
- ],
- "4": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.14000000013038516
- }
- }
- ],
- "5": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ]
- },
- "21001": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21002": {
- "1": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "2": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.18000000016763806
- }
- }
- ],
- "3": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "4": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.22000000020489097
- }
- }
- ],
- "5": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ]
- },
- "21003": {
- "1": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "2": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "3": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "5": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ]
- },
- "21004": {
- "1": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "2": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.3500000003259629
- }
- }
- ],
- "3": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.4200000003911555
- }
- }
- ],
- "4": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.49000000045634806
- }
- }
- ],
- "5": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.5600000005215406
- }
- }
- ]
- },
- "21005": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21006": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21007": {
- "1": [
- {
- "PropertyType": "HealRatioBase",
- "Value": {
- "Value": 0.10000000009313226
- }
- }
- ],
- "2": [
- {
- "PropertyType": "HealRatioBase",
- "Value": {
- "Value": 0.12499999976716936
- }
- }
- ],
- "3": [
- {
- "PropertyType": "HealRatioBase",
- "Value": {
- "Value": 0.1500000001396984
- }
- }
- ],
- "4": [
- {
- "PropertyType": "HealRatioBase",
- "Value": {
- "Value": 0.17499999981373549
- }
- }
- ],
- "5": [
- {
- "PropertyType": "HealRatioBase",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ]
- },
- "21008": {
- "1": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "2": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.25000000023283064
- }
- }
- ],
- "3": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.3000000002793968
- }
- }
- ],
- "4": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.3500000003259629
- }
- }
- ],
- "5": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.40000000037252903
- }
- }
- ]
- },
- "21009": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21010": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21011": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21012": {
- "1": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "2": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.25000000023283064
- }
- }
- ],
- "3": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.3000000002793968
- }
- }
- ],
- "4": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.3500000003259629
- }
- }
- ],
- "5": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.40000000037252903
- }
- }
- ]
- },
- "21013": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21014": {
- "1": [
- {
- "PropertyType": "StatusResistanceBase",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "2": [
- {
- "PropertyType": "StatusResistanceBase",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "3": [
- {
- "PropertyType": "StatusResistanceBase",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "StatusResistanceBase",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "5": [
- {
- "PropertyType": "StatusResistanceBase",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ]
- },
- "21015": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21016": {
- "1": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "2": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "3": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "5": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ]
- },
- "21017": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21018": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21019": {
- "1": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "2": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "3": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "5": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ]
- },
- "21020": {
- "1": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "2": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "3": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "5": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ]
- },
- "21021": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21022": {
- "1": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "2": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "3": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "5": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ]
- },
- "21023": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21024": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21026": {
- "1": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.10000000009313226
- }
- }
- ],
- "2": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.12499999976716936
- }
- }
- ],
- "3": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.1500000001396984
- }
- }
- ],
- "4": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.17499999981373549
- }
- }
- ],
- "5": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ]
- },
- "21027": {
- "1": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.12000000011175871
- }
- }
- ],
- "2": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.1500000001396984
- }
- }
- ],
- "3": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.18000000016763806
- }
- }
- ],
- "4": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.21000000019557774
- }
- }
- ],
- "5": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ]
- },
- "21028": {
- "1": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "2": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "3": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "5": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ]
- },
- "21029": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21030": {
- "1": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "2": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "3": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "5": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ]
- },
- "21031": {
- "1": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.12000000011175871
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.1500000001396984
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.18000000016763806
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.21000000019557774
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ]
- },
- "21032": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "21033": {
- "1": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "2": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.3000000002793968
- }
- }
- ],
- "3": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.3600000003352761
- }
- }
- ],
- "4": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.4200000003911555
- }
- }
- ],
- "5": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.48000000044703484
- }
- }
- ]
- },
- "21034": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "22000": {
- "1": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "2": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.25000000023283064
- }
- }
- ],
- "3": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.3000000002793968
- }
- }
- ],
- "4": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.3500000003259629
- }
- }
- ],
- "5": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.40000000037252903
- }
- }
- ]
- },
- "23000": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "23001": {
- "1": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.18000000016763806
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.21000000019557774
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.2700000002514571
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.3000000002793968
- }
- }
- ]
- },
- "23002": {
- "1": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "2": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "3": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ],
- "4": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.3600000003352761
- }
- }
- ],
- "5": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.40000000037252903
- }
- }
- ]
- },
- "23003": {
- "1": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.10000000009313226
- }
- }
- ],
- "2": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.12000000011175871
- }
- }
- ],
- "3": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.14000000013038516
- }
- }
- ],
- "4": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "5": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.18000000016763806
- }
- }
- ]
- },
- "23004": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "23005": {
- "1": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- },
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "2": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- },
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "3": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- },
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ],
- "4": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.3600000003352761
- }
- },
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.3600000003352761
- }
- }
- ],
- "5": [
- {
- "PropertyType": "DefenceAddedRatio",
- "Value": {
- "Value": 0.40000000037252903
- }
- },
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.40000000037252903
- }
- }
- ]
- },
- "23006": {
- "1": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "2": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "3": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ],
- "4": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.3600000003352761
- }
- }
- ],
- "5": [
- {
- "PropertyType": "AllDamageTypeAddedRatio",
- "Value": {
- "Value": 0.40000000037252903
- }
- }
- ]
- },
- "23007": {
- "1": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "2": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "3": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ],
- "4": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.3600000003352761
- }
- }
- ],
- "5": [
- {
- "PropertyType": "StatusProbabilityBase",
- "Value": {
- "Value": 0.40000000037252903
- }
- }
- ]
- },
- "23008": {
- "1": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "2": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- }
- ],
- "3": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ],
- "4": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.3600000003352761
- }
- }
- ],
- "5": [
- {
- "PropertyType": "AttackAddedRatio",
- "Value": {
- "Value": 0.40000000037252903
- }
- }
- ]
- },
- "23009": {
- "1": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.18000000016763806
- }
- },
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.18000000016763806
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.21000000019557774
- }
- },
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.21000000019557774
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.24000000022351742
- }
- },
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.2700000002514571
- }
- },
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.2700000002514571
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.3000000002793968
- }
- },
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.3000000002793968
- }
- }
- ]
- },
- "23010": {
- "1": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.3600000003352761
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.4200000003911555
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.48000000044703484
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.5400000005029142
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.6000000005587935
- }
- }
- ]
- },
- "23011": {
- "1": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- },
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.12000000011175871
- }
- }
- ],
- "2": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.2800000002607703
- }
- },
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.14000000013038516
- }
- }
- ],
- "3": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.3200000002980232
- }
- },
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "4": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.3600000003352761
- }
- },
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.18000000016763806
- }
- }
- ],
- "5": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.40000000037252903
- }
- },
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ]
- },
- "23012": {
- "1": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.3000000002793968
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.3500000003259629
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.40000000037252903
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.45000000041909516
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.5000000004656613
- }
- }
- ]
- },
- "23013": {
- "1": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.18000000016763806
- }
- },
- {
- "PropertyType": "HealRatioBase",
- "Value": {
- "Value": 0.12000000011175871
- }
- }
- ],
- "2": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.21000000019557774
- }
- },
- {
- "PropertyType": "HealRatioBase",
- "Value": {
- "Value": 0.14000000013038516
- }
- }
- ],
- "3": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.24000000022351742
- }
- },
- {
- "PropertyType": "HealRatioBase",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ],
- "4": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.2700000002514571
- }
- },
- {
- "PropertyType": "HealRatioBase",
- "Value": {
- "Value": 0.18000000016763806
- }
- }
- ],
- "5": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.3000000002793968
- }
- },
- {
- "PropertyType": "HealRatioBase",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ]
- },
- "23014": {
- "1": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.2300000002142042
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.26000000024214387
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.29000000027008355
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.3200000002980232
- }
- }
- ]
- },
- "23015": {
- "1": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.18000000016763806
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.21000000019557774
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.2700000002514571
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.3000000002793968
- }
- }
- ]
- },
- "23016": {
- "1": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.18000000016763806
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.21000000019557774
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.24000000022351742
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.2700000002514571
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.3000000002793968
- }
- }
- ]
- },
- "24000": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "24001": {
- "1": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.0800000000745058
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.10000000009313226
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.12000000011175871
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.14000000013038516
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalChanceBase",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ]
- },
- "24002": {
- "1": [
- {
- "PropertyType": "StatusResistanceBase",
- "Value": {
- "Value": 0.0800000000745058
- }
- }
- ],
- "2": [
- {
- "PropertyType": "StatusResistanceBase",
- "Value": {
- "Value": 0.10000000009313226
- }
- }
- ],
- "3": [
- {
- "PropertyType": "StatusResistanceBase",
- "Value": {
- "Value": 0.12000000011175871
- }
- }
- ],
- "4": [
- {
- "PropertyType": "StatusResistanceBase",
- "Value": {
- "Value": 0.14000000013038516
- }
- }
- ],
- "5": [
- {
- "PropertyType": "StatusResistanceBase",
- "Value": {
- "Value": 0.1600000001490116
- }
- }
- ]
- },
- "21025": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- },
- "24003": {
- "1": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.20000000018626451
- }
- }
- ],
- "2": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.25000000023283064
- }
- }
- ],
- "3": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.3000000002793968
- }
- }
- ],
- "4": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.3500000003259629
- }
- }
- ],
- "5": [
- {
- "PropertyType": "BreakDamageAddedRatioBase",
- "Value": {
- "Value": 0.40000000037252903
- }
- }
- ]
- },
- "23018": {
- "1": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.36
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.42
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.48
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.54
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.6
- }
- }
- ]
- },
- "23017": {
- "1": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.12
- }
- }
- ],
- "2": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.14
- }
- }
- ],
- "3": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.16
- }
- }
- ],
- "4": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.18
- }
- }
- ],
- "5": [
- {
- "PropertyType": "SPRatioBase",
- "Value": {
- "Value": 0.2
- }
- }
- ]
- },
- "22001": {
- "1": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.08
- }
- }
- ],
- "2": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.09
- }
- }
- ],
- "3": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.1
- }
- }
- ],
- "4": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.11
- }
- }
- ],
- "5": [
- {
- "PropertyType": "HPAddedRatio",
- "Value": {
- "Value": 0.12
- }
- }
- ]
- },
- "23020": {
- "1": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.2
- }
- }
- ],
- "2": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.23
- }
- }
- ],
- "3": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.26
- }
- }
- ],
- "4": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.29
- }
- }
- ],
- "5": [
- {
- "PropertyType": "CriticalDamageBase",
- "Value": {
- "Value": 0.32
- }
- }
- ]
- },
- "23019": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
- }
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_1.5.0.json b/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_1.5.0.json
index 472b4e6..373f8e0 100644
--- a/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_1.5.0.json
@@ -1506,13 +1506,13 @@
{
"PropertyType": "HPAddedRatio",
"Value": {
- "Value": 0.24000000022351742
+ "Value": 0.24
}
},
{
"PropertyType": "SPRatioBase",
"Value": {
- "Value": 0.12000000011175871
+ "Value": 0.09
}
}
],
@@ -1520,13 +1520,13 @@
{
"PropertyType": "HPAddedRatio",
"Value": {
- "Value": 0.2800000002607703
+ "Value": 0.28
}
},
{
"PropertyType": "SPRatioBase",
"Value": {
- "Value": 0.14000000013038516
+ "Value": 0.105
}
}
],
@@ -1534,13 +1534,13 @@
{
"PropertyType": "HPAddedRatio",
"Value": {
- "Value": 0.3200000002980232
+ "Value": 0.32
}
},
{
"PropertyType": "SPRatioBase",
"Value": {
- "Value": 0.1600000001490116
+ "Value": 0.12
}
}
],
@@ -1548,13 +1548,13 @@
{
"PropertyType": "HPAddedRatio",
"Value": {
- "Value": 0.3600000003352761
+ "Value": 0.36
}
},
{
"PropertyType": "SPRatioBase",
"Value": {
- "Value": 0.18000000016763806
+ "Value": 0.135
}
}
],
@@ -1562,13 +1562,13 @@
{
"PropertyType": "HPAddedRatio",
"Value": {
- "Value": 0.40000000037252903
+ "Value": 0.4
}
},
{
"PropertyType": "SPRatioBase",
"Value": {
- "Value": 0.20000000018626451
+ "Value": 0.15
}
}
]
@@ -2122,11 +2122,46 @@
]
},
"23019": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": []
+ "1": [
+ {
+ "PropertyType": "BreakDamageAddedRatioBase",
+ "Value": {
+ "Value": 0.6
+ }
+ }
+ ],
+ "2": [
+ {
+ "PropertyType": "BreakDamageAddedRatioBase",
+ "Value": {
+ "Value": 0.7
+ }
+ }
+ ],
+ "3": [
+ {
+ "PropertyType": "BreakDamageAddedRatioBase",
+ "Value": {
+ "Value": 0.8
+ }
+ }
+ ],
+ "4": [
+ {
+ "PropertyType": "BreakDamageAddedRatioBase",
+ "Value": {
+ "Value": 0.9
+ }
+ }
+ ],
+ "5": [
+ {
+ "PropertyType": "BreakDamageAddedRatioBase",
+ "Value": {
+ "Value": 1
+ }
+ }
+ ]
},
"23020": {
"1": [
diff --git a/starrail_damage_cal/map/data/EquipmentID2EnName_mapping_1.4.0.json b/starrail_damage_cal/map/data/EquipmentID2EnName_mapping_1.4.0.json
deleted file mode 100644
index c5f2508..0000000
--- a/starrail_damage_cal/map/data/EquipmentID2EnName_mapping_1.4.0.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "20000": "Arrows",
- "20001": "Cornucopia",
- "20002": "CollapsingSky",
- "20003": "Amber",
- "20004": "Void",
- "20005": "Chorus",
- "20006": "DataBank",
- "20007": "DartingArrow",
- "20008": "FineFruit",
- "20009": "ShatteredHome",
- "20010": "Defense",
- "20011": "Loop",
- "20012": "MeshingCogs",
- "20013": "Passkey",
- "20014": "Adversarial",
- "20015": "Multiplication",
- "20016": "MutualDemise",
- "20017": "Pioneering",
- "20018": "HiddenShadow",
- "20019": "Mediation",
- "20020": "Sagacity",
- "21000": "Post-OpConversation",
- "21001": "GoodNightandSleepWell",
- "21002": "DayOneofMyNewLife",
- "21003": "OnlySilenceRemains",
- "21004": "MemoriesofthePast",
- "21005": "TheMolesWelcomeYou",
- "21006": "TheBirthoftheSelf",
- "21007": "SharedFeeling",
- "21008": "EyesofthePrey",
- "21009": "Landau'sChoice",
- "21010": "Swordplay",
- "21011": "PlanetaryRendezvous",
- "21012": "ASecretVow",
- "21013": "MaketheWorldClamor",
- "21014": "PerfectTiming",
- "21015": "ResolutionShinesAsPearlsofSweat",
- "21016": "TrendoftheUniversalMarket",
- "21017": "SubscribeforMore!",
- "21018": "Dance!Dance!Dance!",
- "21019": "UndertheBlueSky",
- "21020": "Geniuses'Repose",
- "21021": "QuidProQuo",
- "21022": "Fermata",
- "21023": "WeAreWildfire",
- "21024": "RiverFlowsinSpring",
- "21026": "Woof!WalkTime!",
- "21027": "TheSeriousnessofBreakfast",
- "21028": "WarmthShortensColdNights",
- "21029": "WeWillMeetAgain",
- "21030": "ThisIsMe!",
- "21031": "ReturntoDarkness",
- "21032": "CarvetheMoon,WeavetheClouds",
- "21033": "NowheretoRun",
- "21034": "TodayIsAnotherPeacefulDay",
- "22000": "BeforetheTutorialMissionStarts",
- "23000": "NightontheMilkyWay",
- "23001": "IntheNight",
- "23002": "SomethingIrreplaceable",
- "23003": "ButtheBattleIsn'tOver",
- "23004": "IntheNameoftheWorld",
- "23005": "MomentofVictory",
- "23006": "PatienceIsAllYouNeed",
- "23007": "IncessantRain",
- "23008": "EchoesoftheCoffin",
- "23009": "TheUnreachableSide",
- "23010": "BeforeDawn",
- "23011": "SheAlreadyShutHerEyes",
- "23012": "SleepLiketheDead",
- "23013": "TimeWaitsforNoOne",
- "23014": "IShallBeMyOwnSword",
- "23015": "BrighterThantheSun",
- "23016": "Worrisome,Blissful",
- "24000": "OntheFallofanAeon",
- "24001": "CruisingintheStellarSea",
- "24002": "TextureofMemories",
- "21025": "PastandFuture",
- "24003": "SolitaryHealing",
- "23018": "AnInstanceForeverCherished",
- "23017": "NightofFright",
- "22001": "Hey,OverHere",
- "23020": "BaptismofPureThought",
- "23019": "PastSelfinMirror"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/EquipmentID2Name_mapping_1.4.0.json b/starrail_damage_cal/map/data/EquipmentID2Name_mapping_1.4.0.json
deleted file mode 100644
index f91716b..0000000
--- a/starrail_damage_cal/map/data/EquipmentID2Name_mapping_1.4.0.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "20000": "锋镝",
- "20001": "物穰",
- "20002": "天倾",
- "20003": "琥珀",
- "20004": "幽邃",
- "20005": "齐颂",
- "20006": "智库",
- "20007": "离弦",
- "20008": "嘉果",
- "20009": "乐圮",
- "20010": "戍御",
- "20011": "渊环",
- "20012": "轮契",
- "20013": "灵钥",
- "20014": "相抗",
- "20015": "蕃息",
- "20016": "俱殁",
- "20017": "开疆",
- "20018": "匿影",
- "20019": "调和",
- "20020": "睿见",
- "21000": "一场术后对话",
- "21001": "晚安与睡颜",
- "21002": "余生的第一天",
- "21003": "唯有沉默",
- "21004": "记忆中的模样",
- "21005": "鼹鼠党欢迎你",
- "21006": "「我」的诞生",
- "21007": "同一种心情",
- "21008": "猎物的视线",
- "21009": "朗道的选择",
- "21010": "论剑",
- "21011": "与行星相会",
- "21012": "秘密誓心",
- "21013": "别让世界静下来",
- "21014": "此时恰好",
- "21015": "决心如汗珠般闪耀",
- "21016": "宇宙市场趋势",
- "21017": "点个关注吧!",
- "21018": "舞!舞!舞!",
- "21019": "在蓝天下",
- "21020": "天才们的休憩",
- "21021": "等价交换",
- "21022": "延长记号",
- "21023": "我们是地火",
- "21024": "春水初生",
- "21026": "汪!散步时间!",
- "21027": "早餐的仪式感",
- "21028": "暖夜不会漫长",
- "21029": "后会有期",
- "21030": "这就是我啦!",
- "21031": "重返幽冥",
- "21032": "镂月裁云之意",
- "21033": "无处可逃",
- "21034": "今日亦是和平的一日",
- "22000": "新手任务开始前",
- "23000": "银河铁道之夜",
- "23001": "于夜色中",
- "23002": "无可取代的东西",
- "23003": "但战斗还未结束",
- "23004": "以世界之名",
- "23005": "制胜的瞬间",
- "23006": "只需等待",
- "23007": "雨一直下",
- "23008": "棺的回响",
- "23009": "到不了的彼岸",
- "23010": "拂晓之前",
- "23011": "她已闭上双眼",
- "23012": "如泥酣眠",
- "23013": "时节不居",
- "23014": "此身为剑",
- "23015": "比阳光更明亮的",
- "23016": "烦恼着,幸福着",
- "24000": "记一位星神的陨落",
- "24001": "星海巡航",
- "24002": "记忆的质料",
- "21025": "过往未来",
- "24003": "孤独的疗愈",
- "23018": "片刻,留在眼底",
- "23017": "惊魂夜",
- "22001": "嘿,我在这儿",
- "23020": "纯粹思维的洗礼",
- "23019": "镜中故我"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/EquipmentID2Rarity_mapping_1.4.0.json b/starrail_damage_cal/map/data/EquipmentID2Rarity_mapping_1.4.0.json
deleted file mode 100644
index 18bd41e..0000000
--- a/starrail_damage_cal/map/data/EquipmentID2Rarity_mapping_1.4.0.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "20000": 3,
- "20001": 3,
- "20002": 3,
- "20003": 3,
- "20004": 3,
- "20005": 3,
- "20006": 3,
- "20007": 3,
- "20008": 3,
- "20009": 3,
- "20010": 3,
- "20011": 3,
- "20012": 3,
- "20013": 3,
- "20014": 3,
- "20015": 3,
- "20016": 3,
- "20017": 3,
- "20018": 3,
- "20019": 3,
- "20020": 3,
- "21000": 4,
- "21001": 4,
- "21002": 4,
- "21003": 4,
- "21004": 4,
- "21005": 4,
- "21006": 4,
- "21007": 4,
- "21008": 4,
- "21009": 4,
- "21010": 4,
- "21011": 4,
- "21012": 4,
- "21013": 4,
- "21014": 4,
- "21015": 4,
- "21016": 4,
- "21017": 4,
- "21018": 4,
- "21019": 4,
- "21020": 4,
- "21021": 4,
- "21022": 4,
- "21023": 4,
- "21024": 4,
- "21025": 4,
- "21026": 4,
- "21027": 4,
- "21028": 4,
- "21029": 4,
- "21030": 4,
- "21031": 4,
- "21032": 4,
- "21033": 4,
- "21034": 4,
- "22000": 4,
- "23000": 5,
- "23001": 5,
- "23002": 5,
- "23003": 5,
- "23004": 5,
- "23005": 5,
- "23006": 5,
- "23007": 5,
- "23008": 5,
- "23009": 5,
- "23010": 5,
- "23011": 5,
- "23012": 5,
- "23013": 5,
- "23014": 5,
- "23015": 5,
- "23016": 5,
- "24000": 5,
- "24001": 5,
- "24002": 5,
- "24003": 5,
- "23018": 5,
- "23017": 5,
- "22001": 4,
- "23020": 5,
- "23019": 5
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/ItemId2Name_mapping_1.4.0.json b/starrail_damage_cal/map/data/ItemId2Name_mapping_1.4.0.json
deleted file mode 100644
index 507b600..0000000
--- a/starrail_damage_cal/map/data/ItemId2Name_mapping_1.4.0.json
+++ /dev/null
@@ -1,360 +0,0 @@
-{
- "31011": "过客的逢春木簪",
- "41011": "过客的逢春木簪",
- "51011": "过客的逢春木簪",
- "61011": "过客的逢春木簪",
- "31012": "过客的游龙臂鞲",
- "41012": "过客的游龙臂鞲",
- "51012": "过客的游龙臂鞲",
- "61012": "过客的游龙臂鞲",
- "31013": "过客的残绣风衣",
- "41013": "过客的残绣风衣",
- "51013": "过客的残绣风衣",
- "61013": "过客的残绣风衣",
- "31014": "过客的冥途游履",
- "41014": "过客的冥途游履",
- "51014": "过客的冥途游履",
- "61014": "过客的冥途游履",
- "31021": "快枪手的野穗毡帽",
- "41021": "快枪手的野穗毡帽",
- "51021": "快枪手的野穗毡帽",
- "61021": "快枪手的野穗毡帽",
- "31022": "快枪手的粗革手套",
- "41022": "快枪手的粗革手套",
- "51022": "快枪手的粗革手套",
- "61022": "快枪手的粗革手套",
- "31023": "快枪手的猎风披肩",
- "41023": "快枪手的猎风披肩",
- "51023": "快枪手的猎风披肩",
- "61023": "快枪手的猎风披肩",
- "31024": "快枪手的铆钉马靴",
- "41024": "快枪手的铆钉马靴",
- "51024": "快枪手的铆钉马靴",
- "61024": "快枪手的铆钉马靴",
- "31031": "圣骑的宽恕盔面",
- "41031": "圣骑的宽恕盔面",
- "51031": "圣骑的宽恕盔面",
- "61031": "圣骑的宽恕盔面",
- "31032": "圣骑的沉默誓环",
- "41032": "圣骑的沉默誓环",
- "51032": "圣骑的沉默誓环",
- "61032": "圣骑的沉默誓环",
- "31033": "圣骑的肃穆胸甲",
- "41033": "圣骑的肃穆胸甲",
- "51033": "圣骑的肃穆胸甲",
- "61033": "圣骑的肃穆胸甲",
- "31034": "圣骑的秩序铁靴",
- "41034": "圣骑的秩序铁靴",
- "51034": "圣骑的秩序铁靴",
- "61034": "圣骑的秩序铁靴",
- "31041": "雪猎的荒神兜帽",
- "41041": "雪猎的荒神兜帽",
- "51041": "雪猎的荒神兜帽",
- "61041": "雪猎的荒神兜帽",
- "31042": "雪猎的巨蜥手套",
- "41042": "雪猎的巨蜥手套",
- "51042": "雪猎的巨蜥手套",
- "61042": "雪猎的巨蜥手套",
- "31043": "雪猎的冰龙披风",
- "41043": "雪猎的冰龙披风",
- "51043": "雪猎的冰龙披风",
- "61043": "雪猎的冰龙披风",
- "31044": "雪猎的鹿皮软靴",
- "41044": "雪猎的鹿皮软靴",
- "51044": "雪猎的鹿皮软靴",
- "61044": "雪猎的鹿皮软靴",
- "31051": "拳王的冠军护头",
- "41051": "拳王的冠军护头",
- "51051": "拳王的冠军护头",
- "61051": "拳王的冠军护头",
- "31052": "拳王的重炮拳套",
- "41052": "拳王的重炮拳套",
- "51052": "拳王的重炮拳套",
- "61052": "拳王的重炮拳套",
- "31053": "拳王的贴身护胸",
- "41053": "拳王的贴身护胸",
- "51053": "拳王的贴身护胸",
- "61053": "拳王的贴身护胸",
- "31054": "拳王的弧步战靴",
- "41054": "拳王的弧步战靴",
- "51054": "拳王的弧步战靴",
- "61054": "拳王的弧步战靴",
- "31061": "铁卫的铸铁面盔",
- "41061": "铁卫的铸铁面盔",
- "51061": "铁卫的铸铁面盔",
- "61061": "铁卫的铸铁面盔",
- "31062": "铁卫的银鳞手甲",
- "41062": "铁卫的银鳞手甲",
- "51062": "铁卫的银鳞手甲",
- "61062": "铁卫的银鳞手甲",
- "31063": "铁卫的旧制军服",
- "41063": "铁卫的旧制军服",
- "51063": "铁卫的旧制军服",
- "61063": "铁卫的旧制军服",
- "31064": "铁卫的白银护胫",
- "41064": "铁卫的白银护胫",
- "51064": "铁卫的白银护胫",
- "61064": "铁卫的白银护胫",
- "31071": "火匠的黑曜目镜",
- "41071": "火匠的黑曜目镜",
- "51071": "火匠的黑曜目镜",
- "61071": "火匠的黑曜目镜",
- "31072": "火匠的御火戒指",
- "41072": "火匠的御火戒指",
- "51072": "火匠的御火戒指",
- "61072": "火匠的御火戒指",
- "31073": "火匠的阻燃围裙",
- "41073": "火匠的阻燃围裙",
- "51073": "火匠的阻燃围裙",
- "61073": "火匠的阻燃围裙",
- "31074": "火匠的合金义肢",
- "41074": "火匠的合金义肢",
- "51074": "火匠的合金义肢",
- "61074": "火匠的合金义肢",
- "31081": "天才的超距遥感",
- "41081": "天才的超距遥感",
- "51081": "天才的超距遥感",
- "61081": "天才的超距遥感",
- "31082": "天才的频变捕手",
- "41082": "天才的频变捕手",
- "51082": "天才的频变捕手",
- "61082": "天才的频变捕手",
- "31083": "天才的元域深潜",
- "41083": "天才的元域深潜",
- "51083": "天才的元域深潜",
- "61083": "天才的元域深潜",
- "31084": "天才的引力漫步",
- "41084": "天才的引力漫步",
- "51084": "天才的引力漫步",
- "61084": "天才的引力漫步",
- "31091": "乐队的偏光墨镜",
- "41091": "乐队的偏光墨镜",
- "51091": "乐队的偏光墨镜",
- "61091": "乐队的偏光墨镜",
- "31092": "乐队的巡演手绳",
- "41092": "乐队的巡演手绳",
- "51092": "乐队的巡演手绳",
- "61092": "乐队的巡演手绳",
- "31093": "乐队的钉刺皮衣",
- "41093": "乐队的钉刺皮衣",
- "51093": "乐队的钉刺皮衣",
- "61093": "乐队的钉刺皮衣",
- "31094": "乐队的铆钉短靴",
- "41094": "乐队的铆钉短靴",
- "51094": "乐队的铆钉短靴",
- "61094": "乐队的铆钉短靴",
- "31101": "翔鹰的长喙头盔",
- "41101": "翔鹰的长喙头盔",
- "51101": "翔鹰的长喙头盔",
- "61101": "翔鹰的长喙头盔",
- "31102": "翔鹰的鹰击指环",
- "41102": "翔鹰的鹰击指环",
- "51102": "翔鹰的鹰击指环",
- "61102": "翔鹰的鹰击指环",
- "31103": "翔鹰的翼装束带",
- "41103": "翔鹰的翼装束带",
- "51103": "翔鹰的翼装束带",
- "61103": "翔鹰的翼装束带",
- "31104": "翔鹰的绒羽绑带",
- "41104": "翔鹰的绒羽绑带",
- "51104": "翔鹰的绒羽绑带",
- "61104": "翔鹰的绒羽绑带",
- "31111": "怪盗的千人假面",
- "41111": "怪盗的千人假面",
- "51111": "怪盗的千人假面",
- "61111": "怪盗的千人假面",
- "31112": "怪盗的绘纹手套",
- "41112": "怪盗的绘纹手套",
- "51112": "怪盗的绘纹手套",
- "61112": "怪盗的绘纹手套",
- "31113": "怪盗的纤钢爪钩",
- "41113": "怪盗的纤钢爪钩",
- "51113": "怪盗的纤钢爪钩",
- "61113": "怪盗的纤钢爪钩",
- "31114": "怪盗的流星快靴",
- "41114": "怪盗的流星快靴",
- "51114": "怪盗的流星快靴",
- "61114": "怪盗的流星快靴",
- "31121": "废土客的呼吸面罩",
- "41121": "废土客的呼吸面罩",
- "51121": "废土客的呼吸面罩",
- "61121": "废土客的呼吸面罩",
- "31122": "废土客的荒漠终端",
- "41122": "废土客的荒漠终端",
- "51122": "废土客的荒漠终端",
- "61122": "废土客的荒漠终端",
- "31123": "废土客的修士长袍",
- "41123": "废土客的修士长袍",
- "51123": "废土客的修士长袍",
- "61123": "废土客的修士长袍",
- "31124": "废土客的动力腿甲",
- "41124": "废土客的动力腿甲",
- "51124": "废土客的动力腿甲",
- "61124": "废土客的动力腿甲",
- "33015": "「黑塔」的空间站点",
- "43015": "「黑塔」的空间站点",
- "53015": "「黑塔」的空间站点",
- "63015": "「黑塔」的空间站点",
- "33016": "「黑塔」的漫历轨迹",
- "43016": "「黑塔」的漫历轨迹",
- "53016": "「黑塔」的漫历轨迹",
- "63016": "「黑塔」的漫历轨迹",
- "33025": "罗浮仙舟的天外楼船",
- "43025": "罗浮仙舟的天外楼船",
- "53025": "罗浮仙舟的天外楼船",
- "63025": "罗浮仙舟的天外楼船",
- "33026": "罗浮仙舟的建木枝蔓",
- "43026": "罗浮仙舟的建木枝蔓",
- "53026": "罗浮仙舟的建木枝蔓",
- "63026": "罗浮仙舟的建木枝蔓",
- "33035": "公司的巨构总部",
- "43035": "公司的巨构总部",
- "53035": "公司的巨构总部",
- "63035": "公司的巨构总部",
- "33036": "公司的贸易航道",
- "43036": "公司的贸易航道",
- "53036": "公司的贸易航道",
- "63036": "公司的贸易航道",
- "33045": "贝洛伯格的存护堡垒",
- "43045": "贝洛伯格的存护堡垒",
- "53045": "贝洛伯格的存护堡垒",
- "63045": "贝洛伯格的存护堡垒",
- "33046": "贝洛伯格的铁卫防线",
- "43046": "贝洛伯格的铁卫防线",
- "53046": "贝洛伯格的铁卫防线",
- "63046": "贝洛伯格的铁卫防线",
- "33055": "螺丝星的机械烈阳",
- "43055": "螺丝星的机械烈阳",
- "53055": "螺丝星的机械烈阳",
- "63055": "螺丝星的机械烈阳",
- "33056": "螺丝星的环星孔带",
- "43056": "螺丝星的环星孔带",
- "53056": "螺丝星的环星孔带",
- "63056": "螺丝星的环星孔带",
- "33065": "萨尔索图的移动城市",
- "43065": "萨尔索图的移动城市",
- "53065": "萨尔索图的移动城市",
- "63065": "萨尔索图的移动城市",
- "33066": "萨尔索图的晨昏界线",
- "43066": "萨尔索图的晨昏界线",
- "53066": "萨尔索图的晨昏界线",
- "63066": "萨尔索图的晨昏界线",
- "33075": "塔利亚的钉壳小镇",
- "43075": "塔利亚的钉壳小镇",
- "53075": "塔利亚的钉壳小镇",
- "63075": "塔利亚的钉壳小镇",
- "33076": "塔利亚的裸皮电线",
- "43076": "塔利亚的裸皮电线",
- "53076": "塔利亚的裸皮电线",
- "63076": "塔利亚的裸皮电线",
- "33085": "翁瓦克的诞生之岛",
- "43085": "翁瓦克的诞生之岛",
- "53085": "翁瓦克的诞生之岛",
- "63085": "翁瓦克的诞生之岛",
- "33086": "翁瓦克的环岛海岸",
- "43086": "翁瓦克的环岛海岸",
- "53086": "翁瓦克的环岛海岸",
- "63086": "翁瓦克的环岛海岸",
- "33095": "泰科铵的镭射球场",
- "43095": "泰科铵的镭射球场",
- "53095": "泰科铵的镭射球场",
- "63095": "泰科铵的镭射球场",
- "33096": "泰科铵的弧光赛道",
- "43096": "泰科铵的弧光赛道",
- "53096": "泰科铵的弧光赛道",
- "63096": "泰科铵的弧光赛道",
- "33105": "伊须磨洲的残船鲸落",
- "43105": "伊须磨洲的残船鲸落",
- "53105": "伊须磨洲的残船鲸落",
- "63105": "伊须磨洲的残船鲸落",
- "33106": "伊须磨洲的坼裂缆索",
- "43106": "伊须磨洲的坼裂缆索",
- "53106": "伊须磨洲的坼裂缆索",
- "63106": "伊须磨洲的坼裂缆索",
- "33115": "格拉默的铁骑兵团",
- "43115": "格拉默的铁骑兵团",
- "53115": "格拉默的铁骑兵团",
- "63115": "格拉默的铁骑兵团",
- "33116": "格拉默的寂静坟碑",
- "43116": "格拉默的寂静坟碑",
- "53116": "格拉默的寂静坟碑",
- "63116": "格拉默的寂静坟碑",
- "33125": "匹诺康尼的堂皇酒店",
- "43125": "匹诺康尼的堂皇酒店",
- "53125": "匹诺康尼的堂皇酒店",
- "63125": "匹诺康尼的堂皇酒店",
- "33126": "匹诺康尼的逐梦轨道",
- "43126": "匹诺康尼的逐梦轨道",
- "53126": "匹诺康尼的逐梦轨道",
- "63126": "匹诺康尼的逐梦轨道",
- "55001": "过客的残绣风衣",
- "55002": "过客的冥途游履",
- "55003": "快枪手的猎风披肩",
- "55004": "圣骑的肃穆胸甲",
- "55005": "圣骑的秩序铁靴",
- "55006": "拳王的贴身护胸",
- "31131": "莳者的复明义眼",
- "41131": "莳者的复明义眼",
- "51131": "莳者的复明义眼",
- "61131": "莳者的复明义眼",
- "31132": "莳者的机巧木手",
- "41132": "莳者的机巧木手",
- "51132": "莳者的机巧木手",
- "61132": "莳者的机巧木手",
- "31133": "莳者的承露羽衣",
- "41133": "莳者的承露羽衣",
- "51133": "莳者的承露羽衣",
- "61133": "莳者的承露羽衣",
- "31134": "莳者的天人丝履",
- "41134": "莳者的天人丝履",
- "51134": "莳者的天人丝履",
- "61134": "莳者的天人丝履",
- "31141": "信使的全息目镜",
- "41141": "信使的全息目镜",
- "51141": "信使的全息目镜",
- "61141": "信使的全息目镜",
- "31142": "信使的百变义手",
- "41142": "信使的百变义手",
- "51142": "信使的百变义手",
- "61142": "信使的百变义手",
- "31143": "信使的密信挎包",
- "41143": "信使的密信挎包",
- "51143": "信使的密信挎包",
- "61143": "信使的密信挎包",
- "31144": "信使的酷跑板鞋",
- "41144": "信使的酷跑板鞋",
- "51144": "信使的酷跑板鞋",
- "61144": "信使的酷跑板鞋",
- "31151": "大公的冥焰冠冕",
- "41151": "大公的冥焰冠冕",
- "51151": "大公的冥焰冠冕",
- "61151": "大公的冥焰冠冕",
- "31152": "大公的绒火指套",
- "41152": "大公的绒火指套",
- "51152": "大公的绒火指套",
- "61152": "大公的绒火指套",
- "31153": "大公的蒙恩长袍",
- "41153": "大公的蒙恩长袍",
- "51153": "大公的蒙恩长袍",
- "61153": "大公的蒙恩长袍",
- "31154": "大公的绅雅礼靴",
- "41154": "大公的绅雅礼靴",
- "51154": "大公的绅雅礼靴",
- "61154": "大公的绅雅礼靴",
- "31161": "系囚的合啮拘笼",
- "41161": "系囚的合啮拘笼",
- "51161": "系囚的合啮拘笼",
- "61161": "系囚的合啮拘笼",
- "31162": "系囚的铅石梏铐",
- "41162": "系囚的铅石梏铐",
- "51162": "系囚的铅石梏铐",
- "61162": "系囚的铅石梏铐",
- "31163": "系囚的幽闭缚束",
- "41163": "系囚的幽闭缚束",
- "51163": "系囚的幽闭缚束",
- "61163": "系囚的幽闭缚束",
- "31164": "系囚的绝足锁桎",
- "41164": "系囚的绝足锁桎",
- "51164": "系囚的绝足锁桎",
- "61164": "系囚的绝足锁桎"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/Property2Name_mapping_1.4.0.json b/starrail_damage_cal/map/data/Property2Name_mapping_1.4.0.json
deleted file mode 100644
index 92f0208..0000000
--- a/starrail_damage_cal/map/data/Property2Name_mapping_1.4.0.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "MaxHP": "生命值",
- "Attack": "攻击力",
- "Defence": "防御力",
- "Speed": "速度",
- "CriticalChance": "暴击率",
- "CriticalDamage": "暴击伤害",
- "BreakDamageAddedRatio": "击破特攻",
- "BreakDamageAddedRatioBase": "击破特攻",
- "HealRatio": "治疗量加成",
- "MaxSP": "能量上限",
- "SPRatio": "能量恢复效率",
- "StatusProbability": "效果命中",
- "StatusResistance": "效果抵抗",
- "CriticalChanceBase": "暴击率",
- "CriticalDamageBase": "暴击伤害",
- "HealRatioBase": "治疗量加成",
- "StanceBreakAddedRatio": "dev_失效字段",
- "SPRatioBase": "能量恢复效率",
- "StatusProbabilityBase": "效果命中",
- "StatusResistanceBase": "效果抵抗",
- "PhysicalAddedRatio": "物理属性伤害提高",
- "PhysicalResistance": "物理属性抗性提高",
- "FireAddedRatio": "火属性伤害提高",
- "FireResistance": "火属性抗性提高",
- "IceAddedRatio": "冰属性伤害提高",
- "IceResistance": "冰属性抗性提高",
- "ThunderAddedRatio": "雷属性伤害提高",
- "ThunderResistance": "雷属性抗性提高",
- "WindAddedRatio": "风属性伤害提高",
- "WindResistance": "风属性抗性提高",
- "QuantumAddedRatio": "量子属性伤害提高",
- "QuantumResistance": "量子属性抗性提高",
- "ImaginaryAddedRatio": "虚数属性伤害提高",
- "ImaginaryResistance": "虚数属性抗性提高",
- "BaseHP": "基础生命值提高#1[i]",
- "HPDelta": "生命值",
- "HPAddedRatio": "生命值百分比",
- "BaseAttack": "基础攻击力提高#1[i]",
- "AttackDelta": "攻击力",
- "AttackAddedRatio": "攻击力百分比",
- "BaseDefence": "基础防御力提高#1[i]",
- "DefenceDelta": "防御力",
- "DefenceAddedRatio": "防御力百分比",
- "BaseSpeed": "速度",
- "HealTakenRatio": "治疗量加成",
- "PhysicalResistanceDelta": "物理属性抗性提高",
- "FireResistanceDelta": "火属性抗性提高",
- "IceResistanceDelta": "冰属性抗性提高",
- "ThunderResistanceDelta": "雷属性抗性提高",
- "WindResistanceDelta": "风属性抗性提高",
- "QuantumResistanceDelta": "量子属性抗性提高",
- "ImaginaryResistanceDelta": "虚数属性抗性提高",
- "SpeedDelta": "速度"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/RelicId2MainAffixGroup_mapping_1.4.0.json b/starrail_damage_cal/map/data/RelicId2MainAffixGroup_mapping_1.4.0.json
deleted file mode 100644
index 75396fd..0000000
--- a/starrail_damage_cal/map/data/RelicId2MainAffixGroup_mapping_1.4.0.json
+++ /dev/null
@@ -1,360 +0,0 @@
-{
- "31011": 21,
- "41011": 31,
- "51011": 41,
- "61011": 51,
- "31012": 22,
- "41012": 32,
- "51012": 42,
- "61012": 52,
- "31013": 23,
- "41013": 33,
- "51013": 43,
- "61013": 53,
- "31014": 24,
- "41014": 34,
- "51014": 44,
- "61014": 54,
- "31021": 21,
- "41021": 31,
- "51021": 41,
- "61021": 51,
- "31022": 22,
- "41022": 32,
- "51022": 42,
- "61022": 52,
- "31023": 23,
- "41023": 33,
- "51023": 43,
- "61023": 53,
- "31024": 24,
- "41024": 34,
- "51024": 44,
- "61024": 54,
- "31031": 21,
- "41031": 31,
- "51031": 41,
- "61031": 51,
- "31032": 22,
- "41032": 32,
- "51032": 42,
- "61032": 52,
- "31033": 23,
- "41033": 33,
- "51033": 43,
- "61033": 53,
- "31034": 24,
- "41034": 34,
- "51034": 44,
- "61034": 54,
- "31041": 21,
- "41041": 31,
- "51041": 41,
- "61041": 51,
- "31042": 22,
- "41042": 32,
- "51042": 42,
- "61042": 52,
- "31043": 23,
- "41043": 33,
- "51043": 43,
- "61043": 53,
- "31044": 24,
- "41044": 34,
- "51044": 44,
- "61044": 54,
- "31051": 21,
- "41051": 31,
- "51051": 41,
- "61051": 51,
- "31052": 22,
- "41052": 32,
- "51052": 42,
- "61052": 52,
- "31053": 23,
- "41053": 33,
- "51053": 43,
- "61053": 53,
- "31054": 24,
- "41054": 34,
- "51054": 44,
- "61054": 54,
- "31061": 21,
- "41061": 31,
- "51061": 41,
- "61061": 51,
- "31062": 22,
- "41062": 32,
- "51062": 42,
- "61062": 52,
- "31063": 23,
- "41063": 33,
- "51063": 43,
- "61063": 53,
- "31064": 24,
- "41064": 34,
- "51064": 44,
- "61064": 54,
- "31071": 21,
- "41071": 31,
- "51071": 41,
- "61071": 51,
- "31072": 22,
- "41072": 32,
- "51072": 42,
- "61072": 52,
- "31073": 23,
- "41073": 33,
- "51073": 43,
- "61073": 53,
- "31074": 24,
- "41074": 34,
- "51074": 44,
- "61074": 54,
- "31081": 21,
- "41081": 31,
- "51081": 41,
- "61081": 51,
- "31082": 22,
- "41082": 32,
- "51082": 42,
- "61082": 52,
- "31083": 23,
- "41083": 33,
- "51083": 43,
- "61083": 53,
- "31084": 24,
- "41084": 34,
- "51084": 44,
- "61084": 54,
- "31091": 21,
- "41091": 31,
- "51091": 41,
- "61091": 51,
- "31092": 22,
- "41092": 32,
- "51092": 42,
- "61092": 52,
- "31093": 23,
- "41093": 33,
- "51093": 43,
- "61093": 53,
- "31094": 24,
- "41094": 34,
- "51094": 44,
- "61094": 54,
- "31101": 21,
- "41101": 31,
- "51101": 41,
- "61101": 51,
- "31102": 22,
- "41102": 32,
- "51102": 42,
- "61102": 52,
- "31103": 23,
- "41103": 33,
- "51103": 43,
- "61103": 53,
- "31104": 24,
- "41104": 34,
- "51104": 44,
- "61104": 54,
- "31111": 21,
- "41111": 31,
- "51111": 41,
- "61111": 51,
- "31112": 22,
- "41112": 32,
- "51112": 42,
- "61112": 52,
- "31113": 23,
- "41113": 33,
- "51113": 43,
- "61113": 53,
- "31114": 24,
- "41114": 34,
- "51114": 44,
- "61114": 54,
- "31121": 21,
- "41121": 31,
- "51121": 41,
- "61121": 51,
- "31122": 22,
- "41122": 32,
- "51122": 42,
- "61122": 52,
- "31123": 23,
- "41123": 33,
- "51123": 43,
- "61123": 53,
- "31124": 24,
- "41124": 34,
- "51124": 44,
- "61124": 54,
- "33015": 25,
- "43015": 35,
- "53015": 45,
- "63015": 55,
- "33016": 26,
- "43016": 36,
- "53016": 46,
- "63016": 56,
- "33025": 25,
- "43025": 35,
- "53025": 45,
- "63025": 55,
- "33026": 26,
- "43026": 36,
- "53026": 46,
- "63026": 56,
- "33035": 25,
- "43035": 35,
- "53035": 45,
- "63035": 55,
- "33036": 26,
- "43036": 36,
- "53036": 46,
- "63036": 56,
- "33045": 25,
- "43045": 35,
- "53045": 45,
- "63045": 55,
- "33046": 26,
- "43046": 36,
- "53046": 46,
- "63046": 56,
- "33055": 25,
- "43055": 35,
- "53055": 45,
- "63055": 55,
- "33056": 26,
- "43056": 36,
- "53056": 46,
- "63056": 56,
- "33065": 25,
- "43065": 35,
- "53065": 45,
- "63065": 55,
- "33066": 26,
- "43066": 36,
- "53066": 46,
- "63066": 56,
- "33075": 25,
- "43075": 35,
- "53075": 45,
- "63075": 55,
- "33076": 26,
- "43076": 36,
- "53076": 46,
- "63076": 56,
- "33085": 25,
- "43085": 35,
- "53085": 45,
- "63085": 55,
- "33086": 26,
- "43086": 36,
- "53086": 46,
- "63086": 56,
- "33095": 25,
- "43095": 35,
- "53095": 45,
- "63095": 55,
- "33096": 26,
- "43096": 36,
- "53096": 46,
- "63096": 56,
- "33105": 25,
- "43105": 35,
- "53105": 45,
- "63105": 55,
- "33106": 26,
- "43106": 36,
- "53106": 46,
- "63106": 56,
- "33115": 25,
- "43115": 35,
- "53115": 45,
- "63115": 55,
- "33116": 26,
- "43116": 36,
- "53116": 46,
- "63116": 56,
- "33125": 25,
- "43125": 35,
- "53125": 45,
- "63125": 55,
- "33126": 26,
- "43126": 36,
- "53126": 46,
- "63126": 56,
- "55001": 436,
- "55002": 441,
- "55003": 434,
- "55004": 433,
- "55005": 443,
- "55006": 434,
- "31131": 21,
- "41131": 31,
- "51131": 41,
- "61131": 51,
- "31132": 22,
- "41132": 32,
- "51132": 42,
- "61132": 52,
- "31133": 23,
- "41133": 33,
- "51133": 43,
- "61133": 53,
- "31134": 24,
- "41134": 34,
- "51134": 44,
- "61134": 54,
- "31141": 21,
- "41141": 31,
- "51141": 41,
- "61141": 51,
- "31142": 22,
- "41142": 32,
- "51142": 42,
- "61142": 52,
- "31143": 23,
- "41143": 33,
- "51143": 43,
- "61143": 53,
- "31144": 24,
- "41144": 34,
- "51144": 44,
- "61144": 54,
- "31151": 21,
- "41151": 31,
- "51151": 41,
- "61151": 51,
- "31152": 22,
- "41152": 32,
- "51152": 42,
- "61152": 52,
- "31153": 23,
- "41153": 33,
- "51153": 43,
- "61153": 53,
- "31154": 24,
- "41154": 34,
- "51154": 44,
- "61154": 54,
- "31161": 21,
- "41161": 31,
- "51161": 41,
- "61161": 51,
- "31162": 22,
- "41162": 32,
- "51162": 42,
- "61162": 52,
- "31163": 23,
- "41163": 33,
- "51163": 43,
- "61163": 53,
- "31164": 24,
- "41164": 34,
- "51164": 44,
- "61164": 54
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/RelicId2Rarity_mapping_1.4.0.json b/starrail_damage_cal/map/data/RelicId2Rarity_mapping_1.4.0.json
deleted file mode 100644
index 7c58235..0000000
--- a/starrail_damage_cal/map/data/RelicId2Rarity_mapping_1.4.0.json
+++ /dev/null
@@ -1,360 +0,0 @@
-{
- "31011": 2,
- "31012": 2,
- "31013": 2,
- "31014": 2,
- "31021": 2,
- "31022": 2,
- "31023": 2,
- "31024": 2,
- "31031": 2,
- "31032": 2,
- "31033": 2,
- "31034": 2,
- "31041": 2,
- "31042": 2,
- "31043": 2,
- "31044": 2,
- "31051": 2,
- "31052": 2,
- "31053": 2,
- "31054": 2,
- "31061": 2,
- "31062": 2,
- "31063": 2,
- "31064": 2,
- "31071": 2,
- "31072": 2,
- "31073": 2,
- "31074": 2,
- "31081": 2,
- "31082": 2,
- "31083": 2,
- "31084": 2,
- "31091": 2,
- "31092": 2,
- "31093": 2,
- "31094": 2,
- "31101": 2,
- "31102": 2,
- "31103": 2,
- "31104": 2,
- "31111": 2,
- "31112": 2,
- "31113": 2,
- "31114": 2,
- "31121": 2,
- "31122": 2,
- "31123": 2,
- "31124": 2,
- "31131": 2,
- "31132": 2,
- "31133": 2,
- "31134": 2,
- "31141": 2,
- "31142": 2,
- "31143": 2,
- "31144": 2,
- "31151": 2,
- "31152": 2,
- "31153": 2,
- "31154": 2,
- "31161": 2,
- "31162": 2,
- "31163": 2,
- "31164": 2,
- "33015": 2,
- "33016": 2,
- "33025": 2,
- "33026": 2,
- "33035": 2,
- "33036": 2,
- "33045": 2,
- "33046": 2,
- "33055": 2,
- "33056": 2,
- "33065": 2,
- "33066": 2,
- "33075": 2,
- "33076": 2,
- "33085": 2,
- "33086": 2,
- "33095": 2,
- "33096": 2,
- "33105": 2,
- "33106": 2,
- "33115": 2,
- "33116": 2,
- "33125": 2,
- "33126": 2,
- "41011": 3,
- "41012": 3,
- "41013": 3,
- "41014": 3,
- "41021": 3,
- "41022": 3,
- "41023": 3,
- "41024": 3,
- "41031": 3,
- "41032": 3,
- "41033": 3,
- "41034": 3,
- "41041": 3,
- "41042": 3,
- "41043": 3,
- "41044": 3,
- "41051": 3,
- "41052": 3,
- "41053": 3,
- "41054": 3,
- "41061": 3,
- "41062": 3,
- "41063": 3,
- "41064": 3,
- "41071": 3,
- "41072": 3,
- "41073": 3,
- "41074": 3,
- "41081": 3,
- "41082": 3,
- "41083": 3,
- "41084": 3,
- "41091": 3,
- "41092": 3,
- "41093": 3,
- "41094": 3,
- "41101": 3,
- "41102": 3,
- "41103": 3,
- "41104": 3,
- "41111": 3,
- "41112": 3,
- "41113": 3,
- "41114": 3,
- "41121": 3,
- "41122": 3,
- "41123": 3,
- "41124": 3,
- "41131": 3,
- "41132": 3,
- "41133": 3,
- "41134": 3,
- "41141": 3,
- "41142": 3,
- "41143": 3,
- "41144": 3,
- "41151": 3,
- "41152": 3,
- "41153": 3,
- "41154": 3,
- "41161": 3,
- "41162": 3,
- "41163": 3,
- "41164": 3,
- "43015": 3,
- "43016": 3,
- "43025": 3,
- "43026": 3,
- "43035": 3,
- "43036": 3,
- "43045": 3,
- "43046": 3,
- "43055": 3,
- "43056": 3,
- "43065": 3,
- "43066": 3,
- "43075": 3,
- "43076": 3,
- "43085": 3,
- "43086": 3,
- "43095": 3,
- "43096": 3,
- "43105": 3,
- "43106": 3,
- "43115": 3,
- "43116": 3,
- "43125": 3,
- "43126": 3,
- "51011": 4,
- "51012": 4,
- "51013": 4,
- "51014": 4,
- "51021": 4,
- "51022": 4,
- "51023": 4,
- "51024": 4,
- "51031": 4,
- "51032": 4,
- "51033": 4,
- "51034": 4,
- "51041": 4,
- "51042": 4,
- "51043": 4,
- "51044": 4,
- "51051": 4,
- "51052": 4,
- "51053": 4,
- "51054": 4,
- "51061": 4,
- "51062": 4,
- "51063": 4,
- "51064": 4,
- "51071": 4,
- "51072": 4,
- "51073": 4,
- "51074": 4,
- "51081": 4,
- "51082": 4,
- "51083": 4,
- "51084": 4,
- "51091": 4,
- "51092": 4,
- "51093": 4,
- "51094": 4,
- "51101": 4,
- "51102": 4,
- "51103": 4,
- "51104": 4,
- "51111": 4,
- "51112": 4,
- "51113": 4,
- "51114": 4,
- "51121": 4,
- "51122": 4,
- "51123": 4,
- "51124": 4,
- "51131": 4,
- "51132": 4,
- "51133": 4,
- "51134": 4,
- "51141": 4,
- "51142": 4,
- "51143": 4,
- "51144": 4,
- "51151": 4,
- "51152": 4,
- "51153": 4,
- "51154": 4,
- "51161": 4,
- "51162": 4,
- "51163": 4,
- "51164": 4,
- "53015": 4,
- "53016": 4,
- "53025": 4,
- "53026": 4,
- "53035": 4,
- "53036": 4,
- "53045": 4,
- "53046": 4,
- "53055": 4,
- "53056": 4,
- "53065": 4,
- "53066": 4,
- "53075": 4,
- "53076": 4,
- "53085": 4,
- "53086": 4,
- "53095": 4,
- "53096": 4,
- "53105": 4,
- "53106": 4,
- "53115": 4,
- "53116": 4,
- "53125": 4,
- "53126": 4,
- "55001": 4,
- "55002": 4,
- "55003": 4,
- "55004": 4,
- "55005": 4,
- "55006": 4,
- "61011": 5,
- "61012": 5,
- "61013": 5,
- "61014": 5,
- "61021": 5,
- "61022": 5,
- "61023": 5,
- "61024": 5,
- "61031": 5,
- "61032": 5,
- "61033": 5,
- "61034": 5,
- "61041": 5,
- "61042": 5,
- "61043": 5,
- "61044": 5,
- "61051": 5,
- "61052": 5,
- "61053": 5,
- "61054": 5,
- "61061": 5,
- "61062": 5,
- "61063": 5,
- "61064": 5,
- "61071": 5,
- "61072": 5,
- "61073": 5,
- "61074": 5,
- "61081": 5,
- "61082": 5,
- "61083": 5,
- "61084": 5,
- "61091": 5,
- "61092": 5,
- "61093": 5,
- "61094": 5,
- "61101": 5,
- "61102": 5,
- "61103": 5,
- "61104": 5,
- "61111": 5,
- "61112": 5,
- "61113": 5,
- "61114": 5,
- "61121": 5,
- "61122": 5,
- "61123": 5,
- "61124": 5,
- "61131": 5,
- "61132": 5,
- "61133": 5,
- "61134": 5,
- "61141": 5,
- "61142": 5,
- "61143": 5,
- "61144": 5,
- "61151": 5,
- "61152": 5,
- "61153": 5,
- "61154": 5,
- "61161": 5,
- "61162": 5,
- "61163": 5,
- "61164": 5,
- "63015": 5,
- "63016": 5,
- "63025": 5,
- "63026": 5,
- "63035": 5,
- "63036": 5,
- "63045": 5,
- "63046": 5,
- "63055": 5,
- "63056": 5,
- "63065": 5,
- "63066": 5,
- "63075": 5,
- "63076": 5,
- "63085": 5,
- "63086": 5,
- "63095": 5,
- "63096": 5,
- "63105": 5,
- "63106": 5,
- "63115": 5,
- "63116": 5,
- "63125": 5,
- "63126": 5
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/RelicId2SetId_mapping_1.4.0.json b/starrail_damage_cal/map/data/RelicId2SetId_mapping_1.4.0.json
deleted file mode 100644
index f0f09a4..0000000
--- a/starrail_damage_cal/map/data/RelicId2SetId_mapping_1.4.0.json
+++ /dev/null
@@ -1,360 +0,0 @@
-{
- "31011": 101,
- "41011": 101,
- "51011": 101,
- "61011": 101,
- "31012": 101,
- "41012": 101,
- "51012": 101,
- "61012": 101,
- "31013": 101,
- "41013": 101,
- "51013": 101,
- "61013": 101,
- "31014": 101,
- "41014": 101,
- "51014": 101,
- "61014": 101,
- "31021": 102,
- "41021": 102,
- "51021": 102,
- "61021": 102,
- "31022": 102,
- "41022": 102,
- "51022": 102,
- "61022": 102,
- "31023": 102,
- "41023": 102,
- "51023": 102,
- "61023": 102,
- "31024": 102,
- "41024": 102,
- "51024": 102,
- "61024": 102,
- "31031": 103,
- "41031": 103,
- "51031": 103,
- "61031": 103,
- "31032": 103,
- "41032": 103,
- "51032": 103,
- "61032": 103,
- "31033": 103,
- "41033": 103,
- "51033": 103,
- "61033": 103,
- "31034": 103,
- "41034": 103,
- "51034": 103,
- "61034": 103,
- "31041": 104,
- "41041": 104,
- "51041": 104,
- "61041": 104,
- "31042": 104,
- "41042": 104,
- "51042": 104,
- "61042": 104,
- "31043": 104,
- "41043": 104,
- "51043": 104,
- "61043": 104,
- "31044": 104,
- "41044": 104,
- "51044": 104,
- "61044": 104,
- "31051": 105,
- "41051": 105,
- "51051": 105,
- "61051": 105,
- "31052": 105,
- "41052": 105,
- "51052": 105,
- "61052": 105,
- "31053": 105,
- "41053": 105,
- "51053": 105,
- "61053": 105,
- "31054": 105,
- "41054": 105,
- "51054": 105,
- "61054": 105,
- "31061": 106,
- "41061": 106,
- "51061": 106,
- "61061": 106,
- "31062": 106,
- "41062": 106,
- "51062": 106,
- "61062": 106,
- "31063": 106,
- "41063": 106,
- "51063": 106,
- "61063": 106,
- "31064": 106,
- "41064": 106,
- "51064": 106,
- "61064": 106,
- "31071": 107,
- "41071": 107,
- "51071": 107,
- "61071": 107,
- "31072": 107,
- "41072": 107,
- "51072": 107,
- "61072": 107,
- "31073": 107,
- "41073": 107,
- "51073": 107,
- "61073": 107,
- "31074": 107,
- "41074": 107,
- "51074": 107,
- "61074": 107,
- "31081": 108,
- "41081": 108,
- "51081": 108,
- "61081": 108,
- "31082": 108,
- "41082": 108,
- "51082": 108,
- "61082": 108,
- "31083": 108,
- "41083": 108,
- "51083": 108,
- "61083": 108,
- "31084": 108,
- "41084": 108,
- "51084": 108,
- "61084": 108,
- "31091": 109,
- "41091": 109,
- "51091": 109,
- "61091": 109,
- "31092": 109,
- "41092": 109,
- "51092": 109,
- "61092": 109,
- "31093": 109,
- "41093": 109,
- "51093": 109,
- "61093": 109,
- "31094": 109,
- "41094": 109,
- "51094": 109,
- "61094": 109,
- "31101": 110,
- "41101": 110,
- "51101": 110,
- "61101": 110,
- "31102": 110,
- "41102": 110,
- "51102": 110,
- "61102": 110,
- "31103": 110,
- "41103": 110,
- "51103": 110,
- "61103": 110,
- "31104": 110,
- "41104": 110,
- "51104": 110,
- "61104": 110,
- "31111": 111,
- "41111": 111,
- "51111": 111,
- "61111": 111,
- "31112": 111,
- "41112": 111,
- "51112": 111,
- "61112": 111,
- "31113": 111,
- "41113": 111,
- "51113": 111,
- "61113": 111,
- "31114": 111,
- "41114": 111,
- "51114": 111,
- "61114": 111,
- "31121": 112,
- "41121": 112,
- "51121": 112,
- "61121": 112,
- "31122": 112,
- "41122": 112,
- "51122": 112,
- "61122": 112,
- "31123": 112,
- "41123": 112,
- "51123": 112,
- "61123": 112,
- "31124": 112,
- "41124": 112,
- "51124": 112,
- "61124": 112,
- "33015": 301,
- "43015": 301,
- "53015": 301,
- "63015": 301,
- "33016": 301,
- "43016": 301,
- "53016": 301,
- "63016": 301,
- "33025": 302,
- "43025": 302,
- "53025": 302,
- "63025": 302,
- "33026": 302,
- "43026": 302,
- "53026": 302,
- "63026": 302,
- "33035": 303,
- "43035": 303,
- "53035": 303,
- "63035": 303,
- "33036": 303,
- "43036": 303,
- "53036": 303,
- "63036": 303,
- "33045": 304,
- "43045": 304,
- "53045": 304,
- "63045": 304,
- "33046": 304,
- "43046": 304,
- "53046": 304,
- "63046": 304,
- "33055": 305,
- "43055": 305,
- "53055": 305,
- "63055": 305,
- "33056": 305,
- "43056": 305,
- "53056": 305,
- "63056": 305,
- "33065": 306,
- "43065": 306,
- "53065": 306,
- "63065": 306,
- "33066": 306,
- "43066": 306,
- "53066": 306,
- "63066": 306,
- "33075": 307,
- "43075": 307,
- "53075": 307,
- "63075": 307,
- "33076": 307,
- "43076": 307,
- "53076": 307,
- "63076": 307,
- "33085": 308,
- "43085": 308,
- "53085": 308,
- "63085": 308,
- "33086": 308,
- "43086": 308,
- "53086": 308,
- "63086": 308,
- "33095": 309,
- "43095": 309,
- "53095": 309,
- "63095": 309,
- "33096": 309,
- "43096": 309,
- "53096": 309,
- "63096": 309,
- "33105": 310,
- "43105": 310,
- "53105": 310,
- "63105": 310,
- "33106": 310,
- "43106": 310,
- "53106": 310,
- "63106": 310,
- "33115": 311,
- "43115": 311,
- "53115": 311,
- "63115": 311,
- "33116": 311,
- "43116": 311,
- "53116": 311,
- "63116": 311,
- "33125": 312,
- "43125": 312,
- "53125": 312,
- "63125": 312,
- "33126": 312,
- "43126": 312,
- "53126": 312,
- "63126": 312,
- "55001": 101,
- "55002": 101,
- "55003": 102,
- "55004": 103,
- "55005": 103,
- "55006": 105,
- "31131": 113,
- "41131": 113,
- "51131": 113,
- "61131": 113,
- "31132": 113,
- "41132": 113,
- "51132": 113,
- "61132": 113,
- "31133": 113,
- "41133": 113,
- "51133": 113,
- "61133": 113,
- "31134": 113,
- "41134": 113,
- "51134": 113,
- "61134": 113,
- "31141": 114,
- "41141": 114,
- "51141": 114,
- "61141": 114,
- "31142": 114,
- "41142": 114,
- "51142": 114,
- "61142": 114,
- "31143": 114,
- "41143": 114,
- "51143": 114,
- "61143": 114,
- "31144": 114,
- "41144": 114,
- "51144": 114,
- "61144": 114,
- "31151": 115,
- "41151": 115,
- "51151": 115,
- "61151": 115,
- "31152": 115,
- "41152": 115,
- "51152": 115,
- "61152": 115,
- "31153": 115,
- "41153": 115,
- "51153": 115,
- "61153": 115,
- "31154": 115,
- "41154": 115,
- "51154": 115,
- "61154": 115,
- "31161": 116,
- "41161": 116,
- "51161": 116,
- "61161": 116,
- "31162": 116,
- "41162": 116,
- "51162": 116,
- "61162": 116,
- "31163": 116,
- "41163": 116,
- "51163": 116,
- "61163": 116,
- "31164": 116,
- "41164": 116,
- "51164": 116,
- "61164": 116
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/RelicSetSkill_mapping_1.4.0.json b/starrail_damage_cal/map/data/RelicSetSkill_mapping_1.4.0.json
deleted file mode 100644
index b02a2db..0000000
--- a/starrail_damage_cal/map/data/RelicSetSkill_mapping_1.4.0.json
+++ /dev/null
@@ -1,186 +0,0 @@
-{
- "101": {
- "2": {
- "Property": "HealRatioBase",
- "Value": 0.10000000009313226
- },
- "4": {}
- },
- "102": {
- "2": {
- "Property": "AttackAddedRatio",
- "Value": 0.12000000011175871
- },
- "4": {
- "Property": "SpeedAddedRatio",
- "Value": 0.060000000055879354
- }
- },
- "103": {
- "2": {
- "Property": "DefenceAddedRatio",
- "Value": 0.1500000001396984
- },
- "4": {}
- },
- "104": {
- "2": {
- "Property": "IceAddedRatio",
- "Value": 0.10000000009313226
- },
- "4": {}
- },
- "105": {
- "2": {
- "Property": "PhysicalAddedRatio",
- "Value": 0.10000000009313226
- },
- "4": {}
- },
- "106": {
- "2": {},
- "4": {}
- },
- "107": {
- "2": {
- "Property": "FireAddedRatio",
- "Value": 0.10000000009313226
- },
- "4": {}
- },
- "108": {
- "2": {
- "Property": "QuantumAddedRatio",
- "Value": 0.10000000009313226
- },
- "4": {}
- },
- "109": {
- "2": {
- "Property": "ThunderAddedRatio",
- "Value": 0.10000000009313226
- },
- "4": {}
- },
- "110": {
- "2": {
- "Property": "WindAddedRatio",
- "Value": 0.10000000009313226
- },
- "4": {}
- },
- "111": {
- "2": {
- "Property": "BreakDamageAddedRatioBase",
- "Value": 0.1600000001490116
- },
- "4": {
- "Property": "BreakDamageAddedRatioBase",
- "Value": 0.1600000001490116
- }
- },
- "112": {
- "2": {
- "Property": "ImaginaryAddedRatio",
- "Value": 0.10000000009313226
- },
- "4": {}
- },
- "301": {
- "2": {
- "Property": "AttackAddedRatio",
- "Value": 0.12000000011175871
- }
- },
- "302": {
- "2": {
- "Property": "HPAddedRatio",
- "Value": 0.12000000011175871
- }
- },
- "303": {
- "2": {
- "Property": "StatusProbabilityBase",
- "Value": 0.10000000009313226
- }
- },
- "304": {
- "2": {
- "Property": "DefenceAddedRatio",
- "Value": 0.1500000001396984
- }
- },
- "305": {
- "2": {
- "Property": "CriticalDamageBase",
- "Value": 0.1600000001490116
- }
- },
- "306": {
- "2": {
- "Property": "CriticalChanceBase",
- "Value": 0.0800000000745058
- }
- },
- "307": {
- "2": {
- "Property": "BreakDamageAddedRatioBase",
- "Value": 0.1600000001490116
- }
- },
- "308": {
- "2": {
- "Property": "SPRatioBase",
- "Value": 0.05000000004656613
- }
- },
- "309": {
- "2": {
- "Property": "CriticalChanceBase",
- "Value": 0.0800000000745058
- }
- },
- "310": {
- "2": {
- "Property": "StatusResistanceBase",
- "Value": 0.10000000009313226
- }
- },
- "311": {
- "2": {
- "Property": "AttackAddedRatio",
- "Value": 0.12000000011175871
- }
- },
- "312": {
- "2": {
- "Property": "SPRatioBase",
- "Value": 0.05000000004656613
- }
- },
- "113": {
- "2": {
- "Property": "HPAddedRatio",
- "Value": 0.12000000011175871
- },
- "4": {}
- },
- "114": {
- "2": {
- "Property": "SpeedAddedRatio",
- "Value": 0.060000000055879354
- },
- "4": {}
- },
- "115": {
- "2": {},
- "4": {}
- },
- "116": {
- "2": {
- "Property": "AttackAddedRatio",
- "Value": 0.12000000011175871
- },
- "4": {}
- }
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/SetId2Name_mapping_1.4.0.json b/starrail_damage_cal/map/data/SetId2Name_mapping_1.4.0.json
deleted file mode 100644
index 34e8a72..0000000
--- a/starrail_damage_cal/map/data/SetId2Name_mapping_1.4.0.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "101": "云无留迹的过客",
- "102": "野穗伴行的快枪手",
- "103": "净庭教宗的圣骑士",
- "104": "密林卧雪的猎人",
- "105": "街头出身的拳王",
- "106": "戍卫风雪的铁卫",
- "107": "熔岩锻铸的火匠",
- "108": "繁星璀璨的天才",
- "109": "激奏雷电的乐队",
- "110": "晨昏交界的翔鹰",
- "111": "流星追迹的怪盗",
- "112": "盗匪荒漠的废土客",
- "113": "宝命长存的莳者",
- "114": "骇域漫游的信使",
- "115": "毁烬焚骨的大公",
- "116": "幽锁深牢的系囚",
- "301": "太空封印站",
- "302": "不老者的仙舟",
- "303": "泛银河商业公司",
- "304": "筑城者的贝洛伯格",
- "305": "星体差分机",
- "306": "停转的萨尔索图",
- "307": "盗贼公国塔利亚",
- "308": "生命的翁瓦克",
- "309": "繁星竞技场",
- "310": "折断的龙骨",
- "311": "苍穹战线格拉默",
- "312": "梦想之地匹诺康尼"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarId2DamageType_mapping_1.4.0.json b/starrail_damage_cal/map/data/avatarId2DamageType_mapping_1.4.0.json
deleted file mode 100644
index 7a12ccc..0000000
--- a/starrail_damage_cal/map/data/avatarId2DamageType_mapping_1.4.0.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "1001": "Ice",
- "1002": "Wind",
- "1003": "Fire",
- "1004": "Imaginary",
- "1005": "Thunder",
- "1006": "Quantum",
- "1008": "Thunder",
- "1009": "Fire",
- "1013": "Ice",
- "1101": "Wind",
- "1102": "Quantum",
- "1103": "Thunder",
- "1104": "Ice",
- "1105": "Physical",
- "1106": "Ice",
- "1107": "Physical",
- "1108": "Wind",
- "1109": "Fire",
- "1110": "Quantum",
- "1111": "Physical",
- "1112": "Fire",
- "1201": "Quantum",
- "1202": "Thunder",
- "1203": "Imaginary",
- "1204": "Thunder",
- "1205": "Wind",
- "1206": "Physical",
- "1207": "Imaginary",
- "1208": "Quantum",
- "1209": "Ice",
- "1210": "Fire",
- "1211": "Thunder",
- "1212": "Ice",
- "1213": "Imaginary",
- "8001": "Physical",
- "8002": "Physical",
- "8003": "Fire",
- "8004": "Fire",
- "1302": "Physical",
- "1217": "Wind",
- "1215": "Physical",
- "1305": "Imaginary",
- "1303": "Ice"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarId2DamageType_mapping_1.5.0.json b/starrail_damage_cal/map/data/avatarId2DamageType_mapping_1.5.0.json
index a38f723..a0e2ebf 100644
--- a/starrail_damage_cal/map/data/avatarId2DamageType_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/avatarId2DamageType_mapping_1.5.0.json
@@ -40,7 +40,7 @@
"8002": "Physical",
"8003": "Fire",
"8004": "Fire",
+ "1214": "Quantum",
"1303": "Ice",
- "1305": "Imaginary",
- "1214": "Quantum"
+ "1305": "Imaginary"
}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarId2EnName_mapping_1.4.0.json b/starrail_damage_cal/map/data/avatarId2EnName_mapping_1.4.0.json
deleted file mode 100644
index 1098c38..0000000
--- a/starrail_damage_cal/map/data/avatarId2EnName_mapping_1.4.0.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "1001": "March7th",
- "1002": "DanHeng",
- "1003": "Himeko",
- "1004": "Welt",
- "1005": "Kafka",
- "1006": "SilverWolf",
- "1008": "Arlan",
- "1009": "Asta",
- "1013": "Herta",
- "1101": "Bronya",
- "1102": "Seele",
- "1103": "Serval",
- "1104": "Gepard",
- "1105": "Natasha",
- "1106": "Pela",
- "1107": "Clara",
- "1108": "Sampo",
- "1109": "Hook",
- "1110": "Lynx",
- "1111": "Luka",
- "1112": "TopazandNumby",
- "1201": "Qingque",
- "1202": "Tingyun",
- "1203": "Luocha",
- "1204": "JingYuan",
- "1205": "Blade",
- "1206": "Sushang",
- "1207": "Yukong",
- "1208": "FuXuan",
- "1209": "Yanqing",
- "1210": "Guinaifen",
- "1211": "Bailu",
- "1212": "Jingliu",
- "1213": "DanHeng•ImbibitorLunae",
- "8001": "{NICKNAME}",
- "8002": "{NICKNAME}",
- "8003": "{NICKNAME}",
- "8004": "{NICKNAME}",
- "1302": "Argenti",
- "1217": "Huohuo",
- "1215": "Hanya",
- "1305": "DrRatio",
- "1303": "RuanMei"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarId2EnName_mapping_1.5.0.json b/starrail_damage_cal/map/data/avatarId2EnName_mapping_1.5.0.json
index f68e0e6..2ee7cc7 100644
--- a/starrail_damage_cal/map/data/avatarId2EnName_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/avatarId2EnName_mapping_1.5.0.json
@@ -40,7 +40,7 @@
"8002": "{NICKNAME}",
"8003": "{NICKNAME}",
"8004": "{NICKNAME}",
+ "1214": "Xueyi",
"1303": "Ruan Mei",
- "1305": "Dr. Ratio",
- "1214": "Xueyi"
+ "1305": "Dr. Ratio"
}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarId2Name_mapping_1.4.0.json b/starrail_damage_cal/map/data/avatarId2Name_mapping_1.4.0.json
deleted file mode 100644
index 4a4e3d3..0000000
--- a/starrail_damage_cal/map/data/avatarId2Name_mapping_1.4.0.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "1001": "三月七",
- "1002": "丹恒",
- "1003": "姬子",
- "1004": "瓦尔特",
- "1005": "卡芙卡",
- "1006": "银狼",
- "1008": "阿兰",
- "1009": "艾丝妲",
- "1013": "黑塔",
- "1101": "布洛妮娅",
- "1102": "希儿",
- "1103": "希露瓦",
- "1104": "杰帕德",
- "1105": "娜塔莎",
- "1106": "佩拉",
- "1107": "克拉拉",
- "1108": "桑博",
- "1109": "虎克",
- "1110": "玲可",
- "1111": "卢卡",
- "1112": "托帕&账账",
- "1201": "青雀",
- "1202": "停云",
- "1203": "罗刹",
- "1204": "景元",
- "1205": "刃",
- "1206": "素裳",
- "1207": "驭空",
- "1208": "符玄",
- "1209": "彦卿",
- "1210": "桂乃芬",
- "1211": "白露",
- "1212": "镜流",
- "1213": "丹恒•饮月",
- "8001": "开拓者",
- "8002": "开拓者",
- "8003": "开拓者",
- "8004": "开拓者",
- "1302": "银枝",
- "1217": "藿藿",
- "1215": "寒鸦",
- "1305": "真理医生",
- "1303": "阮•梅"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarId2Name_mapping_1.5.0.json b/starrail_damage_cal/map/data/avatarId2Name_mapping_1.5.0.json
index 5a1bae0..da62f2e 100644
--- a/starrail_damage_cal/map/data/avatarId2Name_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/avatarId2Name_mapping_1.5.0.json
@@ -40,7 +40,7 @@
"8002": "开拓者",
"8003": "开拓者",
"8004": "开拓者",
+ "1214": "雪衣",
"1303": "阮•梅",
- "1305": "真理医生",
- "1214": "雪衣"
+ "1305": "真理医生"
}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarId2Rarity_mapping_1.4.0.json b/starrail_damage_cal/map/data/avatarId2Rarity_mapping_1.4.0.json
deleted file mode 100644
index 12fb95b..0000000
--- a/starrail_damage_cal/map/data/avatarId2Rarity_mapping_1.4.0.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "1001": "4",
- "1002": "4",
- "1003": "5",
- "1004": "5",
- "1005": "5",
- "1006": "5",
- "1008": "4",
- "1009": "4",
- "1013": "4",
- "1101": "5",
- "1102": "5",
- "1103": "4",
- "1104": "5",
- "1105": "4",
- "1106": "4",
- "1107": "5",
- "1108": "4",
- "1109": "4",
- "1110": "4",
- "1111": "4",
- "1112": "5",
- "1201": "4",
- "1202": "4",
- "1203": "5",
- "1204": "5",
- "1205": "5",
- "1206": "4",
- "1207": "4",
- "1208": "5",
- "1209": "5",
- "1210": "4",
- "1211": "5",
- "1212": "5",
- "1213": "5",
- "8001": "5",
- "8002": "5",
- "8003": "5",
- "8004": "5",
- "1302": "5",
- "1217": "5",
- "1215": "4",
- "1305": "5",
- "1303": "5"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarId2Rarity_mapping_1.5.0.json b/starrail_damage_cal/map/data/avatarId2Rarity_mapping_1.5.0.json
index 3f5c293..66c07b0 100644
--- a/starrail_damage_cal/map/data/avatarId2Rarity_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/avatarId2Rarity_mapping_1.5.0.json
@@ -40,7 +40,7 @@
"8002": "5",
"8003": "5",
"8004": "5",
+ "1214": "4",
"1303": "5",
- "1305": "5",
- "1214": "4"
+ "1305": "5"
}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarId2Star_mapping_1.4.0.json b/starrail_damage_cal/map/data/avatarId2Star_mapping_1.4.0.json
deleted file mode 100644
index 12fb95b..0000000
--- a/starrail_damage_cal/map/data/avatarId2Star_mapping_1.4.0.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "1001": "4",
- "1002": "4",
- "1003": "5",
- "1004": "5",
- "1005": "5",
- "1006": "5",
- "1008": "4",
- "1009": "4",
- "1013": "4",
- "1101": "5",
- "1102": "5",
- "1103": "4",
- "1104": "5",
- "1105": "4",
- "1106": "4",
- "1107": "5",
- "1108": "4",
- "1109": "4",
- "1110": "4",
- "1111": "4",
- "1112": "5",
- "1201": "4",
- "1202": "4",
- "1203": "5",
- "1204": "5",
- "1205": "5",
- "1206": "4",
- "1207": "4",
- "1208": "5",
- "1209": "5",
- "1210": "4",
- "1211": "5",
- "1212": "5",
- "1213": "5",
- "8001": "5",
- "8002": "5",
- "8003": "5",
- "8004": "5",
- "1302": "5",
- "1217": "5",
- "1215": "4",
- "1305": "5",
- "1303": "5"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarId2Star_mapping_1.5.0.json b/starrail_damage_cal/map/data/avatarId2Star_mapping_1.5.0.json
index 3f5c293..66c07b0 100644
--- a/starrail_damage_cal/map/data/avatarId2Star_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/avatarId2Star_mapping_1.5.0.json
@@ -40,7 +40,7 @@
"8002": "5",
"8003": "5",
"8004": "5",
+ "1214": "4",
"1303": "5",
- "1305": "5",
- "1214": "4"
+ "1305": "5"
}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_1.4.0.json b/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_1.4.0.json
deleted file mode 100644
index e84224c..0000000
--- a/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_1.4.0.json
+++ /dev/null
@@ -1,1094 +0,0 @@
-{
- "100101": [],
- "100102": [],
- "100103": [
- {
- "id": "100103",
- "num": 2
- },
- {
- "id": "100101",
- "num": 1
- }
- ],
- "100104": [],
- "100105": [
- {
- "id": "100102",
- "num": 2
- },
- {
- "id": "100104",
- "num": 2
- }
- ],
- "100106": [],
- "100201": [],
- "100202": [],
- "100203": [
- {
- "id": "100202",
- "num": 2
- },
- {
- "id": "100201",
- "num": 1
- }
- ],
- "100204": [],
- "100205": [
- {
- "id": "100203",
- "num": 2
- },
- {
- "id": "100204",
- "num": 2
- }
- ],
- "100206": [],
- "100301": [],
- "100302": [],
- "100303": [
- {
- "id": "100302",
- "num": 2
- },
- {
- "id": "100301",
- "num": 1
- }
- ],
- "100304": [],
- "100305": [
- {
- "id": "100303",
- "num": 2
- },
- {
- "id": "100304",
- "num": 2
- }
- ],
- "100306": [],
- "100401": [],
- "100402": [],
- "100403": [
- {
- "id": "100402",
- "num": 2
- },
- {
- "id": "100401",
- "num": 1
- }
- ],
- "100404": [],
- "100405": [
- {
- "id": "100403",
- "num": 2
- },
- {
- "id": "100404",
- "num": 2
- }
- ],
- "100406": [],
- "100501": [],
- "100502": [],
- "100503": [
- {
- "id": "100502",
- "num": 2
- },
- {
- "id": "100501",
- "num": 1
- }
- ],
- "100504": [],
- "100505": [
- {
- "id": "100503",
- "num": 2
- },
- {
- "id": "100504",
- "num": 2
- }
- ],
- "100506": [],
- "100601": [],
- "100602": [],
- "100603": [
- {
- "id": "100602",
- "num": 2
- },
- {
- "id": "100604",
- "num": 2
- }
- ],
- "100604": [],
- "100605": [
- {
- "id": "100603",
- "num": 2
- },
- {
- "id": "100601",
- "num": 1
- }
- ],
- "100606": [],
- "100801": [],
- "100802": [],
- "100803": [
- {
- "id": "100802",
- "num": 2
- },
- {
- "id": "100801",
- "num": 1
- }
- ],
- "100804": [],
- "100805": [
- {
- "id": "100803",
- "num": 2
- },
- {
- "id": "100804",
- "num": 2
- }
- ],
- "100806": [],
- "100901": [],
- "100902": [],
- "100903": [
- {
- "id": "100902",
- "num": 2
- },
- {
- "id": "100904",
- "num": 2
- }
- ],
- "100904": [],
- "100905": [
- {
- "id": "100903",
- "num": 2
- },
- {
- "id": "100901",
- "num": 1
- }
- ],
- "100906": [],
- "101301": [],
- "101302": [],
- "101303": [
- {
- "id": "101302",
- "num": 2
- },
- {
- "id": "101301",
- "num": 1
- }
- ],
- "101304": [],
- "101305": [
- {
- "id": "101303",
- "num": 2
- },
- {
- "id": "101304",
- "num": 2
- }
- ],
- "101306": [],
- "110101": [],
- "110102": [],
- "110103": [
- {
- "id": "110103",
- "num": 2
- },
- {
- "id": "110104",
- "num": 2
- }
- ],
- "110104": [],
- "110105": [
- {
- "id": "110102",
- "num": 2
- },
- {
- "id": "110101",
- "num": 1
- }
- ],
- "110106": [],
- "110201": [],
- "110202": [],
- "110203": [
- {
- "id": "110202",
- "num": 2
- },
- {
- "id": "110204",
- "num": 2
- }
- ],
- "110204": [],
- "110205": [
- {
- "id": "110203",
- "num": 2
- },
- {
- "id": "110201",
- "num": 1
- }
- ],
- "110206": [],
- "110301": [],
- "110302": [],
- "110303": [
- {
- "id": "110302",
- "num": 2
- },
- {
- "id": "110301",
- "num": 1
- }
- ],
- "110304": [],
- "110305": [
- {
- "id": "110303",
- "num": 2
- },
- {
- "id": "110304",
- "num": 2
- }
- ],
- "110306": [],
- "110401": [],
- "110402": [],
- "110403": [
- {
- "id": "110403",
- "num": 2
- },
- {
- "id": "110404",
- "num": 2
- }
- ],
- "110404": [],
- "110405": [
- {
- "id": "110402",
- "num": 2
- },
- {
- "id": "110401",
- "num": 1
- }
- ],
- "110406": [],
- "110501": [],
- "110502": [],
- "110503": [
- {
- "id": "110502",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ],
- "110504": [],
- "110505": [
- {
- "id": "110503",
- "num": 2
- },
- {
- "id": "110504",
- "num": 2
- }
- ],
- "110506": [],
- "110601": [],
- "110602": [],
- "110603": [
- {
- "id": "110602",
- "num": 2
- },
- {
- "id": "110601",
- "num": 1
- }
- ],
- "110604": [],
- "110605": [
- {
- "id": "110603",
- "num": 2
- },
- {
- "id": "110604",
- "num": 2
- }
- ],
- "110606": [],
- "110701": [],
- "110702": [],
- "110703": [
- {
- "id": "110702",
- "num": 2
- },
- {
- "id": "110701",
- "num": 1
- }
- ],
- "110704": [],
- "110705": [
- {
- "id": "110703",
- "num": 2
- },
- {
- "id": "110704",
- "num": 2
- }
- ],
- "110706": [],
- "110801": [],
- "110802": [],
- "110803": [
- {
- "id": "110802",
- "num": 2
- },
- {
- "id": "110801",
- "num": 1
- }
- ],
- "110804": [],
- "110805": [
- {
- "id": "110803",
- "num": 2
- },
- {
- "id": "110804",
- "num": 2
- }
- ],
- "110806": [],
- "110901": [],
- "110902": [],
- "110903": [
- {
- "id": "110902",
- "num": 2
- },
- {
- "id": "110901",
- "num": 1
- },
- {
- "id": "110909",
- "num": 2
- }
- ],
- "110904": [],
- "110905": [
- {
- "id": "110903",
- "num": 2
- },
- {
- "id": "110904",
- "num": 2
- }
- ],
- "110906": [],
- "111001": [],
- "111002": [],
- "111003": [
- {
- "id": "111002",
- "num": 2
- },
- {
- "id": "111001",
- "num": 1
- }
- ],
- "111004": [],
- "111005": [
- {
- "id": "111003",
- "num": 2
- },
- {
- "id": "111004",
- "num": 2
- }
- ],
- "111006": [],
- "111101": [],
- "111102": [],
- "111103": [
- {
- "id": "111102",
- "num": 2
- },
- {
- "id": "111104",
- "num": 2
- }
- ],
- "111104": [],
- "111105": [
- {
- "id": "111103",
- "num": 2
- },
- {
- "id": "111101",
- "num": 1
- },
- {
- "id": "111108",
- "num": 1
- }
- ],
- "111106": [],
- "111201": [],
- "111202": [],
- "111203": [
- {
- "id": "111202",
- "num": 2
- },
- {
- "id": "111201",
- "num": 1
- }
- ],
- "111204": [],
- "111205": [
- {
- "id": "111203",
- "num": 2
- },
- {
- "id": "111204",
- "num": 2
- }
- ],
- "111206": [],
- "120101": [],
- "120102": [],
- "120103": [
- {
- "id": "120103",
- "num": 2
- },
- {
- "id": "120104",
- "num": 2
- }
- ],
- "120104": [],
- "120105": [
- {
- "id": "120102",
- "num": 2
- },
- {
- "id": "120101",
- "num": 1
- },
- {
- "id": "120108",
- "num": 1
- }
- ],
- "120106": [],
- "120201": [],
- "120202": [],
- "120203": [
- {
- "id": "120203",
- "num": 2
- },
- {
- "id": "120201",
- "num": 1
- }
- ],
- "120204": [],
- "120205": [
- {
- "id": "120202",
- "num": 2
- },
- {
- "id": "120204",
- "num": 2
- }
- ],
- "120206": [],
- "120301": [],
- "120302": [],
- "120303": [
- {
- "id": "120302",
- "num": 2
- },
- {
- "id": "120301",
- "num": 1
- }
- ],
- "120304": [],
- "120305": [
- {
- "id": "120303",
- "num": 2
- },
- {
- "id": "120304",
- "num": 2
- }
- ],
- "120306": [],
- "120401": [],
- "120402": [],
- "120403": [
- {
- "id": "120403",
- "num": 2
- },
- {
- "id": "120401",
- "num": 1
- }
- ],
- "120404": [],
- "120405": [
- {
- "id": "120402",
- "num": 2
- },
- {
- "id": "120404",
- "num": 2
- }
- ],
- "120406": [],
- "120501": [],
- "120502": [],
- "120503": [
- {
- "id": "120503",
- "num": 2
- },
- {
- "id": "120504",
- "num": 2
- }
- ],
- "120504": [],
- "120505": [
- {
- "id": "120502",
- "num": 2
- },
- {
- "id": "120501",
- "num": 1
- },
- {
- "id": "120508",
- "num": 1
- }
- ],
- "120506": [],
- "120601": [],
- "120602": [],
- "120603": [
- {
- "id": "120603",
- "num": 2
- },
- {
- "id": "120604",
- "num": 2
- }
- ],
- "120604": [],
- "120605": [
- {
- "id": "120602",
- "num": 2
- },
- {
- "id": "120601",
- "num": 1
- }
- ],
- "120606": [],
- "120701": [],
- "120702": [],
- "120703": [
- {
- "id": "120702",
- "num": 2
- },
- {
- "id": "120701",
- "num": 1
- }
- ],
- "120704": [],
- "120705": [
- {
- "id": "120703",
- "num": 2
- },
- {
- "id": "120704",
- "num": 2
- }
- ],
- "120706": [],
- "120801": [],
- "120802": [],
- "120803": [
- {
- "id": "120802",
- "num": 2
- },
- {
- "id": "120804",
- "num": 2
- }
- ],
- "120804": [],
- "120805": [
- {
- "id": "120803",
- "num": 2
- },
- {
- "id": "120801",
- "num": 1
- }
- ],
- "120806": [],
- "120901": [],
- "120902": [],
- "120903": [
- {
- "id": "120902",
- "num": 2
- },
- {
- "id": "120901",
- "num": 1
- }
- ],
- "120904": [],
- "120905": [
- {
- "id": "120903",
- "num": 2
- },
- {
- "id": "120904",
- "num": 2
- }
- ],
- "120906": [],
- "121001": [],
- "121002": [],
- "121003": [
- {
- "id": "121002",
- "num": 2
- },
- {
- "id": "121001",
- "num": 1
- }
- ],
- "121004": [],
- "121005": [
- {
- "id": "121003",
- "num": 2
- },
- {
- "id": "121004",
- "num": 2
- }
- ],
- "121006": [],
- "121101": [],
- "121102": [],
- "121103": [
- {
- "id": "121102",
- "num": 2
- },
- {
- "id": "121104",
- "num": 2
- }
- ],
- "121104": [],
- "121105": [
- {
- "id": "121103",
- "num": 2
- },
- {
- "id": "121101",
- "num": 1
- }
- ],
- "121106": [],
- "121201": [],
- "121202": [],
- "121203": [
- {
- "id": "121203",
- "num": 2
- },
- {
- "id": "121204",
- "num": 2
- }
- ],
- "121204": [],
- "121205": [
- {
- "id": "121202",
- "num": 2
- },
- {
- "id": "121201",
- "num": 1
- },
- {
- "id": "121209",
- "num": 2
- }
- ],
- "121206": [],
- "121301": [],
- "121302": [],
- "121303": [
- {
- "id": "121302",
- "num": 2
- },
- {
- "id": "121301",
- "num": 1
- },
- {
- "id": "121308",
- "num": 1
- },
- {
- "id": "121310",
- "num": 1
- },
- {
- "id": "121312",
- "num": 1
- }
- ],
- "121304": [],
- "121305": [
- {
- "id": "121303",
- "num": 2
- },
- {
- "id": "121304",
- "num": 2
- }
- ],
- "121306": [],
- "800101": [],
- "800102": [],
- "800103": [
- {
- "id": "800102",
- "num": 2
- },
- {
- "id": "800104",
- "num": 2
- }
- ],
- "800104": [],
- "800105": [
- {
- "id": "800103",
- "num": 2
- },
- {
- "id": "800101",
- "num": 1
- },
- {
- "id": "800108",
- "num": 2
- },
- {
- "id": "800109",
- "num": 2
- }
- ],
- "800106": [],
- "800201": [],
- "800202": [],
- "800203": [
- {
- "id": "800202",
- "num": 2
- },
- {
- "id": "800204",
- "num": 2
- }
- ],
- "800204": [],
- "800205": [
- {
- "id": "800203",
- "num": 2
- },
- {
- "id": "800201",
- "num": 1
- },
- {
- "id": "800208",
- "num": 2
- },
- {
- "id": "800209",
- "num": 2
- }
- ],
- "800206": [],
- "800301": [],
- "800302": [],
- "800303": [
- {
- "id": "800302",
- "num": 2
- },
- {
- "id": "800304",
- "num": 2
- }
- ],
- "800304": [],
- "800305": [
- {
- "id": "800303",
- "num": 2
- },
- {
- "id": "800301",
- "num": 1
- },
- {
- "id": "800308",
- "num": 1
- }
- ],
- "800306": [],
- "800401": [],
- "800402": [],
- "800403": [
- {
- "id": "800402",
- "num": 2
- },
- {
- "id": "800404",
- "num": 2
- }
- ],
- "800404": [],
- "800405": [
- {
- "id": "800403",
- "num": 2
- },
- {
- "id": "800401",
- "num": 1
- },
- {
- "id": "800408",
- "num": 1
- }
- ],
- "800406": [],
- "130201": [],
- "130202": [],
- "130203": [
- {
- "id": "130202",
- "num": 2
- },
- {
- "id": "130204",
- "num": 2
- }
- ],
- "130204": [],
- "130205": [
- {
- "id": "130201",
- "num": 1
- },
- {
- "id": "130203",
- "num": 2
- },
- {
- "id": "130214",
- "num": 2
- }
- ],
- "130206": [],
- "121701": [],
- "121702": [],
- "121703": [
- {
- "id": "121703",
- "num": 2
- },
- {
- "id": "121704",
- "num": 2
- }
- ],
- "121704": [],
- "121705": [
- {
- "id": "121701",
- "num": 1
- },
- {
- "id": "121702",
- "num": 2
- }
- ],
- "121706": [],
- "121501": [],
- "121502": [],
- "121503": [
- {
- "id": "121501",
- "num": 1
- },
- {
- "id": "121502",
- "num": 2
- }
- ],
- "121504": [],
- "121505": [
- {
- "id": "121503",
- "num": 2
- },
- {
- "id": "121504",
- "num": 2
- }
- ],
- "121506": [],
- "130501": [],
- "130502": [],
- "130503": [
- {
- "id": "130501",
- "num": 1
- },
- {
- "id": "130503",
- "num": 2
- }
- ],
- "130504": [],
- "130505": [
- {
- "id": "130502",
- "num": 2
- },
- {
- "id": "130504",
- "num": 2
- }
- ],
- "130506": [],
- "130301": [],
- "130302": [],
- "130303": [
- {
- "id": "130303",
- "num": 2
- },
- {
- "id": "130304",
- "num": 2
- }
- ],
- "130304": [],
- "130305": [
- {
- "id": "130301",
- "num": 1
- },
- {
- "id": "130302",
- "num": 2
- }
- ],
- "130306": []
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_1.5.0.json b/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_1.5.0.json
index 83df736..de70482 100644
--- a/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_1.5.0.json
@@ -1043,6 +1043,30 @@
}
],
"800406": [],
+ "121401": [],
+ "121402": [],
+ "121403": [
+ {
+ "id": "121401",
+ "num": 1
+ },
+ {
+ "id": "121402",
+ "num": 2
+ }
+ ],
+ "121404": [],
+ "121405": [
+ {
+ "id": "121403",
+ "num": 2
+ },
+ {
+ "id": "121404",
+ "num": 2
+ }
+ ],
+ "121406": [],
"130301": [],
"130302": [],
"130303": [
@@ -1090,29 +1114,5 @@
"num": 2
}
],
- "130506": [],
- "121401": [],
- "121402": [],
- "121403": [
- {
- "id": "121401",
- "num": 1
- },
- {
- "id": "121402",
- "num": 2
- }
- ],
- "121404": [],
- "121405": [
- {
- "id": "121403",
- "num": 2
- },
- {
- "id": "121404",
- "num": 2
- }
- ],
- "121406": []
+ "130506": []
}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/characterSkillTree_mapping_1.4.0.json b/starrail_damage_cal/map/data/characterSkillTree_mapping_1.4.0.json
deleted file mode 100644
index 29ab3d2..0000000
--- a/starrail_damage_cal/map/data/characterSkillTree_mapping_1.4.0.json
+++ /dev/null
@@ -1,53704 +0,0 @@
-{
- "1001": {
- "1001001": {
- "id": "1001001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100101",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1001_basic_atk.png"
- },
- "1001002": {
- "id": "1001002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100102",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110142",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110143",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110143",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1001_skill.png"
- },
- "1001003": {
- "id": "1001003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100103",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110142",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110143",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110143",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1001_ultimate.png"
- },
- "1001004": {
- "id": "1001004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100104",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110142",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110143",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110143",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1001_talent.png"
- },
- "1001007": {
- "id": "1001007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100107",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1001_technique.png"
- },
- "1001101": {
- "id": "1001101",
- "name": "纯洁",
- "max_level": 1,
- "desc": "施放战技时,解除指定我方单体的1个负面效果。",
- "params": [],
- "anchor": "Point06",
- "pre_points": [
- "1001201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1001_skilltree1.png"
- },
- "1001102": {
- "id": "1001102",
- "name": "加护",
- "max_level": 1,
- "desc": "战技提供的护盾持续时间增加#1[i]回合。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [
- "1001201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1001_skilltree2.png"
- },
- "1001103": {
- "id": "1001103",
- "name": "冰咒",
- "max_level": 1,
- "desc": "施放终结技时,冻结敌方目标的基础概率提高#1[i]%。",
- "params": [
- [
- 0.15
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1001_skilltree3.png"
- },
- "1001201": {
- "id": "1001201",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1001202": {
- "id": "1001202",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1001101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1001203": {
- "id": "1001203",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1001202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1001204": {
- "id": "1001204",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1001205": {
- "id": "1001205",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1001102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1001206": {
- "id": "1001206",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1001205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1001207": {
- "id": "1001207",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1001208": {
- "id": "1001208",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1001103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1001209": {
- "id": "1001209",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1001208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1001210": {
- "id": "1001210",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1001208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.1
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- }
- },
- "1002": {
- "1002001": {
- "id": "1002001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100201",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1002_basic_atk.png"
- },
- "1002002": {
- "id": "1002002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100202",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110122",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110123",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110123",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1002_skill.png"
- },
- "1002003": {
- "id": "1002003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100203",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110122",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110123",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110123",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1002_ultimate.png"
- },
- "1002004": {
- "id": "1002004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100204",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110122",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110123",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110123",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1002_talent.png"
- },
- "1002007": {
- "id": "1002007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100207",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1002_technique.png"
- },
- "1002101": {
- "id": "1002101",
- "name": "潜龙",
- "max_level": 1,
- "desc": "若当前生命值百分比小于等于#1[i]%,则被敌方目标攻击的概率降低。",
- "params": [
- [
- 0.5,
- 0.5
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1002_skilltree1.png"
- },
- "1002102": {
- "id": "1002102",
- "name": "绝影",
- "max_level": 1,
- "desc": "施放攻击后有#1[i]%的固定概率使自身速度提高#2[i]%,持续#3[i]回合。",
- "params": [
- [
- 0.5,
- 0.2,
- 2
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1002_skilltree2.png"
- },
- "1002103": {
- "id": "1002103",
- "name": "罡风",
- "max_level": 1,
- "desc": "普攻对减速状态下的敌方目标造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.4
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1002_skilltree3.png"
- },
- "1002201": {
- "id": "1002201",
- "name": "伤害强化•风",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "WindAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconWindAddedRatio.png"
- },
- "1002202": {
- "id": "1002202",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1002101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1002203": {
- "id": "1002203",
- "name": "伤害强化•风",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1002202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "WindAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconWindAddedRatio.png"
- },
- "1002204": {
- "id": "1002204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1002205": {
- "id": "1002205",
- "name": "伤害强化•风",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1002102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "WindAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconWindAddedRatio.png"
- },
- "1002206": {
- "id": "1002206",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1002205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1002207": {
- "id": "1002207",
- "name": "伤害强化•风",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "WindAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconWindAddedRatio.png"
- },
- "1002208": {
- "id": "1002208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1002103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1002209": {
- "id": "1002209",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1002208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1002210": {
- "id": "1002210",
- "name": "伤害强化•风",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1002208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "WindAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconWindAddedRatio.png"
- }
- },
- "1003": {
- "1003001": {
- "id": "1003001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100301",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1003_basic_atk.png"
- },
- "1003002": {
- "id": "1003002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100302",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110132",
- "num": 7
- },
- {
- "id": "111002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110133",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110133",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1003_skill.png"
- },
- "1003003": {
- "id": "1003003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100303",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110132",
- "num": 7
- },
- {
- "id": "111002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110133",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110133",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1003_ultimate.png"
- },
- "1003004": {
- "id": "1003004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100304",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110132",
- "num": 7
- },
- {
- "id": "111002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110133",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110133",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1003_talent.png"
- },
- "1003007": {
- "id": "1003007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100307",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1003_technique.png"
- },
- "1003101": {
- "id": "1003101",
- "name": "星火",
- "max_level": 1,
- "desc": "施放攻击后,有#1[i]%的基础概率使敌方目标陷入灼烧状态,持续#2[i]回合。\n灼烧状态下,敌方目标每回合开始时受到等同于姬子#3[i]%攻击力的火属性持续伤害。",
- "params": [
- [
- 0.5,
- 2,
- 0.3
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1003_skilltree1.png"
- },
- "1003102": {
- "id": "1003102",
- "name": "灼热",
- "max_level": 1,
- "desc": "战技对灼烧状态下的敌方目标造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1003_skilltree2.png"
- },
- "1003103": {
- "id": "1003103",
- "name": "道标",
- "max_level": 1,
- "desc": "若当前生命值百分比大于等于#1[i]%,则暴击率提高#2[i]%。",
- "params": [
- [
- 0.8,
- 0.15
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1003_skilltree3.png"
- },
- "1003201": {
- "id": "1003201",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1003202": {
- "id": "1003202",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1003101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1003203": {
- "id": "1003203",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1003202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1003204": {
- "id": "1003204",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1003202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1003205": {
- "id": "1003205",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1003102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1003206": {
- "id": "1003206",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1003205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1003207": {
- "id": "1003207",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1003205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1003208": {
- "id": "1003208",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1003103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "111003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1003209": {
- "id": "1003209",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1003103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "111003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1003210": {
- "id": "1003210",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "111003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- }
- },
- "1004": {
- "1004001": {
- "id": "1004001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100401",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1004_basic_atk.png"
- },
- "1004002": {
- "id": "1004002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100402",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110152",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110153",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110153",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1004_skill.png"
- },
- "1004003": {
- "id": "1004003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100403",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110152",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110153",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110153",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1004_ultimate.png"
- },
- "1004004": {
- "id": "1004004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100404",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110152",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110153",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110153",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1004_talent.png"
- },
- "1004007": {
- "id": "1004007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100407",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1004_technique.png"
- },
- "1004101": {
- "id": "1004101",
- "name": "惩戒",
- "max_level": 1,
- "desc": "施放终结技时,有#1[i]%基础概率使目标受到的伤害提高#2[i]%,持续#3[i]回合。",
- "params": [
- [
- 1,
- 0.12,
- 2
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1004_skilltree1.png"
- },
- "1004102": {
- "id": "1004102",
- "name": "审判",
- "max_level": 1,
- "desc": "施放终结技时,额外恢复#1[i]点能量。",
- "params": [
- [
- 10
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1004_skilltree2.png"
- },
- "1004103": {
- "id": "1004103",
- "name": "裁决",
- "max_level": 1,
- "desc": "对被弱点击破的敌方目标造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1004_skilltree3.png"
- },
- "1004201": {
- "id": "1004201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1004202": {
- "id": "1004202",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1004101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1004203": {
- "id": "1004203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1004202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1004204": {
- "id": "1004204",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1004203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1004205": {
- "id": "1004205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1004102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1004206": {
- "id": "1004206",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1004205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1004207": {
- "id": "1004207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1004206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1004208": {
- "id": "1004208",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1004103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1004209": {
- "id": "1004209",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1004103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1004210": {
- "id": "1004210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1004201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1005": {
- "1005001": {
- "id": "1005001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100501",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1005_basic_atk.png"
- },
- "1005002": {
- "id": "1005002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100502",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110152",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110153",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110153",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1005_skill.png"
- },
- "1005003": {
- "id": "1005003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100503",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110152",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110153",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110153",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1005_ultimate.png"
- },
- "1005004": {
- "id": "1005004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100504",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110152",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110153",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110153",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1005_talent.png"
- },
- "1005007": {
- "id": "1005007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100507",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1005_technique.png"
- },
- "1005101": {
- "id": "1005101",
- "name": "折磨",
- "max_level": 1,
- "desc": "施放终结技时,敌方目标由「其当前承受的触电状态立即产生伤害」变更为「其当前承受的所有持续伤害类负面状态立即产生伤害」。",
- "params": [],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1005_skilltree1.png"
- },
- "1005102": {
- "id": "1005102",
- "name": "掠夺",
- "max_level": 1,
- "desc": "触电状态下的敌方目标被消灭时,卡芙卡额外恢复#1[i]点能量。",
- "params": [
- [
- 5
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1005_skilltree2.png"
- },
- "1005103": {
- "id": "1005103",
- "name": "荆棘",
- "max_level": 1,
- "desc": "终结技、秘技与天赋触发的追加攻击使敌方目标陷入的触电状态的基础概率提高#1[i]%。",
- "params": [
- [
- 0.3
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1005_skilltree3.png"
- },
- "1005201": {
- "id": "1005201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1005202": {
- "id": "1005202",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1005101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1005203": {
- "id": "1005203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1005202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1005204": {
- "id": "1005204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1005203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1005205": {
- "id": "1005205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1005102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1005206": {
- "id": "1005206",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1005205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1005207": {
- "id": "1005207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1005206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1005208": {
- "id": "1005208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1005103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1005209": {
- "id": "1005209",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1005103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1005210": {
- "id": "1005210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1005201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1006": {
- "1006001": {
- "id": "1006001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100601",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "112011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "112012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "112013",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1006_basic_atk.png"
- },
- "1006002": {
- "id": "1006002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100602",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "112011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "112012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110152",
- "num": 7
- },
- {
- "id": "112012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110153",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "112013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110153",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1006_skill.png"
- },
- "1006003": {
- "id": "1006003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100603",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "112011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "112012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110152",
- "num": 7
- },
- {
- "id": "112012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110153",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "112013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110153",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1006_ultimate.png"
- },
- "1006004": {
- "id": "1006004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100604",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "112011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "112012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110152",
- "num": 7
- },
- {
- "id": "112012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110153",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "112013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110153",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1006_talent.png"
- },
- "1006007": {
- "id": "1006007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100607",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1006_technique.png"
- },
- "1006101": {
- "id": "1006101",
- "name": "生成",
- "max_level": 1,
- "desc": "【缺陷】的持续时间增加#1[i]回合。每当有敌方目标的弱点被击破时,银狼有#2[i]%的基础概率对该目标植入1个随机【缺陷】。",
- "params": [
- [
- 1,
- 0.65
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1006_skilltree1.png"
- },
- "1006102": {
- "id": "1006102",
- "name": "注入",
- "max_level": 1,
- "desc": "施放战技时,为敌方目标添加的弱点持续时间增加#1[i]回合。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1006_skilltree2.png"
- },
- "1006103": {
- "id": "1006103",
- "name": "旁注",
- "max_level": 1,
- "desc": "施放战技时,若敌方目标的负面效果数量大于等于#1[i]个,则战技使目标全属性抗性降低的效果额外降低#2[i]%。",
- "params": [
- [
- 3,
- 0.03
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1006_skilltree3.png"
- },
- "1006201": {
- "id": "1006201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1006202": {
- "id": "1006202",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1006101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110151",
- "num": 3
- },
- {
- "id": "112011",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1006203": {
- "id": "1006203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1006202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1006204": {
- "id": "1006204",
- "name": "伤害强化•量子",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1006203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "QuantumAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110152",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconQuantumAddedRatio.png"
- },
- "1006205": {
- "id": "1006205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1006102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110152",
- "num": 5
- },
- {
- "id": "112012",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1006206": {
- "id": "1006206",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1006205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1006207": {
- "id": "1006207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1006206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110153",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1006208": {
- "id": "1006208",
- "name": "伤害强化•量子",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1006103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "QuantumAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "112013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconQuantumAddedRatio.png"
- },
- "1006209": {
- "id": "1006209",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1006103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "112013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1006210": {
- "id": "1006210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1006201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110153",
- "num": 8
- },
- {
- "id": "112013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1008": {
- "1008001": {
- "id": "1008001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100801",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1008_basic_atk.png"
- },
- "1008002": {
- "id": "1008002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100802",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1008_skill.png"
- },
- "1008003": {
- "id": "1008003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100803",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1008_ultimate.png"
- },
- "1008004": {
- "id": "1008004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100804",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1008_talent.png"
- },
- "1008007": {
- "id": "1008007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100807",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1008_technique.png"
- },
- "1008101": {
- "id": "1008101",
- "name": "苏生",
- "max_level": 1,
- "desc": "消灭敌方目标时,若当前生命值百分比小于等于#1[i]%,则立即回复等同于自身生命上限#2[i]%的生命值。",
- "params": [
- [
- 0.3,
- 0.2
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1008_skilltree1.png"
- },
- "1008102": {
- "id": "1008102",
- "name": "坚忍",
- "max_level": 1,
- "desc": "抵抗持续伤害类负面状态的概率提高#1[i]%。",
- "params": [
- [
- 0.5
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1008_skilltree2.png"
- },
- "1008103": {
- "id": "1008103",
- "name": "抗御",
- "max_level": 1,
- "desc": "进入战斗时,若当前生命值百分比小于等于#1[i]%,阿兰可以抵抗除持续伤害外的所有伤害。当阿兰受到攻击后,该效果解除。",
- "params": [
- [
- 0.5
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1008_skilltree3.png"
- },
- "1008201": {
- "id": "1008201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1008202": {
- "id": "1008202",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1008101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1008203": {
- "id": "1008203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1008202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1008204": {
- "id": "1008204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1008203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1008205": {
- "id": "1008205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1008102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1008206": {
- "id": "1008206",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1008205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1008207": {
- "id": "1008207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1008206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1008208": {
- "id": "1008208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1008103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1008209": {
- "id": "1008209",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1008208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1008210": {
- "id": "1008210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1008208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1009": {
- "1009001": {
- "id": "1009001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100901",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "112001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1009_basic_atk.png"
- },
- "1009002": {
- "id": "1009002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100902",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "112001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "112002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1009_skill.png"
- },
- "1009003": {
- "id": "1009003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100903",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "112001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "112002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1009_ultimate.png"
- },
- "1009004": {
- "id": "1009004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100904",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "112001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "112002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1009_talent.png"
- },
- "1009007": {
- "id": "1009007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "100907",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1009_technique.png"
- },
- "1009101": {
- "id": "1009101",
- "name": "火花",
- "max_level": 1,
- "desc": "施放普攻时,有#1[i]%的基础概率使敌方目标陷入灼烧状态,持续#2[i]回合。\n灼烧状态下,敌方目标每回合开始时受到等同于艾丝妲普攻#3[i]%的火属性持续伤害。",
- "params": [
- [
- 0.8,
- 3,
- 0.5
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1009_skilltree1.png"
- },
- "1009102": {
- "id": "1009102",
- "name": "点燃",
- "max_level": 1,
- "desc": "艾丝妲在场时,我方全体的火属性伤害提高#1[i]%。",
- "params": [
- [
- 0.18
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1009_skilltree2.png"
- },
- "1009103": {
- "id": "1009103",
- "name": "星座",
- "max_level": 1,
- "desc": "艾丝妲每拥有1层蓄能,自身防御力提高#1[i]%。",
- "params": [
- [
- 0.06
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1009_skilltree3.png"
- },
- "1009201": {
- "id": "1009201",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1009202": {
- "id": "1009202",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1009101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "112001",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1009203": {
- "id": "1009203",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1009202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1009204": {
- "id": "1009204",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1009201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.027
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1009205": {
- "id": "1009205",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1009102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1009206": {
- "id": "1009206",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1009205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1009207": {
- "id": "1009207",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1009201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1009208": {
- "id": "1009208",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1009103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "112003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1009209": {
- "id": "1009209",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1009208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.1
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "112003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1009210": {
- "id": "1009210",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1009208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "112003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- }
- },
- "1013": {
- "1013001": {
- "id": "1013001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "101301",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1013_basic_atk.png"
- },
- "1013002": {
- "id": "1013002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "101302",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110132",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110133",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110133",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1013_skill.png"
- },
- "1013003": {
- "id": "1013003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "101303",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110132",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110133",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110133",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1013_ultimate.png"
- },
- "1013004": {
- "id": "1013004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "101304",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110132",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110133",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110133",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1013_talent.png"
- },
- "1013007": {
- "id": "1013007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "101307",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1013_technique.png"
- },
- "1013101": {
- "id": "1013101",
- "name": "效率",
- "max_level": 1,
- "desc": "施放战技时,对目标造成的伤害提高效果额外再提高#1[i]%。",
- "params": [
- [
- 0.25
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1013_skilltree1.png"
- },
- "1013102": {
- "id": "1013102",
- "name": "人偶",
- "max_level": 1,
- "desc": "抵抗控制类负面状态的概率提高#1[i]%。",
- "params": [
- [
- 0.35
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1013_skilltree2.png"
- },
- "1013103": {
- "id": "1013103",
- "name": "冰结",
- "max_level": 1,
- "desc": "施放终结技时,对冻结状态下的敌人造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1013_skilltree3.png"
- },
- "1013201": {
- "id": "1013201",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1013202": {
- "id": "1013202",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1013101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1013203": {
- "id": "1013203",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1013202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1013204": {
- "id": "1013204",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1013202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.027
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1013205": {
- "id": "1013205",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1013102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1013206": {
- "id": "1013206",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1013205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1013207": {
- "id": "1013207",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1013205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1013208": {
- "id": "1013208",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1013103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1013209": {
- "id": "1013209",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1013103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.1
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1013210": {
- "id": "1013210",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- }
- },
- "1101": {
- "1101001": {
- "id": "1101001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110101",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1101_basic_atk.png"
- },
- "1101002": {
- "id": "1101002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110102",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110162",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110163",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110163",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1101_skill.png"
- },
- "1101003": {
- "id": "1101003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110103",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110162",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110163",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110163",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1101_ultimate.png"
- },
- "1101004": {
- "id": "1101004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110104",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110162",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110163",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110163",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1101_talent.png"
- },
- "1101007": {
- "id": "1101007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110107",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1101_technique.png"
- },
- "1101101": {
- "id": "1101101",
- "name": "号令",
- "max_level": 1,
- "desc": "普攻的暴击率提高至100%。",
- "params": [],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1101_skilltree1.png"
- },
- "1101102": {
- "id": "1101102",
- "name": "阵地",
- "max_level": 1,
- "desc": "战斗开始时,我方全体的防御力提高#2[i]%,持续#1[i]回合。",
- "params": [
- [
- 2,
- 0.2
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1101_skilltree2.png"
- },
- "1101103": {
- "id": "1101103",
- "name": "军势",
- "max_level": 1,
- "desc": "布洛妮娅在场时,我方全体造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.1
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1101_skilltree3.png"
- },
- "1101201": {
- "id": "1101201",
- "name": "伤害强化•风",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "WindAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconWindAddedRatio.png"
- },
- "1101202": {
- "id": "1101202",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1101101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1101203": {
- "id": "1101203",
- "name": "伤害强化•风",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1101202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "WindAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconWindAddedRatio.png"
- },
- "1101204": {
- "id": "1101204",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1101201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1101205": {
- "id": "1101205",
- "name": "伤害强化•风",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1101102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "WindAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconWindAddedRatio.png"
- },
- "1101206": {
- "id": "1101206",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1101205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1101207": {
- "id": "1101207",
- "name": "伤害强化•风",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1101201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "WindAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconWindAddedRatio.png"
- },
- "1101208": {
- "id": "1101208",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1101103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1101209": {
- "id": "1101209",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1101208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.107
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1101210": {
- "id": "1101210",
- "name": "伤害强化•风",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1101208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "WindAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconWindAddedRatio.png"
- }
- },
- "1102": {
- "1102001": {
- "id": "1102001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110201",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1102_basic_atk.png"
- },
- "1102002": {
- "id": "1102002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110202",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1102_skill.png"
- },
- "1102003": {
- "id": "1102003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110203",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1102_ultimate.png"
- },
- "1102004": {
- "id": "1102004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110204",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1102_talent.png"
- },
- "1102007": {
- "id": "1102007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110207",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1102_technique.png"
- },
- "1102101": {
- "id": "1102101",
- "name": "夜行",
- "max_level": 1,
- "desc": "若当前生命值百分比小于等于#1[i]%,则被敌方目标攻击的概率降低。",
- "params": [
- [
- 0.5,
- 0.5
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1102_skilltree1.png"
- },
- "1102102": {
- "id": "1102102",
- "name": "割裂",
- "max_level": 1,
- "desc": "增幅状态下希儿的量子属性抗性穿透提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1102_skilltree2.png"
- },
- "1102103": {
- "id": "1102103",
- "name": "涟漪",
- "max_level": 1,
- "desc": "施放普攻后,希儿的下一次行动提前#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1102_skilltree3.png"
- },
- "1102201": {
- "id": "1102201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1102202": {
- "id": "1102202",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1102101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1102203": {
- "id": "1102203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1102202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1102204": {
- "id": "1102204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1102205": {
- "id": "1102205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1102102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1102206": {
- "id": "1102206",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1102205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1102207": {
- "id": "1102207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1102208": {
- "id": "1102208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1102103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1102209": {
- "id": "1102209",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1102208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.107
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1102210": {
- "id": "1102210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1102208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1103": {
- "1103001": {
- "id": "1103001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110301",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "112001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1103_basic_atk.png"
- },
- "1103002": {
- "id": "1103002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110302",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "112001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110132",
- "num": 6
- },
- {
- "id": "112002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110133",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110133",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1103_skill.png"
- },
- "1103003": {
- "id": "1103003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110303",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "112001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110132",
- "num": 6
- },
- {
- "id": "112002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110133",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110133",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1103_ultimate.png"
- },
- "1103004": {
- "id": "1103004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110304",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "112001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110132",
- "num": 6
- },
- {
- "id": "112002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110133",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110133",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1103_talent.png"
- },
- "1103007": {
- "id": "1103007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110307",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1103_technique.png"
- },
- "1103101": {
- "id": "1103101",
- "name": "摇滚",
- "max_level": 1,
- "desc": "施放战技时,使受到攻击的敌方目标陷入触电状态的基础概率提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1103_skilltree1.png"
- },
- "1103102": {
- "id": "1103102",
- "name": "电音",
- "max_level": 1,
- "desc": "战斗开始时,立即恢复#1[i]点能量。",
- "params": [
- [
- 15
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1103_skilltree2.png"
- },
- "1103103": {
- "id": "1103103",
- "name": "狂热",
- "max_level": 1,
- "desc": "消灭敌方目标后,攻击力提高#1[i]%,持续#2[i]回合。",
- "params": [
- [
- 0.2,
- 2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1103_skilltree3.png"
- },
- "1103201": {
- "id": "1103201",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.027
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1103202": {
- "id": "1103202",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1103101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "112001",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1103203": {
- "id": "1103203",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1103202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.027
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1103204": {
- "id": "1103204",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1103202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "112002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1103205": {
- "id": "1103205",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1103102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1103206": {
- "id": "1103206",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1103205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1103207": {
- "id": "1103207",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1103205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "112003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1103208": {
- "id": "1103208",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1103103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "112003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1103209": {
- "id": "1103209",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1103103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "112003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1103210": {
- "id": "1103210",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "112003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- }
- },
- "1104": {
- "1104001": {
- "id": "1104001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110401",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1104_basic_atk.png"
- },
- "1104002": {
- "id": "1104002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110402",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110142",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110143",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110143",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1104_skill.png"
- },
- "1104003": {
- "id": "1104003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110403",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110142",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110143",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110143",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1104_ultimate.png"
- },
- "1104004": {
- "id": "1104004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110404",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110142",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110143",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110143",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1104_talent.png"
- },
- "1104007": {
- "id": "1104007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110407",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1104_technique.png"
- },
- "1104101": {
- "id": "1104101",
- "name": "刚正",
- "max_level": 1,
- "desc": "杰帕德被敌方攻击的概率提高。",
- "params": [
- [
- 3
- ]
- ],
- "anchor": "Point06",
- "pre_points": [
- "1104201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1104_skilltree1.png"
- },
- "1104102": {
- "id": "1104102",
- "name": "统领",
- "max_level": 1,
- "desc": "【不屈之身】触发后,杰帕德的能量立即恢复至100%。",
- "params": [],
- "anchor": "Point07",
- "pre_points": [
- "1104201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1104_skilltree2.png"
- },
- "1104103": {
- "id": "1104103",
- "name": "战意",
- "max_level": 1,
- "desc": "杰帕德提高等同于自身当前防御力#1[i]%的攻击力,每回合开始时刷新。",
- "params": [
- [
- 0.35
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1104_skilltree3.png"
- },
- "1104201": {
- "id": "1104201",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1104202": {
- "id": "1104202",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1104101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1104203": {
- "id": "1104203",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1104202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1104204": {
- "id": "1104204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1104205": {
- "id": "1104205",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1104102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1104206": {
- "id": "1104206",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1104205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1104207": {
- "id": "1104207",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1104208": {
- "id": "1104208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1104103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1104209": {
- "id": "1104209",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1104208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1104210": {
- "id": "1104210",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1104208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- }
- },
- "1105": {
- "1105001": {
- "id": "1105001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110501",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1105_basic_atk.png"
- },
- "1105002": {
- "id": "1105002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110502",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110172",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110173",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110173",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1105_skill.png"
- },
- "1105003": {
- "id": "1105003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110503",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110172",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110173",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110173",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1105_ultimate.png"
- },
- "1105004": {
- "id": "1105004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110504",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110172",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110173",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110173",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1105_talent.png"
- },
- "1105007": {
- "id": "1105007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110507",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1105_technique.png"
- },
- "1105101": {
- "id": "1105101",
- "name": "舒缓",
- "max_level": 1,
- "desc": "施放战技时,解除指定我方单体的#1[i]个负面效果。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1105_skilltree1.png"
- },
- "1105102": {
- "id": "1105102",
- "name": "医者",
- "max_level": 1,
- "desc": "娜塔莎提供的治疗量提高#1[i]%。",
- "params": [
- [
- 0.1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1105_skilltree2.png"
- },
- "1105103": {
- "id": "1105103",
- "name": "调理",
- "max_level": 1,
- "desc": "施放战技产生的持续回复效果延长#1[i]回合。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1105_skilltree3.png"
- },
- "1105201": {
- "id": "1105201",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1105202": {
- "id": "1105202",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1105101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1105203": {
- "id": "1105203",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1105202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1105204": {
- "id": "1105204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1105203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1105205": {
- "id": "1105205",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1105102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1105206": {
- "id": "1105206",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1105205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1105207": {
- "id": "1105207",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1105206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1105208": {
- "id": "1105208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1105103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1105209": {
- "id": "1105209",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1105103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1105210": {
- "id": "1105210",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- }
- },
- "1106": {
- "1106001": {
- "id": "1106001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110601",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1106_basic_atk.png"
- },
- "1106002": {
- "id": "1106002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110602",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1106_skill.png"
- },
- "1106003": {
- "id": "1106003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110603",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1106_ultimate.png"
- },
- "1106004": {
- "id": "1106004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110604",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1106_talent.png"
- },
- "1106007": {
- "id": "1106007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110607",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1106_technique.png"
- },
- "1106101": {
- "id": "1106101",
- "name": "痛击",
- "max_level": 1,
- "desc": "对处于负面效果的敌方目标造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1106_skilltree1.png"
- },
- "1106102": {
- "id": "1106102",
- "name": "秘策",
- "max_level": 1,
- "desc": "佩拉在场时,我方全体的效果命中提高#1[i]%。",
- "params": [
- [
- 0.1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1106_skilltree2.png"
- },
- "1106103": {
- "id": "1106103",
- "name": "追歼",
- "max_level": 1,
- "desc": "施放战技解除增益效果时,下一次攻击造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1106_skilltree3.png"
- },
- "1106201": {
- "id": "1106201",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1106202": {
- "id": "1106202",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1106101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1106203": {
- "id": "1106203",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1106202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1106204": {
- "id": "1106204",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1106203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1106205": {
- "id": "1106205",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1106102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1106206": {
- "id": "1106206",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1106205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1106207": {
- "id": "1106207",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1106206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1106208": {
- "id": "1106208",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1106103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1106209": {
- "id": "1106209",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1106103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1106210": {
- "id": "1106210",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1106201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- }
- },
- "1107": {
- "1107001": {
- "id": "1107001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110701",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "112011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "112012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "112013",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1107_basic_atk.png"
- },
- "1107002": {
- "id": "1107002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110702",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "112011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "112012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "112012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1107_skill.png"
- },
- "1107003": {
- "id": "1107003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110703",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "112011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "112012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "112012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1107_ultimate.png"
- },
- "1107004": {
- "id": "1107004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110704",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "112011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "112012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "112012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1107_talent.png"
- },
- "1107007": {
- "id": "1107007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110707",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1107_technique.png"
- },
- "1107101": {
- "id": "1107101",
- "name": "家人",
- "max_level": 1,
- "desc": "受到攻击时有#1[i]%的固定概率解除自身1个负面效果。",
- "params": [
- [
- 0.35
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1107_skilltree1.png"
- },
- "1107102": {
- "id": "1107102",
- "name": "守护",
- "max_level": 1,
- "desc": "抵抗控制类负面状态的概率提高#1[i]%。",
- "params": [
- [
- 0.35
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1107_skilltree2.png"
- },
- "1107103": {
- "id": "1107103",
- "name": "复仇",
- "max_level": 1,
- "desc": "史瓦罗的反击造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.3
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1107_skilltree3.png"
- },
- "1107201": {
- "id": "1107201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1107202": {
- "id": "1107202",
- "name": "伤害强化•物理",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1107101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "PhysicalAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "112011",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconPhysicalAddedRatio.png"
- },
- "1107203": {
- "id": "1107203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1107202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1107204": {
- "id": "1107204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1107203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1107205": {
- "id": "1107205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1107102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "112012",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1107206": {
- "id": "1107206",
- "name": "伤害强化•物理",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1107205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "PhysicalAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconPhysicalAddedRatio.png"
- },
- "1107207": {
- "id": "1107207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1107206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1107208": {
- "id": "1107208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1107103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "112013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1107209": {
- "id": "1107209",
- "name": "伤害强化•物理",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1107208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "PhysicalAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "112013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconPhysicalAddedRatio.png"
- },
- "1107210": {
- "id": "1107210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1107208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "112013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1108": {
- "1108001": {
- "id": "1108001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110801",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1108_basic_atk.png"
- },
- "1108002": {
- "id": "1108002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110802",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1108_skill.png"
- },
- "1108003": {
- "id": "1108003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110803",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1108_ultimate.png"
- },
- "1108004": {
- "id": "1108004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110804",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1108_talent.png"
- },
- "1108007": {
- "id": "1108007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110807",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1108_technique.png"
- },
- "1108101": {
- "id": "1108101",
- "name": "圈套",
- "max_level": 1,
- "desc": "天赋使敌方陷入风化状态的持续时间延长#1[i]回合。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1108_skilltree1.png"
- },
- "1108102": {
- "id": "1108102",
- "name": "后手",
- "max_level": 1,
- "desc": "施放终结技时,额外恢复#1[i]点能量。",
- "params": [
- [
- 10
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1108_skilltree2.png"
- },
- "1108103": {
- "id": "1108103",
- "name": "加料",
- "max_level": 1,
- "desc": "风化状态下的敌方目标对桑博造成的伤害降低#1[i]%。",
- "params": [
- [
- 0.15
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1108_skilltree3.png"
- },
- "1108201": {
- "id": "1108201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1108202": {
- "id": "1108202",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1108101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1108203": {
- "id": "1108203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1108202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1108204": {
- "id": "1108204",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1108203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1108205": {
- "id": "1108205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1108102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1108206": {
- "id": "1108206",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1108205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1108207": {
- "id": "1108207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1108206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1108208": {
- "id": "1108208",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1108103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1108209": {
- "id": "1108209",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1108103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1108210": {
- "id": "1108210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1108201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1109": {
- "1109001": {
- "id": "1109001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110901",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1109_basic_atk.png"
- },
- "1109002": {
- "id": "1109002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110902",
- "num": 1
- },
- {
- "id": "110909",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1109_skill.png"
- },
- "1109003": {
- "id": "1109003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110903",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1109_ultimate.png"
- },
- "1109004": {
- "id": "1109004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110904",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1109_talent.png"
- },
- "1109007": {
- "id": "1109007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "110907",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1109_technique.png"
- },
- "1109101": {
- "id": "1109101",
- "name": "童真",
- "max_level": 1,
- "desc": "触发天赋时,回复等同于虎克生命上限#1[i]%的生命值。",
- "params": [
- [
- 0.05
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1109_skilltree1.png"
- },
- "1109102": {
- "id": "1109102",
- "name": "无邪",
- "max_level": 1,
- "desc": "抵抗控制类负面状态的概率提高#1[i]%。",
- "params": [
- [
- 0.35
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1109_skilltree2.png"
- },
- "1109103": {
- "id": "1109103",
- "name": "玩火",
- "max_level": 1,
- "desc": "施放终结技后,虎克的行动提前#2[i]%并额外恢复#1[i]点能量。",
- "params": [
- [
- 5,
- 0.2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1109_skilltree3.png"
- },
- "1109201": {
- "id": "1109201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1109202": {
- "id": "1109202",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1109101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1109203": {
- "id": "1109203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1109202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1109204": {
- "id": "1109204",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1109203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1109205": {
- "id": "1109205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1109102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1109206": {
- "id": "1109206",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1109205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1109207": {
- "id": "1109207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1109206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1109208": {
- "id": "1109208",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1109103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1109209": {
- "id": "1109209",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1109208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1109210": {
- "id": "1109210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1109208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1110": {
- "1110001": {
- "id": "1110001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111001",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1110_basic_atk.png"
- },
- "1110002": {
- "id": "1110002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111002",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110172",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110173",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110173",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1110_skill.png"
- },
- "1110003": {
- "id": "1110003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111003",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110172",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110173",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110173",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1110_ultimate.png"
- },
- "1110004": {
- "id": "1110004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111004",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110172",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110173",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110173",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1110_talent.png"
- },
- "1110007": {
- "id": "1110007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111007",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1110_technique.png"
- },
- "1110101": {
- "id": "1110101",
- "name": "提前勘测",
- "max_level": 1,
- "desc": "当持有【求生反应】的目标受到攻击后,玲可立即恢复#1[i]点能量。",
- "params": [
- [
- 2
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1110_skilltree1.png"
- },
- "1110102": {
- "id": "1110102",
- "name": "探险技术",
- "max_level": 1,
- "desc": "抵抗控制类负面状态的概率提高#1[i]%。",
- "params": [
- [
- 0.35
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1110_skilltree2.png"
- },
- "1110103": {
- "id": "1110103",
- "name": "极境求生",
- "max_level": 1,
- "desc": "天赋产生的持续回复效果延长#1[i]回合。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1110_skilltree3.png"
- },
- "1110201": {
- "id": "1110201",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1110202": {
- "id": "1110202",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1110101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110171",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1110203": {
- "id": "1110203",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1110202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1110204": {
- "id": "1110204",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1110203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110172",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1110205": {
- "id": "1110205",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1110102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110172",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1110206": {
- "id": "1110206",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1110205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1110207": {
- "id": "1110207",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1110206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110173",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1110208": {
- "id": "1110208",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1110103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1110209": {
- "id": "1110209",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1110103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.1
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1110210": {
- "id": "1110210",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110173",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- }
- },
- "1111": {
- "1111001": {
- "id": "1111001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111101",
- "num": 1
- },
- {
- "id": "111108",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1111_basic_atk.png"
- },
- "1111002": {
- "id": "1111002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111102",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1111_skill.png"
- },
- "1111003": {
- "id": "1111003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111103",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1111_ultimate.png"
- },
- "1111004": {
- "id": "1111004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111104",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "112012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "112013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1111_talent.png"
- },
- "1111007": {
- "id": "1111007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111107",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1111_technique.png"
- },
- "1111101": {
- "id": "1111101",
- "name": "动能过载",
- "max_level": 1,
- "desc": "施放战技时,立即解除敌方目标#1[i]个增益效果。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1111_skilltree1.png"
- },
- "1111102": {
- "id": "1111102",
- "name": "循环制动",
- "max_level": 1,
- "desc": "每获得1层【斗志】,额外恢复#1[i]点能量。",
- "params": [
- [
- 3
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1111_skilltree2.png"
- },
- "1111103": {
- "id": "1111103",
- "name": "粉碎斗志",
- "max_level": 1,
- "desc": "施放强化普攻时,【直冲拳】的每1段攻击都有#1[i]%的固定概率使卢卡额外施放1段攻击。此效果对额外施放的攻击不会生效。",
- "params": [
- [
- 0.5
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1111_skilltree3.png"
- },
- "1111201": {
- "id": "1111201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "112011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1111202": {
- "id": "1111202",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1111101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "112011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1111203": {
- "id": "1111203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1111202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1111204": {
- "id": "1111204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1111203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "112012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1111205": {
- "id": "1111205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1111102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "112012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1111206": {
- "id": "1111206",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1111205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1111207": {
- "id": "1111207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1111206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "112013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1111208": {
- "id": "1111208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1111103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1111209": {
- "id": "1111209",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1111103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1111210": {
- "id": "1111210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1111201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "112013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1112": {
- "1112001": {
- "id": "1112001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111201",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1112_basic_atk.png"
- },
- "1112002": {
- "id": "1112002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111202",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1112_skill.png"
- },
- "1112003": {
- "id": "1112003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111203",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1112_ultimate.png"
- },
- "1112004": {
- "id": "1112004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111204",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "112002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "112003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1112_talent.png"
- },
- "1112007": {
- "id": "1112007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "111207",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1112_technique.png"
- },
- "1112101": {
- "id": "1112101",
- "name": "透支",
- "max_level": 1,
- "desc": "托帕施放普攻造成伤害时,被视为发动了追加攻击。",
- "params": [],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1112_skilltree1.png"
- },
- "1112102": {
- "id": "1112102",
- "name": "金融动荡",
- "max_level": 1,
- "desc": "托帕和账账对拥有火属性弱点的敌方目标造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.15
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1112_skilltree2.png"
- },
- "1112103": {
- "id": "1112103",
- "name": "技术性调整",
- "max_level": 1,
- "desc": "当账账处于【涨幅惊人!】状态施放攻击后,额外使托帕恢复#1[i]点能量。",
- "params": [
- [
- 10
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1112_skilltree3.png"
- },
- "1112201": {
- "id": "1112201",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "112001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1112202": {
- "id": "1112202",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1112101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.027
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "112001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1112203": {
- "id": "1112203",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1112202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1112204": {
- "id": "1112204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "112002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1112205": {
- "id": "1112205",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1112102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "112002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1112206": {
- "id": "1112206",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1112205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1112207": {
- "id": "1112207",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "112003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1112208": {
- "id": "1112208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1112103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1112209": {
- "id": "1112209",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1112208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1112210": {
- "id": "1112210",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1112208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "112003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- }
- },
- "1201": {
- "1201001": {
- "id": "1201001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120101",
- "num": 1
- },
- {
- "id": "120108",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1201_basic_atk.png"
- },
- "1201002": {
- "id": "1201002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120102",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110132",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110133",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110133",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1201_skill.png"
- },
- "1201003": {
- "id": "1201003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120103",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110132",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110133",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110133",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1201_ultimate.png"
- },
- "1201004": {
- "id": "1201004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120104",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110132",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110133",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110133",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1201_talent.png"
- },
- "1201007": {
- "id": "1201007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120107",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1201_technique.png"
- },
- "1201101": {
- "id": "1201101",
- "name": "争番",
- "max_level": 1,
- "desc": "施放战技时,恢复1个战技点。该效果单场战斗中只能触发1次。",
- "params": [],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1201_skilltree1.png"
- },
- "1201102": {
- "id": "1201102",
- "name": "听牌",
- "max_level": 1,
- "desc": "战技使自身造成的伤害提高效果额外提高#1[i]%。",
- "params": [
- [
- 0.1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1201_skilltree2.png"
- },
- "1201103": {
- "id": "1201103",
- "name": "抢杠",
- "max_level": 1,
- "desc": "施放强化普攻后,青雀的速度提高#1[i]%,持续1回合。",
- "params": [
- [
- 0.1
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1201_skilltree3.png"
- },
- "1201201": {
- "id": "1201201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1201202": {
- "id": "1201202",
- "name": "伤害强化•量子",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1201101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "QuantumAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110131",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconQuantumAddedRatio.png"
- },
- "1201203": {
- "id": "1201203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1201202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1201204": {
- "id": "1201204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1201202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110132",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1201205": {
- "id": "1201205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1201102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110132",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1201206": {
- "id": "1201206",
- "name": "伤害强化•量子",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1201205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "QuantumAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconQuantumAddedRatio.png"
- },
- "1201207": {
- "id": "1201207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1201205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110133",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1201208": {
- "id": "1201208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1201103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1201209": {
- "id": "1201209",
- "name": "伤害强化•量子",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1201103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "QuantumAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconQuantumAddedRatio.png"
- },
- "1201210": {
- "id": "1201210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110133",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1202": {
- "1202001": {
- "id": "1202001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120201",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1202_basic_atk.png"
- },
- "1202002": {
- "id": "1202002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120202",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "113002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1202_skill.png"
- },
- "1202003": {
- "id": "1202003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120203",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "113002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1202_ultimate.png"
- },
- "1202004": {
- "id": "1202004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120204",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "113002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1202_talent.png"
- },
- "1202007": {
- "id": "1202007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120207",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1202_technique.png"
- },
- "1202101": {
- "id": "1202101",
- "name": "驻晴",
- "max_level": 1,
- "desc": "施放战技时,停云自身速度提高#1[i]%,持续1回合。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1202_skilltree1.png"
- },
- "1202102": {
- "id": "1202102",
- "name": "止厄",
- "max_level": 1,
- "desc": "普攻造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.4
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1202_skilltree2.png"
- },
- "1202103": {
- "id": "1202103",
- "name": "亨通",
- "max_level": 1,
- "desc": "停云的回合开始时,自身立即恢复#1[i]点能量。",
- "params": [
- [
- 5
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1202_skilltree3.png"
- },
- "1202201": {
- "id": "1202201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1202202": {
- "id": "1202202",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1202101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113001",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1202203": {
- "id": "1202203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1202202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1202204": {
- "id": "1202204",
- "name": "伤害强化•雷",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1202201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "ThunderAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconThunderAddedRatio.png"
- },
- "1202205": {
- "id": "1202205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1202102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1202206": {
- "id": "1202206",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1202205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1202207": {
- "id": "1202207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1202201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1202208": {
- "id": "1202208",
- "name": "伤害强化•雷",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1202103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "ThunderAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconThunderAddedRatio.png"
- },
- "1202209": {
- "id": "1202209",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1202208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.1
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1202210": {
- "id": "1202210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1202208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1203": {
- "1203001": {
- "id": "1203001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120301",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "113011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "113012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "113013",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1203_basic_atk.png"
- },
- "1203002": {
- "id": "1203002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120302",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "113011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "113012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110172",
- "num": 7
- },
- {
- "id": "113012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110173",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "113013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110173",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1203_skill.png"
- },
- "1203003": {
- "id": "1203003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120303",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "113011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "113012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110172",
- "num": 7
- },
- {
- "id": "113012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110173",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "113013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110173",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1203_ultimate.png"
- },
- "1203004": {
- "id": "1203004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120304",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "113011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "113012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110172",
- "num": 7
- },
- {
- "id": "113012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110173",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "113013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110173",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1203_talent.png"
- },
- "1203007": {
- "id": "1203007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120307",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1203_technique.png"
- },
- "1203101": {
- "id": "1203101",
- "name": "浸池苏生",
- "max_level": 1,
- "desc": "触发战技效果时,解除指定我方单体的#1[i]个负面效果。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1203_skilltree1.png"
- },
- "1203102": {
- "id": "1203102",
- "name": "浇灌尘身",
- "max_level": 1,
- "desc": "处于结界中的任意敌方目标受到我方攻击后,除攻击者外的我方目标也会回复等同于罗刹#1[f1]%攻击力+#2[i]的生命值。",
- "params": [
- [
- 0.07,
- 93
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1203_skilltree2.png"
- },
- "1203103": {
- "id": "1203103",
- "name": "行过幽谷",
- "max_level": 1,
- "desc": "抵抗控制类负面状态的概率提高#1[i]%。",
- "params": [
- [
- 0.7
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1203_skilltree3.png"
- },
- "1203201": {
- "id": "1203201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1203202": {
- "id": "1203202",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1203101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "113011",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1203203": {
- "id": "1203203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1203202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1203204": {
- "id": "1203204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1203203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1203205": {
- "id": "1203205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1203102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "113012",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1203206": {
- "id": "1203206",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1203205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1203207": {
- "id": "1203207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1203206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1203208": {
- "id": "1203208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1203103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "113013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1203209": {
- "id": "1203209",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1203103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "113013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1203210": {
- "id": "1203210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "113013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1204": {
- "1204001": {
- "id": "1204001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120401",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1204_basic_atk.png"
- },
- "1204002": {
- "id": "1204002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120402",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110132",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110133",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110133",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1204_skill.png"
- },
- "1204003": {
- "id": "1204003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120403",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110132",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110133",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110133",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1204_ultimate.png"
- },
- "1204004": {
- "id": "1204004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120404",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110132",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110133",
- "num": 5
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110133",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1204_talent.png"
- },
- "1204007": {
- "id": "1204007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120407",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1204_technique.png"
- },
- "1204101": {
- "id": "1204101",
- "name": "破阵",
- "max_level": 1,
- "desc": "若【神君】下回合的攻击段数大于等于#1[i]段,则其下回合的暴击伤害提高#2[i]%。",
- "params": [
- [
- 6,
- 0.25
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1204_skilltree1.png"
- },
- "1204102": {
- "id": "1204102",
- "name": "绸缪",
- "max_level": 1,
- "desc": "战斗开始时,立即恢复#1[i]点能量。",
- "params": [
- [
- 15
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1204_skilltree2.png"
- },
- "1204103": {
- "id": "1204103",
- "name": "遣将",
- "max_level": 1,
- "desc": "施放战技后,暴击率提升#1[i]%,持续#2[i]回合。",
- "params": [
- [
- 0.1,
- 2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1204_skilltree3.png"
- },
- "1204201": {
- "id": "1204201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1204202": {
- "id": "1204202",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1204101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.027
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1204203": {
- "id": "1204203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1204202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1204204": {
- "id": "1204204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1204202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1204205": {
- "id": "1204205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1204102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1204206": {
- "id": "1204206",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1204205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1204207": {
- "id": "1204207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1204205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1204208": {
- "id": "1204208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1204103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1204209": {
- "id": "1204209",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1204103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1204210": {
- "id": "1204210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1205": {
- "1205001": {
- "id": "1205001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120501",
- "num": 1
- },
- {
- "id": "120508",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1205_basic_atk.png"
- },
- "1205002": {
- "id": "1205002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120502",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1205_skill.png"
- },
- "1205003": {
- "id": "1205003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120503",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1205_ultimate.png"
- },
- "1205004": {
- "id": "1205004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120504",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1205_talent.png"
- },
- "1205007": {
- "id": "1205007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120507",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1205_technique.png"
- },
- "1205101": {
- "id": "1205101",
- "name": "无尽形寿",
- "max_level": 1,
- "desc": "刃的当前生命值百分比小于等于生命上限的50%时,受到治疗时的回复量提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1205_skilltree1.png"
- },
- "1205102": {
- "id": "1205102",
- "name": "吞忍百死",
- "max_level": 1,
- "desc": "施放【无间剑树】后,若击中处于弱点击破状态的敌方目标,刃回复等同于自身#1[i]%生命上限+#2[i]的生命值。",
- "params": [
- [
- 0.05,
- 100
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1205_skilltree2.png"
- },
- "1205103": {
- "id": "1205103",
- "name": "坏劫隳亡",
- "max_level": 1,
- "desc": "天赋施放的追加攻击伤害提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1205_skilltree3.png"
- },
- "1205201": {
- "id": "1205201",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1205202": {
- "id": "1205202",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1205101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.027
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1205203": {
- "id": "1205203",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1205202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1205204": {
- "id": "1205204",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1205203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1205205": {
- "id": "1205205",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1205102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1205206": {
- "id": "1205206",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1205205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1205207": {
- "id": "1205207",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1205206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1205208": {
- "id": "1205208",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1205103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1205209": {
- "id": "1205209",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1205208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1205210": {
- "id": "1205210",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1205208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- }
- },
- "1206": {
- "1206001": {
- "id": "1206001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120601",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1206_basic_atk.png"
- },
- "1206002": {
- "id": "1206002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120602",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110122",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110123",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110123",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1206_skill.png"
- },
- "1206003": {
- "id": "1206003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120603",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110122",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110123",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110123",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1206_ultimate.png"
- },
- "1206004": {
- "id": "1206004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120604",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110122",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110123",
- "num": 4
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110123",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1206_talent.png"
- },
- "1206007": {
- "id": "1206007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120607",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1206_technique.png"
- },
- "1206101": {
- "id": "1206101",
- "name": "赤子",
- "max_level": 1,
- "desc": "若当前生命值百分比小于等于#1[i]%,则被敌方目标攻击的概率降低。",
- "params": [
- [
- 0.5,
- 0.5
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1206_skilltree1.png"
- },
- "1206102": {
- "id": "1206102",
- "name": "逐寇",
- "max_level": 1,
- "desc": "每发动1次【剑势】,【剑势】造成的伤害提高#1[i]%,该效果最多叠加#2[i]层。",
- "params": [
- [
- 0.025,
- 10
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1206_skilltree2.png"
- },
- "1206103": {
- "id": "1206103",
- "name": "破敌",
- "max_level": 1,
- "desc": "施放普攻或战技后,若场上有敌方目标处于弱点击破状态,则素裳的行动提前#1[i]%。",
- "params": [
- [
- 0.15
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1206_skilltree3.png"
- },
- "1206201": {
- "id": "1206201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1206202": {
- "id": "1206202",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1206101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110121",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1206203": {
- "id": "1206203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1206202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1206204": {
- "id": "1206204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110122",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1206205": {
- "id": "1206205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1206102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110122",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1206206": {
- "id": "1206206",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1206205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1206207": {
- "id": "1206207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110123",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1206208": {
- "id": "1206208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1206103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1206209": {
- "id": "1206209",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1206208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1206210": {
- "id": "1206210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1206208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110123",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1207": {
- "1207001": {
- "id": "1207001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120701",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1207_basic_atk.png"
- },
- "1207002": {
- "id": "1207002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120702",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1207_skill.png"
- },
- "1207003": {
- "id": "1207003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120703",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1207_ultimate.png"
- },
- "1207004": {
- "id": "1207004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120704",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1207_talent.png"
- },
- "1207007": {
- "id": "1207007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120707",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1207_technique.png"
- },
- "1207101": {
- "id": "1207101",
- "name": "襄尺",
- "max_level": 1,
- "desc": "驭空被施加负面效果时可抵抗1次负面效果,该效果在#1[i]回合后可再次触发。",
- "params": [
- [
- 2
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1207_skilltree1.png"
- },
- "1207102": {
- "id": "1207102",
- "name": "迟彝",
- "max_level": 1,
- "desc": "驭空在场时,我方全体造成的虚数属性伤害提高#1[i]%。",
- "params": [
- [
- 0.12
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1207_skilltree2.png"
- },
- "1207103": {
- "id": "1207103",
- "name": "气壮",
- "max_level": 1,
- "desc": "持有【鸣弦号令】时,每当我方目标行动后,驭空将额外恢复#1[i]点能量。",
- "params": [
- [
- 2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1207_skilltree3.png"
- },
- "1207201": {
- "id": "1207201",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1207202": {
- "id": "1207202",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1207101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1207203": {
- "id": "1207203",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1207202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1207204": {
- "id": "1207204",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1207201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1207205": {
- "id": "1207205",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1207102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1207206": {
- "id": "1207206",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1207205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1207207": {
- "id": "1207207",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1207201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1207208": {
- "id": "1207208",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1207103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1207209": {
- "id": "1207209",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1207208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1207210": {
- "id": "1207210",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1207208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- }
- },
- "1208": {
- "1208001": {
- "id": "1208001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120801",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "113011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "113012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "113013",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1208_basic_atk.png"
- },
- "1208002": {
- "id": "1208002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120802",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "113011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "113012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110142",
- "num": 7
- },
- {
- "id": "113012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110143",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110143",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1208_skill.png"
- },
- "1208003": {
- "id": "1208003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120803",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "113011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "113012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110142",
- "num": 7
- },
- {
- "id": "113012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110143",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110143",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1208_ultimate.png"
- },
- "1208004": {
- "id": "1208004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120804",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "113011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "113012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110142",
- "num": 7
- },
- {
- "id": "113012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110143",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110143",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1208_talent.png"
- },
- "1208007": {
- "id": "1208007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120807",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1208_technique.png"
- },
- "1208101": {
- "id": "1208101",
- "name": "太乙式盘",
- "max_level": 1,
- "desc": "【穷观阵】开启时,符玄施放战技将额外恢复#1[i]点能量。",
- "params": [
- [
- 20
- ]
- ],
- "anchor": "Point06",
- "pre_points": [
- "1208201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1208_skilltree1.png"
- },
- "1208102": {
- "id": "1208102",
- "name": "遁甲星舆",
- "max_level": 1,
- "desc": "施放终结技时为我方其他目标回复等同于符玄#1[i]%生命上限+#2[i]的生命值。",
- "params": [
- [
- 0.05,
- 133
- ]
- ],
- "anchor": "Point07",
- "pre_points": [
- "1208201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1208_skilltree2.png"
- },
- "1208103": {
- "id": "1208103",
- "name": "六壬兆堪",
- "max_level": 1,
- "desc": "【穷观阵】开启时,若敌方目标对我方施加了控制类负面状态,则我方全体抵抗本次行动中敌方目标施加的所有控制类负面状态。该效果可以触发1次。再次开启【穷观阵】后将刷新效果可触发次数。",
- "params": [],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1208_skilltree3.png"
- },
- "1208201": {
- "id": "1208201",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.027
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1208202": {
- "id": "1208202",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1208101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110141",
- "num": 3
- },
- {
- "id": "113011",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1208203": {
- "id": "1208203",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1208202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.027
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1208204": {
- "id": "1208204",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110142",
- "num": 3
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1208205": {
- "id": "1208205",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1208102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110142",
- "num": 5
- },
- {
- "id": "113012",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1208206": {
- "id": "1208206",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1208205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1208207": {
- "id": "1208207",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110143",
- "num": 3
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1208208": {
- "id": "1208208",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1208103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "113013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1208209": {
- "id": "1208209",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1208208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "113013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1208210": {
- "id": "1208210",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1208208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110143",
- "num": 8
- },
- {
- "id": "113013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- }
- },
- "1209": {
- "1209001": {
- "id": "1209001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120901",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1209_basic_atk.png"
- },
- "1209002": {
- "id": "1209002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120902",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1209_skill.png"
- },
- "1209003": {
- "id": "1209003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120903",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1209_ultimate.png"
- },
- "1209004": {
- "id": "1209004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120904",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1209_talent.png"
- },
- "1209007": {
- "id": "1209007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "120907",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1209_technique.png"
- },
- "1209101": {
- "id": "1209101",
- "name": "颁冰",
- "max_level": 1,
- "desc": "施放攻击后,对携带冰属性弱点的敌方目标造成等同于彦卿#1[i]%攻击力的冰属性附加伤害。",
- "params": [
- [
- 0.3
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1209_skilltree1.png"
- },
- "1209102": {
- "id": "1209102",
- "name": "凌霜",
- "max_level": 1,
- "desc": "处于【智剑连心】效果时,效果抵抗提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1209_skilltree2.png"
- },
- "1209103": {
- "id": "1209103",
- "name": "轻吕",
- "max_level": 1,
- "desc": "触发暴击时,速度提高#1[i]%,持续#2[i]回合。",
- "params": [
- [
- 0.1,
- 2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1209_skilltree3.png"
- },
- "1209201": {
- "id": "1209201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1209202": {
- "id": "1209202",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1209101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1209203": {
- "id": "1209203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1209202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1209204": {
- "id": "1209204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1209205": {
- "id": "1209205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1209102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1209206": {
- "id": "1209206",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1209205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1209207": {
- "id": "1209207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1209208": {
- "id": "1209208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1209103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1209209": {
- "id": "1209209",
- "name": "伤害强化•冰",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1209208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "IceAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconIceAddedRatio.png"
- },
- "1209210": {
- "id": "1209210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1209208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1210": {
- "1210001": {
- "id": "1210001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121001",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1210_basic_atk.png"
- },
- "1210002": {
- "id": "1210002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121002",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1210_skill.png"
- },
- "1210003": {
- "id": "1210003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121003",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1210_ultimate.png"
- },
- "1210004": {
- "id": "1210004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121004",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110152",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110153",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110153",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1210_talent.png"
- },
- "1210007": {
- "id": "1210007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121007",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1210_technique.png"
- },
- "1210101": {
- "id": "1210101",
- "name": "缘竿",
- "max_level": 1,
- "desc": "普攻有#1[i]%的基础概率使敌方目标陷入与战技相同的灼烧状态。",
- "params": [
- [
- 0.8
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1210_skilltree1.png"
- },
- "1210102": {
- "id": "1210102",
- "name": "投狭",
- "max_level": 1,
- "desc": "战斗开始时,桂乃芬的行动提前#1[i]%。",
- "params": [
- [
- 0.25
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1210_skilltree2.png"
- },
- "1210103": {
- "id": "1210103",
- "name": "逾锋",
- "max_level": 1,
- "desc": "对陷入灼烧状态的敌方目标造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1210_skilltree3.png"
- },
- "1210201": {
- "id": "1210201",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1210202": {
- "id": "1210202",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1210101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110151",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1210203": {
- "id": "1210203",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1210202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1210204": {
- "id": "1210204",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1210203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110152",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1210205": {
- "id": "1210205",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1210102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110152",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1210206": {
- "id": "1210206",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1210205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1210207": {
- "id": "1210207",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1210206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110153",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- },
- "1210208": {
- "id": "1210208",
- "name": "效果命中强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1210103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusProbabilityBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusProbability.png"
- },
- "1210209": {
- "id": "1210209",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1210103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.107
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1210210": {
- "id": "1210210",
- "name": "伤害强化•火",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1210201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "FireAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110153",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconFireAddedRatio.png"
- }
- },
- "1211": {
- "1211001": {
- "id": "1211001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121101",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1211_basic_atk.png"
- },
- "1211002": {
- "id": "1211002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121102",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110172",
- "num": 7
- },
- {
- "id": "111002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110173",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110173",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1211_skill.png"
- },
- "1211003": {
- "id": "1211003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121103",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110172",
- "num": 7
- },
- {
- "id": "111002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110173",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110173",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1211_ultimate.png"
- },
- "1211004": {
- "id": "1211004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121104",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110172",
- "num": 7
- },
- {
- "id": "111002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110173",
- "num": 5
- },
- {
- "id": "110502",
- "num": 1
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110173",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1211_talent.png"
- },
- "1211007": {
- "id": "1211007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121107",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1211_technique.png"
- },
- "1211101": {
- "id": "1211101",
- "name": "岐黄精义",
- "max_level": 1,
- "desc": "白露对我方目标造成过量治疗时会提高目标#1[i]%的生命上限,持续#2[i]回合。",
- "params": [
- [
- 0.1,
- 2
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1211_skilltree1.png"
- },
- "1211102": {
- "id": "1211102",
- "name": "持明龙脉",
- "max_level": 1,
- "desc": "【生息】效果的触发次数增加#1[i]次。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1211_skilltree2.png"
- },
- "1211103": {
- "id": "1211103",
- "name": "鳞渊福泽",
- "max_level": 1,
- "desc": "拥有【生息】的角色受到的伤害降低#1[i]%。",
- "params": [
- [
- 0.1
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110502",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1211_skilltree3.png"
- },
- "1211201": {
- "id": "1211201",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1211202": {
- "id": "1211202",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1211101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1211203": {
- "id": "1211203",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1211202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1211204": {
- "id": "1211204",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1211203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1211205": {
- "id": "1211205",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1211102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1211206": {
- "id": "1211206",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1211205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1211207": {
- "id": "1211207",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1211206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1211208": {
- "id": "1211208",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1211103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "111003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1211209": {
- "id": "1211209",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1211103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.1
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "111003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1211210": {
- "id": "1211210",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "111003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- }
- },
- "1212": {
- "1212001": {
- "id": "1212001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121201",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1212_basic_atk.png"
- },
- "1212002": {
- "id": "1212002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121202",
- "num": 1
- },
- {
- "id": "121209",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1212_skill.png"
- },
- "1212003": {
- "id": "1212003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121203",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1212_ultimate.png"
- },
- "1212004": {
- "id": "1212004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121204",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1212_talent.png"
- },
- "1212007": {
- "id": "1212007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121207",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1212_technique.png"
- },
- "1212101": {
- "id": "1212101",
- "name": "死境",
- "max_level": 1,
- "desc": "【转魄】状态下,效果抵抗提高#1[i]%。",
- "params": [
- [
- 0.35
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1212_skilltree1.png"
- },
- "1212102": {
- "id": "1212102",
- "name": "剑首",
- "max_level": 1,
- "desc": "施放【无罅飞光】后,下次行动提前#1[i]%。",
- "params": [
- [
- 0.1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1212_skilltree2.png"
- },
- "1212103": {
- "id": "1212103",
- "name": "霜魄",
- "max_level": 1,
- "desc": "【转魄】状态下,终结技造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1212_skilltree3.png"
- },
- "1212201": {
- "id": "1212201",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1212202": {
- "id": "1212202",
- "name": "速度强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1212101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "SpeedDelta",
- "value": 2
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconSpeed.png"
- },
- "1212203": {
- "id": "1212203",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1212202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1212204": {
- "id": "1212204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1212203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1212205": {
- "id": "1212205",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1212102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1212206": {
- "id": "1212206",
- "name": "速度强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1212205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "SpeedDelta",
- "value": 3
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconSpeed.png"
- },
- "1212207": {
- "id": "1212207",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1212206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- },
- "1212208": {
- "id": "1212208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1212103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1212209": {
- "id": "1212209",
- "name": "速度强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1212208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "SpeedDelta",
- "value": 4
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconSpeed.png"
- },
- "1212210": {
- "id": "1212210",
- "name": "暴击伤害强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1212208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "CriticalDamageBase",
- "value": 0.107
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalDamage.png"
- }
- },
- "1213": {
- "1213001": {
- "id": "1213001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121301",
- "num": 1
- },
- {
- "id": "121308",
- "num": 1
- },
- {
- "id": "121310",
- "num": 1
- },
- {
- "id": "121312",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1213_basic_atk.png"
- },
- "1213002": {
- "id": "1213002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121302",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1213_skill.png"
- },
- "1213003": {
- "id": "1213003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121303",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1213_ultimate.png"
- },
- "1213004": {
- "id": "1213004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121304",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110112",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110113",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "110113",
- "num": 14
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1213_talent.png"
- },
- "1213007": {
- "id": "1213007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121307",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1213_technique.png"
- },
- "1213101": {
- "id": "1213101",
- "name": "伏辰",
- "max_level": 1,
- "desc": "战斗开始时,立即恢复#1[i]点能量。",
- "params": [
- [
- 15
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1213_skilltree1.png"
- },
- "1213102": {
- "id": "1213102",
- "name": "修禹",
- "max_level": 1,
- "desc": "抵抗控制类负面状态的概率提高#1[i]%。",
- "params": [
- [
- 0.35
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1213_skilltree2.png"
- },
- "1213103": {
- "id": "1213103",
- "name": "起蛰",
- "max_level": 1,
- "desc": "对拥有虚数属性弱点的敌方目标造成伤害时,暴击伤害提高#1[i]%。",
- "params": [
- [
- 0.24
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1213_skilltree3.png"
- },
- "1213201": {
- "id": "1213201",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1213202": {
- "id": "1213202",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1213101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.027
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110111",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1213203": {
- "id": "1213203",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1213202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1213204": {
- "id": "1213204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1213203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110112",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1213205": {
- "id": "1213205",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1213102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110112",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1213206": {
- "id": "1213206",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1213205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1213207": {
- "id": "1213207",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1213206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110113",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1213208": {
- "id": "1213208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1213103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1213209": {
- "id": "1213209",
- "name": "暴击率强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1213208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "CriticalChanceBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconCriticalChance.png"
- },
- "1213210": {
- "id": "1213210",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1213208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110113",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- }
- },
- "8001": {
- "8001001": {
- "id": "8001001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800101",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/8001_basic_atk.png"
- },
- "8001002": {
- "id": "8001002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800102",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8001_skill.png"
- },
- "8001003": {
- "id": "8001003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800103",
- "num": 1
- },
- {
- "id": "800108",
- "num": 1
- },
- {
- "id": "800109",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8001_ultimate.png"
- },
- "8001004": {
- "id": "8001004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800104",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8001_talent.png"
- },
- "8001007": {
- "id": "8001007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800107",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/8001_technique.png"
- },
- "8001101": {
- "id": "8001101",
- "name": "蓄势",
- "max_level": 1,
- "desc": "战斗开始时,立即恢复#1[i]点能量。",
- "params": [
- [
- 15
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8001_skilltree1.png"
- },
- "8001102": {
- "id": "8001102",
- "name": "坚韧",
- "max_level": 1,
- "desc": "天赋的效果每层同时使开拓者的防御力提高#1[i]%。",
- "params": [
- [
- 0.1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8001_skilltree2.png"
- },
- "8001103": {
- "id": "8001103",
- "name": "斗志",
- "max_level": 1,
- "desc": "施放战技或终结技【全胜•安息全垒打】时,对指定敌方目标造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.25
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8001_skilltree3.png"
- },
- "8001201": {
- "id": "8001201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8001202": {
- "id": "8001202",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "8001101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "8001203": {
- "id": "8001203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "8001202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8001204": {
- "id": "8001204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "8001203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8001205": {
- "id": "8001205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "8001102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8001206": {
- "id": "8001206",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "8001205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "8001207": {
- "id": "8001207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "8001206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8001208": {
- "id": "8001208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "8001103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8001209": {
- "id": "8001209",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "8001208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "8001210": {
- "id": "8001210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "8001208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "8002": {
- "8002001": {
- "id": "8002001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800201",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/8002_basic_atk.png"
- },
- "8002002": {
- "id": "8002002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800202",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8002_skill.png"
- },
- "8002003": {
- "id": "8002003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800203",
- "num": 1
- },
- {
- "id": "800208",
- "num": 1
- },
- {
- "id": "800209",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8002_ultimate.png"
- },
- "8002004": {
- "id": "8002004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800204",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8002_talent.png"
- },
- "8002007": {
- "id": "8002007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800207",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/8002_technique.png"
- },
- "8002101": {
- "id": "8002101",
- "name": "蓄势",
- "max_level": 1,
- "desc": "战斗开始时,立刻恢复#1[i]点能量。",
- "params": [
- [
- 15
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8002_skilltree1.png"
- },
- "8002102": {
- "id": "8002102",
- "name": "坚韧",
- "max_level": 1,
- "desc": "天赋的效果每层同时使开拓者的防御力提高#1[i]%。",
- "params": [
- [
- 0.1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8002_skilltree2.png"
- },
- "8002103": {
- "id": "8002103",
- "name": "斗志",
- "max_level": 1,
- "desc": "施放战技或终结技【全胜•安息全垒打】时,对指定敌方目标造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.25
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8002_skilltree3.png"
- },
- "8002201": {
- "id": "8002201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8002202": {
- "id": "8002202",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "8002101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "8002203": {
- "id": "8002203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "8002202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8002204": {
- "id": "8002204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "8002203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8002205": {
- "id": "8002205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "8002102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8002206": {
- "id": "8002206",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "8002205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "8002207": {
- "id": "8002207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "8002206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8002208": {
- "id": "8002208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "8002103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8002209": {
- "id": "8002209",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "8002208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "8002210": {
- "id": "8002210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "8002208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "8003": {
- "8003001": {
- "id": "8003001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800301",
- "num": 1
- },
- {
- "id": "800308",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/8003_basic_atk.png"
- },
- "8003002": {
- "id": "8003002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800302",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110142",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110143",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110143",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8003_skill.png"
- },
- "8003003": {
- "id": "8003003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800303",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110142",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110143",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110143",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8003_ultimate.png"
- },
- "8003004": {
- "id": "8003004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800304",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110142",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110143",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110143",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8003_talent.png"
- },
- "8003007": {
- "id": "8003007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800307",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/8003_technique.png"
- },
- "8003101": {
- "id": "8003101",
- "name": "强援弱",
- "max_level": 1,
- "desc": "施放战技后,我方全体受到的伤害降低#2[i]%,持续#3[i]回合。",
- "params": [
- [
- 10,
- 0.15,
- 1
- ]
- ],
- "anchor": "Point06",
- "pre_points": [
- "8003201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8003_skilltree1.png"
- },
- "8003102": {
- "id": "8003102",
- "name": "生先死",
- "max_level": 1,
- "desc": "开拓者施放强化普攻后,回复等同于自身生命上限#1[i]%的生命值。",
- "params": [
- [
- 0.05
- ]
- ],
- "anchor": "Point07",
- "pre_points": [
- "8003201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8003_skilltree2.png"
- },
- "8003103": {
- "id": "8003103",
- "name": "行胜思",
- "max_level": 1,
- "desc": "回合开始时,若开拓者持有护盾保护,则攻击力提高#2[i]%并恢复#1[i]点能量,持续到行动结束。",
- "params": [
- [
- 5,
- 0.15
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8003_skilltree3.png"
- },
- "8003201": {
- "id": "8003201",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8003202": {
- "id": "8003202",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "8003101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8003203": {
- "id": "8003203",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "8003202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8003204": {
- "id": "8003204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "8003205": {
- "id": "8003205",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "8003102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8003206": {
- "id": "8003206",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "8003205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8003207": {
- "id": "8003207",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8003208": {
- "id": "8003208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "8003103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "8003209": {
- "id": "8003209",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "8003208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8003210": {
- "id": "8003210",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "8003208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.1
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- }
- },
- "8004": {
- "8004001": {
- "id": "8004001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800401",
- "num": 1
- },
- {
- "id": "800408",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/8004_basic_atk.png"
- },
- "8004002": {
- "id": "8004002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800402",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110142",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110143",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110143",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8004_skill.png"
- },
- "8004003": {
- "id": "8004003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800403",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110142",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110143",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110143",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8004_ultimate.png"
- },
- "8004004": {
- "id": "8004004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800404",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110142",
- "num": 6
- },
- {
- "id": "111012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110143",
- "num": 4
- },
- {
- "id": "110501",
- "num": 1
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "110143",
- "num": 11
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8004_talent.png"
- },
- "8004007": {
- "id": "8004007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "800407",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/8004_technique.png"
- },
- "8004101": {
- "id": "8004101",
- "name": "强援弱",
- "max_level": 1,
- "desc": "施放战技后,我方全体受到的伤害降低#2[i]%,持续#3[i]回合。",
- "params": [
- [
- 10,
- 0.15,
- 1
- ]
- ],
- "anchor": "Point06",
- "pre_points": [
- "8004201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8004_skilltree1.png"
- },
- "8004102": {
- "id": "8004102",
- "name": "生先死",
- "max_level": 1,
- "desc": "开拓者施放强化普攻后,回复等同于自身生命上限#1[i]%的生命值。",
- "params": [
- [
- 0.05
- ]
- ],
- "anchor": "Point07",
- "pre_points": [
- "8004201"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8004_skilltree2.png"
- },
- "8004103": {
- "id": "8004103",
- "name": "行胜思",
- "max_level": 1,
- "desc": "回合开始时,若开拓者持有护盾保护,则攻击力提高#2[i]%并恢复#1[i]点能量,持续到行动结束。",
- "params": [
- [
- 5,
- 0.15
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110501",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/8004_skilltree3.png"
- },
- "8004201": {
- "id": "8004201",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 1,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8004202": {
- "id": "8004202",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "8004101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110141",
- "num": 2
- },
- {
- "id": "111011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8004203": {
- "id": "8004203",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "8004202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8004204": {
- "id": "8004204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110142",
- "num": 2
- },
- {
- "id": "111012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "8004205": {
- "id": "8004205",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "8004102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110142",
- "num": 4
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8004206": {
- "id": "8004206",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "8004205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8004207": {
- "id": "8004207",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110143",
- "num": 2
- },
- {
- "id": "111013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "8004208": {
- "id": "8004208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "8004103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "8004209": {
- "id": "8004209",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "8004208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 75,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "8004210": {
- "id": "8004210",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "8004208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 80,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.1
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110143",
- "num": 6
- },
- {
- "id": "111013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- }
- },
- "1302": {
- "1302001": {
- "id": "1302001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130201",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1302_basic_atk.png"
- },
- "1302002": {
- "id": "1302002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130202",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110132",
- "num": 7
- },
- {
- "id": "111002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110133",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110133",
- "num": 14
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1302_skill.png"
- },
- "1302003": {
- "id": "1302003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130203",
- "num": 1
- },
- {
- "id": "130214",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110132",
- "num": 7
- },
- {
- "id": "111002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110133",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110133",
- "num": 14
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1302_ultimate.png"
- },
- "1302004": {
- "id": "1302004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130204",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110132",
- "num": 7
- },
- {
- "id": "111002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110133",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "111003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110133",
- "num": 14
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1302_talent.png"
- },
- "1302007": {
- "id": "1302007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130207",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1302_technique.png"
- },
- "1302101": {
- "id": "1302101",
- "name": "虔诚",
- "max_level": 1,
- "desc": "回合开始时,立即获得#1[i]层【升格】。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1302_SkillTree1.png"
- },
- "1302102": {
- "id": "1302102",
- "name": "慷慨",
- "max_level": 1,
- "desc": "在敌方目标进入战斗时,自身立即恢复#1[i]点能量。",
- "params": [
- [
- 2
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1302_SkillTree2.png"
- },
- "1302103": {
- "id": "1302103",
- "name": "勇气",
- "max_level": 1,
- "desc": "对当前生命值百分比小于等于#1[i]%的敌方目标造成的伤害提高#2[i]%。",
- "params": [
- [
- 0.5
- ],
- [
- 0.15
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1302_SkillTree3.png"
- },
- "1302201": {
- "id": "1302201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1302202": {
- "id": "1302202",
- "name": "伤害强化•物理",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1302101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "PhysicalAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110131",
- "num": 3
- },
- {
- "id": "111001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconPhysicalAddedRatio.png"
- },
- "1302203": {
- "id": "1302203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1302202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1302204": {
- "id": "1302204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1302203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110132",
- "num": 3
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1302205": {
- "id": "1302205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1302102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110132",
- "num": 5
- },
- {
- "id": "111002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1302206": {
- "id": "1302206",
- "name": "伤害强化•物理",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1302205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "PhysicalAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconPhysicalAddedRatio.png"
- },
- "1302207": {
- "id": "1302207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1302206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110133",
- "num": 3
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1302208": {
- "id": "1302208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1302103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "111003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1302209": {
- "id": "1302209",
- "name": "伤害强化•物理",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1302208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "PhysicalAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "111003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconPhysicalAddedRatio.png"
- },
- "1302210": {
- "id": "1302210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1302208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110133",
- "num": 8
- },
- {
- "id": "111003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1217": {
- "1217001": {
- "id": "1217001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121701",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1217_basic_atk.png"
- },
- "1217002": {
- "id": "1217002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121702",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110172",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110173",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110173",
- "num": 14
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1217_skill.png"
- },
- "1217003": {
- "id": "1217003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121703",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110172",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110173",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110173",
- "num": 14
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1217_ultimate.png"
- },
- "1217004": {
- "id": "1217004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121704",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110172",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110173",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110173",
- "num": 14
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1217_talent.png"
- },
- "1217007": {
- "id": "1217007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121707",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1217_technique.png"
- },
- "1217101": {
- "id": "1217101",
- "name": "不敢自专",
- "max_level": 1,
- "desc": "战斗开始时,藿藿获得【禳命】,持续#1[i]回合。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1217_SkillTree1.png"
- },
- "1217102": {
- "id": "1217102",
- "name": "贞凶之命",
- "max_level": 1,
- "desc": "抵抗控制类负面状态的概率提高#1[i]%。",
- "params": [
- [
- 0.35
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1217_SkillTree2.png"
- },
- "1217103": {
- "id": "1217103",
- "name": "怯惧应激",
- "max_level": 1,
- "desc": "触发天赋为我方目标提供治疗时,藿藿恢复#1[i]点能量。",
- "params": [
- [
- 1
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1217_SkillTree3.png"
- },
- "1217201": {
- "id": "1217201",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1217202": {
- "id": "1217202",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1217101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110171",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1217203": {
- "id": "1217203",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1217202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1217204": {
- "id": "1217204",
- "name": "速度强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1217203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "SpeedDelta",
- "value": 2
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110172",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconSpeed.png"
- },
- "1217205": {
- "id": "1217205",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1217102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110172",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1217206": {
- "id": "1217206",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1217205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1217207": {
- "id": "1217207",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1217206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110173",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1217208": {
- "id": "1217208",
- "name": "速度强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1217103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "SpeedDelta",
- "value": 3
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconSpeed.png"
- },
- "1217209": {
- "id": "1217209",
- "name": "效果抵抗强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1217208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "StatusResistanceBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconStatusResistance.png"
- },
- "1217210": {
- "id": "1217210",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1217208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110173",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- }
- },
- "1215": {
- "1215001": {
- "id": "1215001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121501",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1215_basic_atk.png"
- },
- "1215002": {
- "id": "1215002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121502",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1215_skill.png"
- },
- "1215003": {
- "id": "1215003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121503",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1215_ultimate.png"
- },
- "1215004": {
- "id": "1215004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121504",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110162",
- "num": 6
- },
- {
- "id": "113012",
- "num": 5
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110163",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- },
- {
- "id": "113013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 11
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1215_talent.png"
- },
- "1215007": {
- "id": "1215007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121507",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1215_technique.png"
- },
- "1215101": {
- "id": "1215101",
- "name": "录事",
- "max_level": 1,
- "desc": "触发【承负】战技点回复效果的我方单位攻击力提高#1[i]%,持续#2[i]回合。",
- "params": [
- [
- 0.1
- ],
- [
- 1
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1215_SkillTree1.png"
- },
- "1215102": {
- "id": "1215102",
- "name": "幽府",
- "max_level": 1,
- "desc": "持有【承负】的敌方目标被消灭时,如果【承负】为全队回复战技点的触发次数小于等于#1[i],则额外回复#2[i]点战技点。",
- "params": [
- [
- 1
- ],
- [
- 1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1215_SkillTree2.png"
- },
- "1215103": {
- "id": "1215103",
- "name": "还阳",
- "max_level": 1,
- "desc": "当【承负】战技点恢复效果被触发时,自身恢复#1[i]点能量。",
- "params": [
- [
- 2
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "110503",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1215_SkillTree3.png"
- },
- "1215201": {
- "id": "1215201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "113011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1215202": {
- "id": "1215202",
- "name": "速度强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1215101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "SpeedDelta",
- "value": 2
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110161",
- "num": 2
- },
- {
- "id": "113011",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconSpeed.png"
- },
- "1215203": {
- "id": "1215203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1215202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1215204": {
- "id": "1215204",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1215203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110162",
- "num": 2
- },
- {
- "id": "113012",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1215205": {
- "id": "1215205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1215102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110162",
- "num": 4
- },
- {
- "id": "113012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1215206": {
- "id": "1215206",
- "name": "速度强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1215205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "SpeedDelta",
- "value": 3
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconSpeed.png"
- },
- "1215207": {
- "id": "1215207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1215206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110163",
- "num": 2
- },
- {
- "id": "113013",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1215208": {
- "id": "1215208",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1215103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1215209": {
- "id": "1215209",
- "name": "速度强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1215208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "SpeedDelta",
- "value": 4
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconSpeed.png"
- },
- "1215210": {
- "id": "1215210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1215208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110163",
- "num": 6
- },
- {
- "id": "113013",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1305": {
- "1305001": {
- "id": "1305001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130501",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1305_basic_atk.png"
- },
- "1305002": {
- "id": "1305002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130502",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110504",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1305_skill.png"
- },
- "1305003": {
- "id": "1305003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130503",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110504",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1305_ultimate.png"
- },
- "1305004": {
- "id": "1305004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130504",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110122",
- "num": 7
- },
- {
- "id": "111012",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110123",
- "num": 5
- },
- {
- "id": "110504",
- "num": 1
- },
- {
- "id": "111013",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110123",
- "num": 14
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1305_talent.png"
- },
- "1305007": {
- "id": "1305007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130507",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1305_technique.png"
- },
- "1305101": {
- "id": "1305101",
- "name": "归纳",
- "max_level": 1,
- "desc": "当真理医生的队友攻击持有【智者的短见】的目标后,目标每持有1个负面效果,天赋的追加攻击触发概率提高#1[i]%,最多提高#2[i]%。",
- "params": [
- [
- 0.08
- ],
- [
- 0.4
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1305_SkillTree1.png"
- },
- "1305102": {
- "id": "1305102",
- "name": "演绎",
- "max_level": 1,
- "desc": "施放战技攻击敌方目标后,有#1[i]%的基础概率使受到攻击的敌方目标效果抵抗降低#2[i]%,持续#3[i]回合。",
- "params": [
- [
- 1
- ],
- [
- 0.1
- ],
- [
- 2
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1305_SkillTree2.png"
- },
- "1305103": {
- "id": "1305103",
- "name": "推理",
- "max_level": 1,
- "desc": "真理医生在场时,我方全体对处于负面效果的敌方目标造成的伤害提高#1[i]%。",
- "params": [
- [
- 0.1
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1305_SkillTree3.png"
- },
- "1305201": {
- "id": "1305201",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "111011",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1305202": {
- "id": "1305202",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1305101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110121",
- "num": 3
- },
- {
- "id": "111011",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1305203": {
- "id": "1305203",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1305202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1305204": {
- "id": "1305204",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1305203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110122",
- "num": 3
- },
- {
- "id": "111012",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1305205": {
- "id": "1305205",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1305102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110122",
- "num": 5
- },
- {
- "id": "111012",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1305206": {
- "id": "1305206",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1305205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1305207": {
- "id": "1305207",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1305206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110123",
- "num": 3
- },
- {
- "id": "111013",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- },
- "1305208": {
- "id": "1305208",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1305103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1305209": {
- "id": "1305209",
- "name": "伤害强化•虚数",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1305208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "ImaginaryAddedRatio",
- "value": 0.064
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
- },
- "1305210": {
- "id": "1305210",
- "name": "攻击强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1305208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "AttackAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110123",
- "num": 8
- },
- {
- "id": "111013",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconAttack.png"
- }
- },
- "1303": {
- "1303001": {
- "id": "1303001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130301",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/skill/1303_basic_atk.png"
- },
- "1303002": {
- "id": "1303002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130302",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110162",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110163",
- "num": 5
- },
- {
- "id": "110504",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 14
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1303_skill.png"
- },
- "1303003": {
- "id": "1303003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130303",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110162",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110163",
- "num": 5
- },
- {
- "id": "110504",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 14
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1303_ultimate.png"
- },
- "1303004": {
- "id": "1303004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130304",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 3
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 30000
- },
- {
- "id": "110162",
- "num": 7
- },
- {
- "id": "113002",
- "num": 6
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 80000
- },
- {
- "id": "110163",
- "num": 5
- },
- {
- "id": "110504",
- "num": 1
- },
- {
- "id": "113003",
- "num": 4
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 300000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 14
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1303_talent.png"
- },
- "1303007": {
- "id": "1303007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "130307",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1303_technique.png"
- },
- "1303101": {
- "id": "1303101",
- "name": "物体呼吸中",
- "max_level": 1,
- "desc": "我方全体击破特攻提高#1[i]%。",
- "params": [
- [
- 0.2
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1206_SkillTree1.png"
- },
- "1303102": {
- "id": "1303102",
- "name": "日消遐思长",
- "max_level": 1,
- "desc": "阮•梅的回合开始时,自身恢复#1[i]点能量。",
- "params": [
- [
- 5
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1206_SkillTree2.png"
- },
- "1303103": {
- "id": "1303103",
- "name": "落烛照水燃",
- "max_level": 1,
- "desc": "阮•梅在场时,处于弱点击破状态的敌方单位受到的伤害提高#1[i]%。",
- "params": [
- [
- 0.24
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1206_SkillTree3.png"
- },
- "1303201": {
- "id": "1303201",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2500
- },
- {
- "id": "113001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1303202": {
- "id": "1303202",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1303101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.05
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 5000
- },
- {
- "id": "110161",
- "num": 3
- },
- {
- "id": "113001",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1303203": {
- "id": "1303203",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1303202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1303204": {
- "id": "1303204",
- "name": "速度强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1303203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "SpeedDelta",
- "value": 2
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 10000
- },
- {
- "id": "110162",
- "num": 3
- },
- {
- "id": "113002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconSpeed.png"
- },
- "1303205": {
- "id": "1303205",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1303102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 20000
- },
- {
- "id": "110162",
- "num": 5
- },
- {
- "id": "113002",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1303206": {
- "id": "1303206",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1303205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.075
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1303207": {
- "id": "1303207",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1303206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 45000
- },
- {
- "id": "110163",
- "num": 3
- },
- {
- "id": "113003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1303208": {
- "id": "1303208",
- "name": "速度强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1303103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "SpeedDelta",
- "value": 3
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconSpeed.png"
- },
- "1303209": {
- "id": "1303209",
- "name": "防御强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1303208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "DefenceAddedRatio",
- "value": 0.1
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconDefence.png"
- },
- "1303210": {
- "id": "1303210",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1303208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.107
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 160000
- },
- {
- "id": "110163",
- "num": 8
- },
- {
- "id": "113003",
- "num": 8
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- }
- }
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/characterSkillTree_mapping_1.5.0.json b/starrail_damage_cal/map/data/characterSkillTree_mapping_1.5.0.json
index 198124d..ce2cb7d 100644
--- a/starrail_damage_cal/map/data/characterSkillTree_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/characterSkillTree_mapping_1.5.0.json
@@ -51174,6 +51174,1254 @@
"icon": "icon/property/IconDefence.png"
}
},
+ "1214": {
+ "1214001": {
+ "id": "1214001",
+ "name": "",
+ "max_level": 6,
+ "desc": "",
+ "params": [],
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121401",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "level": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1214_basic_atk.png"
+ },
+ "1214002": {
+ "id": "1214002",
+ "name": "",
+ "max_level": 10,
+ "desc": "",
+ "params": [],
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121402",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "level": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 7,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110504",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 8,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110504",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 9,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 240000
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110113",
+ "num": 11
+ },
+ {
+ "id": "110504",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1214_skill.png"
+ },
+ "1214003": {
+ "id": "1214003",
+ "name": "",
+ "max_level": 10,
+ "desc": "",
+ "params": [],
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121403",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "level": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 7,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110504",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 8,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110504",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 9,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 240000
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110113",
+ "num": 11
+ },
+ {
+ "id": "110504",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1214_ultimate.png"
+ },
+ "1214004": {
+ "id": "1214004",
+ "name": "",
+ "max_level": 10,
+ "desc": "",
+ "params": [],
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121404",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "level": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 7,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110504",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 8,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110504",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 9,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 240000
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110113",
+ "num": 11
+ },
+ {
+ "id": "110504",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1214_talent.png"
+ },
+ "1214007": {
+ "id": "1214007",
+ "name": "",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121407",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "level": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1214_technique.png"
+ },
+ "1214101": {
+ "id": "1214101",
+ "name": "预兆机杼",
+ "max_level": 1,
+ "desc": "使自身造成的伤害提高,提高数值等同于击破特攻的#1[i]%,最多使造成的伤害提高#2[i]%。",
+ "params": [
+ [
+ 1
+ ],
+ [
+ 2.4
+ ]
+ ],
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "110504",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/SkillIcon_1214_SkillTree1.png"
+ },
+ "1214102": {
+ "id": "1214102",
+ "name": "摧锋轴承",
+ "max_level": 1,
+ "desc": "如果敌方目标当前韧性大于等于其自身韧性上限的#1[i]%,施放终结技时造成的伤害提高#2[i]%。",
+ "params": [
+ [
+ 0.5
+ ],
+ [
+ 0.1
+ ]
+ ],
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "110504",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/SkillIcon_1214_SkillTree2.png"
+ },
+ "1214103": {
+ "id": "1214103",
+ "name": "伺观中枢",
+ "max_level": 1,
+ "desc": "雪衣会累计溢出的【恶报】层数,最多累计#1[i]层。雪衣触发天赋后,获得相应溢出层数的【恶报】。",
+ "params": [
+ [
+ 6
+ ]
+ ],
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "level": 0,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110504",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/SkillIcon_1214_SkillTree3.png"
+ },
+ "1214201": {
+ "id": "1214201",
+ "name": "击破强化",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "level": 0,
+ "properties": [
+ {
+ "type": "BreakDamageAddedRatioBase",
+ "value": 0.053
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconBreakUp.png"
+ },
+ "1214202": {
+ "id": "1214202",
+ "name": "生命强化",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point10",
+ "pre_points": [
+ "1214101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "level": 0,
+ "properties": [
+ {
+ "type": "HPAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconMaxHP.png"
+ },
+ "1214203": {
+ "id": "1214203",
+ "name": "击破强化",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point11",
+ "pre_points": [
+ "1214202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "level": 0,
+ "properties": [
+ {
+ "type": "BreakDamageAddedRatioBase",
+ "value": 0.053
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconBreakUp.png"
+ },
+ "1214204": {
+ "id": "1214204",
+ "name": "伤害强化•量子",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point12",
+ "pre_points": [
+ "1214203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "level": 0,
+ "properties": [
+ {
+ "type": "QuantumAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconQuantumAddedRatio.png"
+ },
+ "1214205": {
+ "id": "1214205",
+ "name": "击破强化",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point13",
+ "pre_points": [
+ "1214102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "level": 0,
+ "properties": [
+ {
+ "type": "BreakDamageAddedRatioBase",
+ "value": 0.08
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconBreakUp.png"
+ },
+ "1214206": {
+ "id": "1214206",
+ "name": "生命强化",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point14",
+ "pre_points": [
+ "1214205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "level": 0,
+ "properties": [
+ {
+ "type": "HPAddedRatio",
+ "value": 0.06
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconMaxHP.png"
+ },
+ "1214207": {
+ "id": "1214207",
+ "name": "击破强化",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point15",
+ "pre_points": [
+ "1214206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "level": 0,
+ "properties": [
+ {
+ "type": "BreakDamageAddedRatioBase",
+ "value": 0.08
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconBreakUp.png"
+ },
+ "1214208": {
+ "id": "1214208",
+ "name": "伤害强化•量子",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point16",
+ "pre_points": [
+ "1214103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "level": 0,
+ "properties": [
+ {
+ "type": "QuantumAddedRatio",
+ "value": 0.048
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "111003",
+ "num": 6
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconQuantumAddedRatio.png"
+ },
+ "1214209": {
+ "id": "1214209",
+ "name": "生命强化",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point17",
+ "pre_points": [
+ "1214208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "level": 0,
+ "properties": [
+ {
+ "type": "HPAddedRatio",
+ "value": 0.08
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "111003",
+ "num": 6
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconMaxHP.png"
+ },
+ "1214210": {
+ "id": "1214210",
+ "name": "击破强化",
+ "max_level": 1,
+ "desc": "",
+ "params": [],
+ "anchor": "Point18",
+ "pre_points": [
+ "1214208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "level": 0,
+ "properties": [
+ {
+ "type": "BreakDamageAddedRatioBase",
+ "value": 0.107
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "111003",
+ "num": 6
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconBreakUp.png"
+ }
+ },
"1303": {
"1303001": {
"id": "1303001",
@@ -51931,7 +53179,7 @@
"id": "1303101",
"name": "物体呼吸中",
"max_level": 1,
- "desc": "我方全体击破特攻提高#1[i]%。",
+ "desc": "我方全体击破特攻提高#1[i]%。",
"params": [
[
0.2
@@ -51961,13 +53209,13 @@
]
}
],
- "icon": "icon/property/SkillIcon_1206_SkillTree1.png"
+ "icon": "icon/property/SkillIcon_1303_SkillTree1.png"
},
"1303102": {
"id": "1303102",
"name": "日消遐思长",
"max_level": 1,
- "desc": "阮•梅的回合开始时,自身恢复#1[i]点能量。",
+ "desc": "阮•梅的回合开始时,自身恢复#1[i]点能量。",
"params": [
[
5
@@ -52001,16 +53249,25 @@
]
}
],
- "icon": "icon/property/SkillIcon_1206_SkillTree2.png"
+ "icon": "icon/property/SkillIcon_1303_SkillTree2.png"
},
"1303103": {
"id": "1303103",
"name": "落烛照水燃",
"max_level": 1,
- "desc": "阮•梅在场时,处于弱点击破状态的敌方单位受到的伤害提高#1[i]%。",
+ "desc": "战斗中阮•梅的击破特攻大于#1[i]%时,每超过#2[i]%,则战技使我方全体伤害提高的效果额外提高#3[i]%,最高不超过#4[i]%。",
"params": [
[
- 0.24
+ 1.2
+ ],
+ [
+ 0.1
+ ],
+ [
+ 0.06
+ ],
+ [
+ 0.36
]
],
"anchor": "Point08",
@@ -52041,7 +53298,7 @@
]
}
],
- "icon": "icon/property/SkillIcon_1206_SkillTree3.png"
+ "icon": "icon/property/SkillIcon_1303_SkillTree3.png"
},
"1303201": {
"id": "1303201",
@@ -53185,13 +54442,16 @@
"id": "1305101",
"name": "归纳",
"max_level": 1,
- "desc": "当真理医生的队友攻击持有【智者的短见】的目标后,目标每持有1个负面效果,天赋的追加攻击触发概率提高#1[i]%,最多提高#2[i]%。",
+ "desc": "施放战技时,目标每有1个负面效果,真理医生暴击率提高#1[f1]%、暴击伤害提高#2[i]%,该效果最多叠加#3[i]层。",
"params": [
[
- 0.08
+ 0.025
],
[
- 0.4
+ 0.05
+ ],
+ [
+ 6
]
],
"anchor": "Point06",
@@ -53224,7 +54484,7 @@
"id": "1305102",
"name": "演绎",
"max_level": 1,
- "desc": "施放战技攻击敌方目标后,有#1[i]%的基础概率使受到攻击的敌方目标效果抵抗降低#2[i]%,持续#3[i]回合。",
+ "desc": "施放战技攻击敌方目标后,有#1[i]%的基础概率使受到攻击的敌方目标效果抵抗降低#2[i]%,持续#3[i]回合。",
"params": [
[
1
@@ -53270,10 +54530,16 @@
"id": "1305103",
"name": "推理",
"max_level": 1,
- "desc": "真理医生在场时,我方全体对处于负面效果的敌方目标造成的伤害提高#1[i]%。",
+ "desc": "造成伤害时,若目标负面状态大于等于#1[i]个,目标每有1个负面效果,真理医生对其造成的伤害提高#2[i]%,最多提高#3[i]%。",
"params": [
+ [
+ 3
+ ],
[
0.1
+ ],
+ [
+ 0.5
]
],
"anchor": "Point08",
@@ -53341,7 +54607,7 @@
},
"1305202": {
"id": "1305202",
- "name": "伤害强化•虚数",
+ "name": "暴击率强化",
"max_level": 1,
"desc": "",
"params": [],
@@ -53356,8 +54622,8 @@
"level": 0,
"properties": [
{
- "type": "ImaginaryAddedRatio",
- "value": 0.032
+ "type": "CriticalChance",
+ "value": 0.027
}
],
"materials": [
@@ -53376,7 +54642,7 @@
]
}
],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
+ "icon": "icon/property/IconCriticalChance.png"
},
"1305203": {
"id": "1305203",
@@ -53497,7 +54763,7 @@
},
"1305206": {
"id": "1305206",
- "name": "伤害强化•虚数",
+ "name": "暴击率强化",
"max_level": 1,
"desc": "",
"params": [],
@@ -53512,8 +54778,8 @@
"level": 0,
"properties": [
{
- "type": "ImaginaryAddedRatio",
- "value": 0.048
+ "type": "CriticalChance",
+ "value": 0.04
}
],
"materials": [
@@ -53532,7 +54798,7 @@
]
}
],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
+ "icon": "icon/property/IconCriticalChance.png"
},
"1305207": {
"id": "1305207",
@@ -53614,7 +54880,7 @@
},
"1305209": {
"id": "1305209",
- "name": "伤害强化•虚数",
+ "name": "暴击率强化",
"max_level": 1,
"desc": "",
"params": [],
@@ -53629,8 +54895,8 @@
"level": 0,
"properties": [
{
- "type": "ImaginaryAddedRatio",
- "value": 0.064
+ "type": "CriticalChance",
+ "value": 0.053
}
],
"materials": [
@@ -53649,7 +54915,7 @@
]
}
],
- "icon": "icon/property/IconImaginaryAddedRatio.png"
+ "icon": "icon/property/IconCriticalChance.png"
},
"1305210": {
"id": "1305210",
@@ -53690,1253 +54956,5 @@
],
"icon": "icon/property/IconAttack.png"
}
- },
- "1214": {
- "1214001": {
- "id": "1214001",
- "name": "",
- "max_level": 6,
- "desc": "",
- "params": [],
- "anchor": "Point01",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121401",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/skill/1214_basic_atk.png"
- },
- "1214002": {
- "id": "1214002",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point02",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121402",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110504",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1214_skill.png"
- },
- "1214003": {
- "id": "1214003",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point03",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121403",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110504",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1214_ultimate.png"
- },
- "1214004": {
- "id": "1214004",
- "name": "",
- "max_level": 10,
- "desc": "",
- "params": [],
- "anchor": "Point04",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121404",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- },
- {
- "promotion": 1,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- },
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- },
- {
- "promotion": 3,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- },
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- },
- {
- "promotion": 5,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 24000
- },
- {
- "id": "110112",
- "num": 6
- },
- {
- "id": "111002",
- "num": 5
- }
- ]
- },
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- },
- {
- "promotion": 7,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 64000
- },
- {
- "id": "110113",
- "num": 4
- },
- {
- "id": "110504",
- "num": 1
- },
- {
- "id": "111003",
- "num": 3
- }
- ]
- },
- {
- "promotion": 8,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- },
- {
- "promotion": 9,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 240000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110113",
- "num": 11
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/skill/1214_talent.png"
- },
- "1214007": {
- "id": "1214007",
- "name": "",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point05",
- "pre_points": [],
- "level_up_skills": [
- {
- "id": "121407",
- "num": 1
- }
- ],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [],
- "materials": []
- }
- ],
- "icon": "icon/skill/1214_technique.png"
- },
- "1214101": {
- "id": "1214101",
- "name": "预兆机杼",
- "max_level": 1,
- "desc": "使自身造成的伤害提高,提高数值等同于击破特攻的#1[i]%,最多使造成的伤害提高#2[i]%。",
- "params": [
- [
- 1
- ],
- [
- 2.4
- ]
- ],
- "anchor": "Point06",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1214_SkillTree1.png"
- },
- "1214102": {
- "id": "1214102",
- "name": "摧锋轴承",
- "max_level": 1,
- "desc": "如果敌方目标当前韧性大于等于其自身韧性上限的#1[i]%,施放终结技时造成的伤害提高#2[i]%。",
- "params": [
- [
- 0.5
- ],
- [
- 0.1
- ]
- ],
- "anchor": "Point07",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1214_SkillTree2.png"
- },
- "1214103": {
- "id": "1214103",
- "name": "伺观中枢",
- "max_level": 1,
- "desc": "雪衣叠加【恶报】层数超过【恶报】叠加上限时,每超过1层【恶报】会转化为叠加1层【罪业】,最多叠加#1[i]层。雪衣触发天赋后,消耗所有【罪业】,每消耗1层【罪业】叠加1层【恶报】。",
- "params": [
- [
- 6
- ]
- ],
- "anchor": "Point08",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "241",
- "num": 1
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "110504",
- "num": 1
- }
- ]
- }
- ],
- "icon": "icon/property/SkillIcon_1214_SkillTree3.png"
- },
- "1214201": {
- "id": "1214201",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point09",
- "pre_points": [],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 2000
- },
- {
- "id": "111001",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1214202": {
- "id": "1214202",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point10",
- "pre_points": [
- "1214101"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 2,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.04
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 4000
- },
- {
- "id": "110111",
- "num": 2
- },
- {
- "id": "111001",
- "num": 4
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1214203": {
- "id": "1214203",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point11",
- "pre_points": [
- "1214202"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.053
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1214204": {
- "id": "1214204",
- "name": "伤害强化•量子",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point12",
- "pre_points": [
- "1214203"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 3,
- "level": 0,
- "properties": [
- {
- "type": "QuantumAddedRatio",
- "value": 0.032
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 8000
- },
- {
- "id": "110112",
- "num": 2
- },
- {
- "id": "111002",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconQuantumAddedRatio.png"
- },
- "1214205": {
- "id": "1214205",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point13",
- "pre_points": [
- "1214102"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 4,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 16000
- },
- {
- "id": "110112",
- "num": 4
- },
- {
- "id": "111002",
- "num": 3
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1214206": {
- "id": "1214206",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point14",
- "pre_points": [
- "1214205"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.06
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1214207": {
- "id": "1214207",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point15",
- "pre_points": [
- "1214206"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 5,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 36000
- },
- {
- "id": "110113",
- "num": 2
- },
- {
- "id": "111003",
- "num": 2
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- },
- "1214208": {
- "id": "1214208",
- "name": "伤害强化•量子",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point16",
- "pre_points": [
- "1214103"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 6,
- "level": 0,
- "properties": [
- {
- "type": "QuantumAddedRatio",
- "value": 0.048
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconQuantumAddedRatio.png"
- },
- "1214209": {
- "id": "1214209",
- "name": "生命强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point17",
- "pre_points": [
- "1214208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "HPAddedRatio",
- "value": 0.08
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconMaxHP.png"
- },
- "1214210": {
- "id": "1214210",
- "name": "击破强化",
- "max_level": 1,
- "desc": "",
- "params": [],
- "anchor": "Point18",
- "pre_points": [
- "1214208"
- ],
- "level_up_skills": [],
- "levels": [
- {
- "promotion": 0,
- "level": 0,
- "properties": [
- {
- "type": "BreakDamageAddedRatioBase",
- "value": 0.107
- }
- ],
- "materials": [
- {
- "id": "2",
- "num": 128000
- },
- {
- "id": "110113",
- "num": 6
- },
- {
- "id": "111003",
- "num": 6
- }
- ]
- }
- ],
- "icon": "icon/property/IconBreakUp.png"
- }
}
}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/rankId2Name_mapping_1.4.0.json b/starrail_damage_cal/map/data/rankId2Name_mapping_1.4.0.json
deleted file mode 100644
index 2bd191f..0000000
--- a/starrail_damage_cal/map/data/rankId2Name_mapping_1.4.0.json
+++ /dev/null
@@ -1,260 +0,0 @@
-{
- "100101": "记忆中的你",
- "100102": "记忆中的它",
- "100103": "记忆中的一切",
- "100104": "不愿再失去",
- "100105": "不想再忘却",
- "100106": "就这样,一直…",
- "100201": "穷高极天,亢盈难久",
- "100202": "威制八毒,灭却炎烟",
- "100203": "幽明变化,自在蟠跃",
- "100204": "奋迅三昧,如日空居",
- "100205": "一渧天水,六虚洪流",
- "100206": "须绳缚身,沉潜勿用",
- "100301": "童年",
- "100302": "邂逅",
- "100303": "自我",
- "100304": "投入",
- "100305": "梦想",
- "100306": "开拓!",
- "100401": "名的传承",
- "100402": "星的凝聚",
- "100403": "和平的祈愿",
- "100404": "义的名号",
- "100405": "善的力量",
- "100406": "光明的未来",
- "100501": "无穷动!无穷",
- "100502": "狂想者,呜咽",
- "100503": "我赞美,即兴",
- "100504": "把宣叙呈献给",
- "100505": "只有今晚奏鸣",
- "100506": "回旋,悄悄地",
- "100601": "社会工程",
- "100602": "僵尸网络",
- "100603": "攻击载荷",
- "100604": "反弹端口",
- "100605": "暴力破解",
- "100606": "重叠网络",
- "100801": "万死不辞",
- "100802": "除制去缚",
- "100803": "重剑强攻",
- "100804": "绝处反击",
- "100805": "全力倾注",
- "100806": "以身作引",
- "100901": "星有无言之歌",
- "100902": "月见圆缺之意",
- "100903": "黄道陨石之变",
- "100904": "极光显现之时",
- "100905": "深空天体之谜",
- "100906": "眠于银河之下",
- "101301": "落井当下石",
- "101302": "得胜必追击",
- "101303": "我就是这样女子",
- "101304": "打人要打脸",
- "101305": "骂人不留口",
- "101306": "世上没人能负我",
- "110101": "养精蓄锐",
- "110102": "快速行军",
- "110103": "鼓炮齐鸣",
- "110104": "攻其不备",
- "110105": "所向克捷",
- "110106": "气贯长虹",
- "110201": "斩尽",
- "110202": "蝶舞",
- "110203": "缭乱",
- "110204": "掠影",
- "110205": "锋锐",
- "110206": "离析",
- "110301": "余音绕梁",
- "110302": "安可!",
- "110303": "听,齿轮的心跳",
- "110304": "制造噪音吧!",
- "110305": "贝洛伯格最强音!",
- "110306": "这一曲,贯穿天穹!",
- "110401": "恪尽职守",
- "110402": "余寒",
- "110403": "永不陷落",
- "110404": "精诚所至",
- "110405": "拳似寒铁",
- "110406": "不屈的决意",
- "110501": "遍识药理",
- "110502": "临床研学",
- "110503": "对症下药",
- "110504": "妙手回春",
- "110505": "医治未病",
- "110506": "医者仁心",
- "110601": "胜利反馈",
- "110602": "疾进不止",
- "110603": "压制升级",
- "110604": "完全剖析",
- "110605": "零度妨害",
- "110606": "疲弱追击",
- "110701": "高大的背影",
- "110702": "紧紧的拥抱",
- "110703": "冰冷的钢甲",
- "110704": "家人的温暖",
- "110705": "小小的承诺",
- "110706": "长久的陪伴",
- "110801": "加码的爱",
- "110802": "热情会传染",
- "110803": "大数字!",
- "110804": "爱之深,恨之切",
- "110805": "超大数字!",
- "110806": "消费升级",
- "110901": "早睡早起很健康",
- "110902": "吃好喝好长身体",
- "110903": "不挑不选全都要",
- "110904": "稀里糊涂没关系",
- "110905": "好事留名鼹鼠党",
- "110906": "随时准备打坏人",
- "111001": "远行雪杖的清晨",
- "111002": "便携炉具的正午",
- "111003": "雪崩信标的午后",
- "111004": "露营篝火的薄暮",
- "111005": "极光红茶的新夜",
- "111006": "测绘图纸的黎明",
- "111101": "争斗不休",
- "111102": "敌弱,我强",
- "111103": "为擂台而生",
- "111104": "百折不回",
- "111105": "地火之魂",
- "111106": "冠军应得的喝彩",
- "111201": "未来市场",
- "111202": "善意收购",
- "111203": "抓大放小",
- "111204": "敏捷处理",
- "111205": "需求膨胀",
- "111206": "激励机制",
- "120101": "散勇化骁摸幺鱼",
- "120102": "棋枰作枕好入眠",
- "120103": "观琼视茕门前清",
- "120104": "帝垣翔鳞和绝张",
- "120105": "七星流离全不靠",
- "120106": "虚心平意候枭卢",
- "120201": "春风得意,时运驰骋",
- "120202": "君子惠渥,晏笑承之",
- "120203": "青丘遗泽",
- "120204": "鸣火机变,度时察势",
- "120205": "绥绥狐魅",
- "120206": "和气生财,泽盈四方",
- "120301": "濯洗生者",
- "120302": "净庭赐礼",
- "120303": "愚人试探",
- "120304": "荆冠审判",
- "120305": "受难之痕",
- "120306": "皆归尘土",
- "120401": "星流霆击碎昆冈",
- "120402": "戎戈动地开天阵",
- "120403": "移锋惊电冲霄汉",
- "120404": "刃卷横云落玉沙",
- "120405": "百战弃躯轻死生",
- "120406": "威灵有应破敌雠",
- "120501": "剑录大限,地狱变相",
- "120502": "支离旧梦,万端遗恨",
- "120503": "冶炼玄钢,铣淬寒芒",
- "120504": "泉台歧路,百骸回春",
- "120505": "十王判死,业镜悬照",
- "120506": "命留魂销,复返此身",
- "120601": "游刃有余",
- "120602": "其身百炼",
- "120603": "传古剑流",
- "120604": "其心百辟",
- "120605": "太虚神意",
- "120606": "上善若水",
- "120701": "天舶飞将,枕弧待战",
- "120702": "青霄驰骋,驱驭苍穹",
- "120703": "危弓未辍,执射不宁",
- "120704": "百里闻风,九曲响镝",
- "120705": "井仪贯侯,疾羽参连",
- "120706": "弦栝如雷,铣珧激荡",
- "120801": "司危",
- "120802": "柔兆",
- "120803": "直符",
- "120804": "格泽",
- "120805": "计神",
- "120806": "种陵",
- "120901": "素刃",
- "120902": "空明",
- "120903": "剑胎",
- "120904": "霜厉",
- "120905": "武骨",
- "120906": "自在",
- "121001": "倒立吃面条",
- "121002": "刷牙吹口哨",
- "121003": "胸口碎大石",
- "121004": "金枪锁咽喉",
- "121005": "吞剑通脊背",
- "121006": "徒手接子弹",
- "121101": "百脉甘津宁神久",
- "121102": "壶中洞天云螭眠",
- "121103": "掌间乾坤便通玄",
- "121104": "肘后备急除外障",
- "121105": "方定一倾浣俗尘",
- "121106": "龙漦吐哺胜金丹",
- "121201": "月犯天关",
- "121202": "朔晕七星",
- "121203": "半璧迫望",
- "121204": "持秉玄烛",
- "121205": "晦入三台",
- "121206": "蚀变于娄",
- "121301": "萦天",
- "121302": "九斿",
- "121303": "云旂",
- "121304": "嘲风",
- "121305": "偃蹇",
- "121306": "见谯",
- "800101": "坠临万界的星芒",
- "800102": "因缘假合的人身",
- "800103": "揭示前路的言灵",
- "800104": "凝眸毁灭的瞬间",
- "800105": "劫余重生的希望",
- "800106": "拓宇行天的意志",
- "800201": "坠临万界的星芒",
- "800202": "因缘假合的人身",
- "800203": "揭示前路的言灵",
- "800204": "凝眸毁灭的瞬间",
- "800205": "劫余重生的希望",
- "800206": "拓宇行天的意志",
- "800301": "大地芯髓的鸣动",
- "800302": "古老寒铁的坚守",
- "800303": "砌造未来的蓝图",
- "800304": "驻留文明的誓言",
- "800305": "点燃光焰的勇气",
- "800306": "永屹城垣的壁垒",
- "800401": "大地芯髓的鸣动",
- "800402": "古老寒铁的坚守",
- "800403": "砌造未来的蓝图",
- "800404": "驻留文明的誓言",
- "800405": "点燃光焰的勇气",
- "800406": "永屹城垣的壁垒",
- "130201": "审美王国的缺口",
- "130202": "玛瑙石的谦卑",
- "130203": "荆棘路的荣光",
- "130204": "号角的奉献",
- "130205": "宇宙某处的雪",
- "130206": "「你」的光芒",
- "121701": "岁阳寄体,妖邪依凭",
- "121702": "判官书符,镇尾锁灵",
- "121703": "贞凶体质,烛火招萤",
- "121704": "坐卧不离,争拗难宁",
- "121705": "降妖捉鬼,十王敕令",
- "121706": "同休共戚,相须而行",
- "121501": "一心",
- "121502": "二观",
- "121503": "三尘",
- "121504": "四谛",
- "121505": "五阴",
- "121506": "六正",
- "130501": "倨傲生祸患",
- "130502": "显微而阐幽",
- "130503": "认识你自己",
- "130504": "盲目造痴愚",
- "130505": "海阔舟无楫",
- "130506": "永恒唯真理",
- "130301": "神经仿绣图",
- "130302": "芦前漫步",
- "130303": "彩缎烟衫绿婆娑",
- "130304": "寻神铜镜前",
- "130305": "手弄慵鬟玲珑钗",
- "130306": "半脱纱巾落团扇"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/rankId2Name_mapping_1.5.0.json b/starrail_damage_cal/map/data/rankId2Name_mapping_1.5.0.json
index c0d6848..f97bb12 100644
--- a/starrail_damage_cal/map/data/rankId2Name_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/rankId2Name_mapping_1.5.0.json
@@ -245,6 +245,12 @@
"800404": "驻留文明的誓言",
"800405": "点燃光焰的勇气",
"800406": "永屹城垣的壁垒",
+ "121401": "缚心魔",
+ "121402": "破五尘",
+ "121403": "止苦谛",
+ "121404": "断业根",
+ "121405": "勾灵神",
+ "121406": "司死生",
"130301": "神经仿绣图",
"130302": "芦前漫步",
"130303": "彩缎烟衫绿婆娑",
@@ -256,11 +262,5 @@
"130503": "认识你自己",
"130504": "盲目造痴愚",
"130505": "海阔舟无楫",
- "130506": "永恒唯真理",
- "121401": "缚心魔",
- "121402": "破五尘",
- "121403": "止苦谛",
- "121404": "断业根",
- "121405": "勾灵神",
- "121406": "司死生"
+ "130506": "永恒唯真理"
}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/skillId2AttackType_mapping_1.4.0.json b/starrail_damage_cal/map/data/skillId2AttackType_mapping_1.4.0.json
deleted file mode 100644
index 71fadfe..0000000
--- a/starrail_damage_cal/map/data/skillId2AttackType_mapping_1.4.0.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "100101": "Normal",
- "100103": "Ultra",
- "100104": "",
- "100106": "MazeNormal",
- "100107": "Maze",
- "100201": "Normal",
- "100202": "BPSkill",
- "100203": "Ultra",
- "100204": "",
- "100206": "MazeNormal",
- "100207": "Maze",
- "100301": "Normal",
- "100302": "BPSkill",
- "100303": "Ultra",
- "100304": "",
- "100306": "MazeNormal",
- "100307": "Maze",
- "100401": "Normal",
- "100402": "BPSkill",
- "100403": "Ultra",
- "100404": "",
- "100406": "MazeNormal",
- "100407": "Maze",
- "100501": "Normal",
- "100502": "BPSkill",
- "100503": "Ultra",
- "100504": "",
- "100506": "MazeNormal",
- "100507": "Maze",
- "100801": "Normal",
- "100802": "BPSkill",
- "100803": "Ultra",
- "100804": "",
- "100806": "MazeNormal",
- "100807": "Maze",
- "100901": "Normal",
- "100902": "BPSkill",
- "100903": "Ultra",
- "100904": "",
- "100906": "MazeNormal",
- "100907": "Maze",
- "101301": "Normal",
- "101302": "BPSkill",
- "101303": "Ultra",
- "101304": "",
- "101306": "MazeNormal",
- "101307": "Maze",
- "110101": "Normal",
- "110102": "BPSkill",
- "110103": "Ultra",
- "110104": "",
- "110106": "MazeNormal",
- "110107": "Maze",
- "110201": "Normal",
- "110202": "BPSkill",
- "110203": "Ultra",
- "110204": "",
- "110206": "MazeNormal",
- "110207": "Maze",
- "110301": "Normal",
- "110302": "BPSkill",
- "110303": "Ultra",
- "110304": "",
- "110306": "MazeNormal",
- "110307": "Maze",
- "110401": "Normal",
- "110402": "BPSkill",
- "110403": "Ultra",
- "110404": "",
- "110406": "MazeNormal",
- "110407": "Maze",
- "110501": "Normal",
- "110502": "BPSkill",
- "110503": "Ultra",
- "110504": "",
- "110506": "MazeNormal",
- "110601": "Normal",
- "110602": "BPSkill",
- "110604": "",
- "110606": "MazeNormal",
- "110607": "Maze",
- "110701": "Normal",
- "110702": "BPSkill",
- "110703": "Ultra",
- "110704": "",
- "110706": "MazeNormal",
- "110707": "Maze",
- "110801": "Normal",
- "110802": "BPSkill",
- "110806": "MazeNormal",
- "110807": "Maze",
- "110901": "Normal",
- "110902": "BPSkill",
- "110903": "Ultra",
- "110904": "",
- "110906": "MazeNormal",
- "110907": "Maze",
- "110909": "BPSkill",
- "111001": "Normal",
- "111002": "BPSkill",
- "111003": "Ultra",
- "111004": "",
- "111006": "MazeNormal",
- "111007": "Maze",
- "111101": "Normal",
- "111108": "Normal",
- "111103": "Ultra",
- "111106": "MazeNormal",
- "120101": "Normal",
- "120108": "Normal",
- "120103": "Ultra",
- "120106": "MazeNormal",
- "120107": "Maze",
- "120201": "Normal",
- "120206": "MazeNormal",
- "120301": "Normal",
- "120306": "MazeNormal",
- "120307": "Maze",
- "120501": "Normal",
- "120508": "Normal",
- "120502": "BPSkill",
- "120503": "Ultra",
- "120504": "",
- "120506": "MazeNormal",
- "120507": "Maze",
- "120601": "Normal",
- "120604": "",
- "120606": "MazeNormal",
- "120607": "Maze",
- "120701": "Normal",
- "120702": "BPSkill",
- "120703": "Ultra",
- "120704": "",
- "120706": "MazeNormal",
- "120707": "Maze",
- "120801": "Normal",
- "120802": "BPSkill",
- "120803": "Ultra",
- "120804": "",
- "120806": "MazeNormal",
- "120807": "Maze",
- "120901": "Normal",
- "120902": "BPSkill",
- "120903": "Ultra",
- "120904": "",
- "120906": "MazeNormal",
- "120907": "Maze",
- "121001": "Normal",
- "121002": "BPSkill",
- "121003": "Ultra",
- "121004": "",
- "121006": "MazeNormal",
- "121007": "Maze",
- "121101": "Normal",
- "121102": "BPSkill",
- "121103": "Ultra",
- "121104": "",
- "121106": "MazeNormal",
- "121107": "Maze",
- "121301": "Normal",
- "121308": "Normal",
- "121310": "Normal",
- "121312": "Normal",
- "121302": "BPSkill",
- "121303": "Ultra",
- "121304": "",
- "121306": "MazeNormal",
- "121307": "Maze",
- "800101": "Normal",
- "800102": "BPSkill",
- "800103": "Ultra",
- "800104": "",
- "800106": "MazeNormal",
- "800107": "Maze",
- "800108": "Ultra",
- "800109": "Ultra",
- "800201": "Normal",
- "800202": "BPSkill",
- "800203": "Ultra",
- "800204": "",
- "800206": "MazeNormal",
- "800207": "Maze",
- "800208": "Ultra",
- "800209": "Ultra",
- "800301": "Normal",
- "800308": "Normal",
- "800302": "BPSkill",
- "800303": "Ultra",
- "800304": "",
- "800306": "MazeNormal",
- "800307": "Maze",
- "800401": "Normal",
- "800408": "Normal",
- "800402": "BPSkill",
- "800403": "Ultra",
- "800404": "",
- "800406": "MazeNormal",
- "800407": "Maze",
- "100601": "Normal",
- "100602": "BPSkill",
- "100603": "Ultra",
- "100604": "",
- "100606": "MazeNormal",
- "100607": "Maze",
- "120401": "Normal",
- "120402": "BPSkill",
- "120403": "Ultra",
- "120404": "",
- "120406": "MazeNormal",
- "120407": "Maze",
- "909807": "Maze",
- "110603": "Ultra",
- "110507": "Maze",
- "120302": "BPSkill",
- "111201": "Normal",
- "111206": "MazeNormal",
- "111207": "Maze",
- "120303": "Ultra",
- "120304": "",
- "100102": "BPSkill",
- "121309": "BPSkill",
- "110803": "Ultra",
- "110804": "",
- "111102": "BPSkill",
- "111104": "",
- "111107": "Maze",
- "120202": "BPSkill",
- "120203": "Ultra",
- "120204": "",
- "120207": "Maze",
- "120102": "BPSkill",
- "120104": "",
- "120602": "BPSkill",
- "120603": "Ultra",
- "111202": "BPSkill",
- "111203": "Ultra",
- "111204": "",
- "121203": "Ultra",
- "121204": "",
- "121202": "BPSkill",
- "121201": "Normal",
- "121209": "BPSkill",
- "121206": "MazeNormal",
- "121207": "Maze",
- "130201": "Normal",
- "130202": "BPSkill",
- "130203": "Ultra",
- "130214": "Ultra",
- "130204": "",
- "130207": "Maze",
- "121701": "Normal",
- "121702": "BPSkill",
- "121703": "Ultra",
- "121704": "",
- "121707": "Maze",
- "121501": "Normal",
- "121502": "BPSkill",
- "121503": "Ultra",
- "121504": "",
- "121507": "Maze",
- "130501": "Normal",
- "130502": "BPSkill",
- "130503": "Ultra",
- "130504": "",
- "130507": "Maze",
- "130301": "Normal",
- "130302": "BPSkill",
- "130303": "Ultra",
- "130304": "",
- "130307": "Maze"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/skillId2AttackType_mapping_1.5.0.json b/starrail_damage_cal/map/data/skillId2AttackType_mapping_1.5.0.json
index ce83da9..ea662a2 100644
--- a/starrail_damage_cal/map/data/skillId2AttackType_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/skillId2AttackType_mapping_1.5.0.json
@@ -262,6 +262,11 @@
"100602": "BPSkill",
"100603": "Ultra",
"100604": "",
+ "121401": "Normal",
+ "121402": "BPSkill",
+ "121403": "Ultra",
+ "121404": "",
+ "121407": "Maze",
"130301": "Normal",
"130302": "BPSkill",
"130303": "Ultra",
@@ -271,10 +276,5 @@
"130502": "BPSkill",
"130503": "Ultra",
"130504": "",
- "130507": "Maze",
- "121401": "Normal",
- "121402": "BPSkill",
- "121403": "Ultra",
- "121404": "",
- "121407": "Maze"
+ "130507": "Maze"
}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/skillId2Name_mapping_1.4.0.json b/starrail_damage_cal/map/data/skillId2Name_mapping_1.4.0.json
deleted file mode 100644
index e5c3e32..0000000
--- a/starrail_damage_cal/map/data/skillId2Name_mapping_1.4.0.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "100101": "极寒的弓矢",
- "100103": "冰刻箭雨之时",
- "100104": "少女的特权",
- "100106": "攻击",
- "100107": "冻人的瞬间",
- "100201": "云骑枪术•朔风",
- "100202": "云骑枪术•疾雨",
- "100203": "洞天幻化,长梦一觉",
- "100204": "寸长寸强",
- "100206": "攻击",
- "100207": "破敌锋芒",
- "100301": "武装调律",
- "100302": "熔核爆裂",
- "100303": "天坠之火",
- "100304": "乘胜追击",
- "100306": "攻击",
- "100307": "不完全燃烧",
- "100401": "重力压制",
- "100402": "虚空断界",
- "100403": "拟似黑洞",
- "100404": "时空扭曲",
- "100406": "攻击",
- "100407": "画地为牢",
- "100501": "夜间喧嚣不止",
- "100502": "月光摩挲连绵",
- "100503": "悲剧尽头的颤音",
- "100504": "温柔亦同残酷",
- "100506": "攻击",
- "100507": "宽恕无关慈悲",
- "100801": "如雷疾行",
- "100802": "禁锢解除",
- "100803": "狂者制裁",
- "100804": "至痛至怒",
- "100806": "攻击",
- "100807": "极速收割",
- "100901": "光谱射线",
- "100902": "流星群落",
- "100903": "星空祝言",
- "100904": "天象学",
- "100906": "攻击",
- "100907": "灵光一现",
- "101301": "看什么看",
- "101302": "一锤子买卖",
- "101303": "是魔法,我加了魔法",
- "101304": "还是我来吧",
- "101306": "攻击",
- "101307": "可以优化一下",
- "110101": "驭风的子弹",
- "110102": "作战再部署",
- "110103": "贝洛伯格进行曲",
- "110104": "先人一步",
- "110106": "攻击",
- "110107": "在旗帜下",
- "110201": "强袭",
- "110202": "归刃",
- "110203": "乱蝶",
- "110204": "再现",
- "110206": "攻击",
- "110207": "幻身",
- "110301": "雷鸣音阶",
- "110302": "电光石火间",
- "110303": "机械热潮登场!",
- "110304": "燃情和弦",
- "110306": "攻击",
- "110307": "晚安,贝洛伯格",
- "110401": "一意之拳",
- "110402": "震慑之击",
- "110403": "永屹之壁",
- "110404": "不屈之身",
- "110406": "攻击",
- "110407": "有情之证",
- "110501": "仁慈的背面",
- "110502": "爱,救护与抉择",
- "110503": "新生之礼",
- "110504": "生机焕发",
- "110506": "攻击",
- "110601": "冰点射击",
- "110602": "低温妨害",
- "110604": "数据采集",
- "110606": "攻击",
- "110607": "先发制人",
- "110701": "我也想帮上忙",
- "110702": "史瓦罗在看着你",
- "110703": "是约定不是命令",
- "110704": "因为我们是家人",
- "110706": "攻击",
- "110707": "胜利的小小代价",
- "110801": "酷炫的刀花",
- "110802": "反复横跳的爱",
- "110806": "攻击",
- "110807": "你最闪亮",
- "110901": "喂!小心火烛",
- "110902": "嘿!记得虎克吗",
- "110903": "轰!飞来焰火",
- "110904": "哈!火上浇油",
- "110906": "攻击",
- "110907": "哎!瞧这一团糟",
- "110909": "嘿!记得虎克吗",
- "111001": "冰攀前齿技术",
- "111002": "盐渍野营罐头",
- "111003": "雪原急救方案",
- "111004": "户外生存经验",
- "111006": "攻击",
- "111007": "巧克力能量棒",
- "111101": "直冲拳",
- "111108": "直冲碎天拳",
- "111103": "制胜一击",
- "111106": "攻击",
- "120101": "门前清",
- "120108": "杠上开花!",
- "120103": "四幺暗刻?和!",
- "120106": "攻击",
- "120107": "独弈之乐",
- "120201": "逐客令",
- "120206": "攻击",
- "120301": "黑渊的棘刺",
- "120306": "攻击",
- "120307": "愚者的悲悯",
- "120501": "支离剑",
- "120508": "无间剑树",
- "120502": "地狱变",
- "120503": "大辟万死",
- "120504": "倏忽恩赐",
- "120506": "攻击",
- "120507": "业途风",
- "120601": "云骑剑经 • 素霓",
- "120604": "游刃若水",
- "120606": "攻击",
- "120607": "云骑剑经 • 叩阵",
- "120701": "流镝",
- "120702": "天阙鸣弦",
- "120703": "贯云饮羽",
- "120704": "箭彻七札",
- "120706": "攻击",
- "120707": "云鸢逐风",
- "120801": "始击岁星",
- "120802": "太微行棋,灵台示影",
- "120803": "天律大衍,历劫归一",
- "120804": "乾清坤夷,否极泰来",
- "120806": "攻击",
- "120807": "岁记否泰,固守四郭",
- "120901": "霜锋点寒芒",
- "120902": "遥击三尺水",
- "120903": "快雨燕相逐",
- "120904": "呼剑如影",
- "120906": "攻击",
- "120907": "御剑真诀",
- "121001": "劈头满堂彩",
- "121002": "迎面开门红",
- "121003": "给您来段看家戏",
- "121004": "古来君子养艺人",
- "121006": "攻击",
- "121007": "耍耍把式卖卖艺",
- "121101": "望 、闻、问…蹴!",
- "121102": "云吟乍涌坠珠露",
- "121103": "匏蛟跃渊先雷音",
- "121104": "奔走悬壶济世长",
- "121106": "攻击",
- "121107": "徜徉灵泽病恙短",
- "121301": "泽芝",
- "121308": "瞬华",
- "121310": "天矢阴",
- "121312": "盘拏耀跃",
- "121302": "龙力自在",
- "121303": "苍龙傲睨,劫水濯世",
- "121304": "亢心",
- "121306": "攻击",
- "121307": "掣空如虹",
- "800101": "再见安打",
- "800102": "安息全垒打",
- "800103": "星尘王牌",
- "800104": "牵制盗垒",
- "800106": "攻击",
- "800107": "不灭三振",
- "800108": "全胜•再见安打",
- "800109": "全胜•安息全垒打",
- "800201": "再见安打",
- "800202": "安息全垒打",
- "800203": "星尘王牌",
- "800204": "牵制盗垒",
- "800206": "攻击",
- "800207": "不灭三振",
- "800208": "全胜•再见安打",
- "800209": "全胜•安息全垒打",
- "800301": "穿彻坚冰的烈芒",
- "800308": "穿彻坚冰的烈芒",
- "800302": "炽燃不灭的琥珀",
- "800303": "陷阵无回的炎枪",
- "800304": "筑城者遗宝",
- "800306": "攻击",
- "800307": "守护者召令",
- "800401": "穿彻坚冰的烈芒",
- "800408": "穿彻坚冰的烈芒",
- "800402": "炽燃不灭的琥珀",
- "800403": "陷阵无回的炎枪",
- "800404": "筑城者遗宝",
- "800406": "攻击",
- "800407": "守护者召令",
- "100601": "|系统警告|",
- "100602": "是否允许更改?",
- "100603": "|账号已封禁|",
- "100604": "等待程序响应…",
- "100606": "攻击",
- "100607": "|强制结束进程|",
- "120401": "石火流光",
- "120402": "紫霄震曜",
- "120403": "吾身光明",
- "120404": "斩勘神形",
- "120406": "攻击",
- "120407": "摄召威灵",
- "909807": "dev_秘技",
- "110603": "领域压制",
- "110507": "催眠研习",
- "120302": "白花的祈望",
- "111201": "赤字…",
- "111206": "攻击",
- "111207": "明补",
- "120303": "归葬的遂愿",
- "120304": "生息的轮转",
- "100102": "可爱即是正义",
- "121309": "取消",
- "110803": "惊喜礼盒",
- "110804": "撕风的匕首",
- "111102": "裂伤拳",
- "111104": "火花四溅",
- "111107": "抢先者",
- "120202": "祥音和韵",
- "120203": "庆云光覆仪祷",
- "120204": "紫电扶摇",
- "120207": "惠风和畅",
- "120102": "海底捞月",
- "120104": "帝垣琼玉",
- "120602": "云骑剑经 • 山倾",
- "120603": "太虚形蕴 • 烛夜",
- "111202": "支付困难?",
- "111203": "扭亏为盈!",
- "111204": "猪市?!",
- "121203": "昙华生灭,天河泻梦",
- "121204": "澹月转魄",
- "121202": "无罅飞光",
- "121201": "流影方晖",
- "121209": "寒川映月",
- "121206": "攻击",
- "121207": "古镜照神",
- "130201": "芬芳一现",
- "130202": "公正,此处盛放",
- "130203": "驻于花庭,赐与尽美",
- "130214": "驻「我」华庭,授予至勋",
- "130204": "崇高的客体",
- "130207": "纯粹高洁宣言",
- "121701": "令旗•征风召雨",
- "121702": "灵符•保命护身",
- "121703": "尾巴•遣神役鬼",
- "121704": "凭附•气通天真",
- "121707": "凶煞•劾压鬼物",
- "121501": "冥谶天笔",
- "121502": "生灭系缚",
- "121503": "十王敕令,遍土遵行",
- "121504": "罚恶",
- "121507": "判冥",
- "130501": "知识就是力量",
- "130502": "精神助产术",
- "130503": "三段悖论",
- "130504": "我思故我在",
- "130507": "偶像塑造",
- "130301": "一针幽兰",
- "130302": "慢捻抹复挑",
- "130303": "摇花缎水,沾衣不摘",
- "130304": "分型的螺旋",
- "130307": "拭琴抚罗袂"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/skillId2Name_mapping_1.5.0.json b/starrail_damage_cal/map/data/skillId2Name_mapping_1.5.0.json
index 0bfa2b3..f302947 100644
--- a/starrail_damage_cal/map/data/skillId2Name_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/skillId2Name_mapping_1.5.0.json
@@ -262,6 +262,11 @@
"100602": "是否允许更改?",
"100603": "|账号已封禁|",
"100604": "等待程序响应…",
+ "121401": "破魔锥",
+ "121402": "摄伏诸恶",
+ "121403": "天罚贯身",
+ "121404": "十王圣断,业报恒常",
+ "121407": "斩立决",
"130301": "一针幽兰",
"130302": "慢捻抹复挑",
"130303": "摇花缎水,沾衣不摘",
@@ -271,10 +276,5 @@
"130502": "精神助产术",
"130503": "三段悖论",
"130504": "我思故我在",
- "130507": "偶像塑造",
- "121401": "破魔锥",
- "121402": "摄伏诸恶",
- "121403": "天罚贯身",
- "121404": "十王圣断,业报恒常",
- "121407": "斩立决"
+ "130507": "偶像塑造"
}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/skillId2Type_mapping_1.4.0.json b/starrail_damage_cal/map/data/skillId2Type_mapping_1.4.0.json
deleted file mode 100644
index a75ed23..0000000
--- a/starrail_damage_cal/map/data/skillId2Type_mapping_1.4.0.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "100101": "单攻",
- "100103": "群攻",
- "100104": "单攻",
- "100106": "",
- "100107": "",
- "100201": "单攻",
- "100202": "单攻",
- "100203": "单攻",
- "100204": "强化",
- "100206": "",
- "100207": "强化",
- "100301": "单攻",
- "100302": "扩散",
- "100303": "群攻",
- "100304": "群攻",
- "100306": "",
- "100307": "妨害",
- "100401": "单攻",
- "100402": "弹射",
- "100403": "群攻",
- "100404": "强化",
- "100406": "",
- "100407": "妨害",
- "100501": "单攻",
- "100502": "扩散",
- "100503": "群攻",
- "100504": "单攻",
- "100506": "",
- "100507": "",
- "100801": "单攻",
- "100802": "单攻",
- "100803": "扩散",
- "100804": "强化",
- "100806": "",
- "100807": "",
- "100901": "单攻",
- "100902": "弹射",
- "100903": "辅助",
- "100904": "辅助",
- "100906": "",
- "100907": "",
- "101301": "单攻",
- "101302": "群攻",
- "101303": "群攻",
- "101304": "群攻",
- "101306": "",
- "101307": "强化",
- "110101": "单攻",
- "110102": "辅助",
- "110103": "辅助",
- "110104": "强化",
- "110106": "",
- "110107": "辅助",
- "110201": "单攻",
- "110202": "单攻",
- "110203": "单攻",
- "110204": "强化",
- "110206": "",
- "110207": "强化",
- "110301": "单攻",
- "110302": "扩散",
- "110303": "群攻",
- "110304": "强化",
- "110306": "",
- "110307": "",
- "110401": "单攻",
- "110402": "妨害",
- "110403": "防御",
- "110404": "回复",
- "110406": "",
- "110407": "防御",
- "110501": "单攻",
- "110502": "回复",
- "110503": "回复",
- "110504": "强化",
- "110506": "",
- "110601": "单攻",
- "110602": "妨害",
- "110604": "辅助",
- "110606": "",
- "110607": "",
- "110701": "单攻",
- "110702": "群攻",
- "110703": "强化",
- "110704": "单攻",
- "110706": "",
- "110707": "",
- "110801": "单攻",
- "110802": "弹射",
- "110806": "",
- "110807": "妨害",
- "110901": "单攻",
- "110902": "单攻",
- "110903": "单攻",
- "110904": "强化",
- "110906": "",
- "110907": "",
- "110909": "扩散",
- "111001": "单攻",
- "111002": "回复",
- "111003": "回复",
- "111004": "回复",
- "111006": "单攻",
- "111007": "回复",
- "111101": "单攻",
- "111108": "单攻",
- "111103": "单攻",
- "111106": "",
- "120101": "单攻",
- "120108": "扩散",
- "120103": "群攻",
- "120106": "",
- "120107": "强化",
- "120201": "单攻",
- "120206": "",
- "120301": "单攻",
- "120306": "",
- "120307": "回复",
- "120501": "单攻",
- "120508": "扩散",
- "120502": "强化",
- "120503": "扩散",
- "120504": "群攻",
- "120506": "",
- "120507": "",
- "120601": "单攻",
- "120604": "强化",
- "120606": "",
- "120607": "",
- "120701": "单攻",
- "120702": "辅助",
- "120703": "单攻",
- "120704": "强化",
- "120706": "",
- "120707": "强化",
- "120801": "单攻",
- "120802": "防御",
- "120803": "群攻",
- "120804": "回复",
- "120806": "",
- "120807": "防御",
- "120901": "单攻",
- "120902": "单攻",
- "120903": "单攻",
- "120904": "单攻",
- "120906": "",
- "120907": "强化",
- "121001": "单攻",
- "121002": "扩散",
- "121003": "群攻",
- "121004": "妨害",
- "121006": "",
- "121007": "",
- "121101": "单攻",
- "121102": "回复",
- "121103": "回复",
- "121104": "回复",
- "121106": "",
- "121107": "回复",
- "121301": "单攻",
- "121308": "单攻",
- "121310": "扩散",
- "121312": "扩散",
- "121302": "强化",
- "121303": "扩散",
- "121304": "强化",
- "121306": "",
- "121307": "强化",
- "800101": "单攻",
- "800102": "扩散",
- "800103": "强化",
- "800104": "强化",
- "800106": "",
- "800107": "回复",
- "800108": "单攻",
- "800109": "扩散",
- "800201": "单攻",
- "800202": "扩散",
- "800203": "强化",
- "800204": "强化",
- "800206": "",
- "800207": "回复",
- "800208": "单攻",
- "800209": "扩散",
- "800301": "单攻",
- "800308": "扩散",
- "800302": "防御",
- "800303": "群攻",
- "800304": "强化",
- "800306": "",
- "800307": "防御",
- "800401": "单攻",
- "800408": "扩散",
- "800402": "防御",
- "800403": "群攻",
- "800404": "强化",
- "800406": "",
- "800407": "防御",
- "100601": "单攻",
- "100602": "妨害",
- "100603": "妨害",
- "100604": "妨害",
- "100606": "",
- "100607": "",
- "120401": "单攻",
- "120402": "群攻",
- "120403": "群攻",
- "120404": "弹射",
- "120406": "",
- "120407": "强化",
- "909807": "回复",
- "110603": "妨害",
- "110507": "",
- "120302": "回复",
- "111201": "单攻",
- "111206": "",
- "111207": "强化",
- "120303": "群攻",
- "120304": "回复",
- "100102": "防御",
- "121309": "取消",
- "110803": "妨害",
- "110804": "强化",
- "111102": "单攻",
- "111104": "强化",
- "111107": "",
- "120202": "辅助",
- "120203": "辅助",
- "120204": "强化",
- "120207": "辅助",
- "120102": "强化",
- "120104": "强化",
- "120602": "单攻",
- "120603": "单攻",
- "111202": "单攻",
- "111203": "强化",
- "111204": "单攻",
- "121203": "扩散",
- "121204": "强化",
- "121202": "单攻",
- "121201": "单攻",
- "121209": "扩散",
- "121206": "",
- "121207": "妨害",
- "130201": "单攻",
- "130202": "群攻",
- "130203": "群攻",
- "130214": "群攻",
- "130204": "强化",
- "130207": "妨害",
- "121701": "单攻",
- "121702": "回复",
- "121703": "辅助",
- "121704": "回复",
- "121707": "妨害",
- "121501": "单攻",
- "121502": "单攻",
- "121503": "强化",
- "121504": "辅助",
- "121507": "",
- "130501": "单攻",
- "130502": "单攻",
- "130503": "单攻",
- "130504": "强化",
- "130507": "妨害",
- "130301": "单攻",
- "130302": "辅助",
- "130303": "辅助",
- "130304": "辅助",
- "130307": "强化"
-}
\ No newline at end of file
diff --git a/starrail_damage_cal/map/data/skillId2Type_mapping_1.5.0.json b/starrail_damage_cal/map/data/skillId2Type_mapping_1.5.0.json
index 19b8a99..e4b3b33 100644
--- a/starrail_damage_cal/map/data/skillId2Type_mapping_1.5.0.json
+++ b/starrail_damage_cal/map/data/skillId2Type_mapping_1.5.0.json
@@ -262,6 +262,11 @@
"100602": "妨害",
"100603": "妨害",
"100604": "妨害",
+ "121401": "单攻",
+ "121402": "扩散",
+ "121403": "单攻",
+ "121404": "弹射",
+ "121407": "",
"130301": "单攻",
"130302": "辅助",
"130303": "辅助",
@@ -270,11 +275,6 @@
"130501": "单攻",
"130502": "单攻",
"130503": "单攻",
- "130504": "强化",
- "130507": "妨害",
- "121401": "单攻",
- "121402": "扩散",
- "121403": "单攻",
- "121404": "弹射",
- "121407": ""
+ "130504": "单攻",
+ "130507": "妨害"
}
\ No newline at end of file
diff --git a/starrail_damage_cal/version.py b/starrail_damage_cal/version.py
index 2d19121..0a1fa26 100644
--- a/starrail_damage_cal/version.py
+++ b/starrail_damage_cal/version.py
@@ -1 +1 @@
-StarRail_version = "1.4.0"
+StarRail_version = "1.5.0"