From 5dd18a216ad38ea44bf6133813d77c155ef2a967 Mon Sep 17 00:00:00 2001
From: qwerdvd <2450899274@qq.com>
Date: Thu, 20 Jul 2023 14:56:46 +0800
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=E6=94=AF=E6=8C=811.2=E7=89=88?=
=?UTF-8?q?=E6=9C=ACmap=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../utils/excel/AvatarPromotionConfig.json | 1655 +-
.../utils/excel/EquipmentPromotionConfig.json | 2036 +-
StarRailUID/utils/excel/light_cone_ranks.json | 158 +
...pmentID2AbilityProperty_mapping_1.1.0.json | 1 -
...pmentID2AbilityProperty_mapping_1.2.0.json | 1758 +
.../EquipmentID2EnName_mapping_1.1.0.json | 1 -
.../EquipmentID2EnName_mapping_1.2.0.json | 75 +
.../data/EquipmentID2Name_mapping_1.1.0.json | 1 -
.../data/EquipmentID2Name_mapping_1.2.0.json | 75 +
.../EquipmentID2Rarity_mapping_1.1.0.json | 1 -
.../EquipmentID2Rarity_mapping_1.2.0.json | 70 +
.../map/data/ItemId2Name_mapping_1.1.0.json | 1 -
.../map/data/ItemId2Name_mapping_1.2.0.json | 312 +
StarRailUID/utils/map/data/Property2Name.json | 56 +-
.../RelicId2MainAffixGroup_mapping_1.1.0.json | 1 -
.../RelicId2MainAffixGroup_mapping_1.2.0.json | 312 +
.../data/RelicId2Rarity_mapping_1.1.0.json | 1 -
.../data/RelicId2Rarity_mapping_1.2.0.json | 312 +
.../map/data/RelicId2SetId_mapping_1.1.0.json | 1 -
.../map/data/RelicId2SetId_mapping_1.2.0.json | 312 +
.../map/data/RelicSetSkill_mapping_1.1.0.json | 1 -
.../map/data/RelicSetSkill_mapping_1.2.0.json | 163 +
.../map/data/SetId2Name_mapping_1.1.0.json | 1 -
.../map/data/SetId2Name_mapping_1.2.0.json | 26 +
.../avatarId2DamageType_mapping_1.1.0.json | 1 -
.../avatarId2DamageType_mapping_1.2.0.json | 35 +
.../data/avatarId2EnName_mapping_1.1.0.json | 1 -
.../data/avatarId2EnName_mapping_1.2.0.json | 35 +
.../map/data/avatarId2Name_mapping_1.1.0.json | 1 -
.../map/data/avatarId2Name_mapping_1.2.0.json | 35 +
.../data/avatarId2Rarity_mapping_1.1.0.json | 1 -
.../data/avatarId2Rarity_mapping_1.2.0.json | 35 +
.../map/data/avatarId2Star_mapping_1.1.0.json | 1 -
.../map/data/avatarId2Star_mapping_1.2.0.json | 35 +
.../characterSkillTree_mapping_1.1.0.json | 1 -
.../characterSkillTree_mapping_1.2.0.json | 37348 ++++++++++++++++
.../map/data/rankId2Name_mapping_1.1.0.json | 1 -
.../map/data/rankId2Name_mapping_1.2.0.json | 200 +
.../skillId2AttackType_mapping_1.1.0.json | 1 -
.../skillId2AttackType_mapping_1.2.0.json | 215 +
.../map/data/skillId2Name_mapping_1.1.0.json | 1 -
.../map/data/skillId2Name_mapping_1.2.0.json | 215 +
.../map/data/skillId2Type_mapping_1.1.0.json | 1 -
.../map/data/skillId2Type_mapping_1.2.0.json | 215 +
StarRailUID/version.py | 2 +-
poetry.lock | 415 +-
46 files changed, 44796 insertions(+), 1329 deletions(-)
delete mode 100644 StarRailUID/utils/map/data/EquipmentID2AbilityProperty_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/EquipmentID2AbilityProperty_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/EquipmentID2EnName_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/EquipmentID2EnName_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/EquipmentID2Name_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/EquipmentID2Name_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/EquipmentID2Rarity_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/EquipmentID2Rarity_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/ItemId2Name_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/ItemId2Name_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/RelicId2MainAffixGroup_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/RelicId2MainAffixGroup_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/RelicId2Rarity_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/RelicId2Rarity_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/RelicId2SetId_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/RelicId2SetId_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/RelicSetSkill_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/RelicSetSkill_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/SetId2Name_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/SetId2Name_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/avatarId2DamageType_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/avatarId2DamageType_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/avatarId2EnName_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/avatarId2EnName_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/avatarId2Name_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/avatarId2Name_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/avatarId2Rarity_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/avatarId2Rarity_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/avatarId2Star_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/avatarId2Star_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/characterSkillTree_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/characterSkillTree_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/rankId2Name_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/rankId2Name_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/skillId2AttackType_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/skillId2AttackType_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/skillId2Name_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/skillId2Name_mapping_1.2.0.json
delete mode 100644 StarRailUID/utils/map/data/skillId2Type_mapping_1.1.0.json
create mode 100644 StarRailUID/utils/map/data/skillId2Type_mapping_1.2.0.json
diff --git a/StarRailUID/utils/excel/AvatarPromotionConfig.json b/StarRailUID/utils/excel/AvatarPromotionConfig.json
index 230d558..2d51997 100644
--- a/StarRailUID/utils/excel/AvatarPromotionConfig.json
+++ b/StarRailUID/utils/excel/AvatarPromotionConfig.json
@@ -5957,6 +5957,337 @@
}
}
},
+ "1111": {
+ "0": {
+ "AvatarID": 1111,
+ "Promotion": 0,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 3200
+ },
+ {
+ "ItemID": 112011,
+ "ItemNum": 4
+ }
+ ],
+ "MaxLevel": 20,
+ "PlayerLevelRequire": 15,
+ "AttackBase": {
+ "Value": 79.20000000018626
+ },
+ "AttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "DefenceBase": {
+ "Value": 66
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 124.80000000074506
+ },
+ "HPAdd": {
+ "Value": 6.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 103
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "1": {
+ "AvatarID": 1111,
+ "Promotion": 1,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 6400
+ },
+ {
+ "ItemID": 112011,
+ "ItemNum": 8
+ }
+ ],
+ "MaxLevel": 30,
+ "WorldLevelRequire": 1,
+ "AttackBase": {
+ "Value": 110.88000000081956
+ },
+ "AttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "DefenceBase": {
+ "Value": 92.40000000037253
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 174.72000000067055
+ },
+ "HPAdd": {
+ "Value": 6.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 103
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "2": {
+ "AvatarID": 1111,
+ "Promotion": 2,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 12800
+ },
+ {
+ "ItemID": 112012,
+ "ItemNum": 5
+ },
+ {
+ "ItemID": 110401,
+ "ItemNum": 2
+ }
+ ],
+ "MaxLevel": 40,
+ "WorldLevelRequire": 2,
+ "AttackBase": {
+ "Value": 142.56000000052154
+ },
+ "AttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "DefenceBase": {
+ "Value": 118.80000000074506
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 224.64000000059605
+ },
+ "HPAdd": {
+ "Value": 6.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 103
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "3": {
+ "AvatarID": 1111,
+ "Promotion": 3,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 32000
+ },
+ {
+ "ItemID": 112012,
+ "ItemNum": 8
+ },
+ {
+ "ItemID": 110401,
+ "ItemNum": 5
+ }
+ ],
+ "MaxLevel": 50,
+ "WorldLevelRequire": 3,
+ "AttackBase": {
+ "Value": 174.24000000022352
+ },
+ "AttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "DefenceBase": {
+ "Value": 145.20000000018626
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 274.56000000052154
+ },
+ "HPAdd": {
+ "Value": 6.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 103
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "4": {
+ "AvatarID": 1111,
+ "Promotion": 4,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 64000
+ },
+ {
+ "ItemID": 112013,
+ "ItemNum": 5
+ },
+ {
+ "ItemID": 110401,
+ "ItemNum": 15
+ }
+ ],
+ "MaxLevel": 60,
+ "WorldLevelRequire": 4,
+ "AttackBase": {
+ "Value": 205.92000000085682
+ },
+ "AttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "DefenceBase": {
+ "Value": 171.6000000005588
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 324.48000000044703
+ },
+ "HPAdd": {
+ "Value": 6.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 103
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "5": {
+ "AvatarID": 1111,
+ "Promotion": 5,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 128000
+ },
+ {
+ "ItemID": 112013,
+ "ItemNum": 7
+ },
+ {
+ "ItemID": 110401,
+ "ItemNum": 28
+ }
+ ],
+ "MaxLevel": 70,
+ "WorldLevelRequire": 5,
+ "AttackBase": {
+ "Value": 237.6000000005588
+ },
+ "AttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "DefenceBase": {
+ "Value": 198
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 374.40000000037253
+ },
+ "HPAdd": {
+ "Value": 6.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 103
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "6": {
+ "AvatarID": 1111,
+ "Promotion": 6,
+ "PromotionCostList": [],
+ "MaxLevel": 80,
+ "WorldLevelRequire": 5,
+ "AttackBase": {
+ "Value": 269.28000000026077
+ },
+ "AttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "DefenceBase": {
+ "Value": 224.40000000037253
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 424.320000000298
+ },
+ "HPAdd": {
+ "Value": 6.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 103
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ }
+ },
"1201": {
"0": {
"AvatarID": 1201,
@@ -6619,6 +6950,337 @@
}
}
},
+ "1203": {
+ "0": {
+ "AvatarID": 1203,
+ "Promotion": 0,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 4000
+ },
+ {
+ "ItemID": 113011,
+ "ItemNum": 5
+ }
+ ],
+ "MaxLevel": 20,
+ "PlayerLevelRequire": 15,
+ "AttackBase": {
+ "Value": 102.96000000089407
+ },
+ "AttackAdd": {
+ "Value": 5.147999999579042
+ },
+ "DefenceBase": {
+ "Value": 49.50000000046566
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 174.24000000022352
+ },
+ "HPAdd": {
+ "Value": 8.712000000523403
+ },
+ "SpeedBase": {
+ "Value": 101
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "1": {
+ "AvatarID": 1203,
+ "Promotion": 1,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 8000
+ },
+ {
+ "ItemID": 113011,
+ "ItemNum": 10
+ }
+ ],
+ "MaxLevel": 30,
+ "WorldLevelRequire": 1,
+ "AttackBase": {
+ "Value": 144.1439999998547
+ },
+ "AttackAdd": {
+ "Value": 5.147999999579042
+ },
+ "DefenceBase": {
+ "Value": 69.3000000002794
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 243.93600000045262
+ },
+ "HPAdd": {
+ "Value": 8.712000000523403
+ },
+ "SpeedBase": {
+ "Value": 101
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "2": {
+ "AvatarID": 1203,
+ "Promotion": 2,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 16000
+ },
+ {
+ "ItemID": 113012,
+ "ItemNum": 6
+ },
+ {
+ "ItemID": 110407,
+ "ItemNum": 3
+ }
+ ],
+ "MaxLevel": 40,
+ "WorldLevelRequire": 2,
+ "AttackBase": {
+ "Value": 185.32799999974668
+ },
+ "AttackAdd": {
+ "Value": 5.147999999579042
+ },
+ "DefenceBase": {
+ "Value": 89.10000000009313
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 313.6320000004489
+ },
+ "HPAdd": {
+ "Value": 8.712000000523403
+ },
+ "SpeedBase": {
+ "Value": 101
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "3": {
+ "AvatarID": 1203,
+ "Promotion": 3,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 40000
+ },
+ {
+ "ItemID": 113012,
+ "ItemNum": 9
+ },
+ {
+ "ItemID": 110407,
+ "ItemNum": 7
+ }
+ ],
+ "MaxLevel": 50,
+ "WorldLevelRequire": 3,
+ "AttackBase": {
+ "Value": 226.51200000033714
+ },
+ "AttackAdd": {
+ "Value": 5.147999999579042
+ },
+ "DefenceBase": {
+ "Value": 108.90000000083819
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 383.3279999997467
+ },
+ "HPAdd": {
+ "Value": 8.712000000523403
+ },
+ "SpeedBase": {
+ "Value": 101
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "4": {
+ "AvatarID": 1203,
+ "Promotion": 4,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 80000
+ },
+ {
+ "ItemID": 113013,
+ "ItemNum": 6
+ },
+ {
+ "ItemID": 110407,
+ "ItemNum": 20
+ }
+ ],
+ "MaxLevel": 60,
+ "WorldLevelRequire": 4,
+ "AttackBase": {
+ "Value": 267.6960000002291
+ },
+ "AttackAdd": {
+ "Value": 5.147999999579042
+ },
+ "DefenceBase": {
+ "Value": 128.70000000065193
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 453.02399999974295
+ },
+ "HPAdd": {
+ "Value": 8.712000000523403
+ },
+ "SpeedBase": {
+ "Value": 101
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "5": {
+ "AvatarID": 1203,
+ "Promotion": 5,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 160000
+ },
+ {
+ "ItemID": 113013,
+ "ItemNum": 9
+ },
+ {
+ "ItemID": 110407,
+ "ItemNum": 35
+ }
+ ],
+ "MaxLevel": 70,
+ "WorldLevelRequire": 5,
+ "AttackBase": {
+ "Value": 308.88000000081956
+ },
+ "AttackAdd": {
+ "Value": 5.147999999579042
+ },
+ "DefenceBase": {
+ "Value": 148.50000000046566
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 522.7200000006706
+ },
+ "HPAdd": {
+ "Value": 8.712000000523403
+ },
+ "SpeedBase": {
+ "Value": 101
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ },
+ "6": {
+ "AvatarID": 1203,
+ "Promotion": 6,
+ "PromotionCostList": [],
+ "MaxLevel": 80,
+ "WorldLevelRequire": 5,
+ "AttackBase": {
+ "Value": 350.0639999997802
+ },
+ "AttackAdd": {
+ "Value": 5.147999999579042
+ },
+ "DefenceBase": {
+ "Value": 168.3000000002794
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 592.4159999999683
+ },
+ "HPAdd": {
+ "Value": 8.712000000523403
+ },
+ "SpeedBase": {
+ "Value": 101
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 100
+ }
+ }
+ },
"1204": {
"0": {
"AvatarID": 1204,
@@ -6950,6 +7612,337 @@
}
}
},
+ "1205": {
+ "0": {
+ "AvatarID": 1205,
+ "Promotion": 0,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 4000
+ },
+ {
+ "ItemID": 113001,
+ "ItemNum": 5
+ }
+ ],
+ "MaxLevel": 20,
+ "PlayerLevelRequire": 15,
+ "AttackBase": {
+ "Value": 73.92000000085682
+ },
+ "AttackAdd": {
+ "Value": 3.6960000002291054
+ },
+ "DefenceBase": {
+ "Value": 66
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 184.80000000074506
+ },
+ "HPAdd": {
+ "Value": 9.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 97
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "1": {
+ "AvatarID": 1205,
+ "Promotion": 1,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 8000
+ },
+ {
+ "ItemID": 113001,
+ "ItemNum": 10
+ }
+ ],
+ "MaxLevel": 30,
+ "WorldLevelRequire": 1,
+ "AttackBase": {
+ "Value": 103.48799999989569
+ },
+ "AttackAdd": {
+ "Value": 3.6960000002291054
+ },
+ "DefenceBase": {
+ "Value": 92.40000000037253
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 258.72000000067055
+ },
+ "HPAdd": {
+ "Value": 9.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 97
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "2": {
+ "AvatarID": 1205,
+ "Promotion": 2,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 16000
+ },
+ {
+ "ItemID": 113002,
+ "ItemNum": 6
+ },
+ {
+ "ItemID": 110415,
+ "ItemNum": 3
+ }
+ ],
+ "MaxLevel": 40,
+ "WorldLevelRequire": 2,
+ "AttackBase": {
+ "Value": 133.05599999963306
+ },
+ "AttackAdd": {
+ "Value": 3.6960000002291054
+ },
+ "DefenceBase": {
+ "Value": 118.80000000074506
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 332.64000000059605
+ },
+ "HPAdd": {
+ "Value": 9.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 97
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "3": {
+ "AvatarID": 1205,
+ "Promotion": 3,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 40000
+ },
+ {
+ "ItemID": 113002,
+ "ItemNum": 9
+ },
+ {
+ "ItemID": 110415,
+ "ItemNum": 7
+ }
+ ],
+ "MaxLevel": 50,
+ "WorldLevelRequire": 3,
+ "AttackBase": {
+ "Value": 162.62400000030175
+ },
+ "AttackAdd": {
+ "Value": 3.6960000002291054
+ },
+ "DefenceBase": {
+ "Value": 145.20000000018626
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 406.56000000052154
+ },
+ "HPAdd": {
+ "Value": 9.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 97
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "4": {
+ "AvatarID": 1205,
+ "Promotion": 4,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 80000
+ },
+ {
+ "ItemID": 113003,
+ "ItemNum": 6
+ },
+ {
+ "ItemID": 110415,
+ "ItemNum": 20
+ }
+ ],
+ "MaxLevel": 60,
+ "WorldLevelRequire": 4,
+ "AttackBase": {
+ "Value": 192.19200000003912
+ },
+ "AttackAdd": {
+ "Value": 3.6960000002291054
+ },
+ "DefenceBase": {
+ "Value": 171.6000000005588
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 480.48000000044703
+ },
+ "HPAdd": {
+ "Value": 9.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 97
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "5": {
+ "AvatarID": 1205,
+ "Promotion": 5,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 160000
+ },
+ {
+ "ItemID": 113003,
+ "ItemNum": 9
+ },
+ {
+ "ItemID": 110415,
+ "ItemNum": 35
+ }
+ ],
+ "MaxLevel": 70,
+ "WorldLevelRequire": 5,
+ "AttackBase": {
+ "Value": 221.7600000007078
+ },
+ "AttackAdd": {
+ "Value": 3.6960000002291054
+ },
+ "DefenceBase": {
+ "Value": 198
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 554.4000000003725
+ },
+ "HPAdd": {
+ "Value": 9.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 97
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "6": {
+ "AvatarID": 1205,
+ "Promotion": 6,
+ "PromotionCostList": [],
+ "MaxLevel": 80,
+ "WorldLevelRequire": 5,
+ "AttackBase": {
+ "Value": 251.32799999974668
+ },
+ "AttackAdd": {
+ "Value": 3.6960000002291054
+ },
+ "DefenceBase": {
+ "Value": 224.40000000037253
+ },
+ "DefenceAdd": {
+ "Value": 3.3000000002793968
+ },
+ "HPBase": {
+ "Value": 628.320000000298
+ },
+ "HPAdd": {
+ "Value": 9.240000000223517
+ },
+ "SpeedBase": {
+ "Value": 97
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ }
+ },
"1206": {
"0": {
"AvatarID": 1206,
@@ -8274,6 +9267,337 @@
}
}
},
+ "1213": {
+ "0": {
+ "AvatarID": 1213,
+ "Promotion": 0,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 4000
+ },
+ {
+ "ItemID": 113001,
+ "ItemNum": 5
+ }
+ ],
+ "MaxLevel": 20,
+ "PlayerLevelRequire": 15,
+ "AttackBase": {
+ "Value": 95.04000000003725
+ },
+ "AttackAdd": {
+ "Value": 4.752000000560656
+ },
+ "DefenceBase": {
+ "Value": 49.50000000046566
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 168.96000000089407
+ },
+ "HPAdd": {
+ "Value": 8.447999999858439
+ },
+ "SpeedBase": {
+ "Value": 102
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "1": {
+ "AvatarID": 1213,
+ "Promotion": 1,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 8000
+ },
+ {
+ "ItemID": 113001,
+ "ItemNum": 10
+ }
+ ],
+ "MaxLevel": 30,
+ "WorldLevelRequire": 1,
+ "AttackBase": {
+ "Value": 133.05599999963306
+ },
+ "AttackAdd": {
+ "Value": 4.752000000560656
+ },
+ "DefenceBase": {
+ "Value": 69.3000000002794
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 236.54400000022724
+ },
+ "HPAdd": {
+ "Value": 8.447999999858439
+ },
+ "SpeedBase": {
+ "Value": 102
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "2": {
+ "AvatarID": 1213,
+ "Promotion": 2,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 16000
+ },
+ {
+ "ItemID": 113002,
+ "ItemNum": 6
+ },
+ {
+ "ItemID": 999,
+ "ItemNum": 3
+ }
+ ],
+ "MaxLevel": 40,
+ "WorldLevelRequire": 2,
+ "AttackBase": {
+ "Value": 171.07199999992736
+ },
+ "AttackAdd": {
+ "Value": 4.752000000560656
+ },
+ "DefenceBase": {
+ "Value": 89.10000000009313
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 304.1279999995604
+ },
+ "HPAdd": {
+ "Value": 8.447999999858439
+ },
+ "SpeedBase": {
+ "Value": 102
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "3": {
+ "AvatarID": 1213,
+ "Promotion": 3,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 40000
+ },
+ {
+ "ItemID": 113002,
+ "ItemNum": 9
+ },
+ {
+ "ItemID": 999,
+ "ItemNum": 7
+ }
+ ],
+ "MaxLevel": 50,
+ "WorldLevelRequire": 3,
+ "AttackBase": {
+ "Value": 209.08799999952316
+ },
+ "AttackAdd": {
+ "Value": 4.752000000560656
+ },
+ "DefenceBase": {
+ "Value": 108.90000000083819
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 371.7120000005234
+ },
+ "HPAdd": {
+ "Value": 8.447999999858439
+ },
+ "SpeedBase": {
+ "Value": 102
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "4": {
+ "AvatarID": 1213,
+ "Promotion": 4,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 80000
+ },
+ {
+ "ItemID": 113003,
+ "ItemNum": 6
+ },
+ {
+ "ItemID": 999,
+ "ItemNum": 20
+ }
+ ],
+ "MaxLevel": 60,
+ "WorldLevelRequire": 4,
+ "AttackBase": {
+ "Value": 247.10399999981746
+ },
+ "AttackAdd": {
+ "Value": 4.752000000560656
+ },
+ "DefenceBase": {
+ "Value": 128.70000000065193
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 439.2959999998566
+ },
+ "HPAdd": {
+ "Value": 8.447999999858439
+ },
+ "SpeedBase": {
+ "Value": 102
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "5": {
+ "AvatarID": 1213,
+ "Promotion": 5,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 160000
+ },
+ {
+ "ItemID": 113003,
+ "ItemNum": 9
+ },
+ {
+ "ItemID": 999,
+ "ItemNum": 35
+ }
+ ],
+ "MaxLevel": 70,
+ "WorldLevelRequire": 5,
+ "AttackBase": {
+ "Value": 285.12000000011176
+ },
+ "AttackAdd": {
+ "Value": 4.752000000560656
+ },
+ "DefenceBase": {
+ "Value": 148.50000000046566
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 506.88000000081956
+ },
+ "HPAdd": {
+ "Value": 8.447999999858439
+ },
+ "SpeedBase": {
+ "Value": 102
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ },
+ "6": {
+ "AvatarID": 1213,
+ "Promotion": 6,
+ "PromotionCostList": [],
+ "MaxLevel": 80,
+ "WorldLevelRequire": 5,
+ "AttackBase": {
+ "Value": 323.13599999970756
+ },
+ "AttackAdd": {
+ "Value": 4.752000000560656
+ },
+ "DefenceBase": {
+ "Value": 168.3000000002794
+ },
+ "DefenceAdd": {
+ "Value": 2.4750000000931323
+ },
+ "HPBase": {
+ "Value": 574.4640000001527
+ },
+ "HPAdd": {
+ "Value": 8.447999999858439
+ },
+ "SpeedBase": {
+ "Value": 102
+ },
+ "CriticalChance": {
+ "Value": 0.05000000004656613
+ },
+ "CriticalDamage": {
+ "Value": 0.5000000004656613
+ },
+ "BaseAggro": {
+ "Value": 125
+ }
+ }
+ },
"8001": {
"0": {
"AvatarID": 8001,
@@ -9597,336 +10921,5 @@
"Value": 150
}
}
- },
- "1203": {
- "0": {
- "AvatarID": 1203,
- "Promotion": 0,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 4000
- },
- {
- "ItemID": 113011,
- "ItemNum": 5
- }
- ],
- "MaxLevel": 20,
- "PlayerLevelRequire": 15,
- "AttackBase": {
- "Value": 102.96000000089407
- },
- "AttackAdd": {
- "Value": 5.147999999579042
- },
- "DefenceBase": {
- "Value": 49.50000000046566
- },
- "DefenceAdd": {
- "Value": 2.4750000000931323
- },
- "HPBase": {
- "Value": 174.24000000022352
- },
- "HPAdd": {
- "Value": 8.712000000523403
- },
- "SpeedBase": {
- "Value": 101
- },
- "CriticalChance": {
- "Value": 0.05000000004656613
- },
- "CriticalDamage": {
- "Value": 0.5000000004656613
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "1": {
- "AvatarID": 1203,
- "Promotion": 1,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 8000
- },
- {
- "ItemID": 113011,
- "ItemNum": 10
- }
- ],
- "MaxLevel": 30,
- "WorldLevelRequire": 1,
- "AttackBase": {
- "Value": 144.1439999998547
- },
- "AttackAdd": {
- "Value": 5.147999999579042
- },
- "DefenceBase": {
- "Value": 69.3000000002794
- },
- "DefenceAdd": {
- "Value": 2.4750000000931323
- },
- "HPBase": {
- "Value": 243.93600000045262
- },
- "HPAdd": {
- "Value": 8.712000000523403
- },
- "SpeedBase": {
- "Value": 101
- },
- "CriticalChance": {
- "Value": 0.05000000004656613
- },
- "CriticalDamage": {
- "Value": 0.5000000004656613
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "2": {
- "AvatarID": 1203,
- "Promotion": 2,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 16000
- },
- {
- "ItemID": 113012,
- "ItemNum": 6
- },
- {
- "ItemID": 110407,
- "ItemNum": 3
- }
- ],
- "MaxLevel": 40,
- "WorldLevelRequire": 2,
- "AttackBase": {
- "Value": 185.32799999974668
- },
- "AttackAdd": {
- "Value": 5.147999999579042
- },
- "DefenceBase": {
- "Value": 89.10000000009313
- },
- "DefenceAdd": {
- "Value": 2.4750000000931323
- },
- "HPBase": {
- "Value": 313.6320000004489
- },
- "HPAdd": {
- "Value": 8.712000000523403
- },
- "SpeedBase": {
- "Value": 101
- },
- "CriticalChance": {
- "Value": 0.05000000004656613
- },
- "CriticalDamage": {
- "Value": 0.5000000004656613
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "3": {
- "AvatarID": 1203,
- "Promotion": 3,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 40000
- },
- {
- "ItemID": 113012,
- "ItemNum": 9
- },
- {
- "ItemID": 110407,
- "ItemNum": 7
- }
- ],
- "MaxLevel": 50,
- "WorldLevelRequire": 3,
- "AttackBase": {
- "Value": 226.51200000033714
- },
- "AttackAdd": {
- "Value": 5.147999999579042
- },
- "DefenceBase": {
- "Value": 108.90000000083819
- },
- "DefenceAdd": {
- "Value": 2.4750000000931323
- },
- "HPBase": {
- "Value": 383.3279999997467
- },
- "HPAdd": {
- "Value": 8.712000000523403
- },
- "SpeedBase": {
- "Value": 101
- },
- "CriticalChance": {
- "Value": 0.05000000004656613
- },
- "CriticalDamage": {
- "Value": 0.5000000004656613
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "4": {
- "AvatarID": 1203,
- "Promotion": 4,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 80000
- },
- {
- "ItemID": 113013,
- "ItemNum": 6
- },
- {
- "ItemID": 110407,
- "ItemNum": 20
- }
- ],
- "MaxLevel": 60,
- "WorldLevelRequire": 4,
- "AttackBase": {
- "Value": 267.6960000002291
- },
- "AttackAdd": {
- "Value": 5.147999999579042
- },
- "DefenceBase": {
- "Value": 128.70000000065193
- },
- "DefenceAdd": {
- "Value": 2.4750000000931323
- },
- "HPBase": {
- "Value": 453.02399999974295
- },
- "HPAdd": {
- "Value": 8.712000000523403
- },
- "SpeedBase": {
- "Value": 101
- },
- "CriticalChance": {
- "Value": 0.05000000004656613
- },
- "CriticalDamage": {
- "Value": 0.5000000004656613
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "5": {
- "AvatarID": 1203,
- "Promotion": 5,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 160000
- },
- {
- "ItemID": 113013,
- "ItemNum": 9
- },
- {
- "ItemID": 110407,
- "ItemNum": 35
- }
- ],
- "MaxLevel": 70,
- "WorldLevelRequire": 5,
- "AttackBase": {
- "Value": 308.88000000081956
- },
- "AttackAdd": {
- "Value": 5.147999999579042
- },
- "DefenceBase": {
- "Value": 148.50000000046566
- },
- "DefenceAdd": {
- "Value": 2.4750000000931323
- },
- "HPBase": {
- "Value": 522.7200000006706
- },
- "HPAdd": {
- "Value": 8.712000000523403
- },
- "SpeedBase": {
- "Value": 101
- },
- "CriticalChance": {
- "Value": 0.05000000004656613
- },
- "CriticalDamage": {
- "Value": 0.5000000004656613
- },
- "BaseAggro": {
- "Value": 100
- }
- },
- "6": {
- "AvatarID": 1203,
- "Promotion": 6,
- "PromotionCostList": [],
- "MaxLevel": 80,
- "WorldLevelRequire": 5,
- "AttackBase": {
- "Value": 350.0639999997802
- },
- "AttackAdd": {
- "Value": 5.147999999579042
- },
- "DefenceBase": {
- "Value": 168.3000000002794
- },
- "DefenceAdd": {
- "Value": 2.4750000000931323
- },
- "HPBase": {
- "Value": 592.4159999999683
- },
- "HPAdd": {
- "Value": 8.712000000523403
- },
- "SpeedBase": {
- "Value": 101
- },
- "CriticalChance": {
- "Value": 0.05000000004656613
- },
- "CriticalDamage": {
- "Value": 0.5000000004656613
- },
- "BaseAggro": {
- "Value": 100
- }
- }
}
}
\ No newline at end of file
diff --git a/StarRailUID/utils/excel/EquipmentPromotionConfig.json b/StarRailUID/utils/excel/EquipmentPromotionConfig.json
index 69a8ef1..1ef4673 100644
--- a/StarRailUID/utils/excel/EquipmentPromotionConfig.json
+++ b/StarRailUID/utils/excel/EquipmentPromotionConfig.json
@@ -5772,6 +5772,257 @@
}
}
},
+ "21002": {
+ "0": {
+ "EquipmentID": 21002,
+ "Promotion": 0,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 4000
+ },
+ {
+ "ItemID": 111001,
+ "ItemNum": 5
+ }
+ ],
+ "PlayerLevelRequire": 15,
+ "MaxLevel": 20,
+ "BaseHP": {
+ "Value": 43.200000000186265
+ },
+ "BaseHPAdd": {
+ "Value": 6.480000000447035
+ },
+ "BaseAttack": {
+ "Value": 16.800000000745058
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 21
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "1": {
+ "EquipmentID": 21002,
+ "Promotion": 1,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 8000
+ },
+ {
+ "ItemID": 110141,
+ "ItemNum": 3
+ },
+ {
+ "ItemID": 111001,
+ "ItemNum": 10
+ }
+ ],
+ "WorldLevelRequire": 1,
+ "MaxLevel": 30,
+ "BaseHP": {
+ "Value": 95.04000000003725
+ },
+ "BaseHPAdd": {
+ "Value": 6.480000000447035
+ },
+ "BaseAttack": {
+ "Value": 36.96000000089407
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 46.200000000186265
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "2": {
+ "EquipmentID": 21002,
+ "Promotion": 2,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 16000
+ },
+ {
+ "ItemID": 110142,
+ "ItemNum": 3
+ },
+ {
+ "ItemID": 111002,
+ "ItemNum": 6
+ }
+ ],
+ "WorldLevelRequire": 2,
+ "MaxLevel": 40,
+ "BaseHP": {
+ "Value": 164.160000000149
+ },
+ "BaseHPAdd": {
+ "Value": 6.480000000447035
+ },
+ "BaseAttack": {
+ "Value": 63.84000000078231
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 79.80000000074506
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "3": {
+ "EquipmentID": 21002,
+ "Promotion": 3,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 40000
+ },
+ {
+ "ItemID": 110142,
+ "ItemNum": 6
+ },
+ {
+ "ItemID": 111002,
+ "ItemNum": 9
+ }
+ ],
+ "WorldLevelRequire": 3,
+ "MaxLevel": 50,
+ "BaseHP": {
+ "Value": 233.28000000026077
+ },
+ "BaseHPAdd": {
+ "Value": 6.480000000447035
+ },
+ "BaseAttack": {
+ "Value": 90.72000000067055
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 113.40000000037253
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "4": {
+ "EquipmentID": 21002,
+ "Promotion": 4,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 80000
+ },
+ {
+ "ItemID": 110143,
+ "ItemNum": 4
+ },
+ {
+ "ItemID": 111003,
+ "ItemNum": 5
+ }
+ ],
+ "WorldLevelRequire": 4,
+ "MaxLevel": 60,
+ "BaseHP": {
+ "Value": 302.40000000037253
+ },
+ "BaseHPAdd": {
+ "Value": 6.480000000447035
+ },
+ "BaseAttack": {
+ "Value": 117.6000000005588
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 147
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "5": {
+ "EquipmentID": 21002,
+ "Promotion": 5,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 160000
+ },
+ {
+ "ItemID": 110143,
+ "ItemNum": 8
+ },
+ {
+ "ItemID": 111003,
+ "ItemNum": 7
+ }
+ ],
+ "WorldLevelRequire": 5,
+ "MaxLevel": 70,
+ "BaseHP": {
+ "Value": 371.5200000004843
+ },
+ "BaseHPAdd": {
+ "Value": 6.480000000447035
+ },
+ "BaseAttack": {
+ "Value": 144.48000000044703
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 180.6000000005588
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "6": {
+ "EquipmentID": 21002,
+ "Promotion": 6,
+ "PromotionCostList": [],
+ "WorldLevelRequire": 5,
+ "MaxLevel": 80,
+ "BaseHP": {
+ "Value": 440.64000000059605
+ },
+ "BaseHPAdd": {
+ "Value": 6.480000000447035
+ },
+ "BaseAttack": {
+ "Value": 171.36000000033528
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 214.20000000018626
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ }
+ },
"21003": {
"0": {
"EquipmentID": 21003,
@@ -12298,6 +12549,257 @@
}
}
},
+ "21030": {
+ "0": {
+ "EquipmentID": 21030,
+ "Promotion": 0,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 4000
+ },
+ {
+ "ItemID": 111011,
+ "ItemNum": 5
+ }
+ ],
+ "PlayerLevelRequire": 15,
+ "MaxLevel": 20,
+ "BaseHP": {
+ "Value": 38.40000000037253
+ },
+ "BaseHPAdd": {
+ "Value": 5.760000000707805
+ },
+ "BaseAttack": {
+ "Value": 16.800000000745058
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 24
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.6000000005587935
+ }
+ },
+ "1": {
+ "EquipmentID": 21030,
+ "Promotion": 1,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 8000
+ },
+ {
+ "ItemID": 110141,
+ "ItemNum": 3
+ },
+ {
+ "ItemID": 111011,
+ "ItemNum": 10
+ }
+ ],
+ "WorldLevelRequire": 1,
+ "MaxLevel": 30,
+ "BaseHP": {
+ "Value": 84.48000000044703
+ },
+ "BaseHPAdd": {
+ "Value": 5.760000000707805
+ },
+ "BaseAttack": {
+ "Value": 36.96000000089407
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 52.80000000074506
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.6000000005587935
+ }
+ },
+ "2": {
+ "EquipmentID": 21030,
+ "Promotion": 2,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 16000
+ },
+ {
+ "ItemID": 110142,
+ "ItemNum": 3
+ },
+ {
+ "ItemID": 111012,
+ "ItemNum": 6
+ }
+ ],
+ "WorldLevelRequire": 2,
+ "MaxLevel": 40,
+ "BaseHP": {
+ "Value": 145.92000000085682
+ },
+ "BaseHPAdd": {
+ "Value": 5.760000000707805
+ },
+ "BaseAttack": {
+ "Value": 63.84000000078231
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 91.20000000018626
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.6000000005587935
+ }
+ },
+ "3": {
+ "EquipmentID": 21030,
+ "Promotion": 3,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 40000
+ },
+ {
+ "ItemID": 110142,
+ "ItemNum": 6
+ },
+ {
+ "ItemID": 111012,
+ "ItemNum": 9
+ }
+ ],
+ "WorldLevelRequire": 3,
+ "MaxLevel": 50,
+ "BaseHP": {
+ "Value": 207.36000000033528
+ },
+ "BaseHPAdd": {
+ "Value": 5.760000000707805
+ },
+ "BaseAttack": {
+ "Value": 90.72000000067055
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 129.6000000005588
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.6000000005587935
+ }
+ },
+ "4": {
+ "EquipmentID": 21030,
+ "Promotion": 4,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 80000
+ },
+ {
+ "ItemID": 110143,
+ "ItemNum": 4
+ },
+ {
+ "ItemID": 111013,
+ "ItemNum": 5
+ }
+ ],
+ "WorldLevelRequire": 4,
+ "MaxLevel": 60,
+ "BaseHP": {
+ "Value": 268.80000000074506
+ },
+ "BaseHPAdd": {
+ "Value": 5.760000000707805
+ },
+ "BaseAttack": {
+ "Value": 117.6000000005588
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 168
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.6000000005587935
+ }
+ },
+ "5": {
+ "EquipmentID": 21030,
+ "Promotion": 5,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 160000
+ },
+ {
+ "ItemID": 110143,
+ "ItemNum": 8
+ },
+ {
+ "ItemID": 111013,
+ "ItemNum": 7
+ }
+ ],
+ "WorldLevelRequire": 5,
+ "MaxLevel": 70,
+ "BaseHP": {
+ "Value": 330.2400000002235
+ },
+ "BaseHPAdd": {
+ "Value": 5.760000000707805
+ },
+ "BaseAttack": {
+ "Value": 144.48000000044703
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 206.40000000037253
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.6000000005587935
+ }
+ },
+ "6": {
+ "EquipmentID": 21030,
+ "Promotion": 6,
+ "PromotionCostList": [],
+ "WorldLevelRequire": 5,
+ "MaxLevel": 80,
+ "BaseHP": {
+ "Value": 391.6800000006333
+ },
+ "BaseHPAdd": {
+ "Value": 5.760000000707805
+ },
+ "BaseAttack": {
+ "Value": 171.36000000033528
+ },
+ "BaseAttackAdd": {
+ "Value": 2.5200000004842877
+ },
+ "BaseDefence": {
+ "Value": 244.80000000074506
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.6000000005587935
+ }
+ }
+ },
"21031": {
"0": {
"EquipmentID": 21031,
@@ -15059,6 +15561,759 @@
}
}
},
+ "23007": {
+ "0": {
+ "EquipmentID": 23007,
+ "Promotion": 0,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 5000
+ },
+ {
+ "ItemID": 112011,
+ "ItemNum": 8
+ }
+ ],
+ "PlayerLevelRequire": 15,
+ "MaxLevel": 20,
+ "BaseHP": {
+ "Value": 48
+ },
+ "BaseHPAdd": {
+ "Value": 7.2000000001862645
+ },
+ "BaseAttack": {
+ "Value": 26.40000000037253
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 21
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "1": {
+ "EquipmentID": 23007,
+ "Promotion": 1,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 10000
+ },
+ {
+ "ItemID": 110151,
+ "ItemNum": 4
+ },
+ {
+ "ItemID": 112011,
+ "ItemNum": 12
+ }
+ ],
+ "WorldLevelRequire": 1,
+ "MaxLevel": 30,
+ "BaseHP": {
+ "Value": 105.6000000005588
+ },
+ "BaseHPAdd": {
+ "Value": 7.2000000001862645
+ },
+ "BaseAttack": {
+ "Value": 58.080000000074506
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 46.200000000186265
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "2": {
+ "EquipmentID": 23007,
+ "Promotion": 2,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 20000
+ },
+ {
+ "ItemID": 110152,
+ "ItemNum": 4
+ },
+ {
+ "ItemID": 112012,
+ "ItemNum": 8
+ }
+ ],
+ "WorldLevelRequire": 2,
+ "MaxLevel": 40,
+ "BaseHP": {
+ "Value": 182.40000000037253
+ },
+ "BaseHPAdd": {
+ "Value": 7.2000000001862645
+ },
+ "BaseAttack": {
+ "Value": 100.32000000029802
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 79.80000000074506
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "3": {
+ "EquipmentID": 23007,
+ "Promotion": 3,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 50000
+ },
+ {
+ "ItemID": 110152,
+ "ItemNum": 8
+ },
+ {
+ "ItemID": 112012,
+ "ItemNum": 12
+ }
+ ],
+ "WorldLevelRequire": 3,
+ "MaxLevel": 50,
+ "BaseHP": {
+ "Value": 259.20000000018626
+ },
+ "BaseHPAdd": {
+ "Value": 7.2000000001862645
+ },
+ "BaseAttack": {
+ "Value": 142.56000000052154
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 113.40000000037253
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "4": {
+ "EquipmentID": 23007,
+ "Promotion": 4,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 100000
+ },
+ {
+ "ItemID": 110153,
+ "ItemNum": 5
+ },
+ {
+ "ItemID": 112013,
+ "ItemNum": 6
+ }
+ ],
+ "WorldLevelRequire": 4,
+ "MaxLevel": 60,
+ "BaseHP": {
+ "Value": 336
+ },
+ "BaseHPAdd": {
+ "Value": 7.2000000001862645
+ },
+ "BaseAttack": {
+ "Value": 184.80000000074506
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 147
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "5": {
+ "EquipmentID": 23007,
+ "Promotion": 5,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 200000
+ },
+ {
+ "ItemID": 110153,
+ "ItemNum": 10
+ },
+ {
+ "ItemID": 112013,
+ "ItemNum": 8
+ }
+ ],
+ "WorldLevelRequire": 5,
+ "MaxLevel": 70,
+ "BaseHP": {
+ "Value": 412.80000000074506
+ },
+ "BaseHPAdd": {
+ "Value": 7.2000000001862645
+ },
+ "BaseAttack": {
+ "Value": 227.04000000003725
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 180.6000000005588
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ },
+ "6": {
+ "EquipmentID": 23007,
+ "Promotion": 6,
+ "PromotionCostList": [],
+ "WorldLevelRequire": 5,
+ "MaxLevel": 80,
+ "BaseHP": {
+ "Value": 489.6000000005588
+ },
+ "BaseHPAdd": {
+ "Value": 7.2000000001862645
+ },
+ "BaseAttack": {
+ "Value": 269.28000000026077
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 214.20000000018626
+ },
+ "BaseDefenceAdd": {
+ "Value": 3.1500000001396984
+ }
+ }
+ },
+ "23008": {
+ "0": {
+ "EquipmentID": 23008,
+ "Promotion": 0,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 5000
+ },
+ {
+ "ItemID": 113011,
+ "ItemNum": 8
+ }
+ ],
+ "PlayerLevelRequire": 15,
+ "MaxLevel": 20,
+ "BaseHP": {
+ "Value": 52.80000000074506
+ },
+ "BaseHPAdd": {
+ "Value": 7.920000000856817
+ },
+ "BaseAttack": {
+ "Value": 26.40000000037253
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 18
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.700000000651926
+ }
+ },
+ "1": {
+ "EquipmentID": 23008,
+ "Promotion": 1,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 10000
+ },
+ {
+ "ItemID": 110171,
+ "ItemNum": 4
+ },
+ {
+ "ItemID": 113011,
+ "ItemNum": 12
+ }
+ ],
+ "WorldLevelRequire": 1,
+ "MaxLevel": 30,
+ "BaseHP": {
+ "Value": 116.16000000014901
+ },
+ "BaseHPAdd": {
+ "Value": 7.920000000856817
+ },
+ "BaseAttack": {
+ "Value": 58.080000000074506
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 39.60000000055879
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.700000000651926
+ }
+ },
+ "2": {
+ "EquipmentID": 23008,
+ "Promotion": 2,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 20000
+ },
+ {
+ "ItemID": 110172,
+ "ItemNum": 4
+ },
+ {
+ "ItemID": 113012,
+ "ItemNum": 8
+ }
+ ],
+ "WorldLevelRequire": 2,
+ "MaxLevel": 40,
+ "BaseHP": {
+ "Value": 200.64000000059605
+ },
+ "BaseHPAdd": {
+ "Value": 7.920000000856817
+ },
+ "BaseAttack": {
+ "Value": 100.32000000029802
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 68.40000000037253
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.700000000651926
+ }
+ },
+ "3": {
+ "EquipmentID": 23008,
+ "Promotion": 3,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 50000
+ },
+ {
+ "ItemID": 110172,
+ "ItemNum": 8
+ },
+ {
+ "ItemID": 113012,
+ "ItemNum": 12
+ }
+ ],
+ "WorldLevelRequire": 3,
+ "MaxLevel": 50,
+ "BaseHP": {
+ "Value": 285.12000000011176
+ },
+ "BaseHPAdd": {
+ "Value": 7.920000000856817
+ },
+ "BaseAttack": {
+ "Value": 142.56000000052154
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 97.20000000018626
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.700000000651926
+ }
+ },
+ "4": {
+ "EquipmentID": 23008,
+ "Promotion": 4,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 100000
+ },
+ {
+ "ItemID": 110173,
+ "ItemNum": 5
+ },
+ {
+ "ItemID": 113013,
+ "ItemNum": 6
+ }
+ ],
+ "WorldLevelRequire": 4,
+ "MaxLevel": 60,
+ "BaseHP": {
+ "Value": 369.6000000005588
+ },
+ "BaseHPAdd": {
+ "Value": 7.920000000856817
+ },
+ "BaseAttack": {
+ "Value": 184.80000000074506
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 126
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.700000000651926
+ }
+ },
+ "5": {
+ "EquipmentID": 23008,
+ "Promotion": 5,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 200000
+ },
+ {
+ "ItemID": 110173,
+ "ItemNum": 10
+ },
+ {
+ "ItemID": 113013,
+ "ItemNum": 8
+ }
+ ],
+ "WorldLevelRequire": 5,
+ "MaxLevel": 70,
+ "BaseHP": {
+ "Value": 454.0800000000745
+ },
+ "BaseHPAdd": {
+ "Value": 7.920000000856817
+ },
+ "BaseAttack": {
+ "Value": 227.04000000003725
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 154.80000000074506
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.700000000651926
+ }
+ },
+ "6": {
+ "EquipmentID": 23008,
+ "Promotion": 6,
+ "PromotionCostList": [],
+ "WorldLevelRequire": 5,
+ "MaxLevel": 80,
+ "BaseHP": {
+ "Value": 538.5600000005215
+ },
+ "BaseHPAdd": {
+ "Value": 7.920000000856817
+ },
+ "BaseAttack": {
+ "Value": 269.28000000026077
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 183.6000000005588
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.700000000651926
+ }
+ }
+ },
+ "23009": {
+ "0": {
+ "EquipmentID": 23009,
+ "Promotion": 0,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 5000
+ },
+ {
+ "ItemID": 113001,
+ "ItemNum": 8
+ }
+ ],
+ "PlayerLevelRequire": 15,
+ "MaxLevel": 20,
+ "BaseHP": {
+ "Value": 57.60000000055879
+ },
+ "BaseHPAdd": {
+ "Value": 8.640000000596046
+ },
+ "BaseAttack": {
+ "Value": 26.40000000037253
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 15
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.2500000002328306
+ }
+ },
+ "1": {
+ "EquipmentID": 23009,
+ "Promotion": 1,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 10000
+ },
+ {
+ "ItemID": 110111,
+ "ItemNum": 4
+ },
+ {
+ "ItemID": 113001,
+ "ItemNum": 12
+ }
+ ],
+ "WorldLevelRequire": 1,
+ "MaxLevel": 30,
+ "BaseHP": {
+ "Value": 126.72000000067055
+ },
+ "BaseHPAdd": {
+ "Value": 8.640000000596046
+ },
+ "BaseAttack": {
+ "Value": 58.080000000074506
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 33
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.2500000002328306
+ }
+ },
+ "2": {
+ "EquipmentID": 23009,
+ "Promotion": 2,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 20000
+ },
+ {
+ "ItemID": 110112,
+ "ItemNum": 4
+ },
+ {
+ "ItemID": 113002,
+ "ItemNum": 8
+ }
+ ],
+ "WorldLevelRequire": 2,
+ "MaxLevel": 40,
+ "BaseHP": {
+ "Value": 218.88000000081956
+ },
+ "BaseHPAdd": {
+ "Value": 8.640000000596046
+ },
+ "BaseAttack": {
+ "Value": 100.32000000029802
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 57
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.2500000002328306
+ }
+ },
+ "3": {
+ "EquipmentID": 23009,
+ "Promotion": 3,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 50000
+ },
+ {
+ "ItemID": 110112,
+ "ItemNum": 8
+ },
+ {
+ "ItemID": 113002,
+ "ItemNum": 12
+ }
+ ],
+ "WorldLevelRequire": 3,
+ "MaxLevel": 50,
+ "BaseHP": {
+ "Value": 311.04000000003725
+ },
+ "BaseHPAdd": {
+ "Value": 8.640000000596046
+ },
+ "BaseAttack": {
+ "Value": 142.56000000052154
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 81
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.2500000002328306
+ }
+ },
+ "4": {
+ "EquipmentID": 23009,
+ "Promotion": 4,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 100000
+ },
+ {
+ "ItemID": 110113,
+ "ItemNum": 5
+ },
+ {
+ "ItemID": 113003,
+ "ItemNum": 6
+ }
+ ],
+ "WorldLevelRequire": 4,
+ "MaxLevel": 60,
+ "BaseHP": {
+ "Value": 403.20000000018626
+ },
+ "BaseHPAdd": {
+ "Value": 8.640000000596046
+ },
+ "BaseAttack": {
+ "Value": 184.80000000074506
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 105
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.2500000002328306
+ }
+ },
+ "5": {
+ "EquipmentID": 23009,
+ "Promotion": 5,
+ "PromotionCostList": [
+ {
+ "ItemID": 2,
+ "ItemNum": 200000
+ },
+ {
+ "ItemID": 110113,
+ "ItemNum": 10
+ },
+ {
+ "ItemID": 113003,
+ "ItemNum": 8
+ }
+ ],
+ "WorldLevelRequire": 5,
+ "MaxLevel": 70,
+ "BaseHP": {
+ "Value": 495.3600000003353
+ },
+ "BaseHPAdd": {
+ "Value": 8.640000000596046
+ },
+ "BaseAttack": {
+ "Value": 227.04000000003725
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 129
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.2500000002328306
+ }
+ },
+ "6": {
+ "EquipmentID": 23009,
+ "Promotion": 6,
+ "PromotionCostList": [],
+ "WorldLevelRequire": 5,
+ "MaxLevel": 80,
+ "BaseHP": {
+ "Value": 587.5200000004843
+ },
+ "BaseHPAdd": {
+ "Value": 8.640000000596046
+ },
+ "BaseAttack": {
+ "Value": 269.28000000026077
+ },
+ "BaseAttackAdd": {
+ "Value": 3.9600000008940697
+ },
+ "BaseDefence": {
+ "Value": 153
+ },
+ "BaseDefenceAdd": {
+ "Value": 2.2500000002328306
+ }
+ }
+ },
"23010": {
"0": {
"EquipmentID": 23010,
@@ -16816,260 +18071,9 @@
}
}
},
- "21030": {
+ "23006": {
"0": {
- "EquipmentID": 21030,
- "Promotion": 0,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 4000
- },
- {
- "ItemID": 111011,
- "ItemNum": 5
- }
- ],
- "PlayerLevelRequire": 15,
- "MaxLevel": 20,
- "BaseHP": {
- "Value": 38.40000000037253
- },
- "BaseHPAdd": {
- "Value": 5.760000000707805
- },
- "BaseAttack": {
- "Value": 16.800000000745058
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 24
- },
- "BaseDefenceAdd": {
- "Value": 3.6000000005587935
- }
- },
- "1": {
- "EquipmentID": 21030,
- "Promotion": 1,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 8000
- },
- {
- "ItemID": 110141,
- "ItemNum": 3
- },
- {
- "ItemID": 111011,
- "ItemNum": 10
- }
- ],
- "WorldLevelRequire": 1,
- "MaxLevel": 30,
- "BaseHP": {
- "Value": 84.48000000044703
- },
- "BaseHPAdd": {
- "Value": 5.760000000707805
- },
- "BaseAttack": {
- "Value": 36.96000000089407
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 52.80000000074506
- },
- "BaseDefenceAdd": {
- "Value": 3.6000000005587935
- }
- },
- "2": {
- "EquipmentID": 21030,
- "Promotion": 2,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 16000
- },
- {
- "ItemID": 110142,
- "ItemNum": 3
- },
- {
- "ItemID": 111012,
- "ItemNum": 6
- }
- ],
- "WorldLevelRequire": 2,
- "MaxLevel": 40,
- "BaseHP": {
- "Value": 145.92000000085682
- },
- "BaseHPAdd": {
- "Value": 5.760000000707805
- },
- "BaseAttack": {
- "Value": 63.84000000078231
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 91.20000000018626
- },
- "BaseDefenceAdd": {
- "Value": 3.6000000005587935
- }
- },
- "3": {
- "EquipmentID": 21030,
- "Promotion": 3,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 40000
- },
- {
- "ItemID": 110142,
- "ItemNum": 6
- },
- {
- "ItemID": 111012,
- "ItemNum": 9
- }
- ],
- "WorldLevelRequire": 3,
- "MaxLevel": 50,
- "BaseHP": {
- "Value": 207.36000000033528
- },
- "BaseHPAdd": {
- "Value": 5.760000000707805
- },
- "BaseAttack": {
- "Value": 90.72000000067055
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 129.6000000005588
- },
- "BaseDefenceAdd": {
- "Value": 3.6000000005587935
- }
- },
- "4": {
- "EquipmentID": 21030,
- "Promotion": 4,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 80000
- },
- {
- "ItemID": 110143,
- "ItemNum": 4
- },
- {
- "ItemID": 111013,
- "ItemNum": 5
- }
- ],
- "WorldLevelRequire": 4,
- "MaxLevel": 60,
- "BaseHP": {
- "Value": 268.80000000074506
- },
- "BaseHPAdd": {
- "Value": 5.760000000707805
- },
- "BaseAttack": {
- "Value": 117.6000000005588
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 168
- },
- "BaseDefenceAdd": {
- "Value": 3.6000000005587935
- }
- },
- "5": {
- "EquipmentID": 21030,
- "Promotion": 5,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 160000
- },
- {
- "ItemID": 110143,
- "ItemNum": 8
- },
- {
- "ItemID": 111013,
- "ItemNum": 7
- }
- ],
- "WorldLevelRequire": 5,
- "MaxLevel": 70,
- "BaseHP": {
- "Value": 330.2400000002235
- },
- "BaseHPAdd": {
- "Value": 5.760000000707805
- },
- "BaseAttack": {
- "Value": 144.48000000044703
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 206.40000000037253
- },
- "BaseDefenceAdd": {
- "Value": 3.6000000005587935
- }
- },
- "6": {
- "EquipmentID": 21030,
- "Promotion": 6,
- "PromotionCostList": [],
- "WorldLevelRequire": 5,
- "MaxLevel": 80,
- "BaseHP": {
- "Value": 391.6800000006333
- },
- "BaseHPAdd": {
- "Value": 5.760000000707805
- },
- "BaseAttack": {
- "Value": 171.36000000033528
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 244.80000000074506
- },
- "BaseDefenceAdd": {
- "Value": 3.6000000005587935
- }
- }
- },
- "23007": {
- "0": {
- "EquipmentID": 23007,
+ "EquipmentID": 23006,
"Promotion": 0,
"PromotionCostList": [
{
@@ -17077,7 +18081,7 @@
"ItemNum": 5000
},
{
- "ItemID": 112011,
+ "ItemID": 111011,
"ItemNum": 8
}
],
@@ -17103,7 +18107,7 @@
}
},
"1": {
- "EquipmentID": 23007,
+ "EquipmentID": 23006,
"Promotion": 1,
"PromotionCostList": [
{
@@ -17115,7 +18119,7 @@
"ItemNum": 4
},
{
- "ItemID": 112011,
+ "ItemID": 111011,
"ItemNum": 12
}
],
@@ -17141,7 +18145,7 @@
}
},
"2": {
- "EquipmentID": 23007,
+ "EquipmentID": 23006,
"Promotion": 2,
"PromotionCostList": [
{
@@ -17153,7 +18157,7 @@
"ItemNum": 4
},
{
- "ItemID": 112012,
+ "ItemID": 111012,
"ItemNum": 8
}
],
@@ -17179,7 +18183,7 @@
}
},
"3": {
- "EquipmentID": 23007,
+ "EquipmentID": 23006,
"Promotion": 3,
"PromotionCostList": [
{
@@ -17191,7 +18195,7 @@
"ItemNum": 8
},
{
- "ItemID": 112012,
+ "ItemID": 111012,
"ItemNum": 12
}
],
@@ -17217,7 +18221,7 @@
}
},
"4": {
- "EquipmentID": 23007,
+ "EquipmentID": 23006,
"Promotion": 4,
"PromotionCostList": [
{
@@ -17229,7 +18233,7 @@
"ItemNum": 5
},
{
- "ItemID": 112013,
+ "ItemID": 111013,
"ItemNum": 6
}
],
@@ -17255,7 +18259,7 @@
}
},
"5": {
- "EquipmentID": 23007,
+ "EquipmentID": 23006,
"Promotion": 5,
"PromotionCostList": [
{
@@ -17267,7 +18271,7 @@
"ItemNum": 10
},
{
- "ItemID": 112013,
+ "ItemID": 111013,
"ItemNum": 8
}
],
@@ -17293,7 +18297,7 @@
}
},
"6": {
- "EquipmentID": 23007,
+ "EquipmentID": 23006,
"Promotion": 6,
"PromotionCostList": [],
"WorldLevelRequire": 5,
@@ -17317,507 +18321,5 @@
"Value": 3.1500000001396984
}
}
- },
- "23008": {
- "0": {
- "EquipmentID": 23008,
- "Promotion": 0,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 5000
- },
- {
- "ItemID": 113011,
- "ItemNum": 8
- }
- ],
- "PlayerLevelRequire": 15,
- "MaxLevel": 20,
- "BaseHP": {
- "Value": 52.80000000074506
- },
- "BaseHPAdd": {
- "Value": 7.920000000856817
- },
- "BaseAttack": {
- "Value": 26.40000000037253
- },
- "BaseAttackAdd": {
- "Value": 3.9600000008940697
- },
- "BaseDefence": {
- "Value": 18
- },
- "BaseDefenceAdd": {
- "Value": 2.700000000651926
- }
- },
- "1": {
- "EquipmentID": 23008,
- "Promotion": 1,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 10000
- },
- {
- "ItemID": 110171,
- "ItemNum": 4
- },
- {
- "ItemID": 113011,
- "ItemNum": 12
- }
- ],
- "WorldLevelRequire": 1,
- "MaxLevel": 30,
- "BaseHP": {
- "Value": 116.16000000014901
- },
- "BaseHPAdd": {
- "Value": 7.920000000856817
- },
- "BaseAttack": {
- "Value": 58.080000000074506
- },
- "BaseAttackAdd": {
- "Value": 3.9600000008940697
- },
- "BaseDefence": {
- "Value": 39.60000000055879
- },
- "BaseDefenceAdd": {
- "Value": 2.700000000651926
- }
- },
- "2": {
- "EquipmentID": 23008,
- "Promotion": 2,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 20000
- },
- {
- "ItemID": 110172,
- "ItemNum": 4
- },
- {
- "ItemID": 113012,
- "ItemNum": 8
- }
- ],
- "WorldLevelRequire": 2,
- "MaxLevel": 40,
- "BaseHP": {
- "Value": 200.64000000059605
- },
- "BaseHPAdd": {
- "Value": 7.920000000856817
- },
- "BaseAttack": {
- "Value": 100.32000000029802
- },
- "BaseAttackAdd": {
- "Value": 3.9600000008940697
- },
- "BaseDefence": {
- "Value": 68.40000000037253
- },
- "BaseDefenceAdd": {
- "Value": 2.700000000651926
- }
- },
- "3": {
- "EquipmentID": 23008,
- "Promotion": 3,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 50000
- },
- {
- "ItemID": 110172,
- "ItemNum": 8
- },
- {
- "ItemID": 113012,
- "ItemNum": 12
- }
- ],
- "WorldLevelRequire": 3,
- "MaxLevel": 50,
- "BaseHP": {
- "Value": 285.12000000011176
- },
- "BaseHPAdd": {
- "Value": 7.920000000856817
- },
- "BaseAttack": {
- "Value": 142.56000000052154
- },
- "BaseAttackAdd": {
- "Value": 3.9600000008940697
- },
- "BaseDefence": {
- "Value": 97.20000000018626
- },
- "BaseDefenceAdd": {
- "Value": 2.700000000651926
- }
- },
- "4": {
- "EquipmentID": 23008,
- "Promotion": 4,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 100000
- },
- {
- "ItemID": 110173,
- "ItemNum": 5
- },
- {
- "ItemID": 113013,
- "ItemNum": 6
- }
- ],
- "WorldLevelRequire": 4,
- "MaxLevel": 60,
- "BaseHP": {
- "Value": 369.6000000005588
- },
- "BaseHPAdd": {
- "Value": 7.920000000856817
- },
- "BaseAttack": {
- "Value": 184.80000000074506
- },
- "BaseAttackAdd": {
- "Value": 3.9600000008940697
- },
- "BaseDefence": {
- "Value": 126
- },
- "BaseDefenceAdd": {
- "Value": 2.700000000651926
- }
- },
- "5": {
- "EquipmentID": 23008,
- "Promotion": 5,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 200000
- },
- {
- "ItemID": 110173,
- "ItemNum": 10
- },
- {
- "ItemID": 113013,
- "ItemNum": 8
- }
- ],
- "WorldLevelRequire": 5,
- "MaxLevel": 70,
- "BaseHP": {
- "Value": 454.0800000000745
- },
- "BaseHPAdd": {
- "Value": 7.920000000856817
- },
- "BaseAttack": {
- "Value": 227.04000000003725
- },
- "BaseAttackAdd": {
- "Value": 3.9600000008940697
- },
- "BaseDefence": {
- "Value": 154.80000000074506
- },
- "BaseDefenceAdd": {
- "Value": 2.700000000651926
- }
- },
- "6": {
- "EquipmentID": 23008,
- "Promotion": 6,
- "PromotionCostList": [],
- "WorldLevelRequire": 5,
- "MaxLevel": 80,
- "BaseHP": {
- "Value": 538.5600000005215
- },
- "BaseHPAdd": {
- "Value": 7.920000000856817
- },
- "BaseAttack": {
- "Value": 269.28000000026077
- },
- "BaseAttackAdd": {
- "Value": 3.9600000008940697
- },
- "BaseDefence": {
- "Value": 183.6000000005588
- },
- "BaseDefenceAdd": {
- "Value": 2.700000000651926
- }
- }
- },
- "21002": {
- "0": {
- "EquipmentID": 21002,
- "Promotion": 0,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 4000
- },
- {
- "ItemID": 111001,
- "ItemNum": 5
- }
- ],
- "PlayerLevelRequire": 15,
- "MaxLevel": 20,
- "BaseHP": {
- "Value": 43.200000000186265
- },
- "BaseHPAdd": {
- "Value": 6.480000000447035
- },
- "BaseAttack": {
- "Value": 16.800000000745058
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 21
- },
- "BaseDefenceAdd": {
- "Value": 3.1500000001396984
- }
- },
- "1": {
- "EquipmentID": 21002,
- "Promotion": 1,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 8000
- },
- {
- "ItemID": 110141,
- "ItemNum": 3
- },
- {
- "ItemID": 111001,
- "ItemNum": 10
- }
- ],
- "WorldLevelRequire": 1,
- "MaxLevel": 30,
- "BaseHP": {
- "Value": 95.04000000003725
- },
- "BaseHPAdd": {
- "Value": 6.480000000447035
- },
- "BaseAttack": {
- "Value": 36.96000000089407
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 46.200000000186265
- },
- "BaseDefenceAdd": {
- "Value": 3.1500000001396984
- }
- },
- "2": {
- "EquipmentID": 21002,
- "Promotion": 2,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 16000
- },
- {
- "ItemID": 110142,
- "ItemNum": 3
- },
- {
- "ItemID": 111002,
- "ItemNum": 6
- }
- ],
- "WorldLevelRequire": 2,
- "MaxLevel": 40,
- "BaseHP": {
- "Value": 164.160000000149
- },
- "BaseHPAdd": {
- "Value": 6.480000000447035
- },
- "BaseAttack": {
- "Value": 63.84000000078231
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 79.80000000074506
- },
- "BaseDefenceAdd": {
- "Value": 3.1500000001396984
- }
- },
- "3": {
- "EquipmentID": 21002,
- "Promotion": 3,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 40000
- },
- {
- "ItemID": 110142,
- "ItemNum": 6
- },
- {
- "ItemID": 111002,
- "ItemNum": 9
- }
- ],
- "WorldLevelRequire": 3,
- "MaxLevel": 50,
- "BaseHP": {
- "Value": 233.28000000026077
- },
- "BaseHPAdd": {
- "Value": 6.480000000447035
- },
- "BaseAttack": {
- "Value": 90.72000000067055
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 113.40000000037253
- },
- "BaseDefenceAdd": {
- "Value": 3.1500000001396984
- }
- },
- "4": {
- "EquipmentID": 21002,
- "Promotion": 4,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 80000
- },
- {
- "ItemID": 110143,
- "ItemNum": 4
- },
- {
- "ItemID": 111003,
- "ItemNum": 5
- }
- ],
- "WorldLevelRequire": 4,
- "MaxLevel": 60,
- "BaseHP": {
- "Value": 302.40000000037253
- },
- "BaseHPAdd": {
- "Value": 6.480000000447035
- },
- "BaseAttack": {
- "Value": 117.6000000005588
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 147
- },
- "BaseDefenceAdd": {
- "Value": 3.1500000001396984
- }
- },
- "5": {
- "EquipmentID": 21002,
- "Promotion": 5,
- "PromotionCostList": [
- {
- "ItemID": 2,
- "ItemNum": 160000
- },
- {
- "ItemID": 110143,
- "ItemNum": 8
- },
- {
- "ItemID": 111003,
- "ItemNum": 7
- }
- ],
- "WorldLevelRequire": 5,
- "MaxLevel": 70,
- "BaseHP": {
- "Value": 371.5200000004843
- },
- "BaseHPAdd": {
- "Value": 6.480000000447035
- },
- "BaseAttack": {
- "Value": 144.48000000044703
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 180.6000000005588
- },
- "BaseDefenceAdd": {
- "Value": 3.1500000001396984
- }
- },
- "6": {
- "EquipmentID": 21002,
- "Promotion": 6,
- "PromotionCostList": [],
- "WorldLevelRequire": 5,
- "MaxLevel": 80,
- "BaseHP": {
- "Value": 440.64000000059605
- },
- "BaseHPAdd": {
- "Value": 6.480000000447035
- },
- "BaseAttack": {
- "Value": 171.36000000033528
- },
- "BaseAttackAdd": {
- "Value": 2.5200000004842877
- },
- "BaseDefence": {
- "Value": 214.20000000018626
- },
- "BaseDefenceAdd": {
- "Value": 3.1500000001396984
- }
- }
}
}
\ No newline at end of file
diff --git a/StarRailUID/utils/excel/light_cone_ranks.json b/StarRailUID/utils/excel/light_cone_ranks.json
index 7bdb52e..e7d410b 100644
--- a/StarRailUID/utils/excel/light_cone_ranks.json
+++ b/StarRailUID/utils/excel/light_cone_ranks.json
@@ -2776,6 +2776,80 @@
]
]
},
+ "23006": {
+ "id": "23006",
+ "skill": "蜘蛛的网",
+ "desc": "使装备者造成的伤害提高#2[i]%。装备者每次施放攻击后,速度提高#3[f1]%,最多叠加#4[i]层。\\n当装备者击中敌方目标时,如果该目标不处于【游丝】状态,则有100%的基础概率使其陷入【游丝】状态。当敌方目标处于【游丝】状态时,也会被视为陷入了触电状态。【游丝】状态下,敌方目标每回合开始时受到等同于装备者#1[i]%攻击力的雷属性持续伤害,持续#5[i]回合。",
+ "params": [
+ [
+ 0.6,
+ 0.24,
+ 0.048,
+ 3,
+ 1
+ ],
+ [
+ 0.7,
+ 0.28,
+ 0.056,
+ 3,
+ 1
+ ],
+ [
+ 0.8,
+ 0.32,
+ 0.064,
+ 3,
+ 1
+ ],
+ [
+ 0.9,
+ 0.36,
+ 0.072,
+ 3,
+ 1
+ ],
+ [
+ 1,
+ 0.4,
+ 0.08,
+ 3,
+ 1
+ ]
+ ],
+ "properties": [
+ [
+ {
+ "type": "AllDamageTypeAddedRatio",
+ "value": 0.24
+ }
+ ],
+ [
+ {
+ "type": "AllDamageTypeAddedRatio",
+ "value": 0.28
+ }
+ ],
+ [
+ {
+ "type": "AllDamageTypeAddedRatio",
+ "value": 0.32
+ }
+ ],
+ [
+ {
+ "type": "AllDamageTypeAddedRatio",
+ "value": 0.36
+ }
+ ],
+ [
+ {
+ "type": "AllDamageTypeAddedRatio",
+ "value": 0.4
+ }
+ ]
+ ]
+ },
"23007": {
"id": "23007",
"skill": "幻影现实",
@@ -2919,6 +2993,90 @@
]
]
},
+ "23009": {
+ "id": "23009",
+ "skill": "不得",
+ "desc": "使装备者的暴击率提高#1[i]%,生命上限提高#2[i]%。当装备者受到攻击或装备者消耗自身生命值后,造成的伤害提高#3[i]%,该效果在装备者施放攻击后解除。",
+ "params": [
+ [
+ 0.18,
+ 0.18,
+ 0.24
+ ],
+ [
+ 0.21,
+ 0.21,
+ 0.28
+ ],
+ [
+ 0.24,
+ 0.24,
+ 0.32
+ ],
+ [
+ 0.27,
+ 0.27,
+ 0.36
+ ],
+ [
+ 0.3,
+ 0.3,
+ 0.4
+ ]
+ ],
+ "properties": [
+ [
+ {
+ "type": "CriticalChanceBase",
+ "value": 0.18
+ },
+ {
+ "type": "HPAddedRatio",
+ "value": 0.18
+ }
+ ],
+ [
+ {
+ "type": "CriticalChanceBase",
+ "value": 0.21
+ },
+ {
+ "type": "HPAddedRatio",
+ "value": 0.21
+ }
+ ],
+ [
+ {
+ "type": "CriticalChanceBase",
+ "value": 0.24
+ },
+ {
+ "type": "HPAddedRatio",
+ "value": 0.24
+ }
+ ],
+ [
+ {
+ "type": "CriticalChanceBase",
+ "value": 0.27
+ },
+ {
+ "type": "HPAddedRatio",
+ "value": 0.27
+ }
+ ],
+ [
+ {
+ "type": "CriticalChanceBase",
+ "value": 0.3
+ },
+ {
+ "type": "HPAddedRatio",
+ "value": 0.3
+ }
+ ]
+ ]
+ },
"23010": {
"id": "23010",
"skill": "长夜",
diff --git a/StarRailUID/utils/map/data/EquipmentID2AbilityProperty_mapping_1.1.0.json b/StarRailUID/utils/map/data/EquipmentID2AbilityProperty_mapping_1.1.0.json
deleted file mode 100644
index a13edfe..0000000
--- a/StarRailUID/utils/map/data/EquipmentID2AbilityProperty_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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": []}, "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": []}, "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}}]}, "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}}]}, "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}}]}, "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": []}, "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}}]}, "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}}]}, "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}}]}}
diff --git a/StarRailUID/utils/map/data/EquipmentID2AbilityProperty_mapping_1.2.0.json b/StarRailUID/utils/map/data/EquipmentID2AbilityProperty_mapping_1.2.0.json
new file mode 100644
index 0000000..c729ec9
--- /dev/null
+++ b/StarRailUID/utils/map/data/EquipmentID2AbilityProperty_mapping_1.2.0.json
@@ -0,0 +1,1758 @@
+{
+ "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
+ }
+ }
+ ]
+ },
+ "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
+ }
+ }
+ ]
+ },
+ "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
+ }
+ }
+ ]
+ },
+ "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": []
+ },
+ "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
+ }
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/EquipmentID2EnName_mapping_1.1.0.json b/StarRailUID/utils/map/data/EquipmentID2EnName_mapping_1.1.0.json
deleted file mode 100644
index eb6f4d3..0000000
--- a/StarRailUID/utils/map/data/EquipmentID2EnName_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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", "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", "21031": "ReturntoDarkness", "21032": "CarvetheMoon,WeavetheClouds", "21033": "NowheretoRun", "21034": "TodayIsAnotherPeacefulDay", "22000": "BeforetheTutorialMissionStarts", "23000": "NightontheMilkyWay", "23001": "IntheNight", "23002": "SomethingIrreplaceable", "23003": "ButtheBattleIsn'tOver", "23004": "IntheNameoftheWorld", "23005": "MomentofVictory", "23010": "BeforeDawn", "23012": "SleepLiketheDead", "23013": "TimeWaitsforNoOne", "24000": "OntheFallofanAeon", "24001": "CruisingintheStellarSea", "24002": "TextureofMemories", "21025": "PastandFuture", "21030": "ThisIsMe!", "23007": "IncessantRain", "23008": "EchoesoftheCoffin", "21002": "DayOneofMyNewLife"}
diff --git a/StarRailUID/utils/map/data/EquipmentID2EnName_mapping_1.2.0.json b/StarRailUID/utils/map/data/EquipmentID2EnName_mapping_1.2.0.json
new file mode 100644
index 0000000..2fd5a98
--- /dev/null
+++ b/StarRailUID/utils/map/data/EquipmentID2EnName_mapping_1.2.0.json
@@ -0,0 +1,75 @@
+{
+ "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",
+ "23007": "IncessantRain",
+ "23008": "EchoesoftheCoffin",
+ "23009": "TheUnreachableSide",
+ "23010": "BeforeDawn",
+ "23012": "SleepLiketheDead",
+ "23013": "TimeWaitsforNoOne",
+ "24000": "OntheFallofanAeon",
+ "24001": "CruisingintheStellarSea",
+ "24002": "TextureofMemories",
+ "21025": "PastandFuture",
+ "23006": "PatienceIsAllYouNeed"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/EquipmentID2Name_mapping_1.1.0.json b/StarRailUID/utils/map/data/EquipmentID2Name_mapping_1.1.0.json
deleted file mode 100644
index 83571fe..0000000
--- a/StarRailUID/utils/map/data/EquipmentID2Name_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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": "晚安与睡颜", "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": "后会有期", "21031": "重返幽冥", "21032": "镂月裁云之意", "21033": "无处可逃", "21034": "今日亦是和平的一日", "22000": "新手任务开始前", "23000": "银河铁道之夜", "23001": "于夜色中", "23002": "无可取代的东西", "23003": "但战斗还未结束", "23004": "以世界之名", "23005": "制胜的瞬间", "23010": "拂晓之前", "23012": "如泥酣眠", "23013": "时节不居", "24000": "记一位星神的陨落", "24001": "星海巡航", "24002": "记忆的质料", "21025": "过往未来", "21030": "这就是我啦!", "23007": "雨一直下", "23008": "棺的回响", "21002": "余生的第一天"}
diff --git a/StarRailUID/utils/map/data/EquipmentID2Name_mapping_1.2.0.json b/StarRailUID/utils/map/data/EquipmentID2Name_mapping_1.2.0.json
new file mode 100644
index 0000000..2c5ede3
--- /dev/null
+++ b/StarRailUID/utils/map/data/EquipmentID2Name_mapping_1.2.0.json
@@ -0,0 +1,75 @@
+{
+ "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": "制胜的瞬间",
+ "23007": "雨一直下",
+ "23008": "棺的回响",
+ "23009": "到不了的彼岸",
+ "23010": "拂晓之前",
+ "23012": "如泥酣眠",
+ "23013": "时节不居",
+ "24000": "记一位星神的陨落",
+ "24001": "星海巡航",
+ "24002": "记忆的质料",
+ "21025": "过往未来",
+ "23006": "只需等待"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/EquipmentID2Rarity_mapping_1.1.0.json b/StarRailUID/utils/map/data/EquipmentID2Rarity_mapping_1.1.0.json
deleted file mode 100644
index 17096b8..0000000
--- a/StarRailUID/utils/map/data/EquipmentID2Rarity_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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, "23007": 5, "23008": 5, "23010": 5, "23012": 5, "23013": 5, "24000": 5, "24001": 5, "24002": 5}
diff --git a/StarRailUID/utils/map/data/EquipmentID2Rarity_mapping_1.2.0.json b/StarRailUID/utils/map/data/EquipmentID2Rarity_mapping_1.2.0.json
new file mode 100644
index 0000000..09fa30d
--- /dev/null
+++ b/StarRailUID/utils/map/data/EquipmentID2Rarity_mapping_1.2.0.json
@@ -0,0 +1,70 @@
+{
+ "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,
+ "23000": 5,
+ "23001": 5,
+ "23002": 5,
+ "23003": 5,
+ "23004": 5,
+ "23005": 5,
+ "23010": 5,
+ "23012": 5,
+ "23013": 5,
+ "24000": 5,
+ "24001": 5,
+ "24002": 5
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/ItemId2Name_mapping_1.1.0.json b/StarRailUID/utils/map/data/ItemId2Name_mapping_1.1.0.json
deleted file mode 100644
index ac1e70e..0000000
--- a/StarRailUID/utils/map/data/ItemId2Name_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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": "翁瓦克的环岛海岸", "55001": "过客的残绣风衣", "55002": "过客的冥途游履", "55003": "快枪手的猎风披肩", "55004": "圣骑的肃穆胸甲", "55005": "圣骑的秩序铁靴", "55006": "拳王的贴身护胸"}
diff --git a/StarRailUID/utils/map/data/ItemId2Name_mapping_1.2.0.json b/StarRailUID/utils/map/data/ItemId2Name_mapping_1.2.0.json
new file mode 100644
index 0000000..855f9d7
--- /dev/null
+++ b/StarRailUID/utils/map/data/ItemId2Name_mapping_1.2.0.json
@@ -0,0 +1,312 @@
+{
+ "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": "伊须磨洲的坼裂缆索",
+ "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": "信使的酷跑板鞋"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/Property2Name.json b/StarRailUID/utils/map/data/Property2Name.json
index ffc1434..92f0208 100644
--- a/StarRailUID/utils/map/data/Property2Name.json
+++ b/StarRailUID/utils/map/data/Property2Name.json
@@ -1 +1,55 @@
-{"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": "速度"}
+{
+ "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/StarRailUID/utils/map/data/RelicId2MainAffixGroup_mapping_1.1.0.json b/StarRailUID/utils/map/data/RelicId2MainAffixGroup_mapping_1.1.0.json
deleted file mode 100644
index d97881b..0000000
--- a/StarRailUID/utils/map/data/RelicId2MainAffixGroup_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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, "55001": 436, "55002": 441, "55003": 434, "55004": 433, "55005": 443, "55006": 434}
diff --git a/StarRailUID/utils/map/data/RelicId2MainAffixGroup_mapping_1.2.0.json b/StarRailUID/utils/map/data/RelicId2MainAffixGroup_mapping_1.2.0.json
new file mode 100644
index 0000000..2955262
--- /dev/null
+++ b/StarRailUID/utils/map/data/RelicId2MainAffixGroup_mapping_1.2.0.json
@@ -0,0 +1,312 @@
+{
+ "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,
+ "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
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/RelicId2Rarity_mapping_1.1.0.json b/StarRailUID/utils/map/data/RelicId2Rarity_mapping_1.1.0.json
deleted file mode 100644
index 8088bcf..0000000
--- a/StarRailUID/utils/map/data/RelicId2Rarity_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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, "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, "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, "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, "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, "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, "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, "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}
diff --git a/StarRailUID/utils/map/data/RelicId2Rarity_mapping_1.2.0.json b/StarRailUID/utils/map/data/RelicId2Rarity_mapping_1.2.0.json
new file mode 100644
index 0000000..3d636cc
--- /dev/null
+++ b/StarRailUID/utils/map/data/RelicId2Rarity_mapping_1.2.0.json
@@ -0,0 +1,312 @@
+{
+ "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,
+ "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,
+ "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,
+ "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,
+ "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,
+ "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,
+ "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,
+ "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
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/RelicId2SetId_mapping_1.1.0.json b/StarRailUID/utils/map/data/RelicId2SetId_mapping_1.1.0.json
deleted file mode 100644
index 75d4b76..0000000
--- a/StarRailUID/utils/map/data/RelicId2SetId_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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, "55001": 101, "55002": 101, "55003": 102, "55004": 103, "55005": 103, "55006": 105}
diff --git a/StarRailUID/utils/map/data/RelicId2SetId_mapping_1.2.0.json b/StarRailUID/utils/map/data/RelicId2SetId_mapping_1.2.0.json
new file mode 100644
index 0000000..9e4cebf
--- /dev/null
+++ b/StarRailUID/utils/map/data/RelicId2SetId_mapping_1.2.0.json
@@ -0,0 +1,312 @@
+{
+ "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,
+ "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
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/RelicSetSkill_mapping_1.1.0.json b/StarRailUID/utils/map/data/RelicSetSkill_mapping_1.1.0.json
deleted file mode 100644
index 813c3fa..0000000
--- a/StarRailUID/utils/map/data/RelicSetSkill_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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}}}
diff --git a/StarRailUID/utils/map/data/RelicSetSkill_mapping_1.2.0.json b/StarRailUID/utils/map/data/RelicSetSkill_mapping_1.2.0.json
new file mode 100644
index 0000000..15e2faa
--- /dev/null
+++ b/StarRailUID/utils/map/data/RelicSetSkill_mapping_1.2.0.json
@@ -0,0 +1,163 @@
+{
+ "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
+ }
+ },
+ "113": {
+ "2": {
+ "Property": "HPAddedRatio",
+ "Value": 0.12000000011175871
+ },
+ "4": {}
+ },
+ "114": {
+ "2": {
+ "Property": "SpeedAddedRatio",
+ "Value": 0.060000000055879354
+ },
+ "4": {}
+ }
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/SetId2Name_mapping_1.1.0.json b/StarRailUID/utils/map/data/SetId2Name_mapping_1.1.0.json
deleted file mode 100644
index 88b1f85..0000000
--- a/StarRailUID/utils/map/data/SetId2Name_mapping_1.1.0.json
+++ /dev/null
@@ -1 +0,0 @@
-{"101": "云无留迹的过客", "102": "野穗伴行的快枪手", "103": "净庭教宗的圣骑士", "104": "密林卧雪的猎人", "105": "街头出身的拳王", "106": "戍卫风雪的铁卫", "107": "熔岩锻铸的火匠", "108": "繁星璀璨的天才", "109": "激奏雷电的乐队", "110": "晨昏交界的翔鹰", "111": "流星追迹的怪盗", "112": "盗匪荒漠的废土客", "301": "太空封印站", "302": "不老者的仙舟", "303": "泛银河商业公司", "304": "筑城者的贝洛伯格", "305": "星体差分机", "306": "停转的萨尔索图", "307": "盗贼公国塔利亚", "308": "生命的翁瓦克"}
diff --git a/StarRailUID/utils/map/data/SetId2Name_mapping_1.2.0.json b/StarRailUID/utils/map/data/SetId2Name_mapping_1.2.0.json
new file mode 100644
index 0000000..4af8f80
--- /dev/null
+++ b/StarRailUID/utils/map/data/SetId2Name_mapping_1.2.0.json
@@ -0,0 +1,26 @@
+{
+ "101": "云无留迹的过客",
+ "102": "野穗伴行的快枪手",
+ "103": "净庭教宗的圣骑士",
+ "104": "密林卧雪的猎人",
+ "105": "街头出身的拳王",
+ "106": "戍卫风雪的铁卫",
+ "107": "熔岩锻铸的火匠",
+ "108": "繁星璀璨的天才",
+ "109": "激奏雷电的乐队",
+ "110": "晨昏交界的翔鹰",
+ "111": "流星追迹的怪盗",
+ "112": "盗匪荒漠的废土客",
+ "113": "宝命长存的莳者",
+ "114": "骇域漫游的信使",
+ "301": "太空封印站",
+ "302": "不老者的仙舟",
+ "303": "泛银河商业公司",
+ "304": "筑城者的贝洛伯格",
+ "305": "星体差分机",
+ "306": "停转的萨尔索图",
+ "307": "盗贼公国塔利亚",
+ "308": "生命的翁瓦克",
+ "309": "繁星竞技场",
+ "310": "折断的龙骨"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/avatarId2DamageType_mapping_1.1.0.json b/StarRailUID/utils/map/data/avatarId2DamageType_mapping_1.1.0.json
deleted file mode 100644
index 1ea142c..0000000
--- a/StarRailUID/utils/map/data/avatarId2DamageType_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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", "1201": "Quantum", "1202": "Thunder", "1203": "Imaginary", "1204": "Thunder", "1206": "Physical", "1207": "Imaginary", "1209": "Ice", "1211": "Thunder", "8001": "Physical", "8002": "Physical", "8003": "Fire", "8004": "Fire"}
diff --git a/StarRailUID/utils/map/data/avatarId2DamageType_mapping_1.2.0.json b/StarRailUID/utils/map/data/avatarId2DamageType_mapping_1.2.0.json
new file mode 100644
index 0000000..d9bf63c
--- /dev/null
+++ b/StarRailUID/utils/map/data/avatarId2DamageType_mapping_1.2.0.json
@@ -0,0 +1,35 @@
+{
+ "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",
+ "1111": "Physical",
+ "1201": "Quantum",
+ "1202": "Thunder",
+ "1203": "Imaginary",
+ "1204": "Thunder",
+ "1205": "Wind",
+ "1206": "Physical",
+ "1207": "Imaginary",
+ "1209": "Ice",
+ "1211": "Thunder",
+ "8001": "Physical",
+ "8002": "Physical",
+ "8003": "Fire",
+ "8004": "Fire",
+ "1213": "Imaginary"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/avatarId2EnName_mapping_1.1.0.json b/StarRailUID/utils/map/data/avatarId2EnName_mapping_1.1.0.json
deleted file mode 100644
index b83b0f3..0000000
--- a/StarRailUID/utils/map/data/avatarId2EnName_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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", "1201": "Qingque", "1202": "Tingyun", "1203": "Luocha", "1204": "JingYuan", "1206": "Sushang", "1207": "Yukong", "1209": "Yanqing", "1211": "Bailu", "8001": "{NICKNAME}", "8002": "{NICKNAME}", "8003": "{NICKNAME}", "8004": "{NICKNAME}"}
diff --git a/StarRailUID/utils/map/data/avatarId2EnName_mapping_1.2.0.json b/StarRailUID/utils/map/data/avatarId2EnName_mapping_1.2.0.json
new file mode 100644
index 0000000..8404af2
--- /dev/null
+++ b/StarRailUID/utils/map/data/avatarId2EnName_mapping_1.2.0.json
@@ -0,0 +1,35 @@
+{
+ "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",
+ "1111": "Luka",
+ "1201": "Qingque",
+ "1202": "Tingyun",
+ "1203": "Luocha",
+ "1204": "JingYuan",
+ "1205": "Blade",
+ "1206": "Sushang",
+ "1207": "Yukong",
+ "1209": "Yanqing",
+ "1211": "Bailu",
+ "8001": "{NICKNAME}",
+ "8002": "{NICKNAME}",
+ "8003": "{NICKNAME}",
+ "8004": "{NICKNAME}",
+ "1213": "DanHeng • ImbibitorLunae"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/avatarId2Name_mapping_1.1.0.json b/StarRailUID/utils/map/data/avatarId2Name_mapping_1.1.0.json
deleted file mode 100644
index ba92c7d..0000000
--- a/StarRailUID/utils/map/data/avatarId2Name_mapping_1.1.0.json
+++ /dev/null
@@ -1 +0,0 @@
-{"1001": "三月七", "1002": "丹恒", "1003": "姬子", "1004": "瓦尔特", "1005": "卡芙卡", "1006": "银狼", "1008": "阿兰", "1009": "艾丝妲", "1013": "黑塔", "1101": "布洛妮娅", "1102": "希儿", "1103": "希露瓦", "1104": "杰帕德", "1105": "娜塔莎", "1106": "佩拉", "1107": "克拉拉", "1108": "桑博", "1109": "虎克", "1201": "青雀", "1202": "停云", "1203": "罗刹", "1204": "景元", "1206": "素裳", "1207": "驭空", "1209": "彦卿", "1211": "白露", "8001": "开拓者", "8002": "开拓者", "8003": "开拓者", "8004": "开拓者"}
diff --git a/StarRailUID/utils/map/data/avatarId2Name_mapping_1.2.0.json b/StarRailUID/utils/map/data/avatarId2Name_mapping_1.2.0.json
new file mode 100644
index 0000000..e31338e
--- /dev/null
+++ b/StarRailUID/utils/map/data/avatarId2Name_mapping_1.2.0.json
@@ -0,0 +1,35 @@
+{
+ "1001": "三月七",
+ "1002": "丹恒",
+ "1003": "姬子",
+ "1004": "瓦尔特",
+ "1005": "卡芙卡",
+ "1006": "银狼",
+ "1008": "阿兰",
+ "1009": "艾丝妲",
+ "1013": "黑塔",
+ "1101": "布洛妮娅",
+ "1102": "希儿",
+ "1103": "希露瓦",
+ "1104": "杰帕德",
+ "1105": "娜塔莎",
+ "1106": "佩拉",
+ "1107": "克拉拉",
+ "1108": "桑博",
+ "1109": "虎克",
+ "1111": "卢卡",
+ "1201": "青雀",
+ "1202": "停云",
+ "1203": "罗刹",
+ "1204": "景元",
+ "1205": "刃",
+ "1206": "素裳",
+ "1207": "驭空",
+ "1209": "彦卿",
+ "1211": "白露",
+ "8001": "开拓者",
+ "8002": "开拓者",
+ "8003": "开拓者",
+ "8004": "开拓者",
+ "1213": "丹恒•饮月"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/avatarId2Rarity_mapping_1.1.0.json b/StarRailUID/utils/map/data/avatarId2Rarity_mapping_1.1.0.json
deleted file mode 100644
index 0e1f319..0000000
--- a/StarRailUID/utils/map/data/avatarId2Rarity_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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", "1201": "4", "1202": "4", "1203": "5", "1204": "5", "1206": "4", "1207": "4", "1209": "5", "1211": "5", "8001": "5", "8002": "5", "8003": "5", "8004": "5"}
diff --git a/StarRailUID/utils/map/data/avatarId2Rarity_mapping_1.2.0.json b/StarRailUID/utils/map/data/avatarId2Rarity_mapping_1.2.0.json
new file mode 100644
index 0000000..f120a88
--- /dev/null
+++ b/StarRailUID/utils/map/data/avatarId2Rarity_mapping_1.2.0.json
@@ -0,0 +1,35 @@
+{
+ "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",
+ "1111": "4",
+ "1201": "4",
+ "1202": "4",
+ "1203": "5",
+ "1204": "5",
+ "1205": "5",
+ "1206": "4",
+ "1207": "4",
+ "1209": "5",
+ "1211": "5",
+ "1213": "5",
+ "8001": "5",
+ "8002": "5",
+ "8003": "5",
+ "8004": "5"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/avatarId2Star_mapping_1.1.0.json b/StarRailUID/utils/map/data/avatarId2Star_mapping_1.1.0.json
deleted file mode 100644
index 0e1f319..0000000
--- a/StarRailUID/utils/map/data/avatarId2Star_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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", "1201": "4", "1202": "4", "1203": "5", "1204": "5", "1206": "4", "1207": "4", "1209": "5", "1211": "5", "8001": "5", "8002": "5", "8003": "5", "8004": "5"}
diff --git a/StarRailUID/utils/map/data/avatarId2Star_mapping_1.2.0.json b/StarRailUID/utils/map/data/avatarId2Star_mapping_1.2.0.json
new file mode 100644
index 0000000..2813f0b
--- /dev/null
+++ b/StarRailUID/utils/map/data/avatarId2Star_mapping_1.2.0.json
@@ -0,0 +1,35 @@
+{
+ "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",
+ "1111": "4",
+ "1201": "4",
+ "1202": "4",
+ "1203": "5",
+ "1204": "5",
+ "1205": "5",
+ "1206": "4",
+ "1207": "4",
+ "1209": "5",
+ "1211": "5",
+ "1213": "5",
+ "8001": "5",
+ "8002": "5",
+ "8003": "5",
+ "8004": "5"
+}
diff --git a/StarRailUID/utils/map/data/characterSkillTree_mapping_1.1.0.json b/StarRailUID/utils/map/data/characterSkillTree_mapping_1.1.0.json
deleted file mode 100644
index 9cc7fb9..0000000
--- a/StarRailUID/utils/map/data/characterSkillTree_mapping_1.1.0.json
+++ /dev/null
@@ -1 +0,0 @@
-{"1001": {"1001001": {"id": "1001001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "100101", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 3}]}]}, "1001002": {"id": "1001002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "100102", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110142", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110143", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110143", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1001003": {"id": "1001003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "100103", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110142", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110143", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110143", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1001004": {"id": "1001004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "100104", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110142", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110143", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110143", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1001007": {"id": "1001007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "100107", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1001101": {"id": "1001101", "max_level": 1, "anchor": "Point06", "pre_points": ["1001201"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "110501", "num": 1}]}]}, "1001102": {"id": "1001102", "max_level": 1, "anchor": "Point07", "pre_points": ["1001201"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1001103": {"id": "1001103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1001201": {"id": "1001201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "IceAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}]}, "1001202": {"id": "1001202", "max_level": 1, "anchor": "Point10", "pre_points": ["1001101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}]}, "1001203": {"id": "1001203", "max_level": 1, "anchor": "Point11", "pre_points": ["1001202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "IceAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}]}, "1001204": {"id": "1001204", "max_level": 1, "anchor": "Point12", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "StatusResistanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}]}, "1001205": {"id": "1001205", "max_level": 1, "anchor": "Point13", "pre_points": ["1001102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "IceAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}]}, "1001206": {"id": "1001206", "max_level": 1, "anchor": "Point14", "pre_points": ["1001205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "StatusResistanceBase", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}]}, "1001207": {"id": "1001207", "max_level": 1, "anchor": "Point15", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}]}, "1001208": {"id": "1001208", "max_level": 1, "anchor": "Point16", "pre_points": ["1001103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "IceAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 6}]}]}, "1001209": {"id": "1001209", "max_level": 1, "anchor": "Point17", "pre_points": ["1001208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "IceAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 6}]}]}, "1001210": {"id": "1001210", "max_level": 1, "anchor": "Point18", "pre_points": ["1001208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "DefenceAddedRatio", "value": 0.1}], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 6}]}]}}, "1002": {"1002001": {"id": "1002001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "100201", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "111003", "num": 3}]}]}, "1002002": {"id": "1002002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "100202", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110122", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110123", "num": 4}, {"id": "110501", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110123", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1002003": {"id": "1002003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "100203", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110122", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110123", "num": 4}, {"id": "110501", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110123", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1002004": {"id": "1002004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "100204", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110122", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110123", "num": 4}, {"id": "110501", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110123", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1002007": {"id": "1002007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "100207", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1002101": {"id": "1002101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "110501", "num": 1}]}]}, "1002102": {"id": "1002102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1002103": {"id": "1002103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1002201": {"id": "1002201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "WindAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}]}, "1002202": {"id": "1002202", "max_level": 1, "anchor": "Point10", "pre_points": ["1002101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "111001", "num": 4}]}]}, "1002203": {"id": "1002203", "max_level": 1, "anchor": "Point11", "pre_points": ["1002202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "WindAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "111002", "num": 2}]}]}, "1002204": {"id": "1002204", "max_level": 1, "anchor": "Point12", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "111002", "num": 2}]}]}, "1002205": {"id": "1002205", "max_level": 1, "anchor": "Point13", "pre_points": ["1002102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "WindAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "111002", "num": 3}]}]}, "1002206": {"id": "1002206", "max_level": 1, "anchor": "Point14", "pre_points": ["1002205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "111003", "num": 2}]}]}, "1002207": {"id": "1002207", "max_level": 1, "anchor": "Point15", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "WindAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "111003", "num": 2}]}]}, "1002208": {"id": "1002208", "max_level": 1, "anchor": "Point16", "pre_points": ["1002103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "111003", "num": 6}]}]}, "1002209": {"id": "1002209", "max_level": 1, "anchor": "Point17", "pre_points": ["1002208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "111003", "num": 6}]}]}, "1002210": {"id": "1002210", "max_level": 1, "anchor": "Point18", "pre_points": ["1002208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "WindAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "111003", "num": 6}]}]}}, "1003": {"1003001": {"id": "1003001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "100301", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "111001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "111002", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "111003", "num": 4}]}]}, "1003002": {"id": "1003002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "100302", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "111001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "111002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110132", "num": 7}, {"id": "111002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "111003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110133", "num": 5}, {"id": "110501", "num": 1}, {"id": "111003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110133", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1003003": {"id": "1003003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "100303", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "111001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "111002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110132", "num": 7}, {"id": "111002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "111003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110133", "num": 5}, {"id": "110501", "num": 1}, {"id": "111003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110133", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1003004": {"id": "1003004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "100304", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "111001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "111002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110132", "num": 7}, {"id": "111002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "111003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110133", "num": 5}, {"id": "110501", "num": 1}, {"id": "111003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110133", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1003007": {"id": "1003007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "100307", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1003101": {"id": "1003101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "110501", "num": 1}]}]}, "1003102": {"id": "1003102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1003103": {"id": "1003103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1003201": {"id": "1003201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "FireAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 2500}, {"id": "111001", "num": 2}]}]}, "1003202": {"id": "1003202", "max_level": 1, "anchor": "Point10", "pre_points": ["1003101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "111001", "num": 6}]}]}, "1003203": {"id": "1003203", "max_level": 1, "anchor": "Point11", "pre_points": ["1003202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "FireAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "111002", "num": 3}]}]}, "1003204": {"id": "1003204", "max_level": 1, "anchor": "Point12", "pre_points": ["1003202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "StatusResistanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "111002", "num": 3}]}]}, "1003205": {"id": "1003205", "max_level": 1, "anchor": "Point13", "pre_points": ["1003102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "FireAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "111002", "num": 4}]}]}, "1003206": {"id": "1003206", "max_level": 1, "anchor": "Point14", "pre_points": ["1003205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "111003", "num": 3}]}]}, "1003207": {"id": "1003207", "max_level": 1, "anchor": "Point15", "pre_points": ["1003205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "FireAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "111003", "num": 3}]}]}, "1003208": {"id": "1003208", "max_level": 1, "anchor": "Point16", "pre_points": ["1003103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "StatusResistanceBase", "value": 0.06}], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "111003", "num": 8}]}]}, "1003209": {"id": "1003209", "max_level": 1, "anchor": "Point17", "pre_points": ["1003103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "111003", "num": 8}]}]}, "1003210": {"id": "1003210", "max_level": 1, "anchor": "Point18", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "FireAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "111003", "num": 8}]}]}}, "1004": {"1004001": {"id": "1004001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "100401", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "112003", "num": 4}]}]}, "1004002": {"id": "1004002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "100402", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110152", "num": 7}, {"id": "112002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110153", "num": 5}, {"id": "110501", "num": 1}, {"id": "112003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110153", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1004003": {"id": "1004003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "100403", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110152", "num": 7}, {"id": "112002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110153", "num": 5}, {"id": "110501", "num": 1}, {"id": "112003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110153", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1004004": {"id": "1004004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "100404", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110152", "num": 7}, {"id": "112002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110153", "num": 5}, {"id": "110501", "num": 1}, {"id": "112003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110153", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1004007": {"id": "1004007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "100407", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1004101": {"id": "1004101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "110501", "num": 1}]}]}, "1004102": {"id": "1004102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1004103": {"id": "1004103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1004201": {"id": "1004201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 2}]}]}, "1004202": {"id": "1004202", "max_level": 1, "anchor": "Point10", "pre_points": ["1004101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "ImaginaryAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "112001", "num": 6}]}]}, "1004203": {"id": "1004203", "max_level": 1, "anchor": "Point11", "pre_points": ["1004202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112002", "num": 3}]}]}, "1004204": {"id": "1004204", "max_level": 1, "anchor": "Point12", "pre_points": ["1004203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "StatusResistanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112002", "num": 3}]}]}, "1004205": {"id": "1004205", "max_level": 1, "anchor": "Point13", "pre_points": ["1004102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "112002", "num": 4}]}]}, "1004206": {"id": "1004206", "max_level": 1, "anchor": "Point14", "pre_points": ["1004205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "ImaginaryAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112003", "num": 3}]}]}, "1004207": {"id": "1004207", "max_level": 1, "anchor": "Point15", "pre_points": ["1004206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112003", "num": 3}]}]}, "1004208": {"id": "1004208", "max_level": 1, "anchor": "Point16", "pre_points": ["1004103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "StatusResistanceBase", "value": 0.06}], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "112003", "num": 8}]}]}, "1004209": {"id": "1004209", "max_level": 1, "anchor": "Point17", "pre_points": ["1004103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "ImaginaryAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "112003", "num": 8}]}]}, "1004210": {"id": "1004210", "max_level": 1, "anchor": "Point18", "pre_points": ["1004201"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "112003", "num": 8}]}]}}, "1005": {"1005001": {"id": "1005001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "100501", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "111013", "num": 4}]}]}, "1005002": {"id": "1005002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "100502", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110152", "num": 7}, {"id": "111012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110153", "num": 5}, {"id": "110503", "num": 1}, {"id": "111013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110503", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110153", "num": 14}, {"id": "241", "num": 1}, {"id": "110503", "num": 1}]}]}, "1005003": {"id": "1005003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "100503", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110152", "num": 7}, {"id": "111012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110153", "num": 5}, {"id": "110503", "num": 1}, {"id": "111013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110503", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110153", "num": 14}, {"id": "241", "num": 1}, {"id": "110503", "num": 1}]}]}, "1005004": {"id": "1005004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "100504", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110152", "num": 7}, {"id": "111012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110153", "num": 5}, {"id": "110503", "num": 1}, {"id": "111013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110503", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110153", "num": 14}, {"id": "241", "num": 1}, {"id": "110503", "num": 1}]}]}, "1005007": {"id": "1005007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "100507", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1005101": {"id": "1005101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "110503", "num": 1}]}]}, "1005102": {"id": "1005102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "241", "num": 1}, {"id": "110503", "num": 1}]}]}, "1005103": {"id": "1005103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110503", "num": 1}]}]}, "1005201": {"id": "1005201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 2}]}]}, "1005202": {"id": "1005202", "max_level": 1, "anchor": "Point10", "pre_points": ["1005101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "BreakDamageAddedRatioBase", "value": 0.053}], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "111011", "num": 6}]}]}, "1005203": {"id": "1005203", "max_level": 1, "anchor": "Point11", "pre_points": ["1005202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "111012", "num": 3}]}]}, "1005204": {"id": "1005204", "max_level": 1, "anchor": "Point12", "pre_points": ["1005203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "111012", "num": 3}]}]}, "1005205": {"id": "1005205", "max_level": 1, "anchor": "Point13", "pre_points": ["1005102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "111012", "num": 4}]}]}, "1005206": {"id": "1005206", "max_level": 1, "anchor": "Point14", "pre_points": ["1005205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "BreakDamageAddedRatioBase", "value": 0.08}], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "111013", "num": 3}]}]}, "1005207": {"id": "1005207", "max_level": 1, "anchor": "Point15", "pre_points": ["1005206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "111013", "num": 3}]}]}, "1005208": {"id": "1005208", "max_level": 1, "anchor": "Point16", "pre_points": ["1005103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "111013", "num": 8}]}]}, "1005209": {"id": "1005209", "max_level": 1, "anchor": "Point17", "pre_points": ["1005103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "BreakDamageAddedRatioBase", "value": 0.107}], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "111013", "num": 8}]}]}, "1005210": {"id": "1005210", "max_level": 1, "anchor": "Point18", "pre_points": ["1005201"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "111013", "num": 8}]}]}}, "1006": {"1006001": {"id": "1006001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "100601", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "112011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "112012", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "112013", "num": 4}]}]}, "1006002": {"id": "1006002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "100602", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "112011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "112012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110152", "num": 7}, {"id": "112012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110153", "num": 5}, {"id": "110501", "num": 1}, {"id": "112013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110153", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1006003": {"id": "1006003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "100603", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "112011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "112012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110152", "num": 7}, {"id": "112012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110153", "num": 5}, {"id": "110501", "num": 1}, {"id": "112013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110153", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1006004": {"id": "1006004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "100604", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "112011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "112012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110152", "num": 7}, {"id": "112012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110153", "num": 5}, {"id": "110501", "num": 1}, {"id": "112013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110153", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1006007": {"id": "1006007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "100607", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1006101": {"id": "1006101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "110501", "num": 1}]}]}, "1006102": {"id": "1006102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1006103": {"id": "1006103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1006201": {"id": "1006201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2500}, {"id": "112011", "num": 2}]}]}, "1006202": {"id": "1006202", "max_level": 1, "anchor": "Point10", "pre_points": ["1006101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "StatusProbabilityBase", "value": 0.04}], "materials": [{"id": "2", "num": 5000}, {"id": "110151", "num": 3}, {"id": "112011", "num": 6}]}]}, "1006203": {"id": "1006203", "max_level": 1, "anchor": "Point11", "pre_points": ["1006202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112012", "num": 3}]}]}, "1006204": {"id": "1006204", "max_level": 1, "anchor": "Point12", "pre_points": ["1006203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "QuantumAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 10000}, {"id": "110152", "num": 3}, {"id": "112012", "num": 3}]}]}, "1006205": {"id": "1006205", "max_level": 1, "anchor": "Point13", "pre_points": ["1006102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 20000}, {"id": "110152", "num": 5}, {"id": "112012", "num": 4}]}]}, "1006206": {"id": "1006206", "max_level": 1, "anchor": "Point14", "pre_points": ["1006205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "StatusProbabilityBase", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112013", "num": 3}]}]}, "1006207": {"id": "1006207", "max_level": 1, "anchor": "Point15", "pre_points": ["1006206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110153", "num": 3}, {"id": "112013", "num": 3}]}]}, "1006208": {"id": "1006208", "max_level": 1, "anchor": "Point16", "pre_points": ["1006103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "QuantumAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "112013", "num": 8}]}]}, "1006209": {"id": "1006209", "max_level": 1, "anchor": "Point17", "pre_points": ["1006103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "StatusProbabilityBase", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "112013", "num": 8}]}]}, "1006210": {"id": "1006210", "max_level": 1, "anchor": "Point18", "pre_points": ["1006201"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110153", "num": 8}, {"id": "112013", "num": 8}]}]}}, "1008": {"1008001": {"id": "1008001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "100801", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111003", "num": 3}]}]}, "1008002": {"id": "1008002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "100802", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110501", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1008003": {"id": "1008003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "100803", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110501", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1008004": {"id": "1008004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "100804", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110501", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1008007": {"id": "1008007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "100807", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1008101": {"id": "1008101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "110501", "num": 1}]}]}, "1008102": {"id": "1008102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1008103": {"id": "1008103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1008201": {"id": "1008201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}]}, "1008202": {"id": "1008202", "max_level": 1, "anchor": "Point10", "pre_points": ["1008101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "StatusResistanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111001", "num": 4}]}]}, "1008203": {"id": "1008203", "max_level": 1, "anchor": "Point11", "pre_points": ["1008202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111002", "num": 2}]}]}, "1008204": {"id": "1008204", "max_level": 1, "anchor": "Point12", "pre_points": ["1008203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111002", "num": 2}]}]}, "1008205": {"id": "1008205", "max_level": 1, "anchor": "Point13", "pre_points": ["1008102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111002", "num": 3}]}]}, "1008206": {"id": "1008206", "max_level": 1, "anchor": "Point14", "pre_points": ["1008205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "StatusResistanceBase", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111003", "num": 2}]}]}, "1008207": {"id": "1008207", "max_level": 1, "anchor": "Point15", "pre_points": ["1008206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111003", "num": 2}]}]}, "1008208": {"id": "1008208", "max_level": 1, "anchor": "Point16", "pre_points": ["1008103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111003", "num": 6}]}]}, "1008209": {"id": "1008209", "max_level": 1, "anchor": "Point17", "pre_points": ["1008208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "StatusResistanceBase", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111003", "num": 6}]}]}, "1008210": {"id": "1008210", "max_level": 1, "anchor": "Point18", "pre_points": ["1008208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111003", "num": 6}]}]}}, "1009": {"1009001": {"id": "1009001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "100901", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "112001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "112002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "112002", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "112003", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "112003", "num": 3}]}]}, "1009002": {"id": "1009002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "100902", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "112001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "112002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110162", "num": 6}, {"id": "112002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "112003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110163", "num": 4}, {"id": "110501", "num": 1}, {"id": "112003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110163", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1009003": {"id": "1009003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "100903", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "112001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "112002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110162", "num": 6}, {"id": "112002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "112003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110163", "num": 4}, {"id": "110501", "num": 1}, {"id": "112003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110163", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1009004": {"id": "1009004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "100904", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "112001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "112002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110162", "num": 6}, {"id": "112002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "112003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110163", "num": 4}, {"id": "110501", "num": 1}, {"id": "112003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110163", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1009007": {"id": "1009007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "100907", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1009101": {"id": "1009101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "110501", "num": 1}]}]}, "1009102": {"id": "1009102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1009103": {"id": "1009103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1009201": {"id": "1009201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "FireAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 2000}, {"id": "112001", "num": 2}]}]}, "1009202": {"id": "1009202", "max_level": 1, "anchor": "Point10", "pre_points": ["1009101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "112001", "num": 4}]}]}, "1009203": {"id": "1009203", "max_level": 1, "anchor": "Point11", "pre_points": ["1009202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "FireAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "112002", "num": 2}]}]}, "1009204": {"id": "1009204", "max_level": 1, "anchor": "Point12", "pre_points": ["1009201"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "CriticalChanceBase", "value": 0.027}], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "112002", "num": 2}]}]}, "1009205": {"id": "1009205", "max_level": 1, "anchor": "Point13", "pre_points": ["1009102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "FireAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "112002", "num": 3}]}]}, "1009206": {"id": "1009206", "max_level": 1, "anchor": "Point14", "pre_points": ["1009205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "112003", "num": 2}]}]}, "1009207": {"id": "1009207", "max_level": 1, "anchor": "Point15", "pre_points": ["1009201"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "FireAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "112003", "num": 2}]}]}, "1009208": {"id": "1009208", "max_level": 1, "anchor": "Point16", "pre_points": ["1009103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "CriticalChanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "112003", "num": 6}]}]}, "1009209": {"id": "1009209", "max_level": 1, "anchor": "Point17", "pre_points": ["1009208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "DefenceAddedRatio", "value": 0.1}], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "112003", "num": 6}]}]}, "1009210": {"id": "1009210", "max_level": 1, "anchor": "Point18", "pre_points": ["1009208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "FireAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "112003", "num": 6}]}]}}, "1013": {"1013001": {"id": "1013001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "101301", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "111003", "num": 3}]}]}, "1013002": {"id": "1013002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "101302", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110132", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110133", "num": 4}, {"id": "110501", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110133", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1013003": {"id": "1013003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "101303", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110132", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110133", "num": 4}, {"id": "110501", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110133", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1013004": {"id": "1013004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "101304", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110132", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110133", "num": 4}, {"id": "110501", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110133", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1013007": {"id": "1013007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "101307", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1013101": {"id": "1013101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "110501", "num": 1}]}]}, "1013102": {"id": "1013102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1013103": {"id": "1013103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1013201": {"id": "1013201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "IceAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}]}, "1013202": {"id": "1013202", "max_level": 1, "anchor": "Point10", "pre_points": ["1013101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "111001", "num": 4}]}]}, "1013203": {"id": "1013203", "max_level": 1, "anchor": "Point11", "pre_points": ["1013202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "IceAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111002", "num": 2}]}]}, "1013204": {"id": "1013204", "max_level": 1, "anchor": "Point12", "pre_points": ["1013202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "CriticalChanceBase", "value": 0.027}], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111002", "num": 2}]}]}, "1013205": {"id": "1013205", "max_level": 1, "anchor": "Point13", "pre_points": ["1013102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "IceAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "111002", "num": 3}]}]}, "1013206": {"id": "1013206", "max_level": 1, "anchor": "Point14", "pre_points": ["1013205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111003", "num": 2}]}]}, "1013207": {"id": "1013207", "max_level": 1, "anchor": "Point15", "pre_points": ["1013205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "IceAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111003", "num": 2}]}]}, "1013208": {"id": "1013208", "max_level": 1, "anchor": "Point16", "pre_points": ["1013103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "CriticalChanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "111003", "num": 6}]}]}, "1013209": {"id": "1013209", "max_level": 1, "anchor": "Point17", "pre_points": ["1013103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "DefenceAddedRatio", "value": 0.1}], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "111003", "num": 6}]}]}, "1013210": {"id": "1013210", "max_level": 1, "anchor": "Point18", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "IceAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "111003", "num": 6}]}]}}, "1101": {"1101001": {"id": "1101001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "110101", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110161", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110162", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110162", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110163", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110163", "num": 8}, {"id": "112003", "num": 4}]}]}, "1101002": {"id": "1101002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "110102", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110161", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110162", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110162", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110162", "num": 7}, {"id": "112002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110163", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110163", "num": 5}, {"id": "110502", "num": 1}, {"id": "112003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110163", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110163", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1101003": {"id": "1101003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "110103", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110161", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110162", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110162", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110162", "num": 7}, {"id": "112002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110163", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110163", "num": 5}, {"id": "110502", "num": 1}, {"id": "112003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110163", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110163", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1101004": {"id": "1101004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "110104", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110161", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110162", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110162", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110162", "num": 7}, {"id": "112002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110163", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110163", "num": 5}, {"id": "110502", "num": 1}, {"id": "112003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110163", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110163", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1101007": {"id": "1101007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "110107", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1101101": {"id": "1101101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110161", "num": 3}, {"id": "110502", "num": 1}]}]}, "1101102": {"id": "1101102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110162", "num": 5}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1101103": {"id": "1101103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110163", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1101201": {"id": "1101201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "WindAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 2}]}]}, "1101202": {"id": "1101202", "max_level": 1, "anchor": "Point10", "pre_points": ["1101101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "CriticalDamageBase", "value": 0.053}], "materials": [{"id": "2", "num": 5000}, {"id": "110161", "num": 3}, {"id": "112001", "num": 6}]}]}, "1101203": {"id": "1101203", "max_level": 1, "anchor": "Point11", "pre_points": ["1101202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "WindAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 10000}, {"id": "110162", "num": 3}, {"id": "112002", "num": 3}]}]}, "1101204": {"id": "1101204", "max_level": 1, "anchor": "Point12", "pre_points": ["1101201"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "StatusResistanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110162", "num": 3}, {"id": "112002", "num": 3}]}]}, "1101205": {"id": "1101205", "max_level": 1, "anchor": "Point13", "pre_points": ["1101102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "WindAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 20000}, {"id": "110162", "num": 5}, {"id": "112002", "num": 4}]}]}, "1101206": {"id": "1101206", "max_level": 1, "anchor": "Point14", "pre_points": ["1101205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "CriticalDamageBase", "value": 0.08}], "materials": [{"id": "2", "num": 45000}, {"id": "110163", "num": 3}, {"id": "112003", "num": 3}]}]}, "1101207": {"id": "1101207", "max_level": 1, "anchor": "Point15", "pre_points": ["1101201"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "WindAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 45000}, {"id": "110163", "num": 3}, {"id": "112003", "num": 3}]}]}, "1101208": {"id": "1101208", "max_level": 1, "anchor": "Point16", "pre_points": ["1101103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "StatusResistanceBase", "value": 0.06}], "materials": [{"id": "2", "num": 160000}, {"id": "110163", "num": 8}, {"id": "112003", "num": 8}]}]}, "1101209": {"id": "1101209", "max_level": 1, "anchor": "Point17", "pre_points": ["1101208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "CriticalDamageBase", "value": 0.107}], "materials": [{"id": "2", "num": 160000}, {"id": "110163", "num": 8}, {"id": "112003", "num": 8}]}]}, "1101210": {"id": "1101210", "max_level": 1, "anchor": "Point18", "pre_points": ["1101208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "WindAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 160000}, {"id": "110163", "num": 8}, {"id": "112003", "num": 8}]}]}}, "1102": {"1102001": {"id": "1102001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "110201", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "111013", "num": 4}]}]}, "1102002": {"id": "1102002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "110202", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110122", "num": 7}, {"id": "111012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110123", "num": 5}, {"id": "110502", "num": 1}, {"id": "111013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110123", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1102003": {"id": "1102003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "110203", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110122", "num": 7}, {"id": "111012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110123", "num": 5}, {"id": "110502", "num": 1}, {"id": "111013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110123", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1102004": {"id": "1102004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "110204", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110122", "num": 7}, {"id": "111012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110123", "num": 5}, {"id": "110502", "num": 1}, {"id": "111013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110123", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1102007": {"id": "1102007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "110207", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1102101": {"id": "1102101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "110502", "num": 1}]}]}, "1102102": {"id": "1102102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1102103": {"id": "1102103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1102201": {"id": "1102201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 2}]}]}, "1102202": {"id": "1102202", "max_level": 1, "anchor": "Point10", "pre_points": ["1102101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "CriticalDamageBase", "value": 0.053}], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "111011", "num": 6}]}]}, "1102203": {"id": "1102203", "max_level": 1, "anchor": "Point11", "pre_points": ["1102202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}]}, "1102204": {"id": "1102204", "max_level": 1, "anchor": "Point12", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}]}, "1102205": {"id": "1102205", "max_level": 1, "anchor": "Point13", "pre_points": ["1102102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "111012", "num": 4}]}]}, "1102206": {"id": "1102206", "max_level": 1, "anchor": "Point14", "pre_points": ["1102205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "CriticalDamageBase", "value": 0.08}], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}]}, "1102207": {"id": "1102207", "max_level": 1, "anchor": "Point15", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}]}, "1102208": {"id": "1102208", "max_level": 1, "anchor": "Point16", "pre_points": ["1102103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "111013", "num": 8}]}]}, "1102209": {"id": "1102209", "max_level": 1, "anchor": "Point17", "pre_points": ["1102208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "CriticalDamageBase", "value": 0.107}], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "111013", "num": 8}]}]}, "1102210": {"id": "1102210", "max_level": 1, "anchor": "Point18", "pre_points": ["1102208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "111013", "num": 8}]}]}}, "1103": {"1103001": {"id": "1103001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "110301", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "112001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "112002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "112002", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "112003", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "112003", "num": 3}]}]}, "1103002": {"id": "1103002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "110302", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "112001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "112002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110132", "num": 6}, {"id": "112002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "112003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110133", "num": 4}, {"id": "110502", "num": 1}, {"id": "112003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110133", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1103003": {"id": "1103003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "110303", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "112001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "112002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110132", "num": 6}, {"id": "112002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "112003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110133", "num": 4}, {"id": "110502", "num": 1}, {"id": "112003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110133", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1103004": {"id": "1103004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "110304", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "112001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "112002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110132", "num": 6}, {"id": "112002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "112003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110133", "num": 4}, {"id": "110502", "num": 1}, {"id": "112003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110133", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1103007": {"id": "1103007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "110307", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1103101": {"id": "1103101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "110502", "num": 1}]}]}, "1103102": {"id": "1103102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1103103": {"id": "1103103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1103201": {"id": "1103201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "CriticalChanceBase", "value": 0.027}], "materials": [{"id": "2", "num": 2000}, {"id": "112001", "num": 2}]}]}, "1103202": {"id": "1103202", "max_level": 1, "anchor": "Point10", "pre_points": ["1103101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "StatusProbabilityBase", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "112001", "num": 4}]}]}, "1103203": {"id": "1103203", "max_level": 1, "anchor": "Point11", "pre_points": ["1103202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "CriticalChanceBase", "value": 0.027}], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "112002", "num": 2}]}]}, "1103204": {"id": "1103204", "max_level": 1, "anchor": "Point12", "pre_points": ["1103202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "StatusResistanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "112002", "num": 2}]}]}, "1103205": {"id": "1103205", "max_level": 1, "anchor": "Point13", "pre_points": ["1103102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "CriticalChanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "112002", "num": 3}]}]}, "1103206": {"id": "1103206", "max_level": 1, "anchor": "Point14", "pre_points": ["1103205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "StatusProbabilityBase", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "112003", "num": 2}]}]}, "1103207": {"id": "1103207", "max_level": 1, "anchor": "Point15", "pre_points": ["1103205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "CriticalChanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "112003", "num": 2}]}]}, "1103208": {"id": "1103208", "max_level": 1, "anchor": "Point16", "pre_points": ["1103103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "StatusResistanceBase", "value": 0.06}], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "112003", "num": 6}]}]}, "1103209": {"id": "1103209", "max_level": 1, "anchor": "Point17", "pre_points": ["1103103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "StatusProbabilityBase", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "112003", "num": 6}]}]}, "1103210": {"id": "1103210", "max_level": 1, "anchor": "Point18", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "CriticalChanceBase", "value": 0.053}], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "112003", "num": 6}]}]}}, "1104": {"1104001": {"id": "1104001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "110401", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110141", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110142", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110142", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110143", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110143", "num": 8}, {"id": "112003", "num": 4}]}]}, "1104002": {"id": "1104002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "110402", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110141", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110142", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110142", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110142", "num": 7}, {"id": "112002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110143", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110143", "num": 5}, {"id": "110502", "num": 1}, {"id": "112003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110143", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110143", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1104003": {"id": "1104003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "110403", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110141", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110142", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110142", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110142", "num": 7}, {"id": "112002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110143", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110143", "num": 5}, {"id": "110502", "num": 1}, {"id": "112003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110143", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110143", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1104004": {"id": "1104004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "110404", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110141", "num": 3}, {"id": "112001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110142", "num": 3}, {"id": "112002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110142", "num": 5}, {"id": "112002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110142", "num": 7}, {"id": "112002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110143", "num": 3}, {"id": "112003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110143", "num": 5}, {"id": "110502", "num": 1}, {"id": "112003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110143", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110143", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1104007": {"id": "1104007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "110407", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1104101": {"id": "1104101", "max_level": 1, "anchor": "Point06", "pre_points": ["1104201"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110141", "num": 3}, {"id": "110502", "num": 1}]}]}, "1104102": {"id": "1104102", "max_level": 1, "anchor": "Point07", "pre_points": ["1104201"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110142", "num": 5}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1104103": {"id": "1104103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110143", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1104201": {"id": "1104201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "IceAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 2500}, {"id": "112001", "num": 2}]}]}, "1104202": {"id": "1104202", "max_level": 1, "anchor": "Point10", "pre_points": ["1104101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "StatusResistanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 5000}, {"id": "110141", "num": 3}, {"id": "112001", "num": 6}]}]}, "1104203": {"id": "1104203", "max_level": 1, "anchor": "Point11", "pre_points": ["1104202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "IceAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 10000}, {"id": "110142", "num": 3}, {"id": "112002", "num": 3}]}]}, "1104204": {"id": "1104204", "max_level": 1, "anchor": "Point12", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 10000}, {"id": "110142", "num": 3}, {"id": "112002", "num": 3}]}]}, "1104205": {"id": "1104205", "max_level": 1, "anchor": "Point13", "pre_points": ["1104102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "IceAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 20000}, {"id": "110142", "num": 5}, {"id": "112002", "num": 4}]}]}, "1104206": {"id": "1104206", "max_level": 1, "anchor": "Point14", "pre_points": ["1104205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "StatusResistanceBase", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110143", "num": 3}, {"id": "112003", "num": 3}]}]}, "1104207": {"id": "1104207", "max_level": 1, "anchor": "Point15", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "IceAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 45000}, {"id": "110143", "num": 3}, {"id": "112003", "num": 3}]}]}, "1104208": {"id": "1104208", "max_level": 1, "anchor": "Point16", "pre_points": ["1104103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 160000}, {"id": "110143", "num": 8}, {"id": "112003", "num": 8}]}]}, "1104209": {"id": "1104209", "max_level": 1, "anchor": "Point17", "pre_points": ["1104208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "StatusResistanceBase", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110143", "num": 8}, {"id": "112003", "num": 8}]}]}, "1104210": {"id": "1104210", "max_level": 1, "anchor": "Point18", "pre_points": ["1104208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "IceAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 160000}, {"id": "110143", "num": 8}, {"id": "112003", "num": 8}]}]}}, "1105": {"1105001": {"id": "1105001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "110501", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110171", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110172", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110172", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110173", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110173", "num": 6}, {"id": "112013", "num": 3}]}]}, "1105002": {"id": "1105002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "110502", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110171", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110172", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110172", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110172", "num": 6}, {"id": "112012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110173", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110173", "num": 4}, {"id": "110502", "num": 1}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110173", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110173", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1105003": {"id": "1105003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "110503", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110171", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110172", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110172", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110172", "num": 6}, {"id": "112012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110173", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110173", "num": 4}, {"id": "110502", "num": 1}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110173", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110173", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1105004": {"id": "1105004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "110504", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110171", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110172", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110172", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110172", "num": 6}, {"id": "112012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110173", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110173", "num": 4}, {"id": "110502", "num": 1}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110173", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110173", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1105007": {"id": "1105007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "110507", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1105101": {"id": "1105101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110171", "num": 2}, {"id": "110502", "num": 1}]}]}, "1105102": {"id": "1105102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110172", "num": 4}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1105103": {"id": "1105103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110173", "num": 6}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1105201": {"id": "1105201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}]}, "1105202": {"id": "1105202", "max_level": 1, "anchor": "Point10", "pre_points": ["1105101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "StatusResistanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110171", "num": 2}, {"id": "112011", "num": 4}]}]}, "1105203": {"id": "1105203", "max_level": 1, "anchor": "Point11", "pre_points": ["1105202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110172", "num": 2}, {"id": "112012", "num": 2}]}]}, "1105204": {"id": "1105204", "max_level": 1, "anchor": "Point12", "pre_points": ["1105203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 8000}, {"id": "110172", "num": 2}, {"id": "112012", "num": 2}]}]}, "1105205": {"id": "1105205", "max_level": 1, "anchor": "Point13", "pre_points": ["1105102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 16000}, {"id": "110172", "num": 4}, {"id": "112012", "num": 3}]}]}, "1105206": {"id": "1105206", "max_level": 1, "anchor": "Point14", "pre_points": ["1105205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "StatusResistanceBase", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110173", "num": 2}, {"id": "112013", "num": 2}]}]}, "1105207": {"id": "1105207", "max_level": 1, "anchor": "Point15", "pre_points": ["1105206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110173", "num": 2}, {"id": "112013", "num": 2}]}]}, "1105208": {"id": "1105208", "max_level": 1, "anchor": "Point16", "pre_points": ["1105103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 128000}, {"id": "110173", "num": 6}, {"id": "112013", "num": 6}]}]}, "1105209": {"id": "1105209", "max_level": 1, "anchor": "Point17", "pre_points": ["1105103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "StatusResistanceBase", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110173", "num": 6}, {"id": "112013", "num": 6}]}]}, "1105210": {"id": "1105210", "max_level": 1, "anchor": "Point18", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "HPAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110173", "num": 6}, {"id": "112013", "num": 6}]}]}}, "1106": {"1106001": {"id": "1106001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "110601", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "111003", "num": 3}]}]}, "1106002": {"id": "1106002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "110602", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110152", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110153", "num": 4}, {"id": "110502", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110153", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1106003": {"id": "1106003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "110603", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110152", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110153", "num": 4}, {"id": "110502", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110153", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1106004": {"id": "1106004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "110604", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "111001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "111002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110152", "num": 6}, {"id": "111002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "111003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110153", "num": 4}, {"id": "110502", "num": 1}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110153", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1106007": {"id": "1106007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "110607", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1106101": {"id": "1106101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "110502", "num": 1}]}]}, "1106102": {"id": "1106102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1106103": {"id": "1106103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1106201": {"id": "1106201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "IceAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 2000}, {"id": "111001", "num": 2}]}]}, "1106202": {"id": "1106202", "max_level": 1, "anchor": "Point10", "pre_points": ["1106101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "111001", "num": 4}]}]}, "1106203": {"id": "1106203", "max_level": 1, "anchor": "Point11", "pre_points": ["1106202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "IceAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "111002", "num": 2}]}]}, "1106204": {"id": "1106204", "max_level": 1, "anchor": "Point12", "pre_points": ["1106203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "StatusProbabilityBase", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "111002", "num": 2}]}]}, "1106205": {"id": "1106205", "max_level": 1, "anchor": "Point13", "pre_points": ["1106102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "IceAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "111002", "num": 3}]}]}, "1106206": {"id": "1106206", "max_level": 1, "anchor": "Point14", "pre_points": ["1106205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "111003", "num": 2}]}]}, "1106207": {"id": "1106207", "max_level": 1, "anchor": "Point15", "pre_points": ["1106206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "IceAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "111003", "num": 2}]}]}, "1106208": {"id": "1106208", "max_level": 1, "anchor": "Point16", "pre_points": ["1106103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "StatusProbabilityBase", "value": 0.06}], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "111003", "num": 6}]}]}, "1106209": {"id": "1106209", "max_level": 1, "anchor": "Point17", "pre_points": ["1106103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "111003", "num": 6}]}]}, "1106210": {"id": "1106210", "max_level": 1, "anchor": "Point18", "pre_points": ["1106201"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "IceAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "111003", "num": 6}]}]}}, "1107": {"1107001": {"id": "1107001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "110701", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110111", "num": 3}, {"id": "112011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110112", "num": 3}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110112", "num": 5}, {"id": "112012", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110113", "num": 3}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110113", "num": 8}, {"id": "112013", "num": 4}]}]}, "1107002": {"id": "1107002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "110702", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110111", "num": 3}, {"id": "112011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110112", "num": 3}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110112", "num": 5}, {"id": "112012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110112", "num": 7}, {"id": "112012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110113", "num": 3}, {"id": "112013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110113", "num": 5}, {"id": "110502", "num": 1}, {"id": "112013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110113", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110113", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1107003": {"id": "1107003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "110703", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110111", "num": 3}, {"id": "112011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110112", "num": 3}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110112", "num": 5}, {"id": "112012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110112", "num": 7}, {"id": "112012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110113", "num": 3}, {"id": "112013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110113", "num": 5}, {"id": "110502", "num": 1}, {"id": "112013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110113", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110113", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1107004": {"id": "1107004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "110704", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "112011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110111", "num": 3}, {"id": "112011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110112", "num": 3}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110112", "num": 5}, {"id": "112012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110112", "num": 7}, {"id": "112012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110113", "num": 3}, {"id": "112013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110113", "num": 5}, {"id": "110502", "num": 1}, {"id": "112013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110113", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110113", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1107007": {"id": "1107007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "110707", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1107101": {"id": "1107101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110111", "num": 3}, {"id": "110502", "num": 1}]}]}, "1107102": {"id": "1107102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110112", "num": 5}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1107103": {"id": "1107103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110113", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1107201": {"id": "1107201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2500}, {"id": "112011", "num": 2}]}]}, "1107202": {"id": "1107202", "max_level": 1, "anchor": "Point10", "pre_points": ["1107101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "PhysicalAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 5000}, {"id": "110111", "num": 3}, {"id": "112011", "num": 6}]}]}, "1107203": {"id": "1107203", "max_level": 1, "anchor": "Point11", "pre_points": ["1107202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110112", "num": 3}, {"id": "112012", "num": 3}]}]}, "1107204": {"id": "1107204", "max_level": 1, "anchor": "Point12", "pre_points": ["1107203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110112", "num": 3}, {"id": "112012", "num": 3}]}]}, "1107205": {"id": "1107205", "max_level": 1, "anchor": "Point13", "pre_points": ["1107102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 20000}, {"id": "110112", "num": 5}, {"id": "112012", "num": 4}]}]}, "1107206": {"id": "1107206", "max_level": 1, "anchor": "Point14", "pre_points": ["1107205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "PhysicalAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 45000}, {"id": "110113", "num": 3}, {"id": "112013", "num": 3}]}]}, "1107207": {"id": "1107207", "max_level": 1, "anchor": "Point15", "pre_points": ["1107206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110113", "num": 3}, {"id": "112013", "num": 3}]}]}, "1107208": {"id": "1107208", "max_level": 1, "anchor": "Point16", "pre_points": ["1107103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 160000}, {"id": "110113", "num": 8}, {"id": "112013", "num": 8}]}]}, "1107209": {"id": "1107209", "max_level": 1, "anchor": "Point17", "pre_points": ["1107208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "PhysicalAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 160000}, {"id": "110113", "num": 8}, {"id": "112013", "num": 8}]}]}, "1107210": {"id": "1107210", "max_level": 1, "anchor": "Point18", "pre_points": ["1107208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110113", "num": 8}, {"id": "112013", "num": 8}]}]}}, "1108": {"1108001": {"id": "1108001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "110801", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "112013", "num": 3}]}]}, "1108002": {"id": "1108002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "110802", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110152", "num": 6}, {"id": "112012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110153", "num": 4}, {"id": "110502", "num": 1}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110153", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1108003": {"id": "1108003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "110803", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110152", "num": 6}, {"id": "112012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110153", "num": 4}, {"id": "110502", "num": 1}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110153", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1108004": {"id": "1108004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "110804", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110152", "num": 6}, {"id": "112012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110153", "num": 4}, {"id": "110502", "num": 1}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110153", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1108007": {"id": "1108007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "110807", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1108101": {"id": "1108101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "110502", "num": 1}]}]}, "1108102": {"id": "1108102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1108103": {"id": "1108103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1108201": {"id": "1108201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}]}, "1108202": {"id": "1108202", "max_level": 1, "anchor": "Point10", "pre_points": ["1108101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "StatusProbabilityBase", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110151", "num": 2}, {"id": "112011", "num": 4}]}]}, "1108203": {"id": "1108203", "max_level": 1, "anchor": "Point11", "pre_points": ["1108202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "112012", "num": 2}]}]}, "1108204": {"id": "1108204", "max_level": 1, "anchor": "Point12", "pre_points": ["1108203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "StatusResistanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110152", "num": 2}, {"id": "112012", "num": 2}]}]}, "1108205": {"id": "1108205", "max_level": 1, "anchor": "Point13", "pre_points": ["1108102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 16000}, {"id": "110152", "num": 4}, {"id": "112012", "num": 3}]}]}, "1108206": {"id": "1108206", "max_level": 1, "anchor": "Point14", "pre_points": ["1108205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "StatusProbabilityBase", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "112013", "num": 2}]}]}, "1108207": {"id": "1108207", "max_level": 1, "anchor": "Point15", "pre_points": ["1108206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110153", "num": 2}, {"id": "112013", "num": 2}]}]}, "1108208": {"id": "1108208", "max_level": 1, "anchor": "Point16", "pre_points": ["1108103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "StatusResistanceBase", "value": 0.06}], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "112013", "num": 6}]}]}, "1108209": {"id": "1108209", "max_level": 1, "anchor": "Point17", "pre_points": ["1108103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "StatusProbabilityBase", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "112013", "num": 6}]}]}, "1108210": {"id": "1108210", "max_level": 1, "anchor": "Point18", "pre_points": ["1108201"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110153", "num": 6}, {"id": "112013", "num": 6}]}]}}, "1109": {"1109001": {"id": "1109001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "110901", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "112013", "num": 3}]}]}, "1109002": {"id": "1109002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "110902", "num": 1}, {"id": "110909", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "112012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110502", "num": 1}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1109003": {"id": "1109003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "110903", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "112012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110502", "num": 1}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1109004": {"id": "1109004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "110904", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "112011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "112012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "112012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "112012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "112013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110502", "num": 1}, {"id": "112013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1109007": {"id": "1109007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "110907", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1109101": {"id": "1109101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "110502", "num": 1}]}]}, "1109102": {"id": "1109102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1109103": {"id": "1109103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1109201": {"id": "1109201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2000}, {"id": "112011", "num": 2}]}]}, "1109202": {"id": "1109202", "max_level": 1, "anchor": "Point10", "pre_points": ["1109101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "112011", "num": 4}]}]}, "1109203": {"id": "1109203", "max_level": 1, "anchor": "Point11", "pre_points": ["1109202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "112012", "num": 2}]}]}, "1109204": {"id": "1109204", "max_level": 1, "anchor": "Point12", "pre_points": ["1109203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "CriticalDamageBase", "value": 0.053}], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "112012", "num": 2}]}]}, "1109205": {"id": "1109205", "max_level": 1, "anchor": "Point13", "pre_points": ["1109102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "112012", "num": 3}]}]}, "1109206": {"id": "1109206", "max_level": 1, "anchor": "Point14", "pre_points": ["1109205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "112013", "num": 2}]}]}, "1109207": {"id": "1109207", "max_level": 1, "anchor": "Point15", "pre_points": ["1109206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "112013", "num": 2}]}]}, "1109208": {"id": "1109208", "max_level": 1, "anchor": "Point16", "pre_points": ["1109103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "CriticalDamageBase", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "112013", "num": 6}]}]}, "1109209": {"id": "1109209", "max_level": 1, "anchor": "Point17", "pre_points": ["1109208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "HPAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "112013", "num": 6}]}]}, "1109210": {"id": "1109210", "max_level": 1, "anchor": "Point18", "pre_points": ["1109208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "112013", "num": 6}]}]}}, "1201": {"1201001": {"id": "1201001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "120101", "num": 1}, {"id": "120108", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "111013", "num": 3}]}]}, "1201002": {"id": "1201002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "120102", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110132", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110133", "num": 4}, {"id": "110502", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110133", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1201003": {"id": "1201003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "120103", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110132", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110133", "num": 4}, {"id": "110502", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110133", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1201004": {"id": "1201004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "120104", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110132", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110133", "num": 4}, {"id": "110502", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110133", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1201007": {"id": "1201007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "120107", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1201101": {"id": "1201101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "110502", "num": 1}]}]}, "1201102": {"id": "1201102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1201103": {"id": "1201103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1201201": {"id": "1201201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}]}, "1201202": {"id": "1201202", "max_level": 1, "anchor": "Point10", "pre_points": ["1201101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "QuantumAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 4000}, {"id": "110131", "num": 2}, {"id": "111011", "num": 4}]}]}, "1201203": {"id": "1201203", "max_level": 1, "anchor": "Point11", "pre_points": ["1201202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111012", "num": 2}]}]}, "1201204": {"id": "1201204", "max_level": 1, "anchor": "Point12", "pre_points": ["1201202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 8000}, {"id": "110132", "num": 2}, {"id": "111012", "num": 2}]}]}, "1201205": {"id": "1201205", "max_level": 1, "anchor": "Point13", "pre_points": ["1201102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 16000}, {"id": "110132", "num": 4}, {"id": "111012", "num": 3}]}]}, "1201206": {"id": "1201206", "max_level": 1, "anchor": "Point14", "pre_points": ["1201205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "QuantumAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111013", "num": 2}]}]}, "1201207": {"id": "1201207", "max_level": 1, "anchor": "Point15", "pre_points": ["1201205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110133", "num": 2}, {"id": "111013", "num": 2}]}]}, "1201208": {"id": "1201208", "max_level": 1, "anchor": "Point16", "pre_points": ["1201103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "111013", "num": 6}]}]}, "1201209": {"id": "1201209", "max_level": 1, "anchor": "Point17", "pre_points": ["1201103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "QuantumAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "111013", "num": 6}]}]}, "1201210": {"id": "1201210", "max_level": 1, "anchor": "Point18", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110133", "num": 6}, {"id": "111013", "num": 6}]}]}}, "1202": {"1202001": {"id": "1202001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "120201", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "113001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "113002", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113003", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "113003", "num": 3}]}]}, "1202002": {"id": "1202002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "120202", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "113001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "113001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "113002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110162", "num": 6}, {"id": "113002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110163", "num": 4}, {"id": "110501", "num": 1}, {"id": "113003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110163", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1202003": {"id": "1202003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "120203", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "113001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "113001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "113002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110162", "num": 6}, {"id": "113002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110163", "num": 4}, {"id": "110501", "num": 1}, {"id": "113003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110163", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1202004": {"id": "1202004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "120204", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "113001", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "113001", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113002", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "113002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110162", "num": 6}, {"id": "113002", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113003", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110163", "num": 4}, {"id": "110501", "num": 1}, {"id": "113003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110163", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1202007": {"id": "1202007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "120207", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1202101": {"id": "1202101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "110501", "num": 1}]}]}, "1202102": {"id": "1202102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1202103": {"id": "1202103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1202201": {"id": "1202201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2000}, {"id": "113001", "num": 2}]}]}, "1202202": {"id": "1202202", "max_level": 1, "anchor": "Point10", "pre_points": ["1202101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "113001", "num": 4}]}]}, "1202203": {"id": "1202203", "max_level": 1, "anchor": "Point11", "pre_points": ["1202202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113002", "num": 2}]}]}, "1202204": {"id": "1202204", "max_level": 1, "anchor": "Point12", "pre_points": ["1202201"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "ThunderAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113002", "num": 2}]}]}, "1202205": {"id": "1202205", "max_level": 1, "anchor": "Point13", "pre_points": ["1202102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "113002", "num": 3}]}]}, "1202206": {"id": "1202206", "max_level": 1, "anchor": "Point14", "pre_points": ["1202205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113003", "num": 2}]}]}, "1202207": {"id": "1202207", "max_level": 1, "anchor": "Point15", "pre_points": ["1202201"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113003", "num": 2}]}]}, "1202208": {"id": "1202208", "max_level": 1, "anchor": "Point16", "pre_points": ["1202103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "ThunderAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "113003", "num": 6}]}]}, "1202209": {"id": "1202209", "max_level": 1, "anchor": "Point17", "pre_points": ["1202208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "DefenceAddedRatio", "value": 0.1}], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "113003", "num": 6}]}]}, "1202210": {"id": "1202210", "max_level": 1, "anchor": "Point18", "pre_points": ["1202208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "113003", "num": 6}]}]}}, "1203": {"1203001": {"id": "1203001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "120301", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "113011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "113012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "113012", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "113013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "113013", "num": 4}]}]}, "1203002": {"id": "1203002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "120302", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "113011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "113011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "113012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "113012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110172", "num": 7}, {"id": "113012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "113013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110173", "num": 5}, {"id": "110502", "num": 1}, {"id": "113013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110173", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1203003": {"id": "1203003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "120303", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "113011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "113011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "113012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "113012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110172", "num": 7}, {"id": "113012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "113013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110173", "num": 5}, {"id": "110502", "num": 1}, {"id": "113013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110173", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1203004": {"id": "1203004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "120304", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "113011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "113011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "113012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "113012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110172", "num": 7}, {"id": "113012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "113013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110173", "num": 5}, {"id": "110502", "num": 1}, {"id": "113013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110173", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1203007": {"id": "1203007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "120307", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1203101": {"id": "1203101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "110502", "num": 1}]}]}, "1203102": {"id": "1203102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1203103": {"id": "1203103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1203201": {"id": "1203201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2500}, {"id": "113011", "num": 2}]}]}, "1203202": {"id": "1203202", "max_level": 1, "anchor": "Point10", "pre_points": ["1203101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "113011", "num": 6}]}]}, "1203203": {"id": "1203203", "max_level": 1, "anchor": "Point11", "pre_points": ["1203202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "113012", "num": 3}]}]}, "1203204": {"id": "1203204", "max_level": 1, "anchor": "Point12", "pre_points": ["1203203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "113012", "num": 3}]}]}, "1203205": {"id": "1203205", "max_level": 1, "anchor": "Point13", "pre_points": ["1203102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "113012", "num": 4}]}]}, "1203206": {"id": "1203206", "max_level": 1, "anchor": "Point14", "pre_points": ["1203205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "113013", "num": 3}]}]}, "1203207": {"id": "1203207", "max_level": 1, "anchor": "Point15", "pre_points": ["1203206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "113013", "num": 3}]}]}, "1203208": {"id": "1203208", "max_level": 1, "anchor": "Point16", "pre_points": ["1203103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "113013", "num": 8}]}]}, "1203209": {"id": "1203209", "max_level": 1, "anchor": "Point17", "pre_points": ["1203103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "HPAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "113013", "num": 8}]}]}, "1203210": {"id": "1203210", "max_level": 1, "anchor": "Point18", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "113013", "num": 8}]}]}}, "1204": {"1204001": {"id": "1204001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "120401", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "113001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "113002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "113002", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "113003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "113003", "num": 4}]}]}, "1204002": {"id": "1204002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "120402", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "113001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "113001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "113002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "113002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110132", "num": 7}, {"id": "113002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "113003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110133", "num": 5}, {"id": "110501", "num": 1}, {"id": "113003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110133", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1204003": {"id": "1204003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "120403", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "113001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "113001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "113002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "113002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110132", "num": 7}, {"id": "113002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "113003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110133", "num": 5}, {"id": "110501", "num": 1}, {"id": "113003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110133", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1204004": {"id": "1204004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "120404", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "113001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "113001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "113002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "113002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110132", "num": 7}, {"id": "113002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "113003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110133", "num": 5}, {"id": "110501", "num": 1}, {"id": "113003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110133", "num": 14}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1204007": {"id": "1204007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "120407", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1204101": {"id": "1204101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "110501", "num": 1}]}]}, "1204102": {"id": "1204102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1204103": {"id": "1204103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1204201": {"id": "1204201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2500}, {"id": "113001", "num": 2}]}]}, "1204202": {"id": "1204202", "max_level": 1, "anchor": "Point10", "pre_points": ["1204101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "CriticalChanceBase", "value": 0.027}], "materials": [{"id": "2", "num": 5000}, {"id": "110131", "num": 3}, {"id": "113001", "num": 6}]}]}, "1204203": {"id": "1204203", "max_level": 1, "anchor": "Point11", "pre_points": ["1204202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "113002", "num": 3}]}]}, "1204204": {"id": "1204204", "max_level": 1, "anchor": "Point12", "pre_points": ["1204202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 10000}, {"id": "110132", "num": 3}, {"id": "113002", "num": 3}]}]}, "1204205": {"id": "1204205", "max_level": 1, "anchor": "Point13", "pre_points": ["1204102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 20000}, {"id": "110132", "num": 5}, {"id": "113002", "num": 4}]}]}, "1204206": {"id": "1204206", "max_level": 1, "anchor": "Point14", "pre_points": ["1204205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "CriticalChanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "113003", "num": 3}]}]}, "1204207": {"id": "1204207", "max_level": 1, "anchor": "Point15", "pre_points": ["1204205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110133", "num": 3}, {"id": "113003", "num": 3}]}]}, "1204208": {"id": "1204208", "max_level": 1, "anchor": "Point16", "pre_points": ["1204103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "113003", "num": 8}]}]}, "1204209": {"id": "1204209", "max_level": 1, "anchor": "Point17", "pre_points": ["1204103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "CriticalChanceBase", "value": 0.053}], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "113003", "num": 8}]}]}, "1204210": {"id": "1204210", "max_level": 1, "anchor": "Point18", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110133", "num": 8}, {"id": "113003", "num": 8}]}]}}, "1206": {"1206001": {"id": "1206001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "120601", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "113011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "113012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "113012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "113013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "113013", "num": 3}]}]}, "1206002": {"id": "1206002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "120602", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "113011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "113011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "113012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "113012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110122", "num": 6}, {"id": "113012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "113013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110123", "num": 4}, {"id": "110502", "num": 1}, {"id": "113013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110123", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1206003": {"id": "1206003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "120603", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "113011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "113011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "113012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "113012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110122", "num": 6}, {"id": "113012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "113013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110123", "num": 4}, {"id": "110502", "num": 1}, {"id": "113013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110123", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1206004": {"id": "1206004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "120604", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "113011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "113011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "113012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "113012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110122", "num": 6}, {"id": "113012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "113013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110123", "num": 4}, {"id": "110502", "num": 1}, {"id": "113013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110123", "num": 11}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1206007": {"id": "1206007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "120607", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1206101": {"id": "1206101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "110502", "num": 1}]}]}, "1206102": {"id": "1206102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1206103": {"id": "1206103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1206201": {"id": "1206201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2000}, {"id": "113011", "num": 2}]}]}, "1206202": {"id": "1206202", "max_level": 1, "anchor": "Point10", "pre_points": ["1206101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110121", "num": 2}, {"id": "113011", "num": 4}]}]}, "1206203": {"id": "1206203", "max_level": 1, "anchor": "Point11", "pre_points": ["1206202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "113012", "num": 2}]}]}, "1206204": {"id": "1206204", "max_level": 1, "anchor": "Point12", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 8000}, {"id": "110122", "num": 2}, {"id": "113012", "num": 2}]}]}, "1206205": {"id": "1206205", "max_level": 1, "anchor": "Point13", "pre_points": ["1206102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 16000}, {"id": "110122", "num": 4}, {"id": "113012", "num": 3}]}]}, "1206206": {"id": "1206206", "max_level": 1, "anchor": "Point14", "pre_points": ["1206205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "113013", "num": 2}]}]}, "1206207": {"id": "1206207", "max_level": 1, "anchor": "Point15", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110123", "num": 2}, {"id": "113013", "num": 2}]}]}, "1206208": {"id": "1206208", "max_level": 1, "anchor": "Point16", "pre_points": ["1206103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "113013", "num": 6}]}]}, "1206209": {"id": "1206209", "max_level": 1, "anchor": "Point17", "pre_points": ["1206208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "HPAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "113013", "num": 6}]}]}, "1206210": {"id": "1206210", "max_level": 1, "anchor": "Point18", "pre_points": ["1206208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110123", "num": 6}, {"id": "113013", "num": 6}]}]}}, "1207": {"1207001": {"id": "1207001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "120701", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "113011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "113012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "113013", "num": 3}]}]}, "1207002": {"id": "1207002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "120702", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "113011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "113011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "113012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110162", "num": 6}, {"id": "113012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110163", "num": 4}, {"id": "110501", "num": 1}, {"id": "113013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110163", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1207003": {"id": "1207003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "120703", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "113011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "113011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "113012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110162", "num": 6}, {"id": "113012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110163", "num": 4}, {"id": "110501", "num": 1}, {"id": "113013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110163", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1207004": {"id": "1207004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "120704", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "113011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "113011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "113012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110162", "num": 6}, {"id": "113012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110163", "num": 4}, {"id": "110501", "num": 1}, {"id": "113013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110163", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1207007": {"id": "1207007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "120707", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1207101": {"id": "1207101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "110501", "num": 1}]}]}, "1207102": {"id": "1207102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1207103": {"id": "1207103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "1207201": {"id": "1207201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "ImaginaryAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 2000}, {"id": "113011", "num": 2}]}]}, "1207202": {"id": "1207202", "max_level": 1, "anchor": "Point10", "pre_points": ["1207101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110161", "num": 2}, {"id": "113011", "num": 4}]}]}, "1207203": {"id": "1207203", "max_level": 1, "anchor": "Point11", "pre_points": ["1207202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "ImaginaryAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113012", "num": 2}]}]}, "1207204": {"id": "1207204", "max_level": 1, "anchor": "Point12", "pre_points": ["1207201"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110162", "num": 2}, {"id": "113012", "num": 2}]}]}, "1207205": {"id": "1207205", "max_level": 1, "anchor": "Point13", "pre_points": ["1207102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "ImaginaryAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 16000}, {"id": "110162", "num": 4}, {"id": "113012", "num": 3}]}]}, "1207206": {"id": "1207206", "max_level": 1, "anchor": "Point14", "pre_points": ["1207205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113013", "num": 2}]}]}, "1207207": {"id": "1207207", "max_level": 1, "anchor": "Point15", "pre_points": ["1207201"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "ImaginaryAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 36000}, {"id": "110163", "num": 2}, {"id": "113013", "num": 2}]}]}, "1207208": {"id": "1207208", "max_level": 1, "anchor": "Point16", "pre_points": ["1207103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "113013", "num": 6}]}]}, "1207209": {"id": "1207209", "max_level": 1, "anchor": "Point17", "pre_points": ["1207208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "HPAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "113013", "num": 6}]}]}, "1207210": {"id": "1207210", "max_level": 1, "anchor": "Point18", "pre_points": ["1207208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "ImaginaryAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 128000}, {"id": "110163", "num": 6}, {"id": "113013", "num": 6}]}]}}, "1209": {"1209001": {"id": "1209001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "120901", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "111013", "num": 4}]}]}, "1209002": {"id": "1209002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "120902", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110122", "num": 7}, {"id": "111012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110123", "num": 5}, {"id": "110502", "num": 1}, {"id": "111013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110123", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1209003": {"id": "1209003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "120903", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110122", "num": 7}, {"id": "111012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110123", "num": 5}, {"id": "110502", "num": 1}, {"id": "111013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110123", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1209004": {"id": "1209004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "120904", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "111011", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "111012", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110122", "num": 7}, {"id": "111012", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110123", "num": 5}, {"id": "110502", "num": 1}, {"id": "111013", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110123", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1209007": {"id": "1209007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "120907", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1209101": {"id": "1209101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "110502", "num": 1}]}]}, "1209102": {"id": "1209102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1209103": {"id": "1209103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1209201": {"id": "1209201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2500}, {"id": "111011", "num": 2}]}]}, "1209202": {"id": "1209202", "max_level": 1, "anchor": "Point10", "pre_points": ["1209101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "IceAddedRatio", "value": 0.032}], "materials": [{"id": "2", "num": 5000}, {"id": "110121", "num": 3}, {"id": "111011", "num": 6}]}]}, "1209203": {"id": "1209203", "max_level": 1, "anchor": "Point11", "pre_points": ["1209202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}]}, "1209204": {"id": "1209204", "max_level": 1, "anchor": "Point12", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110122", "num": 3}, {"id": "111012", "num": 3}]}]}, "1209205": {"id": "1209205", "max_level": 1, "anchor": "Point13", "pre_points": ["1209102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 20000}, {"id": "110122", "num": 5}, {"id": "111012", "num": 4}]}]}, "1209206": {"id": "1209206", "max_level": 1, "anchor": "Point14", "pre_points": ["1209205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "IceAddedRatio", "value": 0.048}], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}]}, "1209207": {"id": "1209207", "max_level": 1, "anchor": "Point15", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110123", "num": 3}, {"id": "111013", "num": 3}]}]}, "1209208": {"id": "1209208", "max_level": 1, "anchor": "Point16", "pre_points": ["1209103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "111013", "num": 8}]}]}, "1209209": {"id": "1209209", "max_level": 1, "anchor": "Point17", "pre_points": ["1209208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "IceAddedRatio", "value": 0.064}], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "111013", "num": 8}]}]}, "1209210": {"id": "1209210", "max_level": 1, "anchor": "Point18", "pre_points": ["1209208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110123", "num": 8}, {"id": "111013", "num": 8}]}]}}, "1211": {"1211001": {"id": "1211001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "121101", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "111001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "111002", "num": 4}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "111003", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "111003", "num": 4}]}]}, "1211002": {"id": "1211002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "121102", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "111001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "111002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110172", "num": 7}, {"id": "111002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "111003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110173", "num": 5}, {"id": "110502", "num": 1}, {"id": "111003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110173", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1211003": {"id": "1211003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "121103", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "111001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "111002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110172", "num": 7}, {"id": "111002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "111003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110173", "num": 5}, {"id": "110502", "num": 1}, {"id": "111003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110173", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1211004": {"id": "1211004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "121104", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2500}, {"id": "111001", "num": 3}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "111001", "num": 6}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "111002", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "111002", "num": 4}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 30000}, {"id": "110172", "num": 7}, {"id": "111002", "num": 6}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "111003", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 80000}, {"id": "110173", "num": 5}, {"id": "110502", "num": 1}, {"id": "111003", "num": 4}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 300000}, {"id": "110173", "num": 14}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1211007": {"id": "1211007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "121107", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "1211101": {"id": "1211101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "110502", "num": 1}]}]}, "1211102": {"id": "1211102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1211103": {"id": "1211103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "241", "num": 1}, {"id": "110502", "num": 1}]}]}, "1211201": {"id": "1211201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2500}, {"id": "111001", "num": 2}]}]}, "1211202": {"id": "1211202", "max_level": 1, "anchor": "Point10", "pre_points": ["1211101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 5000}, {"id": "110171", "num": 3}, {"id": "111001", "num": 6}]}]}, "1211203": {"id": "1211203", "max_level": 1, "anchor": "Point11", "pre_points": ["1211202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "111002", "num": 3}]}]}, "1211204": {"id": "1211204", "max_level": 1, "anchor": "Point12", "pre_points": ["1211203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "StatusResistanceBase", "value": 0.04}], "materials": [{"id": "2", "num": 10000}, {"id": "110172", "num": 3}, {"id": "111002", "num": 3}]}]}, "1211205": {"id": "1211205", "max_level": 1, "anchor": "Point13", "pre_points": ["1211102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 20000}, {"id": "110172", "num": 5}, {"id": "111002", "num": 4}]}]}, "1211206": {"id": "1211206", "max_level": 1, "anchor": "Point14", "pre_points": ["1211205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "111003", "num": 3}]}]}, "1211207": {"id": "1211207", "max_level": 1, "anchor": "Point15", "pre_points": ["1211206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 45000}, {"id": "110173", "num": 3}, {"id": "111003", "num": 3}]}]}, "1211208": {"id": "1211208", "max_level": 1, "anchor": "Point16", "pre_points": ["1211103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "StatusResistanceBase", "value": 0.06}], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "111003", "num": 8}]}]}, "1211209": {"id": "1211209", "max_level": 1, "anchor": "Point17", "pre_points": ["1211103"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "DefenceAddedRatio", "value": 0.1}], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "111003", "num": 8}]}]}, "1211210": {"id": "1211210", "max_level": 1, "anchor": "Point18", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "HPAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 160000}, {"id": "110173", "num": 8}, {"id": "111003", "num": 8}]}]}}, "8001": {"8001001": {"id": "8001001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "800101", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111013", "num": 3}]}]}, "8001002": {"id": "8001002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "800102", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8001003": {"id": "8001003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "800103", "num": 1}, {"id": "800108", "num": 1}, {"id": "800109", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8001004": {"id": "8001004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "800104", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8001007": {"id": "8001007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "800107", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "8001101": {"id": "8001101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "110501", "num": 1}]}]}, "8001102": {"id": "8001102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8001103": {"id": "8001103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8001201": {"id": "8001201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}]}, "8001202": {"id": "8001202", "max_level": 1, "anchor": "Point10", "pre_points": ["8001101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111011", "num": 4}]}]}, "8001203": {"id": "8001203", "max_level": 1, "anchor": "Point11", "pre_points": ["8001202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}]}, "8001204": {"id": "8001204", "max_level": 1, "anchor": "Point12", "pre_points": ["8001203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}]}, "8001205": {"id": "8001205", "max_level": 1, "anchor": "Point13", "pre_points": ["8001102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111012", "num": 3}]}]}, "8001206": {"id": "8001206", "max_level": 1, "anchor": "Point14", "pre_points": ["8001205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}]}, "8001207": {"id": "8001207", "max_level": 1, "anchor": "Point15", "pre_points": ["8001206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}]}, "8001208": {"id": "8001208", "max_level": 1, "anchor": "Point16", "pre_points": ["8001103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111013", "num": 6}]}]}, "8001209": {"id": "8001209", "max_level": 1, "anchor": "Point17", "pre_points": ["8001208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "HPAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111013", "num": 6}]}]}, "8001210": {"id": "8001210", "max_level": 1, "anchor": "Point18", "pre_points": ["8001208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111013", "num": 6}]}]}}, "8002": {"8002001": {"id": "8002001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "800201", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111013", "num": 3}]}]}, "8002002": {"id": "8002002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "800202", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8002003": {"id": "8002003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "800203", "num": 1}, {"id": "800208", "num": 1}, {"id": "800209", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8002004": {"id": "8002004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "800204", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110112", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110113", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110113", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8002007": {"id": "8002007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "800207", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "8002101": {"id": "8002101", "max_level": 1, "anchor": "Point06", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "110501", "num": 1}]}]}, "8002102": {"id": "8002102", "max_level": 1, "anchor": "Point07", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8002103": {"id": "8002103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8002201": {"id": "8002201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}]}, "8002202": {"id": "8002202", "max_level": 1, "anchor": "Point10", "pre_points": ["8002101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110111", "num": 2}, {"id": "111011", "num": 4}]}]}, "8002203": {"id": "8002203", "max_level": 1, "anchor": "Point11", "pre_points": ["8002202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}]}, "8002204": {"id": "8002204", "max_level": 1, "anchor": "Point12", "pre_points": ["8002203"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 8000}, {"id": "110112", "num": 2}, {"id": "111012", "num": 2}]}]}, "8002205": {"id": "8002205", "max_level": 1, "anchor": "Point13", "pre_points": ["8002102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 16000}, {"id": "110112", "num": 4}, {"id": "111012", "num": 3}]}]}, "8002206": {"id": "8002206", "max_level": 1, "anchor": "Point14", "pre_points": ["8002205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}]}, "8002207": {"id": "8002207", "max_level": 1, "anchor": "Point15", "pre_points": ["8002206"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110113", "num": 2}, {"id": "111013", "num": 2}]}]}, "8002208": {"id": "8002208", "max_level": 1, "anchor": "Point16", "pre_points": ["8002103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111013", "num": 6}]}]}, "8002209": {"id": "8002209", "max_level": 1, "anchor": "Point17", "pre_points": ["8002208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "HPAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111013", "num": 6}]}]}, "8002210": {"id": "8002210", "max_level": 1, "anchor": "Point18", "pre_points": ["8002208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110113", "num": 6}, {"id": "111013", "num": 6}]}]}}, "8003": {"8003001": {"id": "8003001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "800301", "num": 1}, {"id": "800308", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 3}]}]}, "8003002": {"id": "8003002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "800302", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110142", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110143", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110143", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8003003": {"id": "8003003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "800303", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110142", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110143", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110143", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8003004": {"id": "8003004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "800304", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110142", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110143", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110143", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8003007": {"id": "8003007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "800307", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "8003101": {"id": "8003101", "max_level": 1, "anchor": "Point06", "pre_points": ["8003201"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "110501", "num": 1}]}]}, "8003102": {"id": "8003102", "max_level": 1, "anchor": "Point07", "pre_points": ["8003201"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8003103": {"id": "8003103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8003201": {"id": "8003201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}]}, "8003202": {"id": "8003202", "max_level": 1, "anchor": "Point10", "pre_points": ["8003101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}]}, "8003203": {"id": "8003203", "max_level": 1, "anchor": "Point11", "pre_points": ["8003202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}]}, "8003204": {"id": "8003204", "max_level": 1, "anchor": "Point12", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}]}, "8003205": {"id": "8003205", "max_level": 1, "anchor": "Point13", "pre_points": ["8003102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}]}, "8003206": {"id": "8003206", "max_level": 1, "anchor": "Point14", "pre_points": ["8003205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}]}, "8003207": {"id": "8003207", "max_level": 1, "anchor": "Point15", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}]}, "8003208": {"id": "8003208", "max_level": 1, "anchor": "Point16", "pre_points": ["8003103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 6}]}]}, "8003209": {"id": "8003209", "max_level": 1, "anchor": "Point17", "pre_points": ["8003208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 6}]}]}, "8003210": {"id": "8003210", "max_level": 1, "anchor": "Point18", "pre_points": ["8003208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "DefenceAddedRatio", "value": 0.1}], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 6}]}]}}, "8004": {"8004001": {"id": "8004001", "max_level": 6, "anchor": "Point01", "pre_points": [], "level_up_skills": [{"id": "800401", "num": 1}, {"id": "800408", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 3}]}]}, "8004002": {"id": "8004002", "max_level": 10, "anchor": "Point02", "pre_points": [], "level_up_skills": [{"id": "800402", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110142", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110143", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110143", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8004003": {"id": "8004003", "max_level": 10, "anchor": "Point03", "pre_points": [], "level_up_skills": [{"id": "800403", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110142", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110143", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110143", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8004004": {"id": "8004004", "max_level": 10, "anchor": "Point04", "pre_points": [], "level_up_skills": [{"id": "800404", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}, {"promotion": 1, "properties": [], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}, {"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}, {"promotion": 3, "properties": [], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}, {"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 24000}, {"id": "110142", "num": 6}, {"id": "111012", "num": 5}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}, {"promotion": 5, "properties": [], "materials": [{"id": "2", "num": 64000}, {"id": "110143", "num": 4}, {"id": "110501", "num": 1}, {"id": "111013", "num": 3}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "110501", "num": 1}]}, {"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 240000}, {"id": "110143", "num": 11}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8004007": {"id": "8004007", "max_level": 1, "anchor": "Point05", "pre_points": [], "level_up_skills": [{"id": "800407", "num": 1}], "levels": [{"promotion": 0, "properties": [], "materials": []}]}, "8004101": {"id": "8004101", "max_level": 1, "anchor": "Point06", "pre_points": ["8004201"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "110501", "num": 1}]}]}, "8004102": {"id": "8004102", "max_level": 1, "anchor": "Point07", "pre_points": ["8004201"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8004103": {"id": "8004103", "max_level": 1, "anchor": "Point08", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "241", "num": 1}, {"id": "110501", "num": 1}]}]}, "8004201": {"id": "8004201", "max_level": 1, "anchor": "Point09", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 2000}, {"id": "111011", "num": 2}]}]}, "8004202": {"id": "8004202", "max_level": 1, "anchor": "Point10", "pre_points": ["8004101"], "level_up_skills": [], "levels": [{"promotion": 2, "properties": [{"type": "AttackAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 4000}, {"id": "110141", "num": 2}, {"id": "111011", "num": 4}]}]}, "8004203": {"id": "8004203", "max_level": 1, "anchor": "Point11", "pre_points": ["8004202"], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "DefenceAddedRatio", "value": 0.05}], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}]}, "8004204": {"id": "8004204", "max_level": 1, "anchor": "Point12", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 3, "properties": [{"type": "HPAddedRatio", "value": 0.04}], "materials": [{"id": "2", "num": 8000}, {"id": "110142", "num": 2}, {"id": "111012", "num": 2}]}]}, "8004205": {"id": "8004205", "max_level": 1, "anchor": "Point13", "pre_points": ["8004102"], "level_up_skills": [], "levels": [{"promotion": 4, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 16000}, {"id": "110142", "num": 4}, {"id": "111012", "num": 3}]}]}, "8004206": {"id": "8004206", "max_level": 1, "anchor": "Point14", "pre_points": ["8004205"], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "AttackAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}]}, "8004207": {"id": "8004207", "max_level": 1, "anchor": "Point15", "pre_points": [], "level_up_skills": [], "levels": [{"promotion": 5, "properties": [{"type": "DefenceAddedRatio", "value": 0.075}], "materials": [{"id": "2", "num": 36000}, {"id": "110143", "num": 2}, {"id": "111013", "num": 2}]}]}, "8004208": {"id": "8004208", "max_level": 1, "anchor": "Point16", "pre_points": ["8004103"], "level_up_skills": [], "levels": [{"promotion": 6, "properties": [{"type": "HPAddedRatio", "value": 0.06}], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 6}]}]}, "8004209": {"id": "8004209", "max_level": 1, "anchor": "Point17", "pre_points": ["8004208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "AttackAddedRatio", "value": 0.08}], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 6}]}]}, "8004210": {"id": "8004210", "max_level": 1, "anchor": "Point18", "pre_points": ["8004208"], "level_up_skills": [], "levels": [{"promotion": 0, "properties": [{"type": "DefenceAddedRatio", "value": 0.1}], "materials": [{"id": "2", "num": 128000}, {"id": "110143", "num": 6}, {"id": "111013", "num": 6}]}]}}}
diff --git a/StarRailUID/utils/map/data/characterSkillTree_mapping_1.2.0.json b/StarRailUID/utils/map/data/characterSkillTree_mapping_1.2.0.json
new file mode 100644
index 0000000..b6c35dd
--- /dev/null
+++ b/StarRailUID/utils/map/data/characterSkillTree_mapping_1.2.0.json
@@ -0,0 +1,37348 @@
+{
+ "1001": {
+ "1001001": {
+ "id": "1001001",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100101",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1001_basic_atk.png"
+ },
+ "1001002": {
+ "id": "1001002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100102",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110142",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110143",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100103",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110142",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110143",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100104",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110142",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110143",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100107",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1001_technique.png"
+ },
+ "1001101": {
+ "id": "1001101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [
+ "1001201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1001_skilltree1.png"
+ },
+ "1001102": {
+ "id": "1001102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [
+ "1001201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "IceAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconIceAddedRatio.png"
+ },
+ "1001202": {
+ "id": "1001202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1001101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1001202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1001102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1001205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1001103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1001208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1001208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100201",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110121",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110122",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110122",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110123",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110123",
+ "num": 6
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1002_basic_atk.png"
+ },
+ "1002002": {
+ "id": "1002002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100202",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110121",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110122",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110122",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110122",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110123",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110123",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110123",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100203",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110121",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110122",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110122",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110122",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110123",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110123",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110123",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100204",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110121",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110122",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110122",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110122",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110123",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110123",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110123",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100207",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1002_technique.png"
+ },
+ "1002101": {
+ "id": "1002101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110121",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1002_skilltree1.png"
+ },
+ "1002102": {
+ "id": "1002102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "WindAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconWindAddedRatio.png"
+ },
+ "1002202": {
+ "id": "1002202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1002101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1002202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1002102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1002205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1002103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1002208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1002208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100301",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110131",
+ "num": 3
+ },
+ {
+ "id": "111001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110132",
+ "num": 3
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110132",
+ "num": 5
+ },
+ {
+ "id": "111002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110133",
+ "num": 3
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110133",
+ "num": 8
+ },
+ {
+ "id": "111003",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1003_basic_atk.png"
+ },
+ "1003002": {
+ "id": "1003002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100302",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110131",
+ "num": 3
+ },
+ {
+ "id": "111001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110132",
+ "num": 3
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110132",
+ "num": 5
+ },
+ {
+ "id": "111002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110132",
+ "num": 7
+ },
+ {
+ "id": "111002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110133",
+ "num": 3
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110133",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110133",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100303",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110131",
+ "num": 3
+ },
+ {
+ "id": "111001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110132",
+ "num": 3
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110132",
+ "num": 5
+ },
+ {
+ "id": "111002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110132",
+ "num": 7
+ },
+ {
+ "id": "111002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110133",
+ "num": 3
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110133",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110133",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100304",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110131",
+ "num": 3
+ },
+ {
+ "id": "111001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110132",
+ "num": 3
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110132",
+ "num": 5
+ },
+ {
+ "id": "111002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110132",
+ "num": 7
+ },
+ {
+ "id": "111002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110133",
+ "num": 3
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110133",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110133",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100307",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1003_technique.png"
+ },
+ "1003101": {
+ "id": "1003101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110131",
+ "num": 3
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1003_skilltree1.png"
+ },
+ "1003102": {
+ "id": "1003102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "FireAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconFireAddedRatio.png"
+ },
+ "1003202": {
+ "id": "1003202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1003101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1003202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1003202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1003102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1003205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1003205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1003103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1003103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 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"
+ },
+ "1003210": {
+ "id": "1003210",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100401",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1004_basic_atk.png"
+ },
+ "1004002": {
+ "id": "1004002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100402",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110152",
+ "num": 7
+ },
+ {
+ "id": "112002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110153",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100403",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110152",
+ "num": 7
+ },
+ {
+ "id": "112002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110153",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100404",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110152",
+ "num": 7
+ },
+ {
+ "id": "112002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110153",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100407",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1004_technique.png"
+ },
+ "1004101": {
+ "id": "1004101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1004_skilltree1.png"
+ },
+ "1004102": {
+ "id": "1004102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1004202": {
+ "id": "1004202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1004101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1004202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1004203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1004102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1004205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1004206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1004103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1004103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1004201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100501",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1005_basic_atk.png"
+ },
+ "1005002": {
+ "id": "1005002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100502",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110152",
+ "num": 7
+ },
+ {
+ "id": "111012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110153",
+ "num": 5
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100503",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110152",
+ "num": 7
+ },
+ {
+ "id": "111012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110153",
+ "num": 5
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100504",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110152",
+ "num": 7
+ },
+ {
+ "id": "111012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110153",
+ "num": 5
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100507",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1005_technique.png"
+ },
+ "1005101": {
+ "id": "1005101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1005_skilltree1.png"
+ },
+ "1005102": {
+ "id": "1005102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1005202": {
+ "id": "1005202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1005101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1005202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1005203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1005102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1005205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1005206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1005103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1005103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1005201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100601",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "112011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "112012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "112013",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1006_basic_atk.png"
+ },
+ "1006002": {
+ "id": "1006002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100602",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "112011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "112012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110152",
+ "num": 7
+ },
+ {
+ "id": "112012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110153",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100603",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "112011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "112012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110152",
+ "num": 7
+ },
+ {
+ "id": "112012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110153",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100604",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "112011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110152",
+ "num": 3
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110152",
+ "num": 5
+ },
+ {
+ "id": "112012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110152",
+ "num": 7
+ },
+ {
+ "id": "112012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110153",
+ "num": 3
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110153",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110153",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100607",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1006_technique.png"
+ },
+ "1006101": {
+ "id": "1006101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110151",
+ "num": 3
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1006_skilltree1.png"
+ },
+ "1006102": {
+ "id": "1006102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1006202": {
+ "id": "1006202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1006101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1006202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1006203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1006102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1006205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1006206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1006103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1006103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1006201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100801",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1008_basic_atk.png"
+ },
+ "1008002": {
+ "id": "1008002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100802",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100803",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100804",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100807",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1008_technique.png"
+ },
+ "1008101": {
+ "id": "1008101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1008_skilltree1.png"
+ },
+ "1008102": {
+ "id": "1008102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1008202": {
+ "id": "1008202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1008101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1008202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1008203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1008102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1008205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1008206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1008103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1008208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1008208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100901",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "112001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "112002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "112003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1009_basic_atk.png"
+ },
+ "1009002": {
+ "id": "1009002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100902",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "112001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "112002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110162",
+ "num": 6
+ },
+ {
+ "id": "112002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "112003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110163",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100903",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "112001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "112002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110162",
+ "num": 6
+ },
+ {
+ "id": "112002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "112003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110163",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100904",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "112001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "112002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110162",
+ "num": 6
+ },
+ {
+ "id": "112002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "112003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110163",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "100907",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1009_technique.png"
+ },
+ "1009101": {
+ "id": "1009101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1009_skilltree1.png"
+ },
+ "1009102": {
+ "id": "1009102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "FireAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconFireAddedRatio.png"
+ },
+ "1009202": {
+ "id": "1009202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1009101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1009202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1009201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1009102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1009205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1009201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1009103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1009208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1009208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "101301",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1013_basic_atk.png"
+ },
+ "1013002": {
+ "id": "1013002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "101302",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110132",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110133",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "101303",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110132",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110133",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "101304",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110132",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110133",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "101307",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1013_technique.png"
+ },
+ "1013101": {
+ "id": "1013101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1013_skilltree1.png"
+ },
+ "1013102": {
+ "id": "1013102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "IceAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconIceAddedRatio.png"
+ },
+ "1013202": {
+ "id": "1013202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1013101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1013202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1013202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1013102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1013205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1013205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1013103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1013103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110101",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110161",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110162",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110162",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110163",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110163",
+ "num": 8
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1101_basic_atk.png"
+ },
+ "1101002": {
+ "id": "1101002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110102",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110161",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110162",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110162",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110162",
+ "num": 7
+ },
+ {
+ "id": "112002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110163",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110163",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110163",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110103",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110161",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110162",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110162",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110162",
+ "num": 7
+ },
+ {
+ "id": "112002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110163",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110163",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110163",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110104",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110161",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110162",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110162",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110162",
+ "num": 7
+ },
+ {
+ "id": "112002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110163",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110163",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110163",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110107",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1101_technique.png"
+ },
+ "1101101": {
+ "id": "1101101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110161",
+ "num": 3
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1101_skilltree1.png"
+ },
+ "1101102": {
+ "id": "1101102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "WindAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconWindAddedRatio.png"
+ },
+ "1101202": {
+ "id": "1101202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1101101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1101202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1101201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1101102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1101205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1101201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1101103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1101208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1101208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110201",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110121",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110122",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110122",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110123",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110123",
+ "num": 8
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1102_basic_atk.png"
+ },
+ "1102002": {
+ "id": "1102002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110202",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110121",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110122",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110122",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110122",
+ "num": 7
+ },
+ {
+ "id": "111012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110123",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110123",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110123",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110203",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110121",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110122",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110122",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110122",
+ "num": 7
+ },
+ {
+ "id": "111012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110123",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110123",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110123",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110204",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110121",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110122",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110122",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110122",
+ "num": 7
+ },
+ {
+ "id": "111012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110123",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110123",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110123",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110207",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1102_technique.png"
+ },
+ "1102101": {
+ "id": "1102101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110121",
+ "num": 3
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1102_skilltree1.png"
+ },
+ "1102102": {
+ "id": "1102102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1102202": {
+ "id": "1102202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1102101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1102202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1102102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1102205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1102103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1102208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1102208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 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"
+ }
+ },
+ "1103": {
+ "1103001": {
+ "id": "1103001",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110301",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "112001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "112002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "112003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1103_basic_atk.png"
+ },
+ "1103002": {
+ "id": "1103002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110302",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "112001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "112002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110132",
+ "num": 6
+ },
+ {
+ "id": "112002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "112003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110133",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110303",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "112001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "112002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110132",
+ "num": 6
+ },
+ {
+ "id": "112002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "112003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110133",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110304",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "112001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "112002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110132",
+ "num": 6
+ },
+ {
+ "id": "112002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "112003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110133",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110307",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1103_technique.png"
+ },
+ "1103101": {
+ "id": "1103101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1103_skilltree1.png"
+ },
+ "1103102": {
+ "id": "1103102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "CriticalChanceBase",
+ "value": 0.027
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconCriticalChance.png"
+ },
+ "1103202": {
+ "id": "1103202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1103101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1103202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1103202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1103102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1103205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1103205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1103103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1103103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110401",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110141",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110142",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110142",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110143",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110143",
+ "num": 8
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1104_basic_atk.png"
+ },
+ "1104002": {
+ "id": "1104002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110402",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110141",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110142",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110142",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110142",
+ "num": 7
+ },
+ {
+ "id": "112002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110143",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110143",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110143",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110403",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110141",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110142",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110142",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110142",
+ "num": 7
+ },
+ {
+ "id": "112002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110143",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110143",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110143",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110404",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110141",
+ "num": 3
+ },
+ {
+ "id": "112001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110142",
+ "num": 3
+ },
+ {
+ "id": "112002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110142",
+ "num": 5
+ },
+ {
+ "id": "112002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110142",
+ "num": 7
+ },
+ {
+ "id": "112002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110143",
+ "num": 3
+ },
+ {
+ "id": "112003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110143",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110143",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110407",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1104_technique.png"
+ },
+ "1104101": {
+ "id": "1104101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [
+ "1104201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110141",
+ "num": 3
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1104_skilltree1.png"
+ },
+ "1104102": {
+ "id": "1104102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [
+ "1104201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "IceAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconIceAddedRatio.png"
+ },
+ "1104202": {
+ "id": "1104202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1104101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1104202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1104102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1104205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1104103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1104208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1104208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110171",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110172",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110172",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110173",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110173",
+ "num": 6
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1105_basic_atk.png"
+ },
+ "1105002": {
+ "id": "1105002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110171",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110172",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110172",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110172",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110173",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110173",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110173",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110171",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110172",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110172",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110172",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110173",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110173",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110173",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110504",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110171",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110172",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110172",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110172",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110173",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110173",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110173",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110507",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1105_technique.png"
+ },
+ "1105101": {
+ "id": "1105101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110171",
+ "num": 2
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1105_skilltree1.png"
+ },
+ "1105102": {
+ "id": "1105102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "HPAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconMaxHP.png"
+ },
+ "1105202": {
+ "id": "1105202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1105101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1105202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1105203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1105102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1105205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1105206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1105103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1105103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110601",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1106_basic_atk.png"
+ },
+ "1106002": {
+ "id": "1106002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110602",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110152",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110153",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110603",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110152",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110153",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110604",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "111001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "111002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110152",
+ "num": 6
+ },
+ {
+ "id": "111002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "111003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110153",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110607",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1106_technique.png"
+ },
+ "1106101": {
+ "id": "1106101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1106_skilltree1.png"
+ },
+ "1106102": {
+ "id": "1106102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "IceAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconIceAddedRatio.png"
+ },
+ "1106202": {
+ "id": "1106202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1106101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1106202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1106203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1106102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1106205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1106206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1106103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1106103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1106201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110701",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "112011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "112012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "112013",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1107_basic_atk.png"
+ },
+ "1107002": {
+ "id": "1107002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110702",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "112011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "112012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110112",
+ "num": 7
+ },
+ {
+ "id": "112012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110113",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110703",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "112011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "112012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110112",
+ "num": 7
+ },
+ {
+ "id": "112012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110113",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110704",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "112011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "112012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110112",
+ "num": 7
+ },
+ {
+ "id": "112012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110113",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110707",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1107_technique.png"
+ },
+ "1107101": {
+ "id": "1107101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1107_skilltree1.png"
+ },
+ "1107102": {
+ "id": "1107102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1107202": {
+ "id": "1107202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1107101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1107202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1107203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1107102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1107205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1107206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1107103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1107208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1107208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110801",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1108_basic_atk.png"
+ },
+ "1108002": {
+ "id": "1108002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110802",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110152",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110153",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110803",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110152",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110153",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110804",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110152",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110153",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110807",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1108_technique.png"
+ },
+ "1108101": {
+ "id": "1108101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1108_skilltree1.png"
+ },
+ "1108102": {
+ "id": "1108102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1108202": {
+ "id": "1108202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1108101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1108202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1108203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1108102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1108205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1108206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1108103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1108103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1108201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110901",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1109_basic_atk.png"
+ },
+ "1109002": {
+ "id": "1109002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110902",
+ "num": 1
+ },
+ {
+ "id": "110909",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110903",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110904",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "110907",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1109_technique.png"
+ },
+ "1109101": {
+ "id": "1109101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1109_skilltree1.png"
+ },
+ "1109102": {
+ "id": "1109102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1109202": {
+ "id": "1109202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1109101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1109202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1109203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1109102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1109205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1109206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1109103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1109208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1109208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.08
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "112013",
+ "num": 6
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ }
+ },
+ "1111": {
+ "1111001": {
+ "id": "1111001",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "111101",
+ "num": 1
+ },
+ {
+ "id": "111108",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1111_basic_atk.png"
+ },
+ "1111002": {
+ "id": "1111002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "111102",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110152",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110153",
+ "num": 4
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "111103",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110152",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110153",
+ "num": 4
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "111104",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "112011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110152",
+ "num": 2
+ },
+ {
+ "id": "112012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110152",
+ "num": 4
+ },
+ {
+ "id": "112012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110152",
+ "num": 6
+ },
+ {
+ "id": "112012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110153",
+ "num": 2
+ },
+ {
+ "id": "112013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110153",
+ "num": 4
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "112013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "111107",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1111_technique.png"
+ },
+ "1111101": {
+ "id": "1111101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110151",
+ "num": 2
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1111_skilltree1.png"
+ },
+ "1111102": {
+ "id": "1111102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "112011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1111202": {
+ "id": "1111202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1111101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1111202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1111203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1111102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1111205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1111206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1111103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1111103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1111201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.08
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110153",
+ "num": 6
+ },
+ {
+ "id": "112013",
+ "num": 6
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ }
+ },
+ "1201": {
+ "1201001": {
+ "id": "1201001",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120101",
+ "num": 1
+ },
+ {
+ "id": "120108",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1201_basic_atk.png"
+ },
+ "1201002": {
+ "id": "1201002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120102",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110132",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110133",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120103",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110132",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110133",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120104",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110132",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110132",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110132",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110133",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110133",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110133",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120107",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1201_technique.png"
+ },
+ "1201101": {
+ "id": "1201101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110131",
+ "num": 2
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1201_skilltree1.png"
+ },
+ "1201102": {
+ "id": "1201102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1201202": {
+ "id": "1201202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1201101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1201202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1201202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1201102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1201205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1201205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1201103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1201103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120201",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "113001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "113002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "113003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1202_basic_atk.png"
+ },
+ "1202002": {
+ "id": "1202002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120202",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "113001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "113002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110162",
+ "num": 6
+ },
+ {
+ "id": "113002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "113003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110163",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120203",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "113001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "113002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110162",
+ "num": 6
+ },
+ {
+ "id": "113002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "113003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110163",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120204",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113001",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "113001",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "113002",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110162",
+ "num": 6
+ },
+ {
+ "id": "113002",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "113003",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110163",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120207",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1202_technique.png"
+ },
+ "1202101": {
+ "id": "1202101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1202_skilltree1.png"
+ },
+ "1202102": {
+ "id": "1202102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1202202": {
+ "id": "1202202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1202101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1202202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1202201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1202102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1202205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1202201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1202103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1202208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1202208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120301",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110171",
+ "num": 3
+ },
+ {
+ "id": "113011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110172",
+ "num": 3
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110172",
+ "num": 5
+ },
+ {
+ "id": "113012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110173",
+ "num": 3
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110173",
+ "num": 8
+ },
+ {
+ "id": "113013",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1203_basic_atk.png"
+ },
+ "1203002": {
+ "id": "1203002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120302",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110171",
+ "num": 3
+ },
+ {
+ "id": "113011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110172",
+ "num": 3
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110172",
+ "num": 5
+ },
+ {
+ "id": "113012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110172",
+ "num": 7
+ },
+ {
+ "id": "113012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110173",
+ "num": 3
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110173",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "113013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110173",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120303",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110171",
+ "num": 3
+ },
+ {
+ "id": "113011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110172",
+ "num": 3
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110172",
+ "num": 5
+ },
+ {
+ "id": "113012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110172",
+ "num": 7
+ },
+ {
+ "id": "113012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110173",
+ "num": 3
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110173",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "113013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110173",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120304",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110171",
+ "num": 3
+ },
+ {
+ "id": "113011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110172",
+ "num": 3
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110172",
+ "num": 5
+ },
+ {
+ "id": "113012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110172",
+ "num": 7
+ },
+ {
+ "id": "113012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110173",
+ "num": 3
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110173",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "113013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110173",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120307",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1203_technique.png"
+ },
+ "1203101": {
+ "id": "1203101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110171",
+ "num": 3
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1203_skilltree1.png"
+ },
+ "1203102": {
+ "id": "1203102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1203202": {
+ "id": "1203202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1203101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1203202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1203203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1203102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1203205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1203206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1203103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1203103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120401",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110131",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110132",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110132",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110133",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110133",
+ "num": 8
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1204_basic_atk.png"
+ },
+ "1204002": {
+ "id": "1204002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120402",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110131",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110132",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110132",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110132",
+ "num": 7
+ },
+ {
+ "id": "113002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110133",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110133",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110133",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120403",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110131",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110132",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110132",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110132",
+ "num": 7
+ },
+ {
+ "id": "113002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110133",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110133",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110133",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120404",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110131",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110132",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110132",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110132",
+ "num": 7
+ },
+ {
+ "id": "113002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110133",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110133",
+ "num": 5
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110133",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120407",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1204_technique.png"
+ },
+ "1204101": {
+ "id": "1204101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110131",
+ "num": 3
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1204_skilltree1.png"
+ },
+ "1204102": {
+ "id": "1204102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1204202": {
+ "id": "1204202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1204101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1204202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1204202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1204102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1204205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1204205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1204103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1204103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120501",
+ "num": 1
+ },
+ {
+ "id": "120508",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1205_basic_atk.png"
+ },
+ "1205002": {
+ "id": "1205002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120502",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110112",
+ "num": 7
+ },
+ {
+ "id": "113002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110113",
+ "num": 5
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120503",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110112",
+ "num": 7
+ },
+ {
+ "id": "113002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110113",
+ "num": 5
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120504",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110112",
+ "num": 7
+ },
+ {
+ "id": "113002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110113",
+ "num": 5
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120507",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1205_technique.png"
+ },
+ "1205101": {
+ "id": "1205101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1205_skilltree1.png"
+ },
+ "1205102": {
+ "id": "1205102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "HPAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconMaxHP.png"
+ },
+ "1205202": {
+ "id": "1205202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1205101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1205202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1205203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1205102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1205205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1205206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1205103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1205208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1205208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120601",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110121",
+ "num": 2
+ },
+ {
+ "id": "113011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110122",
+ "num": 2
+ },
+ {
+ "id": "113012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110122",
+ "num": 4
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110123",
+ "num": 2
+ },
+ {
+ "id": "113013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110123",
+ "num": 6
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1206_basic_atk.png"
+ },
+ "1206002": {
+ "id": "1206002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120602",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110121",
+ "num": 2
+ },
+ {
+ "id": "113011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110122",
+ "num": 2
+ },
+ {
+ "id": "113012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110122",
+ "num": 4
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110122",
+ "num": 6
+ },
+ {
+ "id": "113012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110123",
+ "num": 2
+ },
+ {
+ "id": "113013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110123",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110123",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120603",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110121",
+ "num": 2
+ },
+ {
+ "id": "113011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110122",
+ "num": 2
+ },
+ {
+ "id": "113012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110122",
+ "num": 4
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110122",
+ "num": 6
+ },
+ {
+ "id": "113012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110123",
+ "num": 2
+ },
+ {
+ "id": "113013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110123",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110123",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120604",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110121",
+ "num": 2
+ },
+ {
+ "id": "113011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110122",
+ "num": 2
+ },
+ {
+ "id": "113012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110122",
+ "num": 4
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110122",
+ "num": 6
+ },
+ {
+ "id": "113012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110123",
+ "num": 2
+ },
+ {
+ "id": "113013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110123",
+ "num": 4
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110123",
+ "num": 6
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120607",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1206_technique.png"
+ },
+ "1206101": {
+ "id": "1206101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110121",
+ "num": 2
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1206_skilltree1.png"
+ },
+ "1206102": {
+ "id": "1206102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1206202": {
+ "id": "1206202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1206101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1206202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1206102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1206205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1206103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1206208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1206208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120701",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "113011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "113012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "113013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1207_basic_atk.png"
+ },
+ "1207002": {
+ "id": "1207002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120702",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "113011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "113012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110162",
+ "num": 6
+ },
+ {
+ "id": "113012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "113013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110163",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120703",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "113011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "113012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110162",
+ "num": 6
+ },
+ {
+ "id": "113012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "113013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110163",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120704",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "113011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110162",
+ "num": 2
+ },
+ {
+ "id": "113012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110162",
+ "num": 4
+ },
+ {
+ "id": "113012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110162",
+ "num": 6
+ },
+ {
+ "id": "113012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110163",
+ "num": 2
+ },
+ {
+ "id": "113013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110163",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "113013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120707",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1207_technique.png"
+ },
+ "1207101": {
+ "id": "1207101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110161",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1207_skilltree1.png"
+ },
+ "1207102": {
+ "id": "1207102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "ImaginaryAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "113011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconImaginaryAddedRatio.png"
+ },
+ "1207202": {
+ "id": "1207202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1207101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1207202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1207201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1207102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1207205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1207201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1207103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1207208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1207208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "ImaginaryAddedRatio",
+ "value": 0.064
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110163",
+ "num": 6
+ },
+ {
+ "id": "113013",
+ "num": 6
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconImaginaryAddedRatio.png"
+ }
+ },
+ "1209": {
+ "1209001": {
+ "id": "1209001",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120901",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110121",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110122",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110122",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110123",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110123",
+ "num": 8
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1209_basic_atk.png"
+ },
+ "1209002": {
+ "id": "1209002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120902",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110121",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110122",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110122",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110122",
+ "num": 7
+ },
+ {
+ "id": "111012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110123",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110123",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110123",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120903",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110121",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110122",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110122",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110122",
+ "num": 7
+ },
+ {
+ "id": "111012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110123",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110123",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110123",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120904",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110121",
+ "num": 3
+ },
+ {
+ "id": "111011",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110122",
+ "num": 3
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110122",
+ "num": 5
+ },
+ {
+ "id": "111012",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110122",
+ "num": 7
+ },
+ {
+ "id": "111012",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110123",
+ "num": 3
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110123",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110123",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "120907",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1209_technique.png"
+ },
+ "1209101": {
+ "id": "1209101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110121",
+ "num": 3
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1209_skilltree1.png"
+ },
+ "1209102": {
+ "id": "1209102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "1209202": {
+ "id": "1209202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1209101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1209202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1209102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1209205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1209103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1209208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1209208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 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"
+ }
+ },
+ "1211": {
+ "1211001": {
+ "id": "1211001",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121101",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110171",
+ "num": 3
+ },
+ {
+ "id": "111001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110172",
+ "num": 3
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110172",
+ "num": 5
+ },
+ {
+ "id": "111002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110173",
+ "num": 3
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110173",
+ "num": 8
+ },
+ {
+ "id": "111003",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1211_basic_atk.png"
+ },
+ "1211002": {
+ "id": "1211002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121102",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110171",
+ "num": 3
+ },
+ {
+ "id": "111001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110172",
+ "num": 3
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110172",
+ "num": 5
+ },
+ {
+ "id": "111002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110172",
+ "num": 7
+ },
+ {
+ "id": "111002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110173",
+ "num": 3
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110173",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110173",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121103",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110171",
+ "num": 3
+ },
+ {
+ "id": "111001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110172",
+ "num": 3
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110172",
+ "num": 5
+ },
+ {
+ "id": "111002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110172",
+ "num": 7
+ },
+ {
+ "id": "111002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110173",
+ "num": 3
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110173",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110173",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121104",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110171",
+ "num": 3
+ },
+ {
+ "id": "111001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110172",
+ "num": 3
+ },
+ {
+ "id": "111002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110172",
+ "num": 5
+ },
+ {
+ "id": "111002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110172",
+ "num": 7
+ },
+ {
+ "id": "111002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110173",
+ "num": 3
+ },
+ {
+ "id": "111003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110173",
+ "num": 5
+ },
+ {
+ "id": "110502",
+ "num": 1
+ },
+ {
+ "id": "111003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110173",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121107",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1211_technique.png"
+ },
+ "1211101": {
+ "id": "1211101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110171",
+ "num": 3
+ },
+ {
+ "id": "110502",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1211_skilltree1.png"
+ },
+ "1211102": {
+ "id": "1211102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "HPAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "111001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconMaxHP.png"
+ },
+ "1211202": {
+ "id": "1211202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1211101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1211202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1211203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1211102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1211205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1211206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1211103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1211103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "HPAddedRatio",
+ "value": 0.08
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110173",
+ "num": 8
+ },
+ {
+ "id": "111003",
+ "num": 8
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconMaxHP.png"
+ }
+ },
+ "1213": {
+ "1213001": {
+ "id": "1213001",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121301",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1213_basic_atk.png"
+ },
+ "1213002": {
+ "id": "1213002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121302",
+ "num": 1
+ },
+ {
+ "id": "121308",
+ "num": 1
+ },
+ {
+ "id": "121310",
+ "num": 1
+ },
+ {
+ "id": "121312",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110112",
+ "num": 7
+ },
+ {
+ "id": "113002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110113",
+ "num": 5
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121303",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110112",
+ "num": 7
+ },
+ {
+ "id": "113002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110113",
+ "num": 5
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121304",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "113001",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 10000
+ },
+ {
+ "id": "110112",
+ "num": 3
+ },
+ {
+ "id": "113002",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 20000
+ },
+ {
+ "id": "110112",
+ "num": 5
+ },
+ {
+ "id": "113002",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 30000
+ },
+ {
+ "id": "110112",
+ "num": 7
+ },
+ {
+ "id": "113002",
+ "num": 6
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 45000
+ },
+ {
+ "id": "110113",
+ "num": 3
+ },
+ {
+ "id": "113003",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 80000
+ },
+ {
+ "id": "110113",
+ "num": 5
+ },
+ {
+ "id": "110503",
+ "num": 1
+ },
+ {
+ "id": "113003",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 160000
+ },
+ {
+ "id": "110113",
+ "num": 8
+ },
+ {
+ "id": "241",
+ "num": 1
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "121307",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/1213_technique.png"
+ },
+ "1213101": {
+ "id": "1213101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 5000
+ },
+ {
+ "id": "110111",
+ "num": 3
+ },
+ {
+ "id": "110503",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/1213_skilltree1.png"
+ },
+ "1213102": {
+ "id": "1213102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "ImaginaryAddedRatio",
+ "value": 0.032
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2500
+ },
+ {
+ "id": "113001",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconImaginaryAddedRatio.png"
+ },
+ "1213202": {
+ "id": "1213202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "1213101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "1213202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "1213203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "1213102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "1213205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "1213206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "1213103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "1213208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "1213208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800101",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/8001_basic_atk.png"
+ },
+ "8001002": {
+ "id": "8001002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800102",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800103",
+ "num": 1
+ },
+ {
+ "id": "800108",
+ "num": 1
+ },
+ {
+ "id": "800109",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800104",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800107",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/8001_technique.png"
+ },
+ "8001101": {
+ "id": "8001101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/8001_skilltree1.png"
+ },
+ "8001102": {
+ "id": "8001102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "8001202": {
+ "id": "8001202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "8001101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "8001202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "8001203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "8001102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "8001205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "8001206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "8001103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "8001208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "8001208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800201",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/8002_basic_atk.png"
+ },
+ "8002002": {
+ "id": "8002002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800202",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800203",
+ "num": 1
+ },
+ {
+ "id": "800208",
+ "num": 1
+ },
+ {
+ "id": "800209",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800204",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110112",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110112",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110112",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110113",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110113",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110113",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800207",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/8002_technique.png"
+ },
+ "8002101": {
+ "id": "8002101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110111",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/8002_skilltree1.png"
+ },
+ "8002102": {
+ "id": "8002102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "AttackAddedRatio",
+ "value": 0.04
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconAttack.png"
+ },
+ "8002202": {
+ "id": "8002202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "8002101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "8002202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [
+ "8002203"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "8002102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "8002205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [
+ "8002206"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "8002103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "8002208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "8002208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800301",
+ "num": 1
+ },
+ {
+ "id": "800308",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/8003_basic_atk.png"
+ },
+ "8003002": {
+ "id": "8003002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800302",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110142",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110143",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800303",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110142",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110143",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800304",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110142",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110143",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800307",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/8003_technique.png"
+ },
+ "8003101": {
+ "id": "8003101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [
+ "8003201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/8003_skilltree1.png"
+ },
+ "8003102": {
+ "id": "8003102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [
+ "8003201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "DefenceAddedRatio",
+ "value": 0.05
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconDefence.png"
+ },
+ "8003202": {
+ "id": "8003202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "8003101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "8003202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "8003102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "8003205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "8003103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "8003208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "8003208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 6,
+ "anchor": "Point01",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800401",
+ "num": 1
+ },
+ {
+ "id": "800408",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/8004_basic_atk.png"
+ },
+ "8004002": {
+ "id": "8004002",
+ "max_level": 10,
+ "anchor": "Point02",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800402",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110142",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110143",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point03",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800403",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110142",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110143",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 10,
+ "anchor": "Point04",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800404",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ },
+ {
+ "promotion": 1,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "111011",
+ "num": 4
+ }
+ ]
+ },
+ {
+ "promotion": 3,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 8000
+ },
+ {
+ "id": "110142",
+ "num": 2
+ },
+ {
+ "id": "111012",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 16000
+ },
+ {
+ "id": "110142",
+ "num": 4
+ },
+ {
+ "id": "111012",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 4,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 24000
+ },
+ {
+ "id": "110142",
+ "num": 6
+ },
+ {
+ "id": "111012",
+ "num": 5
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 36000
+ },
+ {
+ "id": "110143",
+ "num": 2
+ },
+ {
+ "id": "111013",
+ "num": 2
+ }
+ ]
+ },
+ {
+ "promotion": 5,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 64000
+ },
+ {
+ "id": "110143",
+ "num": 4
+ },
+ {
+ "id": "110501",
+ "num": 1
+ },
+ {
+ "id": "111013",
+ "num": 3
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ },
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point05",
+ "pre_points": [],
+ "level_up_skills": [
+ {
+ "id": "800407",
+ "num": 1
+ }
+ ],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [],
+ "materials": []
+ }
+ ],
+ "icon": "icon/skill/8004_technique.png"
+ },
+ "8004101": {
+ "id": "8004101",
+ "max_level": 1,
+ "anchor": "Point06",
+ "pre_points": [
+ "8004201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "properties": [],
+ "materials": [
+ {
+ "id": "2",
+ "num": 4000
+ },
+ {
+ "id": "110141",
+ "num": 2
+ },
+ {
+ "id": "110501",
+ "num": 1
+ }
+ ]
+ }
+ ],
+ "icon": "icon/skill/8004_skilltree1.png"
+ },
+ "8004102": {
+ "id": "8004102",
+ "max_level": 1,
+ "anchor": "Point07",
+ "pre_points": [
+ "8004201"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point08",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point09",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "DefenceAddedRatio",
+ "value": 0.05
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 2000
+ },
+ {
+ "id": "111011",
+ "num": 2
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconDefence.png"
+ },
+ "8004202": {
+ "id": "8004202",
+ "max_level": 1,
+ "anchor": "Point10",
+ "pre_points": [
+ "8004101"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 2,
+ "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",
+ "max_level": 1,
+ "anchor": "Point11",
+ "pre_points": [
+ "8004202"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point12",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 3,
+ "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",
+ "max_level": 1,
+ "anchor": "Point13",
+ "pre_points": [
+ "8004102"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 4,
+ "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",
+ "max_level": 1,
+ "anchor": "Point14",
+ "pre_points": [
+ "8004205"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point15",
+ "pre_points": [],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 5,
+ "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",
+ "max_level": 1,
+ "anchor": "Point16",
+ "pre_points": [
+ "8004103"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 6,
+ "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",
+ "max_level": 1,
+ "anchor": "Point17",
+ "pre_points": [
+ "8004208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "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",
+ "max_level": 1,
+ "anchor": "Point18",
+ "pre_points": [
+ "8004208"
+ ],
+ "level_up_skills": [],
+ "levels": [
+ {
+ "promotion": 0,
+ "properties": [
+ {
+ "type": "DefenceAddedRatio",
+ "value": 0.1
+ }
+ ],
+ "materials": [
+ {
+ "id": "2",
+ "num": 128000
+ },
+ {
+ "id": "110143",
+ "num": 6
+ },
+ {
+ "id": "111013",
+ "num": 6
+ }
+ ]
+ }
+ ],
+ "icon": "icon/property/IconDefence.png"
+ }
+ }
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/rankId2Name_mapping_1.1.0.json b/StarRailUID/utils/map/data/rankId2Name_mapping_1.1.0.json
deleted file mode 100644
index 9a4a061..0000000
--- a/StarRailUID/utils/map/data/rankId2Name_mapping_1.1.0.json
+++ /dev/null
@@ -1 +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": "随时准备打坏人", "120101": "散勇化骁摸幺鱼", "120102": "棋枰作枕好入眠", "120103": "观琼视茕门前清", "120104": "帝垣翔鳞和绝张", "120105": "七星流离全不靠", "120106": "虚心平意候枭卢", "120201": "春风得意,时运驰骋", "120202": "君子惠渥,晏笑承之", "120203": "青丘遗泽", "120204": "鸣火机变,度时察势", "120205": "绥绥狐魅", "120206": "和气生财,泽盈四方", "120301": "濯洗生者", "120302": "净庭赐礼", "120303": "愚人试探", "120304": "荆冠审判", "120305": "受难之痕", "120306": "皆归尘土", "120401": "星流霆击碎昆冈", "120402": "戎戈动地开天阵", "120403": "移锋惊电冲霄汉", "120404": "刃卷横云落玉沙", "120405": "百战弃躯轻死生", "120406": "威灵有应破敌雠", "120601": "游刃有余", "120602": "其身百炼", "120603": "传古剑流", "120604": "其心百辟", "120605": "太虚神意", "120606": "上善若水", "120701": "天舶飞将,枕弧待战", "120702": "青霄驰骋,驱驭苍穹", "120703": "危弓未辍,执射不宁", "120704": "百里闻风,九曲响镝", "120705": "井仪贯侯,疾羽参连", "120706": "弦栝如雷,铣珧激荡", "120901": "素刃", "120902": "空明", "120903": "剑胎", "120904": "霜厉", "120905": "武骨", "120906": "自在", "121101": "百脉甘津宁神久", "121102": "壶中洞天云螭眠", "121103": "掌间乾坤便通玄", "121104": "肘后备急除外障", "121105": "方定一倾浣俗尘", "121106": "龙漦吐哺胜金丹", "800101": "坠临万界的星芒", "800102": "因缘假合的人身", "800103": "揭示前路的言灵", "800104": "凝眸毁灭的瞬间", "800105": "劫余重生的希望", "800106": "拓宇行天的意志", "800201": "坠临万界的星芒", "800202": "因缘假合的人身", "800203": "揭示前路的言灵", "800204": "凝眸毁灭的瞬间", "800205": "劫余重生的希望", "800206": "拓宇行天的意志", "800301": "大地芯髓的鸣动", "800302": "古老寒铁的坚守", "800303": "砌造未来的蓝图", "800304": "驻留文明的誓言", "800305": "点燃光焰的勇气", "800306": "永屹城垣的壁垒", "800401": "大地芯髓的鸣动", "800402": "古老寒铁的坚守", "800403": "砌造未来的蓝图", "800404": "驻留文明的誓言", "800405": "点燃光焰的勇气", "800406": "永屹城垣的壁垒"}
diff --git a/StarRailUID/utils/map/data/rankId2Name_mapping_1.2.0.json b/StarRailUID/utils/map/data/rankId2Name_mapping_1.2.0.json
new file mode 100644
index 0000000..aa045ba
--- /dev/null
+++ b/StarRailUID/utils/map/data/rankId2Name_mapping_1.2.0.json
@@ -0,0 +1,200 @@
+{
+ "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": "随时准备打坏人",
+ "111101": "争斗不休",
+ "111102": "敌弱,我强",
+ "111103": "为擂台而生",
+ "111104": "百折不回",
+ "111105": "地火之魂",
+ "111106": "冠军应得的喝彩",
+ "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": "弦栝如雷,铣珧激荡",
+ "120901": "素刃",
+ "120902": "空明",
+ "120903": "剑胎",
+ "120904": "霜厉",
+ "120905": "武骨",
+ "120906": "自在",
+ "121101": "百脉甘津宁神久",
+ "121102": "壶中洞天云螭眠",
+ "121103": "掌间乾坤便通玄",
+ "121104": "肘后备急除外障",
+ "121105": "方定一倾浣俗尘",
+ "121106": "龙漦吐哺胜金丹",
+ "121301": "test_萦天",
+ "121302": "test_九斿",
+ "121303": "test_云旂",
+ "121304": "test_嘲风",
+ "121305": "test_偃蹇",
+ "121306": "test_见谯",
+ "800101": "坠临万界的星芒",
+ "800102": "因缘假合的人身",
+ "800103": "揭示前路的言灵",
+ "800104": "凝眸毁灭的瞬间",
+ "800105": "劫余重生的希望",
+ "800106": "拓宇行天的意志",
+ "800201": "坠临万界的星芒",
+ "800202": "因缘假合的人身",
+ "800203": "揭示前路的言灵",
+ "800204": "凝眸毁灭的瞬间",
+ "800205": "劫余重生的希望",
+ "800206": "拓宇行天的意志",
+ "800301": "大地芯髓的鸣动",
+ "800302": "古老寒铁的坚守",
+ "800303": "砌造未来的蓝图",
+ "800304": "驻留文明的誓言",
+ "800305": "点燃光焰的勇气",
+ "800306": "永屹城垣的壁垒",
+ "800401": "大地芯髓的鸣动",
+ "800402": "古老寒铁的坚守",
+ "800403": "砌造未来的蓝图",
+ "800404": "驻留文明的誓言",
+ "800405": "点燃光焰的勇气",
+ "800406": "永屹城垣的壁垒"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/skillId2AttackType_mapping_1.1.0.json b/StarRailUID/utils/map/data/skillId2AttackType_mapping_1.1.0.json
deleted file mode 100644
index 906161a..0000000
--- a/StarRailUID/utils/map/data/skillId2AttackType_mapping_1.1.0.json
+++ /dev/null
@@ -1 +0,0 @@
-{"100101": "Normal", "100103": "Ultra", "100104": "", "100106": "MazeNormal", "100107": "Maze", "100201": "Normal", "100202": "BPSkill", "100203": "Ultra", "100206": "MazeNormal", "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", "100906": "MazeNormal", "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", "110306": "MazeNormal", "110401": "Normal", "110402": "BPSkill", "110403": "Ultra", "110404": "", "110406": "MazeNormal", "110407": "Maze", "110501": "Normal", "110502": "BPSkill", "110503": "Ultra", "110504": "", "110506": "MazeNormal", "110601": "Normal", "110602": "BPSkill", "110606": "MazeNormal", "110701": "Normal", "110702": "BPSkill", "110704": "", "110706": "MazeNormal", "110707": "Maze", "110801": "Normal", "110802": "BPSkill", "110803": "Ultra", "110804": "", "110806": "MazeNormal", "110807": "Maze", "110901": "Normal", "110902": "BPSkill", "110903": "Ultra", "110904": "", "110906": "MazeNormal", "110907": "Maze", "110909": "BPSkill", "120101": "Normal", "120108": "Normal", "120102": "BPSkill", "120103": "Ultra", "120106": "MazeNormal", "120201": "Normal", "120204": "", "120206": "MazeNormal", "120207": "Maze", "120601": "Normal", "120602": "BPSkill", "120603": "Ultra", "120604": "", "120606": "MazeNormal", "120607": "Maze", "120701": "Normal", "120702": "BPSkill", "120703": "Ultra", "120706": "MazeNormal", "120901": "Normal", "120902": "BPSkill", "120903": "Ultra", "120906": "MazeNormal", "120907": "Maze", "121101": "Normal", "121102": "BPSkill", "121103": "Ultra", "121104": "", "121106": "MazeNormal", "121107": "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", "100606": "MazeNormal", "120401": "Normal", "120402": "BPSkill", "120403": "Ultra", "120404": "", "120406": "MazeNormal", "120407": "Maze", "909807": "Maze", "110603": "Ultra", "120202": "BPSkill", "110507": "Maze", "120302": "BPSkill", "120303": "Ultra", "100102": "BPSkill", "120301": "Normal", "120306": "MazeNormal", "120904": "", "100603": "Ultra", "120203": "Ultra", "100204": "", "100602": "BPSkill", "110703": "Ultra", "100207": "Maze", "100604": "", "100607": "Maze", "100904": "", "100907": "Maze", "110304": "", "110307": "Maze", "110604": "", "110607": "Maze", "120104": "", "120107": "Maze", "120304": "", "120307": "Maze", "120704": "", "120707": "Maze"}
diff --git a/StarRailUID/utils/map/data/skillId2AttackType_mapping_1.2.0.json b/StarRailUID/utils/map/data/skillId2AttackType_mapping_1.2.0.json
new file mode 100644
index 0000000..e2a7bc0
--- /dev/null
+++ b/StarRailUID/utils/map/data/skillId2AttackType_mapping_1.2.0.json
@@ -0,0 +1,215 @@
+{
+ "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",
+ "100503": "Ultra",
+ "100506": "MazeNormal",
+ "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",
+ "110803": "Ultra",
+ "110804": "",
+ "110806": "MazeNormal",
+ "110807": "Maze",
+ "110901": "Normal",
+ "110902": "BPSkill",
+ "110903": "Ultra",
+ "110904": "",
+ "110906": "MazeNormal",
+ "110907": "Maze",
+ "110909": "BPSkill",
+ "111101": "Normal",
+ "111102": "BPSkill",
+ "111103": "Ultra",
+ "111106": "MazeNormal",
+ "111107": "Maze",
+ "120101": "Normal",
+ "120108": "Normal",
+ "120102": "BPSkill",
+ "120103": "Ultra",
+ "120104": "",
+ "120106": "MazeNormal",
+ "120107": "Maze",
+ "120201": "Normal",
+ "120203": "Ultra",
+ "120204": "",
+ "120206": "MazeNormal",
+ "120207": "Maze",
+ "120301": "Normal",
+ "120306": "MazeNormal",
+ "120307": "Maze",
+ "120501": "Normal",
+ "120508": "Normal",
+ "120502": "BPSkill",
+ "120504": "",
+ "120506": "MazeNormal",
+ "120507": "Maze",
+ "120601": "Normal",
+ "120602": "BPSkill",
+ "120603": "Ultra",
+ "120604": "",
+ "120606": "MazeNormal",
+ "120607": "Maze",
+ "120701": "Normal",
+ "120702": "BPSkill",
+ "120703": "Ultra",
+ "120704": "",
+ "120706": "MazeNormal",
+ "120707": "Maze",
+ "120901": "Normal",
+ "120902": "BPSkill",
+ "120903": "Ultra",
+ "120906": "MazeNormal",
+ "120907": "Maze",
+ "121101": "Normal",
+ "121102": "BPSkill",
+ "121103": "Ultra",
+ "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",
+ "120202": "BPSkill",
+ "110507": "Maze",
+ "120302": "BPSkill",
+ "120303": "Ultra",
+ "120304": "",
+ "100102": "BPSkill",
+ "121309": "BPSkill",
+ "111104": "",
+ "100502": "BPSkill",
+ "111108": "Normal",
+ "120904": "",
+ "121104": "",
+ "120503": "Ultra",
+ "100504": "",
+ "100507": "Maze"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/skillId2Name_mapping_1.1.0.json b/StarRailUID/utils/map/data/skillId2Name_mapping_1.1.0.json
deleted file mode 100644
index ba0a9f7..0000000
--- a/StarRailUID/utils/map/data/skillId2Name_mapping_1.1.0.json
+++ /dev/null
@@ -1 +0,0 @@
-{"100101": "极寒的弓矢", "100103": "冰刻箭雨之时", "100104": "少女的特权", "100106": "攻击", "100107": "冻人的瞬间", "100201": "云骑枪术•朔风", "100202": "云骑枪术•疾雨", "100203": "洞天幻化,长梦一觉", "100206": "攻击", "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": "星空祝言", "100906": "攻击", "101301": "看什么看", "101302": "一锤子买卖", "101303": "是魔法,我加了魔法", "101304": "还是我来吧", "101306": "攻击", "101307": "可以优化一下", "110101": "驭风的子弹", "110102": "作战再部署", "110103": "贝洛伯格进行曲", "110104": "先人一步", "110106": "攻击", "110107": "在旗帜下", "110201": "强袭", "110202": "归刃", "110203": "乱蝶", "110204": "再现", "110206": "攻击", "110207": "幻身", "110301": "雷鸣音阶", "110302": "电光石火间", "110303": "机械热潮登场!", "110306": "攻击", "110401": "一意之拳", "110402": "震慑之击", "110403": "永屹之壁", "110404": "不屈之身", "110406": "攻击", "110407": "有情之证", "110501": "仁慈的背面", "110502": "爱,救护与抉择", "110503": "新生之礼", "110504": "生机焕发", "110506": "攻击", "110601": "冰点射击", "110602": "低温妨害", "110606": "攻击", "110701": "我也想帮上忙", "110702": "史瓦罗在看着你", "110704": "因为我们是家人", "110706": "攻击", "110707": "胜利的小小代价", "110801": "酷炫的刀花", "110802": "反复横跳的爱", "110803": "惊喜礼盒", "110804": "撕风的匕首", "110806": "攻击", "110807": "你最闪亮", "110901": "喂!小心火烛", "110902": "嘿!记得虎克吗", "110903": "轰!飞来焰火", "110904": "哈!火上浇油", "110906": "攻击", "110907": "哎!瞧这一团糟", "110909": "嘿!记得虎克吗", "120101": "门前清", "120108": "杠上开花!", "120102": "海底捞月", "120103": "四幺暗刻?和!", "120106": "攻击", "120201": "逐客令", "120204": "紫电扶摇", "120206": "攻击", "120207": "惠风和畅", "120601": "云骑剑经 • 素霓", "120602": "云骑剑经 • 山倾", "120603": "太虚形蕴 • 烛夜", "120604": "游刃若水", "120606": "攻击", "120607": "云骑剑经 • 叩阵", "120701": "流镝", "120702": "天阙鸣弦", "120703": "贯云饮羽", "120706": "攻击", "120901": "霜锋点寒芒", "120902": "遥击三尺水", "120903": "快雨燕相逐", "120906": "攻击", "120907": "御剑真诀", "121101": "望 、闻、问…蹴!", "121102": "云吟乍涌坠珠露", "121103": "匏蛟跃渊先雷音", "121104": "奔走悬壶济世长", "121106": "攻击", "121107": "徜徉灵泽病恙短", "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": "|系统警告|", "100606": "攻击", "120401": "石火流光", "120402": "紫霄震曜", "120403": "吾身光明", "120404": "斩勘神形", "120406": "攻击", "120407": "摄召威灵", "909807": "dev_秘技", "110603": "领域压制", "120202": "祥音和韵", "110507": "催眠研习", "120302": "白花的祈望", "120303": "归葬的遂愿", "100102": "可爱即是正义", "120301": "黑渊的棘刺", "120306": "攻击", "120904": "呼剑如影", "100603": "|账号已封禁|", "120203": "庆云光覆仪祷", "100204": "寸长寸强", "100602": "是否允许更改?", "110703": "是约定不是命令", "100207": "破敌锋芒", "100604": "等待程序响应…", "100607": "|强制结束进程|", "100904": "天象学", "100907": "灵光一现", "110304": "燃情和弦", "110307": "晚安,贝洛伯格", "110604": "数据采集", "110607": "先发制人", "120104": "帝垣琼玉", "120107": "独弈之乐", "120304": "生息的轮转", "120307": "愚者的悲悯", "120704": "箭彻七札", "120707": "云鸢逐风"}
diff --git a/StarRailUID/utils/map/data/skillId2Name_mapping_1.2.0.json b/StarRailUID/utils/map/data/skillId2Name_mapping_1.2.0.json
new file mode 100644
index 0000000..f4a64c0
--- /dev/null
+++ b/StarRailUID/utils/map/data/skillId2Name_mapping_1.2.0.json
@@ -0,0 +1,215 @@
+{
+ "100101": "极寒的弓矢",
+ "100103": "冰刻箭雨之时",
+ "100104": "少女的特权",
+ "100106": "攻击",
+ "100107": "冻人的瞬间",
+ "100201": "云骑枪术•朔风",
+ "100202": "云骑枪术•疾雨",
+ "100203": "洞天幻化,长梦一觉",
+ "100204": "寸长寸强",
+ "100206": "攻击",
+ "100207": "破敌锋芒",
+ "100301": "武装调律",
+ "100302": "熔核爆裂",
+ "100303": "天坠之火",
+ "100304": "乘胜追击",
+ "100306": "攻击",
+ "100307": "不完全燃烧",
+ "100401": "重力压制",
+ "100402": "虚空断界",
+ "100403": "拟似黑洞",
+ "100404": "时空扭曲",
+ "100406": "攻击",
+ "100407": "画地为牢",
+ "100501": "夜间喧嚣不止",
+ "100503": "悲剧尽头的颤音",
+ "100506": "攻击",
+ "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": "反复横跳的爱",
+ "110803": "惊喜礼盒",
+ "110804": "撕风的匕首",
+ "110806": "攻击",
+ "110807": "你最闪亮",
+ "110901": "喂!小心火烛",
+ "110902": "嘿!记得虎克吗",
+ "110903": "轰!飞来焰火",
+ "110904": "哈!火上浇油",
+ "110906": "攻击",
+ "110907": "哎!瞧这一团糟",
+ "110909": "嘿!记得虎克吗",
+ "111101": "直冲拳",
+ "111102": "裂伤拳",
+ "111103": "制胜一击",
+ "111106": "攻击",
+ "111107": "抢先者",
+ "120101": "门前清",
+ "120108": "杠上开花!",
+ "120102": "海底捞月",
+ "120103": "四幺暗刻?和!",
+ "120104": "帝垣琼玉",
+ "120106": "攻击",
+ "120107": "独弈之乐",
+ "120201": "逐客令",
+ "120203": "庆云光覆仪祷",
+ "120204": "紫电扶摇",
+ "120206": "攻击",
+ "120207": "惠风和畅",
+ "120301": "黑渊的棘刺",
+ "120306": "攻击",
+ "120307": "愚者的悲悯",
+ "120501": "支离剑",
+ "120508": "无间剑树",
+ "120502": "地狱变",
+ "120504": "倏忽恩赐",
+ "120506": "攻击",
+ "120507": "业途风",
+ "120601": "云骑剑经 • 素霓",
+ "120602": "云骑剑经 • 山倾",
+ "120603": "太虚形蕴 • 烛夜",
+ "120604": "游刃若水",
+ "120606": "攻击",
+ "120607": "云骑剑经 • 叩阵",
+ "120701": "流镝",
+ "120702": "天阙鸣弦",
+ "120703": "贯云饮羽",
+ "120704": "箭彻七札",
+ "120706": "攻击",
+ "120707": "云鸢逐风",
+ "120901": "霜锋点寒芒",
+ "120902": "遥击三尺水",
+ "120903": "快雨燕相逐",
+ "120906": "攻击",
+ "120907": "御剑真诀",
+ "121101": "望 、闻、问…蹴!",
+ "121102": "云吟乍涌坠珠露",
+ "121103": "匏蛟跃渊先雷音",
+ "121106": "攻击",
+ "121107": "徜徉灵泽病恙短",
+ "121301": "test_泽芝",
+ "121308": "test_瞬华",
+ "121310": "test_天矢阴",
+ "121312": "test_盘拏耀跃",
+ "121302": "test_龙力自在",
+ "121303": "test_苍龙傲睨,劫水濯世",
+ "121304": "test_亢心",
+ "121306": "攻击",
+ "121307": "test_掣空如虹",
+ "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": "领域压制",
+ "120202": "祥音和韵",
+ "110507": "催眠研习",
+ "120302": "白花的祈望",
+ "120303": "归葬的遂愿",
+ "120304": "生息的轮转",
+ "100102": "可爱即是正义",
+ "121309": "test_取消战技",
+ "111104": "火花四溅",
+ "100502": "月光摩挲连绵",
+ "111108": "直冲碎天拳",
+ "120904": "呼剑如影",
+ "121104": "奔走悬壶济世长",
+ "120503": "大辟万死",
+ "100504": "温柔亦同残酷",
+ "100507": "宽恕无关慈悲"
+}
\ No newline at end of file
diff --git a/StarRailUID/utils/map/data/skillId2Type_mapping_1.1.0.json b/StarRailUID/utils/map/data/skillId2Type_mapping_1.1.0.json
deleted file mode 100644
index bafedb2..0000000
--- a/StarRailUID/utils/map/data/skillId2Type_mapping_1.1.0.json
+++ /dev/null
@@ -1 +0,0 @@
-{"100101": "单攻", "100103": "群攻", "100104": "单攻", "100106": "", "100107": "", "100201": "单攻", "100202": "单攻", "100203": "单攻", "100206": "", "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": "辅助", "100906": "", "101301": "单攻", "101302": "群攻", "101303": "群攻", "101304": "群攻", "101306": "", "101307": "强化", "110101": "单攻", "110102": "辅助", "110103": "辅助", "110104": "强化", "110106": "", "110107": "辅助", "110201": "单攻", "110202": "单攻", "110203": "单攻", "110204": "强化", "110206": "", "110207": "强化", "110301": "单攻", "110302": "扩散", "110303": "群攻", "110306": "", "110401": "单攻", "110402": "妨害", "110403": "防御", "110404": "回复", "110406": "", "110407": "防御", "110501": "单攻", "110502": "回复", "110503": "回复", "110504": "强化", "110506": "", "110601": "单攻", "110602": "妨害", "110606": "", "110701": "单攻", "110702": "群攻", "110704": "单攻", "110706": "", "110707": "", "110801": "单攻", "110802": "弹射", "110803": "妨害", "110804": "强化", "110806": "", "110807": "妨害", "110901": "单攻", "110902": "单攻", "110903": "单攻", "110904": "强化", "110906": "", "110907": "", "110909": "扩散", "120101": "单攻", "120108": "扩散", "120102": "强化", "120103": "群攻", "120106": "", "120201": "单攻", "120204": "强化", "120206": "", "120207": "辅助", "120601": "单攻", "120602": "单攻", "120603": "单攻", "120604": "强化", "120606": "", "120607": "", "120701": "单攻", "120702": "辅助", "120703": "单攻", "120706": "", "120901": "单攻", "120902": "单攻", "120903": "单攻", "120906": "", "120907": "强化", "121101": "单攻", "121102": "回复", "121103": "回复", "121104": "回复", "121106": "", "121107": "回复", "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": "单攻", "100606": "", "120401": "单攻", "120402": "群攻", "120403": "群攻", "120404": "弹射", "120406": "", "120407": "强化", "909807": "回复", "110603": "妨害", "120202": "辅助", "110507": "", "120302": "回复", "120303": "群攻", "100102": "防御", "120301": "单攻", "120306": "", "120904": "单攻", "100603": "妨害", "120203": "辅助", "100204": "强化", "100602": "妨害", "110703": "强化", "100207": "强化", "100604": "妨害", "100607": "", "100904": "辅助", "100907": "", "110304": "强化", "110307": "", "110604": "辅助", "110607": "", "120104": "强化", "120107": "强化", "120304": "回复", "120307": "回复", "120704": "强化", "120707": "强化"}
diff --git a/StarRailUID/utils/map/data/skillId2Type_mapping_1.2.0.json b/StarRailUID/utils/map/data/skillId2Type_mapping_1.2.0.json
new file mode 100644
index 0000000..48e04dc
--- /dev/null
+++ b/StarRailUID/utils/map/data/skillId2Type_mapping_1.2.0.json
@@ -0,0 +1,215 @@
+{
+ "100101": "单攻",
+ "100103": "群攻",
+ "100104": "单攻",
+ "100106": "",
+ "100107": "",
+ "100201": "单攻",
+ "100202": "单攻",
+ "100203": "单攻",
+ "100204": "强化",
+ "100206": "",
+ "100207": "强化",
+ "100301": "单攻",
+ "100302": "扩散",
+ "100303": "群攻",
+ "100304": "群攻",
+ "100306": "",
+ "100307": "妨害",
+ "100401": "单攻",
+ "100402": "弹射",
+ "100403": "群攻",
+ "100404": "强化",
+ "100406": "",
+ "100407": "妨害",
+ "100501": "单攻",
+ "100503": "群攻",
+ "100506": "",
+ "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": "弹射",
+ "110803": "妨害",
+ "110804": "强化",
+ "110806": "",
+ "110807": "妨害",
+ "110901": "单攻",
+ "110902": "单攻",
+ "110903": "单攻",
+ "110904": "强化",
+ "110906": "",
+ "110907": "",
+ "110909": "扩散",
+ "111101": "单攻",
+ "111102": "单攻",
+ "111103": "单攻",
+ "111106": "",
+ "111107": "",
+ "120101": "单攻",
+ "120108": "扩散",
+ "120102": "强化",
+ "120103": "群攻",
+ "120104": "强化",
+ "120106": "",
+ "120107": "强化",
+ "120201": "单攻",
+ "120203": "辅助",
+ "120204": "强化",
+ "120206": "",
+ "120207": "辅助",
+ "120301": "单攻",
+ "120306": "",
+ "120307": "回复",
+ "120501": "单攻",
+ "120508": "扩散",
+ "120502": "强化",
+ "120504": "群攻",
+ "120506": "",
+ "120507": "",
+ "120601": "单攻",
+ "120602": "单攻",
+ "120603": "单攻",
+ "120604": "强化",
+ "120606": "",
+ "120607": "",
+ "120701": "单攻",
+ "120702": "辅助",
+ "120703": "单攻",
+ "120704": "强化",
+ "120706": "",
+ "120707": "强化",
+ "120901": "单攻",
+ "120902": "单攻",
+ "120903": "单攻",
+ "120906": "",
+ "120907": "强化",
+ "121101": "单攻",
+ "121102": "回复",
+ "121103": "回复",
+ "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": "妨害",
+ "120202": "辅助",
+ "110507": "",
+ "120302": "回复",
+ "120303": "群攻",
+ "120304": "回复",
+ "100102": "防御",
+ "121309": "辅助",
+ "111104": "强化",
+ "100502": "扩散",
+ "111108": "单攻",
+ "120904": "单攻",
+ "121104": "回复",
+ "120503": "扩散",
+ "100504": "单攻",
+ "100507": ""
+}
\ No newline at end of file
diff --git a/StarRailUID/version.py b/StarRailUID/version.py
index 05b754c..f8011b6 100644
--- a/StarRailUID/version.py
+++ b/StarRailUID/version.py
@@ -1,2 +1,2 @@
StarRailUID_version = '0.1.0'
-StarRail_version = '1.1.0'
+StarRail_version = '1.2.0'
diff --git a/poetry.lock b/poetry.lock
index 4bf188c..fd5acd6 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -35,37 +35,34 @@ requests = ">=2.21,<3.0"
[[package]]
name = "black"
-version = "23.3.0"
+version = "23.7.0"
description = "The uncompromising code formatter."
category = "dev"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
files = [
- {file = "black-23.3.0-cp310-cp310-macosx_10_16_arm64.whl", hash = "sha256:0945e13506be58bf7db93ee5853243eb368ace1c08a24c65ce108986eac65915"},
- {file = "black-23.3.0-cp310-cp310-macosx_10_16_universal2.whl", hash = "sha256:67de8d0c209eb5b330cce2469503de11bca4085880d62f1628bd9972cc3366b9"},
- {file = "black-23.3.0-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:7c3eb7cea23904399866c55826b31c1f55bbcd3890ce22ff70466b907b6775c2"},
- {file = "black-23.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:32daa9783106c28815d05b724238e30718f34155653d4d6e125dc7daec8e260c"},
- {file = "black-23.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:35d1381d7a22cc5b2be2f72c7dfdae4072a3336060635718cc7e1ede24221d6c"},
- {file = "black-23.3.0-cp311-cp311-macosx_10_16_arm64.whl", hash = "sha256:a8a968125d0a6a404842fa1bf0b349a568634f856aa08ffaff40ae0dfa52e7c6"},
- {file = "black-23.3.0-cp311-cp311-macosx_10_16_universal2.whl", hash = "sha256:c7ab5790333c448903c4b721b59c0d80b11fe5e9803d8703e84dcb8da56fec1b"},
- {file = "black-23.3.0-cp311-cp311-macosx_10_16_x86_64.whl", hash = "sha256:a6f6886c9869d4daae2d1715ce34a19bbc4b95006d20ed785ca00fa03cba312d"},
- {file = "black-23.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f3c333ea1dd6771b2d3777482429864f8e258899f6ff05826c3a4fcc5ce3f70"},
- {file = "black-23.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:11c410f71b876f961d1de77b9699ad19f939094c3a677323f43d7a29855fe326"},
- {file = "black-23.3.0-cp37-cp37m-macosx_10_16_x86_64.whl", hash = "sha256:1d06691f1eb8de91cd1b322f21e3bfc9efe0c7ca1f0e1eb1db44ea367dff656b"},
- {file = "black-23.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:50cb33cac881766a5cd9913e10ff75b1e8eb71babf4c7104f2e9c52da1fb7de2"},
- {file = "black-23.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:e114420bf26b90d4b9daa597351337762b63039752bdf72bf361364c1aa05925"},
- {file = "black-23.3.0-cp38-cp38-macosx_10_16_arm64.whl", hash = "sha256:48f9d345675bb7fbc3dd85821b12487e1b9a75242028adad0333ce36ed2a6d27"},
- {file = "black-23.3.0-cp38-cp38-macosx_10_16_universal2.whl", hash = "sha256:714290490c18fb0126baa0fca0a54ee795f7502b44177e1ce7624ba1c00f2331"},
- {file = "black-23.3.0-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:064101748afa12ad2291c2b91c960be28b817c0c7eaa35bec09cc63aa56493c5"},
- {file = "black-23.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:562bd3a70495facf56814293149e51aa1be9931567474993c7942ff7d3533961"},
- {file = "black-23.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:e198cf27888ad6f4ff331ca1c48ffc038848ea9f031a3b40ba36aced7e22f2c8"},
- {file = "black-23.3.0-cp39-cp39-macosx_10_16_arm64.whl", hash = "sha256:3238f2aacf827d18d26db07524e44741233ae09a584273aa059066d644ca7b30"},
- {file = "black-23.3.0-cp39-cp39-macosx_10_16_universal2.whl", hash = "sha256:f0bd2f4a58d6666500542b26354978218a9babcdc972722f4bf90779524515f3"},
- {file = "black-23.3.0-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:92c543f6854c28a3c7f39f4d9b7694f9a6eb9d3c5e2ece488c327b6e7ea9b266"},
- {file = "black-23.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a150542a204124ed00683f0db1f5cf1c2aaaa9cc3495b7a3b5976fb136090ab"},
- {file = "black-23.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:6b39abdfb402002b8a7d030ccc85cf5afff64ee90fa4c5aebc531e3ad0175ddb"},
- {file = "black-23.3.0-py3-none-any.whl", hash = "sha256:ec751418022185b0c1bb7d7736e6933d40bbb14c14a0abcf9123d1b159f98dd4"},
- {file = "black-23.3.0.tar.gz", hash = "sha256:1c7b8d606e728a41ea1ccbd7264677e494e87cf630e399262ced92d4a8dac940"},
+ {file = "black-23.7.0-cp310-cp310-macosx_10_16_arm64.whl", hash = "sha256:5c4bc552ab52f6c1c506ccae05681fab58c3f72d59ae6e6639e8885e94fe2587"},
+ {file = "black-23.7.0-cp310-cp310-macosx_10_16_universal2.whl", hash = "sha256:552513d5cd5694590d7ef6f46e1767a4df9af168d449ff767b13b084c020e63f"},
+ {file = "black-23.7.0-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:86cee259349b4448adb4ef9b204bb4467aae74a386bce85d56ba4f5dc0da27be"},
+ {file = "black-23.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:501387a9edcb75d7ae8a4412bb8749900386eaef258f1aefab18adddea1936bc"},
+ {file = "black-23.7.0-cp310-cp310-win_amd64.whl", hash = "sha256:fb074d8b213749fa1d077d630db0d5f8cc3b2ae63587ad4116e8a436e9bbe995"},
+ {file = "black-23.7.0-cp311-cp311-macosx_10_16_arm64.whl", hash = "sha256:b5b0ee6d96b345a8b420100b7d71ebfdd19fab5e8301aff48ec270042cd40ac2"},
+ {file = "black-23.7.0-cp311-cp311-macosx_10_16_universal2.whl", hash = "sha256:893695a76b140881531062d48476ebe4a48f5d1e9388177e175d76234ca247cd"},
+ {file = "black-23.7.0-cp311-cp311-macosx_10_16_x86_64.whl", hash = "sha256:c333286dc3ddca6fdff74670b911cccedacb4ef0a60b34e491b8a67c833b343a"},
+ {file = "black-23.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:831d8f54c3a8c8cf55f64d0422ee875eecac26f5f649fb6c1df65316b67c8926"},
+ {file = "black-23.7.0-cp311-cp311-win_amd64.whl", hash = "sha256:7f3bf2dec7d541b4619b8ce526bda74a6b0bffc480a163fed32eb8b3c9aed8ad"},
+ {file = "black-23.7.0-cp38-cp38-macosx_10_16_arm64.whl", hash = "sha256:f9062af71c59c004cd519e2fb8f5d25d39e46d3af011b41ab43b9c74e27e236f"},
+ {file = "black-23.7.0-cp38-cp38-macosx_10_16_universal2.whl", hash = "sha256:01ede61aac8c154b55f35301fac3e730baf0c9cf8120f65a9cd61a81cfb4a0c3"},
+ {file = "black-23.7.0-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:327a8c2550ddc573b51e2c352adb88143464bb9d92c10416feb86b0f5aee5ff6"},
+ {file = "black-23.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6d1c6022b86f83b632d06f2b02774134def5d4d4f1dac8bef16d90cda18ba28a"},
+ {file = "black-23.7.0-cp38-cp38-win_amd64.whl", hash = "sha256:27eb7a0c71604d5de083757fbdb245b1a4fae60e9596514c6ec497eb63f95320"},
+ {file = "black-23.7.0-cp39-cp39-macosx_10_16_arm64.whl", hash = "sha256:8417dbd2f57b5701492cd46edcecc4f9208dc75529bcf76c514864e48da867d9"},
+ {file = "black-23.7.0-cp39-cp39-macosx_10_16_universal2.whl", hash = "sha256:47e56d83aad53ca140da0af87678fb38e44fd6bc0af71eebab2d1f59b1acf1d3"},
+ {file = "black-23.7.0-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:25cc308838fe71f7065df53aedd20327969d05671bac95b38fdf37ebe70ac087"},
+ {file = "black-23.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:642496b675095d423f9b8448243336f8ec71c9d4d57ec17bf795b67f08132a91"},
+ {file = "black-23.7.0-cp39-cp39-win_amd64.whl", hash = "sha256:ad0014efc7acf0bd745792bd0d8857413652979200ab924fbf239062adc12491"},
+ {file = "black-23.7.0-py3-none-any.whl", hash = "sha256:9fd59d418c60c0348505f2ddf9609c1e1de8e7493eab96198fc89d9f865e7a96"},
+ {file = "black-23.7.0.tar.gz", hash = "sha256:022a582720b0d9480ed82576c920a8c1dde97cc38ff11d8d8859b3bd6ca9eedb"},
]
[package.dependencies]
@@ -109,99 +106,99 @@ files = [
[[package]]
name = "charset-normalizer"
-version = "3.1.0"
+version = "3.2.0"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "dev"
optional = false
python-versions = ">=3.7.0"
files = [
- {file = "charset-normalizer-3.1.0.tar.gz", hash = "sha256:34e0a2f9c370eb95597aae63bf85eb5e96826d81e3dcf88b8886012906f509b5"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e0ac8959c929593fee38da1c2b64ee9778733cdf03c482c9ff1d508b6b593b2b"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d7fc3fca01da18fbabe4625d64bb612b533533ed10045a2ac3dd194bfa656b60"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:04eefcee095f58eaabe6dc3cc2262f3bcd776d2c67005880894f447b3f2cb9c1"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:20064ead0717cf9a73a6d1e779b23d149b53daf971169289ed2ed43a71e8d3b0"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1435ae15108b1cb6fffbcea2af3d468683b7afed0169ad718451f8db5d1aff6f"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c84132a54c750fda57729d1e2599bb598f5fa0344085dbde5003ba429a4798c0"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:75f2568b4189dda1c567339b48cba4ac7384accb9c2a7ed655cd86b04055c795"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:11d3bcb7be35e7b1bba2c23beedac81ee893ac9871d0ba79effc7fc01167db6c"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:891cf9b48776b5c61c700b55a598621fdb7b1e301a550365571e9624f270c203"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:5f008525e02908b20e04707a4f704cd286d94718f48bb33edddc7d7b584dddc1"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:b06f0d3bf045158d2fb8837c5785fe9ff9b8c93358be64461a1089f5da983137"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:49919f8400b5e49e961f320c735388ee686a62327e773fa5b3ce6721f7e785ce"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:22908891a380d50738e1f978667536f6c6b526a2064156203d418f4856d6e86a"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-win32.whl", hash = "sha256:12d1a39aa6b8c6f6248bb54550efcc1c38ce0d8096a146638fd4738e42284448"},
- {file = "charset_normalizer-3.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:65ed923f84a6844de5fd29726b888e58c62820e0769b76565480e1fdc3d062f8"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:9a3267620866c9d17b959a84dd0bd2d45719b817245e49371ead79ed4f710d19"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6734e606355834f13445b6adc38b53c0fd45f1a56a9ba06c2058f86893ae8017"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f8303414c7b03f794347ad062c0516cee0e15f7a612abd0ce1e25caf6ceb47df"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aaf53a6cebad0eae578f062c7d462155eada9c172bd8c4d250b8c1d8eb7f916a"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3dc5b6a8ecfdc5748a7e429782598e4f17ef378e3e272eeb1340ea57c9109f41"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e1b25e3ad6c909f398df8921780d6a3d120d8c09466720226fc621605b6f92b1"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0ca564606d2caafb0abe6d1b5311c2649e8071eb241b2d64e75a0d0065107e62"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b82fab78e0b1329e183a65260581de4375f619167478dddab510c6c6fb04d9b6"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:bd7163182133c0c7701b25e604cf1611c0d87712e56e88e7ee5d72deab3e76b5"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:11d117e6c63e8f495412d37e7dc2e2fff09c34b2d09dbe2bee3c6229577818be"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:cf6511efa4801b9b38dc5546d7547d5b5c6ef4b081c60b23e4d941d0eba9cbeb"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:abc1185d79f47c0a7aaf7e2412a0eb2c03b724581139193d2d82b3ad8cbb00ac"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cb7b2ab0188829593b9de646545175547a70d9a6e2b63bf2cd87a0a391599324"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-win32.whl", hash = "sha256:c36bcbc0d5174a80d6cccf43a0ecaca44e81d25be4b7f90f0ed7bcfbb5a00909"},
- {file = "charset_normalizer-3.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:cca4def576f47a09a943666b8f829606bcb17e2bc2d5911a46c8f8da45f56755"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0c95f12b74681e9ae127728f7e5409cbbef9cd914d5896ef238cc779b8152373"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fca62a8301b605b954ad2e9c3666f9d97f63872aa4efcae5492baca2056b74ab"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ac0aa6cd53ab9a31d397f8303f92c42f534693528fafbdb997c82bae6e477ad9"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c3af8e0f07399d3176b179f2e2634c3ce9c1301379a6b8c9c9aeecd481da494f"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a5fc78f9e3f501a1614a98f7c54d3969f3ad9bba8ba3d9b438c3bc5d047dd28"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:628c985afb2c7d27a4800bfb609e03985aaecb42f955049957814e0491d4006d"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:74db0052d985cf37fa111828d0dd230776ac99c740e1a758ad99094be4f1803d"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:1e8fcdd8f672a1c4fc8d0bd3a2b576b152d2a349782d1eb0f6b8e52e9954731d"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:04afa6387e2b282cf78ff3dbce20f0cc071c12dc8f685bd40960cc68644cfea6"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:dd5653e67b149503c68c4018bf07e42eeed6b4e956b24c00ccdf93ac79cdff84"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d2686f91611f9e17f4548dbf050e75b079bbc2a82be565832bc8ea9047b61c8c"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-win32.whl", hash = "sha256:4155b51ae05ed47199dc5b2a4e62abccb274cee6b01da5b895099b61b1982974"},
- {file = "charset_normalizer-3.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:322102cdf1ab682ecc7d9b1c5eed4ec59657a65e1c146a0da342b78f4112db23"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e633940f28c1e913615fd624fcdd72fdba807bf53ea6925d6a588e84e1151531"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:3a06f32c9634a8705f4ca9946d667609f52cf130d5548881401f1eb2c39b1e2c"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:7381c66e0561c5757ffe616af869b916c8b4e42b367ab29fedc98481d1e74e14"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3573d376454d956553c356df45bb824262c397c6e26ce43e8203c4c540ee0acb"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e89df2958e5159b811af9ff0f92614dabf4ff617c03a4c1c6ff53bf1c399e0e1"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:78cacd03e79d009d95635e7d6ff12c21eb89b894c354bd2b2ed0b4763373693b"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:de5695a6f1d8340b12a5d6d4484290ee74d61e467c39ff03b39e30df62cf83a0"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1c60b9c202d00052183c9be85e5eaf18a4ada0a47d188a83c8f5c5b23252f649"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:f645caaf0008bacf349875a974220f1f1da349c5dbe7c4ec93048cdc785a3326"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ea9f9c6034ea2d93d9147818f17c2a0860d41b71c38b9ce4d55f21b6f9165a11"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:80d1543d58bd3d6c271b66abf454d437a438dff01c3e62fdbcd68f2a11310d4b"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:73dc03a6a7e30b7edc5b01b601e53e7fc924b04e1835e8e407c12c037e81adbd"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6f5c2e7bc8a4bf7c426599765b1bd33217ec84023033672c1e9a8b35eaeaaaf8"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-win32.whl", hash = "sha256:12a2b561af122e3d94cdb97fe6fb2bb2b82cef0cdca131646fdb940a1eda04f0"},
- {file = "charset_normalizer-3.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:3160a0fd9754aab7d47f95a6b63ab355388d890163eb03b2d2b87ab0a30cfa59"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:38e812a197bf8e71a59fe55b757a84c1f946d0ac114acafaafaf21667a7e169e"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6baf0baf0d5d265fa7944feb9f7451cc316bfe30e8df1a61b1bb08577c554f31"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8f25e17ab3039b05f762b0a55ae0b3632b2e073d9c8fc88e89aca31a6198e88f"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3747443b6a904001473370d7810aa19c3a180ccd52a7157aacc264a5ac79265e"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b116502087ce8a6b7a5f1814568ccbd0e9f6cfd99948aa59b0e241dc57cf739f"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d16fd5252f883eb074ca55cb622bc0bee49b979ae4e8639fff6ca3ff44f9f854"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21fa558996782fc226b529fdd2ed7866c2c6ec91cee82735c98a197fae39f706"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6f6c7a8a57e9405cad7485f4c9d3172ae486cfef1344b5ddd8e5239582d7355e"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ac3775e3311661d4adace3697a52ac0bab17edd166087d493b52d4f4f553f9f0"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:10c93628d7497c81686e8e5e557aafa78f230cd9e77dd0c40032ef90c18f2230"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:6f4f4668e1831850ebcc2fd0b1cd11721947b6dc7c00bf1c6bd3c929ae14f2c7"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:0be65ccf618c1e7ac9b849c315cc2e8a8751d9cfdaa43027d4f6624bd587ab7e"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:53d0a3fa5f8af98a1e261de6a3943ca631c526635eb5817a87a59d9a57ebf48f"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-win32.whl", hash = "sha256:a04f86f41a8916fe45ac5024ec477f41f886b3c435da2d4e3d2709b22ab02af1"},
- {file = "charset_normalizer-3.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:830d2948a5ec37c386d3170c483063798d7879037492540f10a475e3fd6f244b"},
- {file = "charset_normalizer-3.1.0-py3-none-any.whl", hash = "sha256:3d9098b479e78c85080c98e1e35ff40b4a31d8953102bb0fd7d1b6f8a2111a3d"},
+ {file = "charset-normalizer-3.2.0.tar.gz", hash = "sha256:3bb3d25a8e6c0aedd251753a79ae98a093c7e7b471faa3aa9a93a81431987ace"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b87549028f680ca955556e3bd57013ab47474c3124dc069faa0b6545b6c9710"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7c70087bfee18a42b4040bb9ec1ca15a08242cf5867c58726530bdf3945672ed"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a103b3a7069b62f5d4890ae1b8f0597618f628b286b03d4bc9195230b154bfa9"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:94aea8eff76ee6d1cdacb07dd2123a68283cb5569e0250feab1240058f53b623"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:db901e2ac34c931d73054d9797383d0f8009991e723dab15109740a63e7f902a"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b0dac0ff919ba34d4df1b6131f59ce95b08b9065233446be7e459f95554c0dc8"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:193cbc708ea3aca45e7221ae58f0fd63f933753a9bfb498a3b474878f12caaad"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:09393e1b2a9461950b1c9a45d5fd251dc7c6f228acab64da1c9c0165d9c7765c"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:baacc6aee0b2ef6f3d308e197b5d7a81c0e70b06beae1f1fcacffdbd124fe0e3"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:bf420121d4c8dce6b889f0e8e4ec0ca34b7f40186203f06a946fa0276ba54029"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:c04a46716adde8d927adb9457bbe39cf473e1e2c2f5d0a16ceb837e5d841ad4f"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:aaf63899c94de41fe3cf934601b0f7ccb6b428c6e4eeb80da72c58eab077b19a"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d62e51710986674142526ab9f78663ca2b0726066ae26b78b22e0f5e571238dd"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-win32.whl", hash = "sha256:04e57ab9fbf9607b77f7d057974694b4f6b142da9ed4a199859d9d4d5c63fe96"},
+ {file = "charset_normalizer-3.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:48021783bdf96e3d6de03a6e39a1171ed5bd7e8bb93fc84cc649d11490f87cea"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4957669ef390f0e6719db3613ab3a7631e68424604a7b448f079bee145da6e09"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:46fb8c61d794b78ec7134a715a3e564aafc8f6b5e338417cb19fe9f57a5a9bf2"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f779d3ad205f108d14e99bb3859aa7dd8e9c68874617c72354d7ecaec2a054ac"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f25c229a6ba38a35ae6e25ca1264621cc25d4d38dca2942a7fce0b67a4efe918"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2efb1bd13885392adfda4614c33d3b68dee4921fd0ac1d3988f8cbb7d589e72a"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1f30b48dd7fa1474554b0b0f3fdfdd4c13b5c737a3c6284d3cdc424ec0ffff3a"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:246de67b99b6851627d945db38147d1b209a899311b1305dd84916f2b88526c6"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9bd9b3b31adcb054116447ea22caa61a285d92e94d710aa5ec97992ff5eb7cf3"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:8c2f5e83493748286002f9369f3e6607c565a6a90425a3a1fef5ae32a36d749d"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:3170c9399da12c9dc66366e9d14da8bf7147e1e9d9ea566067bbce7bb74bd9c2"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:7a4826ad2bd6b07ca615c74ab91f32f6c96d08f6fcc3902ceeedaec8cdc3bcd6"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:3b1613dd5aee995ec6d4c69f00378bbd07614702a315a2cf6c1d21461fe17c23"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9e608aafdb55eb9f255034709e20d5a83b6d60c054df0802fa9c9883d0a937aa"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-win32.whl", hash = "sha256:f2a1d0fd4242bd8643ce6f98927cf9c04540af6efa92323e9d3124f57727bfc1"},
+ {file = "charset_normalizer-3.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:681eb3d7e02e3c3655d1b16059fbfb605ac464c834a0c629048a30fad2b27489"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c57921cda3a80d0f2b8aec7e25c8aa14479ea92b5b51b6876d975d925a2ea346"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:41b25eaa7d15909cf3ac4c96088c1f266a9a93ec44f87f1d13d4a0e86c81b982"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f058f6963fd82eb143c692cecdc89e075fa0828db2e5b291070485390b2f1c9c"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a7647ebdfb9682b7bb97e2a5e7cb6ae735b1c25008a70b906aecca294ee96cf4"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eef9df1eefada2c09a5e7a40991b9fc6ac6ef20b1372abd48d2794a316dc0449"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e03b8895a6990c9ab2cdcd0f2fe44088ca1c65ae592b8f795c3294af00a461c3"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:ee4006268ed33370957f55bf2e6f4d263eaf4dc3cfc473d1d90baff6ed36ce4a"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:c4983bf937209c57240cff65906b18bb35e64ae872da6a0db937d7b4af845dd7"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:3bb7fda7260735efe66d5107fb7e6af6a7c04c7fce9b2514e04b7a74b06bf5dd"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:72814c01533f51d68702802d74f77ea026b5ec52793c791e2da806a3844a46c3"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:70c610f6cbe4b9fce272c407dd9d07e33e6bf7b4aa1b7ffb6f6ded8e634e3592"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-win32.whl", hash = "sha256:a401b4598e5d3f4a9a811f3daf42ee2291790c7f9d74b18d75d6e21dda98a1a1"},
+ {file = "charset_normalizer-3.2.0-cp37-cp37m-win_amd64.whl", hash = "sha256:c0b21078a4b56965e2b12f247467b234734491897e99c1d51cee628da9786959"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:95eb302ff792e12aba9a8b8f8474ab229a83c103d74a750ec0bd1c1eea32e669"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1a100c6d595a7f316f1b6f01d20815d916e75ff98c27a01ae817439ea7726329"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6339d047dab2780cc6220f46306628e04d9750f02f983ddb37439ca47ced7149"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e4b749b9cc6ee664a3300bb3a273c1ca8068c46be705b6c31cf5d276f8628a94"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a38856a971c602f98472050165cea2cdc97709240373041b69030be15047691f"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f87f746ee241d30d6ed93969de31e5ffd09a2961a051e60ae6bddde9ec3583aa"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89f1b185a01fe560bc8ae5f619e924407efca2191b56ce749ec84982fc59a32a"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e1c8a2f4c69e08e89632defbfabec2feb8a8d99edc9f89ce33c4b9e36ab63037"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:2f4ac36d8e2b4cc1aa71df3dd84ff8efbe3bfb97ac41242fbcfc053c67434f46"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a386ebe437176aab38c041de1260cd3ea459c6ce5263594399880bbc398225b2"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:ccd16eb18a849fd8dcb23e23380e2f0a354e8daa0c984b8a732d9cfaba3a776d"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:e6a5bf2cba5ae1bb80b154ed68a3cfa2fa00fde979a7f50d6598d3e17d9ac20c"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:45de3f87179c1823e6d9e32156fb14c1927fcc9aba21433f088fdfb555b77c10"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-win32.whl", hash = "sha256:1000fba1057b92a65daec275aec30586c3de2401ccdcd41f8a5c1e2c87078706"},
+ {file = "charset_normalizer-3.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:8b2c760cfc7042b27ebdb4a43a4453bd829a5742503599144d54a032c5dc7e9e"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:855eafa5d5a2034b4621c74925d89c5efef61418570e5ef9b37717d9c796419c"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:203f0c8871d5a7987be20c72442488a0b8cfd0f43b7973771640fc593f56321f"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e857a2232ba53ae940d3456f7533ce6ca98b81917d47adc3c7fd55dad8fab858"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5e86d77b090dbddbe78867a0275cb4df08ea195e660f1f7f13435a4649e954e5"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c4fb39a81950ec280984b3a44f5bd12819953dc5fa3a7e6fa7a80db5ee853952"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2dee8e57f052ef5353cf608e0b4c871aee320dd1b87d351c28764fc0ca55f9f4"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8700f06d0ce6f128de3ccdbc1acaea1ee264d2caa9ca05daaf492fde7c2a7200"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1920d4ff15ce893210c1f0c0e9d19bfbecb7983c76b33f046c13a8ffbd570252"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:c1c76a1743432b4b60ab3358c937a3fe1341c828ae6194108a94c69028247f22"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f7560358a6811e52e9c4d142d497f1a6e10103d3a6881f18d04dbce3729c0e2c"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:c8063cf17b19661471ecbdb3df1c84f24ad2e389e326ccaf89e3fb2484d8dd7e"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:cd6dbe0238f7743d0efe563ab46294f54f9bc8f4b9bcf57c3c666cc5bc9d1299"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:1249cbbf3d3b04902ff081ffbb33ce3377fa6e4c7356f759f3cd076cc138d020"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-win32.whl", hash = "sha256:6c409c0deba34f147f77efaa67b8e4bb83d2f11c8806405f76397ae5b8c0d1c9"},
+ {file = "charset_normalizer-3.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:7095f6fbfaa55defb6b733cfeb14efaae7a29f0b59d8cf213be4e7ca0b857b80"},
+ {file = "charset_normalizer-3.2.0-py3-none-any.whl", hash = "sha256:8e098148dd37b4ce3baca71fb394c81dc5d9c7728c95df695d2dca218edf40e6"},
]
[[package]]
name = "click"
-version = "8.1.3"
+version = "8.1.6"
description = "Composable command line interface toolkit"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
- {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
+ {file = "click-8.1.6-py3-none-any.whl", hash = "sha256:fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5"},
+ {file = "click-8.1.6.tar.gz", hash = "sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd"},
]
[package.dependencies]
@@ -221,26 +218,26 @@ files = [
[[package]]
name = "distlib"
-version = "0.3.6"
+version = "0.3.7"
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
files = [
- {file = "distlib-0.3.6-py2.py3-none-any.whl", hash = "sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e"},
- {file = "distlib-0.3.6.tar.gz", hash = "sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46"},
+ {file = "distlib-0.3.7-py2.py3-none-any.whl", hash = "sha256:2e24928bc811348f0feb63014e97aaae3037f2cf48712d51ae61df7fd6075057"},
+ {file = "distlib-0.3.7.tar.gz", hash = "sha256:9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8"},
]
[[package]]
name = "exceptiongroup"
-version = "1.1.1"
+version = "1.1.2"
description = "Backport of PEP 654 (exception groups)"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "exceptiongroup-1.1.1-py3-none-any.whl", hash = "sha256:232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e"},
- {file = "exceptiongroup-1.1.1.tar.gz", hash = "sha256:d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785"},
+ {file = "exceptiongroup-1.1.2-py3-none-any.whl", hash = "sha256:e346e69d186172ca7cf029c8c1d16235aa0e04035e5750b4b95039e65204328f"},
+ {file = "exceptiongroup-1.1.2.tar.gz", hash = "sha256:12c3e887d6485d16943a309616de20ae5582633e0a2eda17f4e10fd61c1e8af5"},
]
[package.extras]
@@ -281,14 +278,14 @@ pyflakes = ">=3.0.0,<3.1.0"
[[package]]
name = "identify"
-version = "2.5.24"
+version = "2.5.25"
description = "File identification library for Python"
category = "dev"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
files = [
- {file = "identify-2.5.24-py2.py3-none-any.whl", hash = "sha256:986dbfb38b1140e763e413e6feb44cd731faf72d1909543178aa79b0e258265d"},
- {file = "identify-2.5.24.tar.gz", hash = "sha256:0aac67d5b4812498056d28a9a512a483f5085cc28640b02b258a59dac34301d4"},
+ {file = "identify-2.5.25-py2.py3-none-any.whl", hash = "sha256:9df2489842707d431b38ce3410ef8df40da5b10a3e28a3fcac1a42523e956409"},
+ {file = "identify-2.5.25.tar.gz", hash = "sha256:db4de0e758c0db8f81996816cd2f3f2f8c5c8d49a7fd02f3b4109aac6fd80e29"},
]
[package.extras]
@@ -598,14 +595,14 @@ files = [
[[package]]
name = "platformdirs"
-version = "3.8.0"
+version = "3.9.1"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "platformdirs-3.8.0-py3-none-any.whl", hash = "sha256:ca9ed98ce73076ba72e092b23d3c93ea6c4e186b3f1c3dad6edd98ff6ffcca2e"},
- {file = "platformdirs-3.8.0.tar.gz", hash = "sha256:b0cabcb11063d21a0b261d557acb0a9d2126350e63b70cdf7db6347baea456dc"},
+ {file = "platformdirs-3.9.1-py3-none-any.whl", hash = "sha256:ad8291ae0ae5072f66c16945166cb11c63394c7a3ad1b1bc9828ca3162da8c2f"},
+ {file = "platformdirs-3.9.1.tar.gz", hash = "sha256:1b42b450ad933e981d56e59f1b97495428c9bd60698baab9f3eb3d00d5822421"},
]
[package.extras]
@@ -649,14 +646,14 @@ virtualenv = ">=20.10.0"
[[package]]
name = "pycln"
-version = "2.1.5"
+version = "2.1.6"
description = "A formatter for finding and removing unused import statements."
category = "dev"
optional = false
python-versions = ">=3.6.2,<4"
files = [
- {file = "pycln-2.1.5-py3-none-any.whl", hash = "sha256:1e1f2542aabc8942fd945bbecd39b55ed5f25cd9a70fa116a554cceaab4fdc3b"},
- {file = "pycln-2.1.5.tar.gz", hash = "sha256:5029007881d00b87bfc8831ef7cf59c90cc214fbbcc8773f0a9560ddef8d150a"},
+ {file = "pycln-2.1.6-py3-none-any.whl", hash = "sha256:2fc4d6fa9e4e1cc71818073122927f6a7a237c8dec47cb579ea79c8756297eab"},
+ {file = "pycln-2.1.6.tar.gz", hash = "sha256:59aed29811614865d88adc3242eb88fee8db711efa9e15f55f4259e88c8f7554"},
]
[package.dependencies]
@@ -680,48 +677,48 @@ files = [
[[package]]
name = "pydantic"
-version = "1.10.9"
+version = "1.10.11"
description = "Data validation and settings management using python type hints"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "pydantic-1.10.9-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e692dec4a40bfb40ca530e07805b1208c1de071a18d26af4a2a0d79015b352ca"},
- {file = "pydantic-1.10.9-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3c52eb595db83e189419bf337b59154bdcca642ee4b2a09e5d7797e41ace783f"},
- {file = "pydantic-1.10.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:939328fd539b8d0edf244327398a667b6b140afd3bf7e347cf9813c736211896"},
- {file = "pydantic-1.10.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b48d3d634bca23b172f47f2335c617d3fcb4b3ba18481c96b7943a4c634f5c8d"},
- {file = "pydantic-1.10.9-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:f0b7628fb8efe60fe66fd4adadd7ad2304014770cdc1f4934db41fe46cc8825f"},
- {file = "pydantic-1.10.9-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:e1aa5c2410769ca28aa9a7841b80d9d9a1c5f223928ca8bec7e7c9a34d26b1d4"},
- {file = "pydantic-1.10.9-cp310-cp310-win_amd64.whl", hash = "sha256:eec39224b2b2e861259d6f3c8b6290d4e0fbdce147adb797484a42278a1a486f"},
- {file = "pydantic-1.10.9-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d111a21bbbfd85c17248130deac02bbd9b5e20b303338e0dbe0faa78330e37e0"},
- {file = "pydantic-1.10.9-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2e9aec8627a1a6823fc62fb96480abe3eb10168fd0d859ee3d3b395105ae19a7"},
- {file = "pydantic-1.10.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:07293ab08e7b4d3c9d7de4949a0ea571f11e4557d19ea24dd3ae0c524c0c334d"},
- {file = "pydantic-1.10.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7ee829b86ce984261d99ff2fd6e88f2230068d96c2a582f29583ed602ef3fc2c"},
- {file = "pydantic-1.10.9-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:4b466a23009ff5cdd7076eb56aca537c745ca491293cc38e72bf1e0e00de5b91"},
- {file = "pydantic-1.10.9-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:7847ca62e581e6088d9000f3c497267868ca2fa89432714e21a4fb33a04d52e8"},
- {file = "pydantic-1.10.9-cp311-cp311-win_amd64.whl", hash = "sha256:7845b31959468bc5b78d7b95ec52fe5be32b55d0d09983a877cca6aedc51068f"},
- {file = "pydantic-1.10.9-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:517a681919bf880ce1dac7e5bc0c3af1e58ba118fd774da2ffcd93c5f96eaece"},
- {file = "pydantic-1.10.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:67195274fd27780f15c4c372f4ba9a5c02dad6d50647b917b6a92bf00b3d301a"},
- {file = "pydantic-1.10.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2196c06484da2b3fded1ab6dbe182bdabeb09f6318b7fdc412609ee2b564c49a"},
- {file = "pydantic-1.10.9-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:6257bb45ad78abacda13f15bde5886efd6bf549dd71085e64b8dcf9919c38b60"},
- {file = "pydantic-1.10.9-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:3283b574b01e8dbc982080d8287c968489d25329a463b29a90d4157de4f2baaf"},
- {file = "pydantic-1.10.9-cp37-cp37m-win_amd64.whl", hash = "sha256:5f8bbaf4013b9a50e8100333cc4e3fa2f81214033e05ac5aa44fa24a98670a29"},
- {file = "pydantic-1.10.9-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b9cd67fb763248cbe38f0593cd8611bfe4b8ad82acb3bdf2b0898c23415a1f82"},
- {file = "pydantic-1.10.9-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f50e1764ce9353be67267e7fd0da08349397c7db17a562ad036aa7c8f4adfdb6"},
- {file = "pydantic-1.10.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:73ef93e5e1d3c8e83f1ff2e7fdd026d9e063c7e089394869a6e2985696693766"},
- {file = "pydantic-1.10.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:128d9453d92e6e81e881dd7e2484e08d8b164da5507f62d06ceecf84bf2e21d3"},
- {file = "pydantic-1.10.9-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ad428e92ab68798d9326bb3e5515bc927444a3d71a93b4a2ca02a8a5d795c572"},
- {file = "pydantic-1.10.9-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:fab81a92f42d6d525dd47ced310b0c3e10c416bbfae5d59523e63ea22f82b31e"},
- {file = "pydantic-1.10.9-cp38-cp38-win_amd64.whl", hash = "sha256:963671eda0b6ba6926d8fc759e3e10335e1dc1b71ff2a43ed2efd6996634dafb"},
- {file = "pydantic-1.10.9-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:970b1bdc6243ef663ba5c7e36ac9ab1f2bfecb8ad297c9824b542d41a750b298"},
- {file = "pydantic-1.10.9-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:7e1d5290044f620f80cf1c969c542a5468f3656de47b41aa78100c5baa2b8276"},
- {file = "pydantic-1.10.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:83fcff3c7df7adff880622a98022626f4f6dbce6639a88a15a3ce0f96466cb60"},
- {file = "pydantic-1.10.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0da48717dc9495d3a8f215e0d012599db6b8092db02acac5e0d58a65248ec5bc"},
- {file = "pydantic-1.10.9-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:0a2aabdc73c2a5960e87c3ffebca6ccde88665616d1fd6d3db3178ef427b267a"},
- {file = "pydantic-1.10.9-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:9863b9420d99dfa9c064042304868e8ba08e89081428a1c471858aa2af6f57c4"},
- {file = "pydantic-1.10.9-cp39-cp39-win_amd64.whl", hash = "sha256:e7c9900b43ac14110efa977be3da28931ffc74c27e96ee89fbcaaf0b0fe338e1"},
- {file = "pydantic-1.10.9-py3-none-any.whl", hash = "sha256:6cafde02f6699ce4ff643417d1a9223716ec25e228ddc3b436fe7e2d25a1f305"},
- {file = "pydantic-1.10.9.tar.gz", hash = "sha256:95c70da2cd3b6ddf3b9645ecaa8d98f3d80c606624b6d245558d202cd23ea3be"},
+ {file = "pydantic-1.10.11-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ff44c5e89315b15ff1f7fdaf9853770b810936d6b01a7bcecaa227d2f8fe444f"},
+ {file = "pydantic-1.10.11-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a6c098d4ab5e2d5b3984d3cb2527e2d6099d3de85630c8934efcfdc348a9760e"},
+ {file = "pydantic-1.10.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:16928fdc9cb273c6af00d9d5045434c39afba5f42325fb990add2c241402d151"},
+ {file = "pydantic-1.10.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0588788a9a85f3e5e9ebca14211a496409cb3deca5b6971ff37c556d581854e7"},
+ {file = "pydantic-1.10.11-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e9baf78b31da2dc3d3f346ef18e58ec5f12f5aaa17ac517e2ffd026a92a87588"},
+ {file = "pydantic-1.10.11-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:373c0840f5c2b5b1ccadd9286782852b901055998136287828731868027a724f"},
+ {file = "pydantic-1.10.11-cp310-cp310-win_amd64.whl", hash = "sha256:c3339a46bbe6013ef7bdd2844679bfe500347ac5742cd4019a88312aa58a9847"},
+ {file = "pydantic-1.10.11-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:08a6c32e1c3809fbc49debb96bf833164f3438b3696abf0fbeceb417d123e6eb"},
+ {file = "pydantic-1.10.11-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a451ccab49971af043ec4e0d207cbc8cbe53dbf148ef9f19599024076fe9c25b"},
+ {file = "pydantic-1.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5b02d24f7b2b365fed586ed73582c20f353a4c50e4be9ba2c57ab96f8091ddae"},
+ {file = "pydantic-1.10.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3f34739a89260dfa420aa3cbd069fbcc794b25bbe5c0a214f8fb29e363484b66"},
+ {file = "pydantic-1.10.11-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:e297897eb4bebde985f72a46a7552a7556a3dd11e7f76acda0c1093e3dbcf216"},
+ {file = "pydantic-1.10.11-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:d185819a7a059550ecb85d5134e7d40f2565f3dd94cfd870132c5f91a89cf58c"},
+ {file = "pydantic-1.10.11-cp311-cp311-win_amd64.whl", hash = "sha256:4400015f15c9b464c9db2d5d951b6a780102cfa5870f2c036d37c23b56f7fc1b"},
+ {file = "pydantic-1.10.11-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:2417de68290434461a266271fc57274a138510dca19982336639484c73a07af6"},
+ {file = "pydantic-1.10.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:331c031ba1554b974c98679bd0780d89670d6fd6f53f5d70b10bdc9addee1713"},
+ {file = "pydantic-1.10.11-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8268a735a14c308923e8958363e3a3404f6834bb98c11f5ab43251a4e410170c"},
+ {file = "pydantic-1.10.11-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:44e51ba599c3ef227e168424e220cd3e544288c57829520dc90ea9cb190c3248"},
+ {file = "pydantic-1.10.11-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d7781f1d13b19700b7949c5a639c764a077cbbdd4322ed505b449d3ca8edcb36"},
+ {file = "pydantic-1.10.11-cp37-cp37m-win_amd64.whl", hash = "sha256:7522a7666157aa22b812ce14c827574ddccc94f361237ca6ea8bb0d5c38f1629"},
+ {file = "pydantic-1.10.11-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bc64eab9b19cd794a380179ac0e6752335e9555d214cfcb755820333c0784cb3"},
+ {file = "pydantic-1.10.11-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:8dc77064471780262b6a68fe67e013298d130414d5aaf9b562c33987dbd2cf4f"},
+ {file = "pydantic-1.10.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe429898f2c9dd209bd0632a606bddc06f8bce081bbd03d1c775a45886e2c1cb"},
+ {file = "pydantic-1.10.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:192c608ad002a748e4a0bed2ddbcd98f9b56df50a7c24d9a931a8c5dd053bd3d"},
+ {file = "pydantic-1.10.11-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ef55392ec4bb5721f4ded1096241e4b7151ba6d50a50a80a2526c854f42e6a2f"},
+ {file = "pydantic-1.10.11-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:41e0bb6efe86281623abbeeb0be64eab740c865388ee934cd3e6a358784aca6e"},
+ {file = "pydantic-1.10.11-cp38-cp38-win_amd64.whl", hash = "sha256:265a60da42f9f27e0b1014eab8acd3e53bd0bad5c5b4884e98a55f8f596b2c19"},
+ {file = "pydantic-1.10.11-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:469adf96c8e2c2bbfa655fc7735a2a82f4c543d9fee97bd113a7fb509bf5e622"},
+ {file = "pydantic-1.10.11-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e6cbfbd010b14c8a905a7b10f9fe090068d1744d46f9e0c021db28daeb8b6de1"},
+ {file = "pydantic-1.10.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:abade85268cc92dff86d6effcd917893130f0ff516f3d637f50dadc22ae93999"},
+ {file = "pydantic-1.10.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e9738b0f2e6c70f44ee0de53f2089d6002b10c33264abee07bdb5c7f03038303"},
+ {file = "pydantic-1.10.11-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:787cf23e5a0cde753f2eabac1b2e73ae3844eb873fd1f5bdbff3048d8dbb7604"},
+ {file = "pydantic-1.10.11-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:174899023337b9fc685ac8adaa7b047050616136ccd30e9070627c1aaab53a13"},
+ {file = "pydantic-1.10.11-cp39-cp39-win_amd64.whl", hash = "sha256:1954f8778489a04b245a1e7b8b22a9d3ea8ef49337285693cf6959e4b757535e"},
+ {file = "pydantic-1.10.11-py3-none-any.whl", hash = "sha256:008c5e266c8aada206d0627a011504e14268a62091450210eda7c07fabe6963e"},
+ {file = "pydantic-1.10.11.tar.gz", hash = "sha256:f66d479cf7eb331372c470614be6511eae96f1f120344c25f3f9bb59fb1b5528"},
]
[package.dependencies]
@@ -815,52 +812,52 @@ cli = ["click (>=5.0)"]
[[package]]
name = "pyyaml"
-version = "6.0"
+version = "6.0.1"
description = "YAML parser and emitter for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
files = [
- {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
- {file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"},
- {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"},
- {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"},
- {file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
- {file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
- {file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
- {file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358"},
- {file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1"},
- {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d"},
- {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f"},
- {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782"},
- {file = "PyYAML-6.0-cp311-cp311-win32.whl", hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7"},
- {file = "PyYAML-6.0-cp311-cp311-win_amd64.whl", hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf"},
- {file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
- {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
- {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
- {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"},
- {file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"},
- {file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"},
- {file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"},
- {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"},
- {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"},
- {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"},
- {file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"},
- {file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"},
- {file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"},
- {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"},
- {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"},
- {file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"},
- {file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"},
- {file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"},
- {file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"},
- {file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"},
- {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"},
- {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"},
- {file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"},
- {file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"},
- {file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
- {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
+ {file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a"},
+ {file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"},
+ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"},
+ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"},
+ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"},
+ {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"},
+ {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"},
+ {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"},
+ {file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"},
+ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"},
+ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"},
+ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"},
+ {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"},
+ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"},
+ {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"},
+ {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"},
+ {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"},
+ {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd"},
+ {file = "PyYAML-6.0.1-cp36-cp36m-win32.whl", hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585"},
+ {file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa"},
+ {file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3"},
+ {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27"},
+ {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3"},
+ {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c"},
+ {file = "PyYAML-6.0.1-cp37-cp37m-win32.whl", hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba"},
+ {file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867"},
+ {file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595"},
+ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"},
+ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"},
+ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"},
+ {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"},
+ {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"},
+ {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"},
+ {file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859"},
+ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"},
+ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"},
+ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"},
+ {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"},
+ {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"},
+ {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"},
]
[[package]]
@@ -950,14 +947,14 @@ test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6.
[[package]]
name = "typing-extensions"
-version = "4.7.0"
+version = "4.7.1"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "typing_extensions-4.7.0-py3-none-any.whl", hash = "sha256:5d8c9dac95c27d20df12fb1d97b9793ab8b2af8a3a525e68c80e21060c161771"},
- {file = "typing_extensions-4.7.0.tar.gz", hash = "sha256:935ccf31549830cda708b42289d44b6f74084d616a00be651601a4f968e77c82"},
+ {file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"},
+ {file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"},
]
[[package]]
@@ -978,14 +975,14 @@ typing-extensions = ">=3.7.4"
[[package]]
name = "urllib3"
-version = "2.0.3"
+version = "2.0.4"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "urllib3-2.0.3-py3-none-any.whl", hash = "sha256:48e7fafa40319d358848e1bc6809b208340fafe2096f1725d05d67443d0483d1"},
- {file = "urllib3-2.0.3.tar.gz", hash = "sha256:bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825"},
+ {file = "urllib3-2.0.4-py3-none-any.whl", hash = "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4"},
+ {file = "urllib3-2.0.4.tar.gz", hash = "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"},
]
[package.extras]
@@ -996,14 +993,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "virtualenv"
-version = "20.23.1"
+version = "20.24.1"
description = "Virtual Python Environment builder"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "virtualenv-20.23.1-py3-none-any.whl", hash = "sha256:34da10f14fea9be20e0fd7f04aba9732f84e593dac291b757ce42e3368a39419"},
- {file = "virtualenv-20.23.1.tar.gz", hash = "sha256:8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1"},
+ {file = "virtualenv-20.24.1-py3-none-any.whl", hash = "sha256:01aacf8decd346cf9a865ae85c0cdc7f64c8caa07ff0d8b1dfc1733d10677442"},
+ {file = "virtualenv-20.24.1.tar.gz", hash = "sha256:2ef6a237c31629da6442b0bcaa3999748108c7166318d1f55cc9f8d7294e97bd"},
]
[package.dependencies]