diff --git a/.gitignore b/.gitignore index ec735ee..b9e8ca8 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ data/ +*.exe diff --git a/GenshinDamageRule.json b/GenshinDamageRule.json index bb61942..101f95f 100644 --- a/GenshinDamageRule.json +++ b/GenshinDamageRule.json @@ -315,7 +315,11 @@ ], "config": null, "config_skill": null, - "config_weapon": null, + "config_weapon": { + "FreedomSworn": { + "rate": 1.0 + } + }, "artifact_config": null }, "可莉": { @@ -776,5 +780,45 @@ "config_skill": null, "config_weapon": null, "artifact_config": null + }, + "提纳里": { + "skills": [ + { + "name": "一段蓄力瞄准射击 - 普通攻击·藏蕴破障", + "index": 5, + "damage_key": "normal" + }, + { + "name": "花筥箭伤害 - 普通攻击·藏蕴破障", + "index": 6, + "damage_key": "normal" + }, + { + "name": "藏蕴花矢伤害 - 普通攻击·藏蕴破障", + "index": 7, + "damage_key": "normal" + }, + { + "name": "低空坠地冲击伤害 - 普通攻击·藏蕴破障", + "index": 10, + "damage_key": "normal" + }, + { + "name": "高空坠地冲击伤害 - 普通攻击·藏蕴破障", + "index": 11, + "damage_key": "normal" + } + ], + "config": { + "talent1_ratio": 1.0, + "c2_ratio": 1.0 + }, + "config_skill": null, + "config_weapon": { + "AmosBow": { + "stack": 1.0 + } + }, + "artifact_config": null } } \ No newline at end of file