From 63ac520bb322b3df4e855be2ecc81c630554e3eb Mon Sep 17 00:00:00 2001 From: ishkong <19740260+ishkong@users.noreply.github.com> Date: Wed, 21 May 2025 03:44:47 +0000 Subject: [PATCH] Bump to 3.3.0 --- pyproject.toml | 2 +- .../excel/AvatarPromotionConfig.json | 656 ++++ .../excel/EquipmentPromotionConfig.json | 496 +++ ...mentID2AbilityProperty_mapping_3.3.0.json} | 84 + ... => EquipmentID2EnName_mapping_3.3.0.json} | 4 +- ...on => EquipmentID2Name_mapping_3.3.0.json} | 4 +- ... => EquipmentID2Rarity_mapping_3.3.0.json} | 2 + ....0.json => ItemId2Name_mapping_3.3.0.json} | 32 + ....json => Property2Name_mapping_3.3.0.json} | 0 ...RelicId2MainAffixGroup_mapping_3.3.0.json} | 34 +- ...json => RelicId2Rarity_mapping_3.3.0.json} | 32 + ....json => RelicId2SetId_mapping_3.3.0.json} | 34 +- ....json => RelicSetSkill_mapping_3.3.0.json} | 12 + ...2.0.json => SetId2Name_mapping_3.3.0.json} | 2 + ...=> avatarId2DamageType_mapping_3.3.0.json} | 2 + ...son => avatarId2EnName_mapping_3.3.0.json} | 2 + ....json => avatarId2Name_mapping_3.3.0.json} | 2 + ...son => avatarId2Rarity_mapping_3.3.0.json} | 2 + ...n => avatarRankSkillUp_mapping_3.3.0.json} | 64 + ... => characterSkillTree_mapping_3.3.0.json} | 2765 +++++++++++++++++ ....0.json => rankId2Name_mapping_3.3.0.json} | 12 + ... => skillId2AttackType_mapping_3.3.0.json} | 14 +- ...0.json => skillId2Name_mapping_3.3.0.json} | 14 +- ...0.json => skillId2Type_mapping_3.3.0.json} | 14 +- starrail_damage_cal/version.py | 2 +- 25 files changed, 4278 insertions(+), 9 deletions(-) rename starrail_damage_cal/map/data/{EquipmentID2AbilityProperty_mapping_3.2.0.json => EquipmentID2AbilityProperty_mapping_3.3.0.json} (97%) rename starrail_damage_cal/map/data/{EquipmentID2EnName_mapping_3.2.0.json => EquipmentID2EnName_mapping_3.3.0.json} (97%) rename starrail_damage_cal/map/data/{EquipmentID2Name_mapping_3.2.0.json => EquipmentID2Name_mapping_3.3.0.json} (97%) rename starrail_damage_cal/map/data/{EquipmentID2Rarity_mapping_3.2.0.json => EquipmentID2Rarity_mapping_3.3.0.json} (98%) rename starrail_damage_cal/map/data/{ItemId2Name_mapping_3.2.0.json => ItemId2Name_mapping_3.3.0.json} (94%) rename starrail_damage_cal/map/data/{Property2Name_mapping_3.2.0.json => Property2Name_mapping_3.3.0.json} (100%) rename starrail_damage_cal/map/data/{RelicId2MainAffixGroup_mapping_3.2.0.json => RelicId2MainAffixGroup_mapping_3.3.0.json} (94%) rename starrail_damage_cal/map/data/{RelicId2Rarity_mapping_3.2.0.json => RelicId2Rarity_mapping_3.3.0.json} (94%) rename starrail_damage_cal/map/data/{RelicId2SetId_mapping_3.2.0.json => RelicId2SetId_mapping_3.3.0.json} (94%) rename starrail_damage_cal/map/data/{RelicSetSkill_mapping_3.2.0.json => RelicSetSkill_mapping_3.3.0.json} (95%) rename starrail_damage_cal/map/data/{SetId2Name_mapping_3.2.0.json => SetId2Name_mapping_3.3.0.json} (95%) rename starrail_damage_cal/map/data/{avatarId2DamageType_mapping_3.2.0.json => avatarId2DamageType_mapping_3.3.0.json} (97%) rename starrail_damage_cal/map/data/{avatarId2EnName_mapping_3.2.0.json => avatarId2EnName_mapping_3.3.0.json} (97%) rename starrail_damage_cal/map/data/{avatarId2Name_mapping_3.2.0.json => avatarId2Name_mapping_3.3.0.json} (97%) rename starrail_damage_cal/map/data/{avatarId2Rarity_mapping_3.2.0.json => avatarId2Rarity_mapping_3.3.0.json} (97%) rename starrail_damage_cal/map/data/{avatarRankSkillUp_mapping_3.2.0.json => avatarRankSkillUp_mapping_3.3.0.json} (96%) rename starrail_damage_cal/map/data/{characterSkillTree_mapping_3.2.0.json => characterSkillTree_mapping_3.3.0.json} (97%) rename starrail_damage_cal/map/data/{rankId2Name_mapping_3.2.0.json => rankId2Name_mapping_3.3.0.json} (96%) rename starrail_damage_cal/map/data/{skillId2AttackType_mapping_3.2.0.json => skillId2AttackType_mapping_3.3.0.json} (97%) rename starrail_damage_cal/map/data/{skillId2Name_mapping_3.2.0.json => skillId2Name_mapping_3.3.0.json} (97%) rename starrail_damage_cal/map/data/{skillId2Type_mapping_3.2.0.json => skillId2Type_mapping_3.3.0.json} (97%) diff --git a/pyproject.toml b/pyproject.toml index a917342..aa5791e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "starrail_damage_cal" -version = "3.2.0" +version = "3.3.0" description = "For StarRail Role Damage Cal" authors = [ {name = "qwerdvd", email = "105906879+qwerdvd@users.noreply.github.com"}, diff --git a/starrail_damage_cal/excel/AvatarPromotionConfig.json b/starrail_damage_cal/excel/AvatarPromotionConfig.json index b687036..b8423d8 100644 --- a/starrail_damage_cal/excel/AvatarPromotionConfig.json +++ b/starrail_damage_cal/excel/AvatarPromotionConfig.json @@ -23942,5 +23942,661 @@ "BaseAggro": { "Value": 75 } + }, + { + "AvatarID": 1409, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 115001, + "ItemNum": 5 + } + ], + "MaxLevel": 20, + "PlayerLevelRequire": 15, + "AttackBase": { + "Value": 52.8 + }, + "AttackAdd": { + "Value": 2.64 + }, + "DefenceBase": { + "Value": 85.8 + }, + "DefenceAdd": { + "Value": 4.29 + }, + "HPBase": { + "Value": 147.84 + }, + "HPAdd": { + "Value": 7.392 + }, + "SpeedBase": { + "Value": 110 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1409, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 115001, + "ItemNum": 10 + } + ], + "MaxLevel": 30, + "WorldLevelRequire": 1, + "AttackBase": { + "Value": 73.92 + }, + "AttackAdd": { + "Value": 2.64 + }, + "DefenceBase": { + "Value": 120.12 + }, + "DefenceAdd": { + "Value": 4.29 + }, + "HPBase": { + "Value": 206.976 + }, + "HPAdd": { + "Value": 7.392 + }, + "SpeedBase": { + "Value": 110 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1409, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 115002, + "ItemNum": 6 + }, + { + "ItemID": 110425, + "ItemNum": 3 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "AttackBase": { + "Value": 95.04 + }, + "AttackAdd": { + "Value": 2.64 + }, + "DefenceBase": { + "Value": 154.44 + }, + "DefenceAdd": { + "Value": 4.29 + }, + "HPBase": { + "Value": 266.112 + }, + "HPAdd": { + "Value": 7.392 + }, + "SpeedBase": { + "Value": 110 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1409, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 115002, + "ItemNum": 9 + }, + { + "ItemID": 110425, + "ItemNum": 7 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "AttackBase": { + "Value": 116.16 + }, + "AttackAdd": { + "Value": 2.64 + }, + "DefenceBase": { + "Value": 188.76 + }, + "DefenceAdd": { + "Value": 4.29 + }, + "HPBase": { + "Value": 325.248 + }, + "HPAdd": { + "Value": 7.392 + }, + "SpeedBase": { + "Value": 110 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1409, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 115003, + "ItemNum": 6 + }, + { + "ItemID": 110425, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "AttackBase": { + "Value": 137.28 + }, + "AttackAdd": { + "Value": 2.64 + }, + "DefenceBase": { + "Value": 223.08 + }, + "DefenceAdd": { + "Value": 4.29 + }, + "HPBase": { + "Value": 384.384 + }, + "HPAdd": { + "Value": 7.392 + }, + "SpeedBase": { + "Value": 110 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1409, + "Promotion": 5, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 115003, + "ItemNum": 9 + }, + { + "ItemID": 110425, + "ItemNum": 35 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "AttackBase": { + "Value": 158.4 + }, + "AttackAdd": { + "Value": 2.64 + }, + "DefenceBase": { + "Value": 257.4 + }, + "DefenceAdd": { + "Value": 4.29 + }, + "HPBase": { + "Value": 443.52 + }, + "HPAdd": { + "Value": 7.392 + }, + "SpeedBase": { + "Value": 110 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1409, + "Promotion": 6, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "AttackBase": { + "Value": 179.52 + }, + "AttackAdd": { + "Value": 2.64 + }, + "DefenceBase": { + "Value": 291.72 + }, + "DefenceAdd": { + "Value": 4.29 + }, + "HPBase": { + "Value": 502.656 + }, + "HPAdd": { + "Value": 7.392 + }, + "SpeedBase": { + "Value": 110 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1406, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 115011, + "ItemNum": 5 + } + ], + "MaxLevel": 20, + "PlayerLevelRequire": 15, + "AttackBase": { + "Value": 87.12 + }, + "AttackAdd": { + "Value": 4.356 + }, + "DefenceBase": { + "Value": 69.3 + }, + "DefenceAdd": { + "Value": 3.465 + }, + "HPBase": { + "Value": 126.72 + }, + "HPAdd": { + "Value": 6.336 + }, + "SpeedBase": { + "Value": 106 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1406, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 115011, + "ItemNum": 10 + } + ], + "MaxLevel": 30, + "WorldLevelRequire": 1, + "AttackBase": { + "Value": 121.968 + }, + "AttackAdd": { + "Value": 4.356 + }, + "DefenceBase": { + "Value": 97.02 + }, + "DefenceAdd": { + "Value": 3.465 + }, + "HPBase": { + "Value": 177.408 + }, + "HPAdd": { + "Value": 6.336 + }, + "SpeedBase": { + "Value": 106 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1406, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 115012, + "ItemNum": 6 + }, + { + "ItemID": 110436, + "ItemNum": 3 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "AttackBase": { + "Value": 156.816 + }, + "AttackAdd": { + "Value": 4.356 + }, + "DefenceBase": { + "Value": 124.74 + }, + "DefenceAdd": { + "Value": 3.465 + }, + "HPBase": { + "Value": 228.096 + }, + "HPAdd": { + "Value": 6.336 + }, + "SpeedBase": { + "Value": 106 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1406, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 115012, + "ItemNum": 9 + }, + { + "ItemID": 110436, + "ItemNum": 7 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "AttackBase": { + "Value": 191.664 + }, + "AttackAdd": { + "Value": 4.356 + }, + "DefenceBase": { + "Value": 152.46 + }, + "DefenceAdd": { + "Value": 3.465 + }, + "HPBase": { + "Value": 278.784 + }, + "HPAdd": { + "Value": 6.336 + }, + "SpeedBase": { + "Value": 106 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1406, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 115013, + "ItemNum": 6 + }, + { + "ItemID": 110436, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "AttackBase": { + "Value": 226.512 + }, + "AttackAdd": { + "Value": 4.356 + }, + "DefenceBase": { + "Value": 180.18 + }, + "DefenceAdd": { + "Value": 3.465 + }, + "HPBase": { + "Value": 329.472 + }, + "HPAdd": { + "Value": 6.336 + }, + "SpeedBase": { + "Value": 106 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1406, + "Promotion": 5, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 115013, + "ItemNum": 9 + }, + { + "ItemID": 110436, + "ItemNum": 35 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "AttackBase": { + "Value": 261.36 + }, + "AttackAdd": { + "Value": 4.356 + }, + "DefenceBase": { + "Value": 207.9 + }, + "DefenceAdd": { + "Value": 3.465 + }, + "HPBase": { + "Value": 380.16 + }, + "HPAdd": { + "Value": 6.336 + }, + "SpeedBase": { + "Value": 106 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } + }, + { + "AvatarID": 1406, + "Promotion": 6, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "AttackBase": { + "Value": 296.208 + }, + "AttackAdd": { + "Value": 4.356 + }, + "DefenceBase": { + "Value": 235.62 + }, + "DefenceAdd": { + "Value": 3.465 + }, + "HPBase": { + "Value": 430.848 + }, + "HPAdd": { + "Value": 6.336 + }, + "SpeedBase": { + "Value": 106 + }, + "CriticalChance": { + "Value": 0.05 + }, + "CriticalDamage": { + "Value": 0.5 + }, + "BaseAggro": { + "Value": 100 + } } ] \ No newline at end of file diff --git a/starrail_damage_cal/excel/EquipmentPromotionConfig.json b/starrail_damage_cal/excel/EquipmentPromotionConfig.json index a7b5899..653c9d0 100644 --- a/starrail_damage_cal/excel/EquipmentPromotionConfig.json +++ b/starrail_damage_cal/excel/EquipmentPromotionConfig.json @@ -30999,6 +30999,254 @@ "Value": 2.7 } }, + { + "EquipmentID": 23042, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 115001, + "ItemNum": 8 + } + ], + "PlayerLevelRequire": 15, + "MaxLevel": 20, + "BaseHP": { + "Value": 52.8 + }, + "BaseHPAdd": { + "Value": 7.92 + }, + "BaseAttack": { + "Value": 21.6 + }, + "BaseAttackAdd": { + "Value": 3.24 + }, + "BaseDefence": { + "Value": 24 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23042, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110251, + "ItemNum": 4 + }, + { + "ItemID": 115001, + "ItemNum": 12 + } + ], + "WorldLevelRequire": 1, + "MaxLevel": 30, + "BaseHP": { + "Value": 116.16 + }, + "BaseHPAdd": { + "Value": 7.92 + }, + "BaseAttack": { + "Value": 47.52 + }, + "BaseAttackAdd": { + "Value": 3.24 + }, + "BaseDefence": { + "Value": 52.8 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23042, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110252, + "ItemNum": 4 + }, + { + "ItemID": 115002, + "ItemNum": 8 + } + ], + "WorldLevelRequire": 2, + "MaxLevel": 40, + "BaseHP": { + "Value": 200.64 + }, + "BaseHPAdd": { + "Value": 7.92 + }, + "BaseAttack": { + "Value": 82.08 + }, + "BaseAttackAdd": { + "Value": 3.24 + }, + "BaseDefence": { + "Value": 91.2 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23042, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 110252, + "ItemNum": 8 + }, + { + "ItemID": 115002, + "ItemNum": 12 + } + ], + "WorldLevelRequire": 3, + "MaxLevel": 50, + "BaseHP": { + "Value": 285.12 + }, + "BaseHPAdd": { + "Value": 7.92 + }, + "BaseAttack": { + "Value": 116.64 + }, + "BaseAttackAdd": { + "Value": 3.24 + }, + "BaseDefence": { + "Value": 129.6 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23042, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110253, + "ItemNum": 5 + }, + { + "ItemID": 115003, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 4, + "MaxLevel": 60, + "BaseHP": { + "Value": 369.6 + }, + "BaseHPAdd": { + "Value": 7.92 + }, + "BaseAttack": { + "Value": 151.2 + }, + "BaseAttackAdd": { + "Value": 3.24 + }, + "BaseDefence": { + "Value": 168 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23042, + "Promotion": 5, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110253, + "ItemNum": 10 + }, + { + "ItemID": 115003, + "ItemNum": 8 + } + ], + "WorldLevelRequire": 5, + "MaxLevel": 70, + "BaseHP": { + "Value": 454.08 + }, + "BaseHPAdd": { + "Value": 7.92 + }, + "BaseAttack": { + "Value": 185.76 + }, + "BaseAttackAdd": { + "Value": 3.24 + }, + "BaseDefence": { + "Value": 206.4 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23042, + "Promotion": 6, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "MaxLevel": 80, + "BaseHP": { + "Value": 538.56 + }, + "BaseHPAdd": { + "Value": 7.92 + }, + "BaseAttack": { + "Value": 220.32 + }, + "BaseAttackAdd": { + "Value": 3.24 + }, + "BaseDefence": { + "Value": 244.8 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, { "EquipmentID": 23041, "PromotionCostList": [ @@ -31742,5 +31990,253 @@ "BaseDefenceAdd": { "Value": 2.25 } + }, + { + "EquipmentID": 23043, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 115011, + "ItemNum": 8 + } + ], + "PlayerLevelRequire": 15, + "MaxLevel": 20, + "BaseHP": { + "Value": 43.2 + }, + "BaseHPAdd": { + "Value": 6.48 + }, + "BaseAttack": { + "Value": 26.4 + }, + "BaseAttackAdd": { + "Value": 3.96 + }, + "BaseDefence": { + "Value": 24 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23043, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110221, + "ItemNum": 4 + }, + { + "ItemID": 115011, + "ItemNum": 12 + } + ], + "WorldLevelRequire": 1, + "MaxLevel": 30, + "BaseHP": { + "Value": 95.04 + }, + "BaseHPAdd": { + "Value": 6.48 + }, + "BaseAttack": { + "Value": 58.08 + }, + "BaseAttackAdd": { + "Value": 3.96 + }, + "BaseDefence": { + "Value": 52.8 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23043, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110222, + "ItemNum": 4 + }, + { + "ItemID": 115012, + "ItemNum": 8 + } + ], + "WorldLevelRequire": 2, + "MaxLevel": 40, + "BaseHP": { + "Value": 164.16 + }, + "BaseHPAdd": { + "Value": 6.48 + }, + "BaseAttack": { + "Value": 100.32 + }, + "BaseAttackAdd": { + "Value": 3.96 + }, + "BaseDefence": { + "Value": 91.2 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23043, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 110222, + "ItemNum": 8 + }, + { + "ItemID": 115012, + "ItemNum": 12 + } + ], + "WorldLevelRequire": 3, + "MaxLevel": 50, + "BaseHP": { + "Value": 233.28 + }, + "BaseHPAdd": { + "Value": 6.48 + }, + "BaseAttack": { + "Value": 142.56 + }, + "BaseAttackAdd": { + "Value": 3.96 + }, + "BaseDefence": { + "Value": 129.6 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23043, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110223, + "ItemNum": 5 + }, + { + "ItemID": 115013, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 4, + "MaxLevel": 60, + "BaseHP": { + "Value": 302.4 + }, + "BaseHPAdd": { + "Value": 6.48 + }, + "BaseAttack": { + "Value": 184.8 + }, + "BaseAttackAdd": { + "Value": 3.96 + }, + "BaseDefence": { + "Value": 168 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23043, + "Promotion": 5, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110223, + "ItemNum": 10 + }, + { + "ItemID": 115013, + "ItemNum": 8 + } + ], + "WorldLevelRequire": 5, + "MaxLevel": 70, + "BaseHP": { + "Value": 371.52 + }, + "BaseHPAdd": { + "Value": 6.48 + }, + "BaseAttack": { + "Value": 227.04 + }, + "BaseAttackAdd": { + "Value": 3.96 + }, + "BaseDefence": { + "Value": 206.4 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } + }, + { + "EquipmentID": 23043, + "Promotion": 6, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "MaxLevel": 80, + "BaseHP": { + "Value": 440.64 + }, + "BaseHPAdd": { + "Value": 6.48 + }, + "BaseAttack": { + "Value": 269.28 + }, + "BaseAttackAdd": { + "Value": 3.96 + }, + "BaseDefence": { + "Value": 244.8 + }, + "BaseDefenceAdd": { + "Value": 3.6 + } } ] \ No newline at end of file diff --git a/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_3.2.0.json b/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_3.2.0.json rename to starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_3.3.0.json index 335a1a1..6d0d027 100644 --- a/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/EquipmentID2AbilityProperty_mapping_3.3.0.json @@ -3754,6 +3754,48 @@ } ] }, + "23042": { + "1": [ + { + "PropertyType": "SpeedAddedRatio", + "Value": { + "Value": 0.18 + } + } + ], + "2": [ + { + "PropertyType": "SpeedAddedRatio", + "Value": { + "Value": 0.21 + } + } + ], + "3": [ + { + "PropertyType": "SpeedAddedRatio", + "Value": { + "Value": 0.24 + } + } + ], + "4": [ + { + "PropertyType": "SpeedAddedRatio", + "Value": { + "Value": 0.27 + } + } + ], + "5": [ + { + "PropertyType": "SpeedAddedRatio", + "Value": { + "Value": 0.3 + } + } + ] + }, "23041": { "1": [], "2": [], @@ -3844,5 +3886,47 @@ } } ] + }, + "23043": { + "1": [ + { + "PropertyType": "SpeedAddedRatio", + "Value": { + "Value": 0.18 + } + } + ], + "2": [ + { + "PropertyType": "SpeedAddedRatio", + "Value": { + "Value": 0.21 + } + } + ], + "3": [ + { + "PropertyType": "SpeedAddedRatio", + "Value": { + "Value": 0.24 + } + } + ], + "4": [ + { + "PropertyType": "SpeedAddedRatio", + "Value": { + "Value": 0.27 + } + } + ], + "5": [ + { + "PropertyType": "SpeedAddedRatio", + "Value": { + "Value": 0.3 + } + } + ] } } \ No newline at end of file diff --git a/starrail_damage_cal/map/data/EquipmentID2EnName_mapping_3.2.0.json b/starrail_damage_cal/map/data/EquipmentID2EnName_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/EquipmentID2EnName_mapping_3.2.0.json rename to starrail_damage_cal/map/data/EquipmentID2EnName_mapping_3.3.0.json index 5d047db..071550a 100644 --- a/starrail_damage_cal/map/data/EquipmentID2EnName_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/EquipmentID2EnName_mapping_3.3.0.json @@ -124,7 +124,9 @@ "23038": "IfTimeWereaFlower", "24005": "Memory'sCurtainNeverFalls", "23039": "FlameofBlood,BlazeMyPath", + "23042": "LongMayRainbowsAdorntheSky", "23041": "LifeShouldBeCasttoFlames", "23040": "MakeFarewellsMoreBeautiful", - "22004": "TheGreatCosmicEnterprise" + "22004": "TheGreatCosmicEnterprise", + "23043": "LiesDanceontheBreeze" } \ No newline at end of file diff --git a/starrail_damage_cal/map/data/EquipmentID2Name_mapping_3.2.0.json b/starrail_damage_cal/map/data/EquipmentID2Name_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/EquipmentID2Name_mapping_3.2.0.json rename to starrail_damage_cal/map/data/EquipmentID2Name_mapping_3.3.0.json index 356b7bc..8060a5b 100644 --- a/starrail_damage_cal/map/data/EquipmentID2Name_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/EquipmentID2Name_mapping_3.3.0.json @@ -124,7 +124,9 @@ "23038": "如果时间是一朵花", "24005": "记忆永不落幕", "23039": "血火啊,燃烧前路", + "23042": "愿虹光永驻天空", "23041": "生命当付之一炬", "23040": "让告别,更美一些", - "22004": "宇宙大生意" + "22004": "宇宙大生意", + "23043": "谎言在风中飘扬" } \ No newline at end of file diff --git a/starrail_damage_cal/map/data/EquipmentID2Rarity_mapping_3.2.0.json b/starrail_damage_cal/map/data/EquipmentID2Rarity_mapping_3.3.0.json similarity index 98% rename from starrail_damage_cal/map/data/EquipmentID2Rarity_mapping_3.2.0.json rename to starrail_damage_cal/map/data/EquipmentID2Rarity_mapping_3.3.0.json index c546f0a..f1df88d 100644 --- a/starrail_damage_cal/map/data/EquipmentID2Rarity_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/EquipmentID2Rarity_mapping_3.3.0.json @@ -121,6 +121,8 @@ "23039": 5, "23040": 5, "23041": 5, + "23042": 5, + "23043": 5, "24000": 5, "24001": 5, "24002": 5, diff --git a/starrail_damage_cal/map/data/ItemId2Name_mapping_3.2.0.json b/starrail_damage_cal/map/data/ItemId2Name_mapping_3.3.0.json similarity index 94% rename from starrail_damage_cal/map/data/ItemId2Name_mapping_3.2.0.json rename to starrail_damage_cal/map/data/ItemId2Name_mapping_3.3.0.json index 9ea8826..80fec6c 100644 --- a/starrail_damage_cal/map/data/ItemId2Name_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/ItemId2Name_mapping_3.3.0.json @@ -95,6 +95,14 @@ "31242": "诗人的贵金手镯", "31243": "诗人的缀星裙摆", "31244": "诗人的钉银之履", + "31251": "女武神的翱翔翼盔", + "31252": "女武神的骑枪手铠", + "31253": "女武神的启程披风", + "31254": "女武神的勋礼马刺", + "31261": "船长的领航笠帽", + "31262": "船长的捕光星盘", + "31263": "船长的驭风斗篷", + "31264": "船长的踏浪游靴", "33015": "「黑塔」的空间站点", "33016": "「黑塔」的漫历轨迹", "33025": "罗浮仙舟的天外楼船", @@ -231,6 +239,14 @@ "41242": "诗人的贵金手镯", "41243": "诗人的缀星裙摆", "41244": "诗人的钉银之履", + "41251": "女武神的翱翔翼盔", + "41252": "女武神的骑枪手铠", + "41253": "女武神的启程披风", + "41254": "女武神的勋礼马刺", + "41261": "船长的领航笠帽", + "41262": "船长的捕光星盘", + "41263": "船长的驭风斗篷", + "41264": "船长的踏浪游靴", "43015": "「黑塔」的空间站点", "43016": "「黑塔」的漫历轨迹", "43025": "罗浮仙舟的天外楼船", @@ -367,6 +383,14 @@ "51242": "诗人的贵金手镯", "51243": "诗人的缀星裙摆", "51244": "诗人的钉银之履", + "51251": "女武神的翱翔翼盔", + "51252": "女武神的骑枪手铠", + "51253": "女武神的启程披风", + "51254": "女武神的勋礼马刺", + "51261": "船长的领航笠帽", + "51262": "船长的捕光星盘", + "51263": "船长的驭风斗篷", + "51264": "船长的踏浪游靴", "53015": "「黑塔」的空间站点", "53016": "「黑塔」的漫历轨迹", "53025": "罗浮仙舟的天外楼船", @@ -509,6 +533,14 @@ "61242": "诗人的贵金手镯", "61243": "诗人的缀星裙摆", "61244": "诗人的钉银之履", + "61251": "女武神的翱翔翼盔", + "61252": "女武神的骑枪手铠", + "61253": "女武神的启程披风", + "61254": "女武神的勋礼马刺", + "61261": "船长的领航笠帽", + "61262": "船长的捕光星盘", + "61263": "船长的驭风斗篷", + "61264": "船长的踏浪游靴", "63015": "「黑塔」的空间站点", "63016": "「黑塔」的漫历轨迹", "63025": "罗浮仙舟的天外楼船", diff --git a/starrail_damage_cal/map/data/Property2Name_mapping_3.2.0.json b/starrail_damage_cal/map/data/Property2Name_mapping_3.3.0.json similarity index 100% rename from starrail_damage_cal/map/data/Property2Name_mapping_3.2.0.json rename to starrail_damage_cal/map/data/Property2Name_mapping_3.3.0.json diff --git a/starrail_damage_cal/map/data/RelicId2MainAffixGroup_mapping_3.2.0.json b/starrail_damage_cal/map/data/RelicId2MainAffixGroup_mapping_3.3.0.json similarity index 94% rename from starrail_damage_cal/map/data/RelicId2MainAffixGroup_mapping_3.2.0.json rename to starrail_damage_cal/map/data/RelicId2MainAffixGroup_mapping_3.3.0.json index 42d5343..43847f1 100644 --- a/starrail_damage_cal/map/data/RelicId2MainAffixGroup_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/RelicId2MainAffixGroup_mapping_3.3.0.json @@ -548,5 +548,37 @@ "33206": 26, "43206": 36, "53206": 46, - "63206": 56 + "63206": 56, + "31251": 21, + "41251": 31, + "51251": 41, + "61251": 51, + "31252": 22, + "41252": 32, + "51252": 42, + "61252": 52, + "31253": 23, + "41253": 33, + "51253": 43, + "61253": 53, + "31254": 24, + "41254": 34, + "51254": 44, + "61254": 54, + "31261": 21, + "41261": 31, + "51261": 41, + "61261": 51, + "31262": 22, + "41262": 32, + "51262": 42, + "61262": 52, + "31263": 23, + "41263": 33, + "51263": 43, + "61263": 53, + "31264": 24, + "41264": 34, + "51264": 44, + "61264": 54 } \ No newline at end of file diff --git a/starrail_damage_cal/map/data/RelicId2Rarity_mapping_3.2.0.json b/starrail_damage_cal/map/data/RelicId2Rarity_mapping_3.3.0.json similarity index 94% rename from starrail_damage_cal/map/data/RelicId2Rarity_mapping_3.2.0.json rename to starrail_damage_cal/map/data/RelicId2Rarity_mapping_3.3.0.json index aff9044..419fa06 100644 --- a/starrail_damage_cal/map/data/RelicId2Rarity_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/RelicId2Rarity_mapping_3.3.0.json @@ -95,6 +95,14 @@ "31242": 2, "31243": 2, "31244": 2, + "31251": 2, + "31252": 2, + "31253": 2, + "31254": 2, + "31261": 2, + "31262": 2, + "31263": 2, + "31264": 2, "33015": 2, "33016": 2, "33025": 2, @@ -231,6 +239,14 @@ "41242": 3, "41243": 3, "41244": 3, + "41251": 3, + "41252": 3, + "41253": 3, + "41254": 3, + "41261": 3, + "41262": 3, + "41263": 3, + "41264": 3, "43015": 3, "43016": 3, "43025": 3, @@ -367,6 +383,14 @@ "51242": 4, "51243": 4, "51244": 4, + "51251": 4, + "51252": 4, + "51253": 4, + "51254": 4, + "51261": 4, + "51262": 4, + "51263": 4, + "51264": 4, "53015": 4, "53016": 4, "53025": 4, @@ -509,6 +533,14 @@ "61242": 5, "61243": 5, "61244": 5, + "61251": 5, + "61252": 5, + "61253": 5, + "61254": 5, + "61261": 5, + "61262": 5, + "61263": 5, + "61264": 5, "63015": 5, "63016": 5, "63025": 5, diff --git a/starrail_damage_cal/map/data/RelicId2SetId_mapping_3.2.0.json b/starrail_damage_cal/map/data/RelicId2SetId_mapping_3.3.0.json similarity index 94% rename from starrail_damage_cal/map/data/RelicId2SetId_mapping_3.2.0.json rename to starrail_damage_cal/map/data/RelicId2SetId_mapping_3.3.0.json index 9dd653b..f88a8bc 100644 --- a/starrail_damage_cal/map/data/RelicId2SetId_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/RelicId2SetId_mapping_3.3.0.json @@ -548,5 +548,37 @@ "33206": 320, "43206": 320, "53206": 320, - "63206": 320 + "63206": 320, + "31251": 125, + "41251": 125, + "51251": 125, + "61251": 125, + "31252": 125, + "41252": 125, + "51252": 125, + "61252": 125, + "31253": 125, + "41253": 125, + "51253": 125, + "61253": 125, + "31254": 125, + "41254": 125, + "51254": 125, + "61254": 125, + "31261": 126, + "41261": 126, + "51261": 126, + "61261": 126, + "31262": 126, + "41262": 126, + "51262": 126, + "61262": 126, + "31263": 126, + "41263": 126, + "51263": 126, + "61263": 126, + "31264": 126, + "41264": 126, + "51264": 126, + "61264": 126 } \ No newline at end of file diff --git a/starrail_damage_cal/map/data/RelicSetSkill_mapping_3.2.0.json b/starrail_damage_cal/map/data/RelicSetSkill_mapping_3.3.0.json similarity index 95% rename from starrail_damage_cal/map/data/RelicSetSkill_mapping_3.2.0.json rename to starrail_damage_cal/map/data/RelicSetSkill_mapping_3.3.0.json index c9b271c..086eaf5 100644 --- a/starrail_damage_cal/map/data/RelicSetSkill_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/RelicSetSkill_mapping_3.3.0.json @@ -263,5 +263,17 @@ "Property": "SpeedAddedRatio", "Value": 0.06 } + }, + "125": { + "2": { + "Property": "SpeedAddedRatio", + "Value": 0.06 + } + }, + "126": { + "2": { + "Property": "CriticalDamageBase", + "Value": 0.16 + } } } \ No newline at end of file diff --git a/starrail_damage_cal/map/data/SetId2Name_mapping_3.2.0.json b/starrail_damage_cal/map/data/SetId2Name_mapping_3.3.0.json similarity index 95% rename from starrail_damage_cal/map/data/SetId2Name_mapping_3.2.0.json rename to starrail_damage_cal/map/data/SetId2Name_mapping_3.3.0.json index 0ae5abf..c72bfc5 100644 --- a/starrail_damage_cal/map/data/SetId2Name_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/SetId2Name_mapping_3.3.0.json @@ -23,6 +23,8 @@ "122": "识海迷坠的学者", "123": "凯歌祝捷的英豪", "124": "哀歌覆国的诗人", + "125": "烈阳惊雷的女武神", + "126": "恶海逐波的船长", "301": "太空封印站", "302": "不老者的仙舟", "303": "泛银河商业公司", diff --git a/starrail_damage_cal/map/data/avatarId2DamageType_mapping_3.2.0.json b/starrail_damage_cal/map/data/avatarId2DamageType_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/avatarId2DamageType_mapping_3.2.0.json rename to starrail_damage_cal/map/data/avatarId2DamageType_mapping_3.3.0.json index 163362a..7ba48a1 100644 --- a/starrail_damage_cal/map/data/avatarId2DamageType_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/avatarId2DamageType_mapping_3.3.0.json @@ -63,7 +63,9 @@ "1403": "Quantum", "1404": "Imaginary", "1405": "Wind", + "1406": "Quantum", "1407": "Quantum", + "1409": "Wind", "8001": "Physical", "8002": "Physical", "8003": "Fire", diff --git a/starrail_damage_cal/map/data/avatarId2EnName_mapping_3.2.0.json b/starrail_damage_cal/map/data/avatarId2EnName_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/avatarId2EnName_mapping_3.2.0.json rename to starrail_damage_cal/map/data/avatarId2EnName_mapping_3.3.0.json index 727572e..3a9db26 100644 --- a/starrail_damage_cal/map/data/avatarId2EnName_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/avatarId2EnName_mapping_3.3.0.json @@ -63,7 +63,9 @@ "1403": "Tribbie", "1404": "Mydei", "1405": "Anaxa", + "1406": "Cipher", "1407": "Castorice", + "1409": "Hyacine", "8001": "{NICKNAME}", "8002": "{NICKNAME}", "8003": "{NICKNAME}", diff --git a/starrail_damage_cal/map/data/avatarId2Name_mapping_3.2.0.json b/starrail_damage_cal/map/data/avatarId2Name_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/avatarId2Name_mapping_3.2.0.json rename to starrail_damage_cal/map/data/avatarId2Name_mapping_3.3.0.json index 6b396bc..3d6ab8f 100644 --- a/starrail_damage_cal/map/data/avatarId2Name_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/avatarId2Name_mapping_3.3.0.json @@ -63,7 +63,9 @@ "1403": "缇宝", "1404": "万敌", "1405": "那刻夏", + "1406": "赛飞儿", "1407": "遐蝶", + "1409": "风堇", "8001": "开拓者", "8002": "开拓者", "8003": "开拓者", diff --git a/starrail_damage_cal/map/data/avatarId2Rarity_mapping_3.2.0.json b/starrail_damage_cal/map/data/avatarId2Rarity_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/avatarId2Rarity_mapping_3.2.0.json rename to starrail_damage_cal/map/data/avatarId2Rarity_mapping_3.3.0.json index ffeec4d..d4d2a67 100644 --- a/starrail_damage_cal/map/data/avatarId2Rarity_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/avatarId2Rarity_mapping_3.3.0.json @@ -63,7 +63,9 @@ "1403": "5", "1404": "5", "1405": "5", + "1406": "5", "1407": "5", + "1409": "5", "8001": "5", "8002": "5", "8003": "5", diff --git a/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_3.2.0.json b/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_3.3.0.json similarity index 96% rename from starrail_damage_cal/map/data/avatarRankSkillUp_mapping_3.2.0.json rename to starrail_damage_cal/map/data/avatarRankSkillUp_mapping_3.3.0.json index b523960..bcf5049 100644 --- a/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/avatarRankSkillUp_mapping_3.3.0.json @@ -1675,6 +1675,30 @@ } ], "140506": [], + "140601": [], + "140602": [], + "140603": [ + { + "id": "140603", + "num": 2 + }, + { + "id": "140601", + "num": 1 + } + ], + "140604": [], + "140605": [ + { + "id": "140602", + "num": 2 + }, + { + "id": "140604", + "num": 2 + } + ], + "140606": [], "140701": [], "140702": [], "140703": [ @@ -1727,6 +1751,46 @@ } ], "140706": [], + "140901": [], + "140902": [], + "140903": [ + { + "id": "140903", + "num": 2 + }, + { + "id": "140901", + "num": 1 + }, + { + "id": "1140901", + "num": 1 + } + ], + "140904": [], + "140905": [ + { + "id": "140902", + "num": 2 + }, + { + "id": "140904", + "num": 2 + }, + { + "id": "1140903", + "num": 1 + }, + { + "id": "1140905", + "num": 1 + }, + { + "id": "1140906", + "num": 1 + } + ], + "140906": [], "800101": [], "800102": [], "800103": [ diff --git a/starrail_damage_cal/map/data/characterSkillTree_mapping_3.2.0.json b/starrail_damage_cal/map/data/characterSkillTree_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/characterSkillTree_mapping_3.2.0.json rename to starrail_damage_cal/map/data/characterSkillTree_mapping_3.3.0.json index 4f5f018..d3ab5b8 100644 --- a/starrail_damage_cal/map/data/characterSkillTree_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/characterSkillTree_mapping_3.3.0.json @@ -80329,6 +80329,1264 @@ "icon": "icon/property/IconWindAddedRatio.png" } }, + "1406": { + "1406001": { + "id": "1406001", + "name": "", + "max_level": 6, + "desc": "", + "params": [], + "anchor": "Point01", + "pre_points": [], + "level_up_skills": [ + { + "id": "140601", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + }, + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 5000 + }, + { + "id": "110221", + "num": 3 + }, + { + "id": "115011", + "num": 6 + } + ] + }, + { + "promotion": 3, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 10000 + }, + { + "id": "110222", + "num": 3 + }, + { + "id": "115012", + "num": 3 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 20000 + }, + { + "id": "110222", + "num": 5 + }, + { + "id": "115012", + "num": 4 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 45000 + }, + { + "id": "110223", + "num": 3 + }, + { + "id": "115013", + "num": 3 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110223", + "num": 8 + }, + { + "id": "115013", + "num": 4 + } + ] + } + ], + "icon": "icon/skill/1406_basic_atk.png" + }, + "1406002": { + "id": "1406002", + "name": "", + "max_level": 10, + "desc": "", + "params": [], + "anchor": "Point02", + "pre_points": [], + "level_up_skills": [ + { + "id": "140602", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + }, + { + "promotion": 1, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 2500 + }, + { + "id": "115011", + "num": 3 + } + ] + }, + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 5000 + }, + { + "id": "110221", + "num": 3 + }, + { + "id": "115011", + "num": 6 + } + ] + }, + { + "promotion": 3, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 10000 + }, + { + "id": "110222", + "num": 3 + }, + { + "id": "115012", + "num": 3 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 20000 + }, + { + "id": "110222", + "num": 5 + }, + { + "id": "115012", + "num": 4 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 30000 + }, + { + "id": "110222", + "num": 7 + }, + { + "id": "115012", + "num": 6 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 45000 + }, + { + "id": "110223", + "num": 3 + }, + { + "id": "115013", + "num": 3 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 80000 + }, + { + "id": "110223", + "num": 5 + }, + { + "id": "110507", + "num": 1 + }, + { + "id": "115013", + "num": 4 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110223", + "num": 8 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110507", + "num": 1 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 300000 + }, + { + "id": "110223", + "num": 14 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110507", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1406_skill.png" + }, + "1406003": { + "id": "1406003", + "name": "", + "max_level": 10, + "desc": "", + "params": [], + "anchor": "Point03", + "pre_points": [], + "level_up_skills": [ + { + "id": "140603", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + }, + { + "promotion": 1, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 2500 + }, + { + "id": "115011", + "num": 3 + } + ] + }, + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 5000 + }, + { + "id": "110221", + "num": 3 + }, + { + "id": "115011", + "num": 6 + } + ] + }, + { + "promotion": 3, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 10000 + }, + { + "id": "110222", + "num": 3 + }, + { + "id": "115012", + "num": 3 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 20000 + }, + { + "id": "110222", + "num": 5 + }, + { + "id": "115012", + "num": 4 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 30000 + }, + { + "id": "110222", + "num": 7 + }, + { + "id": "115012", + "num": 6 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 45000 + }, + { + "id": "110223", + "num": 3 + }, + { + "id": "115013", + "num": 3 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 80000 + }, + { + "id": "110223", + "num": 5 + }, + { + "id": "110507", + "num": 1 + }, + { + "id": "115013", + "num": 4 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110223", + "num": 8 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110507", + "num": 1 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 300000 + }, + { + "id": "110223", + "num": 14 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110507", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1406_ultimate.png" + }, + "1406004": { + "id": "1406004", + "name": "", + "max_level": 10, + "desc": "", + "params": [], + "anchor": "Point04", + "pre_points": [], + "level_up_skills": [ + { + "id": "140604", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + }, + { + "promotion": 1, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 2500 + }, + { + "id": "115011", + "num": 3 + } + ] + }, + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 5000 + }, + { + "id": "110221", + "num": 3 + }, + { + "id": "115011", + "num": 6 + } + ] + }, + { + "promotion": 3, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 10000 + }, + { + "id": "110222", + "num": 3 + }, + { + "id": "115012", + "num": 3 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 20000 + }, + { + "id": "110222", + "num": 5 + }, + { + "id": "115012", + "num": 4 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 30000 + }, + { + "id": "110222", + "num": 7 + }, + { + "id": "115012", + "num": 6 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 45000 + }, + { + "id": "110223", + "num": 3 + }, + { + "id": "115013", + "num": 3 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 80000 + }, + { + "id": "110223", + "num": 5 + }, + { + "id": "110507", + "num": 1 + }, + { + "id": "115013", + "num": 4 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110223", + "num": 8 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110507", + "num": 1 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 300000 + }, + { + "id": "110223", + "num": 14 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110507", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1406_talent.png" + }, + "1406007": { + "id": "1406007", + "name": "", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point05", + "pre_points": [], + "level_up_skills": [ + { + "id": "140607", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + } + ], + "icon": "icon/skill/1406_technique.png" + }, + "1406101": { + "id": "1406101", + "name": "神行宝鞋", + "max_level": 1, + "desc": "赛飞儿的速度大于等于140/170时,暴击率提高#1[i]%/#2[i]%,获得的记录值提高#3[i]%/#4[i]%。", + "params": [ + [ + 0.25, + 0.5, + 0.5, + 1 + ] + ], + "anchor": "Point06", + "pre_points": [], + "level_up_skills": [], + "levels": [ + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 5000 + }, + { + "id": "110221", + "num": 3 + }, + { + "id": "110507", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1406_skilltree1.png" + }, + "1406102": { + "id": "1406102", + "name": "三百侠盗", + "max_level": 1, + "desc": "赛飞儿会记录我方目标对【老主顾】以外的敌方目标造成的非真实伤害的#1[i]%,不记录溢出伤害。", + "params": [ + [ + 0.08 + ] + ], + "anchor": "Point07", + "pre_points": [], + "level_up_skills": [], + "levels": [ + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 20000 + }, + { + "id": "110222", + "num": 5 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110507", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1406_skilltree2.png" + }, + "1406103": { + "id": "1406103", + "name": "偷天换日", + "max_level": 1, + "desc": "天赋的追加攻击造成的暴击伤害提高#2[i]%。赛飞儿在场时,敌方全体目标受到的伤害提高#1[i]%。", + "params": [ + [ + 0.4, + 1 + ] + ], + "anchor": "Point08", + "pre_points": [], + "level_up_skills": [], + "levels": [ + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110223", + "num": 8 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110507", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1406_skilltree3.png" + }, + "1406201": { + "id": "1406201", + "name": "速度强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point09", + "pre_points": [], + "level_up_skills": [], + "levels": [ + { + "promotion": 0, + "level": 1, + "properties": [ + { + "type": "SpeedDelta", + "value": 2 + } + ], + "materials": [ + { + "id": "2", + "num": 2500 + }, + { + "id": "115011", + "num": 2 + } + ] + } + ], + "icon": "icon/property/IconSpeed.png" + }, + "1406202": { + "id": "1406202", + "name": "伤害强化•量子", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point10", + "pre_points": [ + "1406101" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 2, + "level": 0, + "properties": [ + { + "type": "QuantumAddedRatio", + "value": 0.032 + } + ], + "materials": [ + { + "id": "2", + "num": 5000 + }, + { + "id": "110221", + "num": 3 + }, + { + "id": "115011", + "num": 6 + } + ] + } + ], + "icon": "icon/property/IconQuantumAddedRatio.png" + }, + "1406203": { + "id": "1406203", + "name": "速度强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point11", + "pre_points": [ + "1406202" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 3, + "level": 0, + "properties": [ + { + "type": "SpeedDelta", + "value": 2 + } + ], + "materials": [ + { + "id": "2", + "num": 10000 + }, + { + "id": "110222", + "num": 3 + }, + { + "id": "115012", + "num": 3 + } + ] + } + ], + "icon": "icon/property/IconSpeed.png" + }, + "1406204": { + "id": "1406204", + "name": "效果命中强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point12", + "pre_points": [ + "1406203" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 3, + "level": 0, + "properties": [ + { + "type": "StatusProbabilityBase", + "value": 0.04 + } + ], + "materials": [ + { + "id": "2", + "num": 10000 + }, + { + "id": "110222", + "num": 3 + }, + { + "id": "115012", + "num": 3 + } + ] + } + ], + "icon": "icon/property/IconStatusProbability.png" + }, + "1406205": { + "id": "1406205", + "name": "速度强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point13", + "pre_points": [ + "1406102" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 4, + "level": 0, + "properties": [ + { + "type": "SpeedDelta", + "value": 3 + } + ], + "materials": [ + { + "id": "2", + "num": 20000 + }, + { + "id": "110222", + "num": 5 + }, + { + "id": "115012", + "num": 4 + } + ] + } + ], + "icon": "icon/property/IconSpeed.png" + }, + "1406206": { + "id": "1406206", + "name": "伤害强化•量子", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point14", + "pre_points": [ + "1406205" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 5, + "level": 0, + "properties": [ + { + "type": "QuantumAddedRatio", + "value": 0.048 + } + ], + "materials": [ + { + "id": "2", + "num": 45000 + }, + { + "id": "110223", + "num": 3 + }, + { + "id": "115013", + "num": 3 + } + ] + } + ], + "icon": "icon/property/IconQuantumAddedRatio.png" + }, + "1406207": { + "id": "1406207", + "name": "速度强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point15", + "pre_points": [ + "1406206" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 5, + "level": 0, + "properties": [ + { + "type": "SpeedDelta", + "value": 3 + } + ], + "materials": [ + { + "id": "2", + "num": 45000 + }, + { + "id": "110223", + "num": 3 + }, + { + "id": "115013", + "num": 3 + } + ] + } + ], + "icon": "icon/property/IconSpeed.png" + }, + "1406208": { + "id": "1406208", + "name": "效果命中强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point16", + "pre_points": [ + "1406103" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 6, + "level": 0, + "properties": [ + { + "type": "StatusProbabilityBase", + "value": 0.06 + } + ], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110223", + "num": 8 + }, + { + "id": "115013", + "num": 8 + } + ] + } + ], + "icon": "icon/property/IconStatusProbability.png" + }, + "1406209": { + "id": "1406209", + "name": "伤害强化•量子", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point17", + "pre_points": [ + "1406103" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 0, + "level": 75, + "properties": [ + { + "type": "QuantumAddedRatio", + "value": 0.064 + } + ], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110223", + "num": 8 + }, + { + "id": "115013", + "num": 8 + } + ] + } + ], + "icon": "icon/property/IconQuantumAddedRatio.png" + }, + "1406210": { + "id": "1406210", + "name": "速度强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point18", + "pre_points": [ + "1406201" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 0, + "level": 80, + "properties": [ + { + "type": "SpeedDelta", + "value": 4 + } + ], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110223", + "num": 8 + }, + { + "id": "115013", + "num": 8 + } + ] + } + ], + "icon": "icon/property/IconSpeed.png" + } + }, "1407": { "1407001": { "id": "1407001", @@ -81853,6 +83111,1513 @@ "icon": "icon/skill/1407_memosprite_talent.png" } }, + "1409": { + "1409001": { + "id": "1409001", + "name": "", + "max_level": 6, + "desc": "", + "params": [], + "anchor": "Point01", + "pre_points": [], + "level_up_skills": [ + { + "id": "140901", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + }, + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 3500 + }, + { + "id": "110251", + "num": 2 + }, + { + "id": "115001", + "num": 4 + } + ] + }, + { + "promotion": 3, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 7000 + }, + { + "id": "110252", + "num": 2 + }, + { + "id": "115002", + "num": 2 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 16000 + }, + { + "id": "110252", + "num": 4 + }, + { + "id": "115002", + "num": 3 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 35000 + }, + { + "id": "110253", + "num": 2 + }, + { + "id": "115003", + "num": 2 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 140000 + }, + { + "id": "110253", + "num": 6 + }, + { + "id": "115003", + "num": 2 + } + ] + } + ], + "icon": "icon/skill/1409_basic_atk.png" + }, + "1409002": { + "id": "1409002", + "name": "", + "max_level": 10, + "desc": "", + "params": [], + "anchor": "Point02", + "pre_points": [], + "level_up_skills": [ + { + "id": "140902", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + }, + { + "promotion": 1, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 2500 + }, + { + "id": "115001", + "num": 3 + } + ] + }, + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 3500 + }, + { + "id": "110251", + "num": 2 + }, + { + "id": "115001", + "num": 4 + } + ] + }, + { + "promotion": 3, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 7000 + }, + { + "id": "110252", + "num": 2 + }, + { + "id": "115002", + "num": 2 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 16000 + }, + { + "id": "110252", + "num": 4 + }, + { + "id": "115002", + "num": 3 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 25000 + }, + { + "id": "110252", + "num": 6 + }, + { + "id": "115002", + "num": 6 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 35000 + }, + { + "id": "110253", + "num": 2 + }, + { + "id": "115003", + "num": 2 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 70000 + }, + { + "id": "110253", + "num": 5 + }, + { + "id": "110505", + "num": 1 + }, + { + "id": "115003", + "num": 4 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 140000 + }, + { + "id": "110253", + "num": 6 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110505", + "num": 1 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 240000 + }, + { + "id": "110253", + "num": 13 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110505", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1409_skill.png" + }, + "1409003": { + "id": "1409003", + "name": "", + "max_level": 10, + "desc": "", + "params": [], + "anchor": "Point03", + "pre_points": [], + "level_up_skills": [ + { + "id": "140903", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + }, + { + "promotion": 1, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 2500 + }, + { + "id": "115001", + "num": 3 + } + ] + }, + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 3500 + }, + { + "id": "110251", + "num": 2 + }, + { + "id": "115001", + "num": 4 + } + ] + }, + { + "promotion": 3, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 7000 + }, + { + "id": "110252", + "num": 2 + }, + { + "id": "115002", + "num": 2 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 16000 + }, + { + "id": "110252", + "num": 4 + }, + { + "id": "115002", + "num": 3 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 25000 + }, + { + "id": "110252", + "num": 6 + }, + { + "id": "115002", + "num": 6 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 35000 + }, + { + "id": "110253", + "num": 2 + }, + { + "id": "115003", + "num": 2 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 70000 + }, + { + "id": "110253", + "num": 5 + }, + { + "id": "110505", + "num": 1 + }, + { + "id": "115003", + "num": 4 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 140000 + }, + { + "id": "110253", + "num": 6 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110505", + "num": 1 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 240000 + }, + { + "id": "110253", + "num": 13 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110505", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1409_ultimate.png" + }, + "1409004": { + "id": "1409004", + "name": "", + "max_level": 10, + "desc": "", + "params": [], + "anchor": "Point04", + "pre_points": [], + "level_up_skills": [ + { + "id": "140904", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + }, + { + "promotion": 1, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 2500 + }, + { + "id": "115001", + "num": 3 + } + ] + }, + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 3500 + }, + { + "id": "110251", + "num": 2 + }, + { + "id": "115001", + "num": 4 + } + ] + }, + { + "promotion": 3, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 7000 + }, + { + "id": "110252", + "num": 2 + }, + { + "id": "115002", + "num": 2 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 16000 + }, + { + "id": "110252", + "num": 4 + }, + { + "id": "115002", + "num": 3 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 25000 + }, + { + "id": "110252", + "num": 6 + }, + { + "id": "115002", + "num": 6 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 35000 + }, + { + "id": "110253", + "num": 2 + }, + { + "id": "115003", + "num": 2 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 70000 + }, + { + "id": "110253", + "num": 5 + }, + { + "id": "110505", + "num": 1 + }, + { + "id": "115003", + "num": 4 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 140000 + }, + { + "id": "110253", + "num": 6 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110505", + "num": 1 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 240000 + }, + { + "id": "110253", + "num": 13 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110505", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1409_talent.png" + }, + "1409007": { + "id": "1409007", + "name": "", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point05", + "pre_points": [], + "level_up_skills": [ + { + "id": "140907", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + } + ], + "icon": "icon/skill/1409_technique.png" + }, + "1409101": { + "id": "1409101", + "name": "阴云莞尔", + "max_level": 1, + "desc": "风堇和小伊卡的暴击率提高#1[i]%,为当前生命值小于等于自身生命上限的#2[i]%的我方目标提供治疗时,风堇和小伊卡的治疗量提高#3[i]%。", + "params": [ + [ + 1, + 0.5, + 0.25 + ] + ], + "anchor": "Point06", + "pre_points": [], + "level_up_skills": [], + "levels": [ + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 5000 + }, + { + "id": "110251", + "num": 3 + }, + { + "id": "110505", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1409_skilltree1.png" + }, + "1409102": { + "id": "1409102", + "name": "雷雨轻柔", + "max_level": 1, + "desc": "风堇的效果抵抗提高#1[i]%。施放战技和终结技时,解除我方全体目标的#2[i]个负面效果。", + "params": [ + [ + 0.5, + 1 + ] + ], + "anchor": "Point07", + "pre_points": [], + "level_up_skills": [], + "levels": [ + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 20000 + }, + { + "id": "110252", + "num": 5 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110505", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1409_skilltree2.png" + }, + "1409103": { + "id": "1409103", + "name": "暴风停歇", + "max_level": 1, + "desc": "风堇的速度大于#1[i]时,她与小伊卡的生命上限提高#2[i]%,之后每超出#3[i]点速度,风堇与小伊卡提供的治疗量提高#4[i]%,最多计入#5[i]点超出的速度。", + "params": [ + [ + 200, + 0.2, + 1, + 0.01, + 200 + ] + ], + "anchor": "Point08", + "pre_points": [], + "level_up_skills": [], + "levels": [ + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110253", + "num": 8 + }, + { + "id": "241", + "num": 1 + }, + { + "id": "110505", + "num": 1 + } + ] + } + ], + "icon": "icon/skill/1409_skilltree3.png" + }, + "1409201": { + "id": "1409201", + "name": "速度强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point09", + "pre_points": [], + "level_up_skills": [], + "levels": [ + { + "promotion": 0, + "level": 1, + "properties": [ + { + "type": "SpeedDelta", + "value": 2 + } + ], + "materials": [ + { + "id": "2", + "num": 2500 + }, + { + "id": "115001", + "num": 2 + } + ] + } + ], + "icon": "icon/property/IconSpeed.png" + }, + "1409202": { + "id": "1409202", + "name": "效果抵抗强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point10", + "pre_points": [ + "1409201" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 2, + "level": 0, + "properties": [ + { + "type": "StatusResistanceBase", + "value": 0.04 + } + ], + "materials": [ + { + "id": "2", + "num": 4000 + }, + { + "id": "110251", + "num": 3 + }, + { + "id": "115001", + "num": 6 + } + ] + } + ], + "icon": "icon/property/IconStatusResistance.png" + }, + "1409203": { + "id": "1409203", + "name": "速度强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point11", + "pre_points": [ + "1409201" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 3, + "level": 0, + "properties": [ + { + "type": "SpeedDelta", + "value": 2 + } + ], + "materials": [ + { + "id": "2", + "num": 9000 + }, + { + "id": "110252", + "num": 3 + }, + { + "id": "115002", + "num": 2 + } + ] + } + ], + "icon": "icon/property/IconSpeed.png" + }, + "1409204": { + "id": "1409204", + "name": "生命强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point12", + "pre_points": [ + "1409101" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 3, + "level": 0, + "properties": [ + { + "type": "HPAddedRatio", + "value": 0.04 + } + ], + "materials": [ + { + "id": "2", + "num": 9000 + }, + { + "id": "110252", + "num": 3 + }, + { + "id": "115002", + "num": 2 + } + ] + } + ], + "icon": "icon/property/IconMaxHP.png" + }, + "1409205": { + "id": "1409205", + "name": "速度强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point13", + "pre_points": [ + "1409101" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 4, + "level": 0, + "properties": [ + { + "type": "SpeedDelta", + "value": 3 + } + ], + "materials": [ + { + "id": "2", + "num": 19000 + }, + { + "id": "110252", + "num": 4 + }, + { + "id": "115002", + "num": 4 + } + ] + } + ], + "icon": "icon/property/IconSpeed.png" + }, + "1409206": { + "id": "1409206", + "name": "效果抵抗强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point14", + "pre_points": [ + "1409102" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 5, + "level": 0, + "properties": [ + { + "type": "StatusResistanceBase", + "value": 0.06 + } + ], + "materials": [ + { + "id": "2", + "num": 45000 + }, + { + "id": "110253", + "num": 3 + }, + { + "id": "115003", + "num": 3 + } + ] + } + ], + "icon": "icon/property/IconStatusResistance.png" + }, + "1409207": { + "id": "1409207", + "name": "速度强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point15", + "pre_points": [ + "1409102" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 5, + "level": 0, + "properties": [ + { + "type": "SpeedDelta", + "value": 3 + } + ], + "materials": [ + { + "id": "2", + "num": 45000 + }, + { + "id": "110253", + "num": 3 + }, + { + "id": "115003", + "num": 3 + } + ] + } + ], + "icon": "icon/property/IconSpeed.png" + }, + "1409208": { + "id": "1409208", + "name": "生命强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point16", + "pre_points": [ + "1409103" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 6, + "level": 0, + "properties": [ + { + "type": "HPAddedRatio", + "value": 0.06 + } + ], + "materials": [ + { + "id": "2", + "num": 140000 + }, + { + "id": "110253", + "num": 7 + }, + { + "id": "115003", + "num": 6 + } + ] + } + ], + "icon": "icon/property/IconMaxHP.png" + }, + "1409209": { + "id": "1409209", + "name": "效果抵抗强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point17", + "pre_points": [ + "1409208" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 0, + "level": 75, + "properties": [ + { + "type": "StatusResistanceBase", + "value": 0.08 + } + ], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110253", + "num": 8 + }, + { + "id": "115003", + "num": 8 + } + ] + } + ], + "icon": "icon/property/IconStatusResistance.png" + }, + "1409210": { + "id": "1409210", + "name": "速度强化", + "max_level": 1, + "desc": "", + "params": [], + "anchor": "Point18", + "pre_points": [ + "1409209" + ], + "level_up_skills": [], + "levels": [ + { + "promotion": 0, + "level": 80, + "properties": [ + { + "type": "SpeedDelta", + "value": 4 + } + ], + "materials": [ + { + "id": "2", + "num": 160000 + }, + { + "id": "110253", + "num": 8 + }, + { + "id": "115003", + "num": 8 + } + ] + } + ], + "icon": "icon/property/IconSpeed.png" + }, + "1409301": { + "id": "1409301", + "name": "乌云乌云快走开!", + "max_level": 6, + "desc": "", + "params": [], + "anchor": "Point19", + "pre_points": [], + "level_up_skills": [ + { + "id": "1140901", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + }, + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 3500 + }, + { + "id": "110251", + "num": 2 + }, + { + "id": "115001", + "num": 4 + } + ] + }, + { + "promotion": 3, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 7000 + }, + { + "id": "110252", + "num": 2 + }, + { + "id": "115002", + "num": 2 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 16000 + }, + { + "id": "110252", + "num": 4 + }, + { + "id": "115002", + "num": 3 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 35000 + }, + { + "id": "110253", + "num": 2 + }, + { + "id": "115003", + "num": 2 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 140000 + }, + { + "id": "110253", + "num": 6 + }, + { + "id": "115003", + "num": 2 + } + ] + } + ], + "icon": "icon/skill/1409_memosprite_skill.png" + }, + "1409302": { + "id": "1409302", + "name": "牵起晴空的手", + "max_level": 6, + "desc": "", + "params": [], + "anchor": "Point20", + "pre_points": [], + "level_up_skills": [ + { + "id": "1140903", + "num": 1 + }, + { + "id": "1140905", + "num": 1 + }, + { + "id": "1140906", + "num": 1 + } + ], + "levels": [ + { + "promotion": 0, + "level": 0, + "properties": [], + "materials": [] + }, + { + "promotion": 2, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 3500 + }, + { + "id": "110251", + "num": 2 + }, + { + "id": "115001", + "num": 4 + } + ] + }, + { + "promotion": 3, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 7000 + }, + { + "id": "110252", + "num": 2 + }, + { + "id": "115002", + "num": 2 + } + ] + }, + { + "promotion": 4, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 16000 + }, + { + "id": "110252", + "num": 4 + }, + { + "id": "115002", + "num": 3 + } + ] + }, + { + "promotion": 5, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 35000 + }, + { + "id": "110253", + "num": 2 + }, + { + "id": "115003", + "num": 2 + } + ] + }, + { + "promotion": 6, + "level": 0, + "properties": [], + "materials": [ + { + "id": "2", + "num": 140000 + }, + { + "id": "110253", + "num": 6 + }, + { + "id": "115003", + "num": 2 + } + ] + } + ], + "icon": "icon/skill/1409_memosprite_talent.png" + } + }, "8001": { "8001001": { "id": "8001001", diff --git a/starrail_damage_cal/map/data/rankId2Name_mapping_3.2.0.json b/starrail_damage_cal/map/data/rankId2Name_mapping_3.3.0.json similarity index 96% rename from starrail_damage_cal/map/data/rankId2Name_mapping_3.2.0.json rename to starrail_damage_cal/map/data/rankId2Name_mapping_3.3.0.json index 1f24bc1..9bbe591 100644 --- a/starrail_damage_cal/map/data/rankId2Name_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/rankId2Name_mapping_3.3.0.json @@ -383,12 +383,24 @@ "140504": "坠落在山谷的炽热", "140505": "离心漩涡外的胚种", "140506": "万物皆在万物之中", + "140601": "察言观色看笑脸", + "140602": "焦头烂额顺手牵", + "140603": "无中生有难分辨", + "140604": "东窗事发一溜烟", + "140605": "狡兔三窟轻如燕", + "140606": "大盗无名天地间", "140701": "雪地的圣女,付记忆入殓", "140702": "以扑翼繁花加冕", "140703": "虔敬的旅人,于死境翩跹", "140704": "拥悲怜哀歌安眠", "140705": "素白的新篇,以预言装点", "140706": "待流年奔涌破茧", + "140901": "呵护黑夜中的烛火", + "140902": "请来我的庭院坐坐", + "140903": "出发!向阳的历险", + "140904": "送你一颗橙晖琥珀", + "140905": "红霞映入海的背面", + "140906": "天空…应我的祈愿", "800101": "坠临万界的星芒", "800102": "因缘假合的人身", "800103": "揭示前路的言灵", diff --git a/starrail_damage_cal/map/data/skillId2AttackType_mapping_3.2.0.json b/starrail_damage_cal/map/data/skillId2AttackType_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/skillId2AttackType_mapping_3.2.0.json rename to starrail_damage_cal/map/data/skillId2AttackType_mapping_3.3.0.json index b7c6f0d..c367039 100644 --- a/starrail_damage_cal/map/data/skillId2AttackType_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/skillId2AttackType_mapping_3.3.0.json @@ -481,5 +481,17 @@ "140504": "", "140506": "MazeNormal", "140507": "Maze", - "140411": "BPSkill" + "140901": "Normal", + "140902": "BPSkill", + "140903": "Ultra", + "140904": "", + "140906": "MazeNormal", + "140907": "Maze", + "140411": "BPSkill", + "140601": "Normal", + "140602": "BPSkill", + "140603": "Ultra", + "140604": "", + "140606": "MazeNormal", + "140607": "Maze" } \ No newline at end of file diff --git a/starrail_damage_cal/map/data/skillId2Name_mapping_3.2.0.json b/starrail_damage_cal/map/data/skillId2Name_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/skillId2Name_mapping_3.2.0.json rename to starrail_damage_cal/map/data/skillId2Name_mapping_3.3.0.json index 2d7c573..bfca151 100644 --- a/starrail_damage_cal/map/data/skillId2Name_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/skillId2Name_mapping_3.3.0.json @@ -481,5 +481,17 @@ "140504": "四分明哲,三重至高", "140506": "攻击", "140507": "瞳扉之彩", - "140411": "弑神登神" + "140901": "当微风轻吻云沫", + "140902": "爱在虹光洒落时", + "140903": "飞入晨昏的我们", + "140904": "疗愈世间的晨曦", + "140906": "攻击", + "140907": "天气正好,万物可爱!", + "140411": "弑神登神", + "140601": "呀,漏网之鱼", + "140602": "嘿,空手套白银", + "140603": "猫咪怪盗,敬上!", + "140604": "热情好客的多洛斯人", + "140606": "攻击", + "140607": "穿靴子的猫" } \ No newline at end of file diff --git a/starrail_damage_cal/map/data/skillId2Type_mapping_3.2.0.json b/starrail_damage_cal/map/data/skillId2Type_mapping_3.3.0.json similarity index 97% rename from starrail_damage_cal/map/data/skillId2Type_mapping_3.2.0.json rename to starrail_damage_cal/map/data/skillId2Type_mapping_3.3.0.json index 1d46a71..c385287 100644 --- a/starrail_damage_cal/map/data/skillId2Type_mapping_3.2.0.json +++ b/starrail_damage_cal/map/data/skillId2Type_mapping_3.3.0.json @@ -481,5 +481,17 @@ "140504": "妨害", "140506": "", "140507": "妨害", - "140411": "扩散" + "140901": "单攻", + "140902": "回复", + "140903": "辅助", + "140904": "强化", + "140906": "", + "140907": "回复", + "140411": "扩散", + "140601": "单攻", + "140602": "扩散", + "140603": "扩散", + "140604": "单攻", + "140606": "", + "140607": "强化" } \ No newline at end of file diff --git a/starrail_damage_cal/version.py b/starrail_damage_cal/version.py index 4a0f20b..573d939 100644 --- a/starrail_damage_cal/version.py +++ b/starrail_damage_cal/version.py @@ -1 +1 @@ -StarRail_version = "3.2.0" +StarRail_version = "3.3.0"