From 32d79b1ba18652df9139d52b26fe2ca58ce427e2 Mon Sep 17 00:00:00 2001 From: luoshuijs Date: Mon, 23 Oct 2023 14:16:43 +0800 Subject: [PATCH] :art: Update GenshinDamageRule of Yelan --- GenshinDamageRule.json | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/GenshinDamageRule.json b/GenshinDamageRule.json index 709cdd8..471f86e 100644 --- a/GenshinDamageRule.json +++ b/GenshinDamageRule.json @@ -25,11 +25,45 @@ }, "config_weapon": { "StaffOfHoma": { - "be50_rate": 1 - } + "be50_rate": 1 + } }, "artifact_config": { - "config_crimson_witch_of_flames": {"level": 1} + "config_crimson_witch_of_flames": { + "level": 1 + } + } + }, + "夜兰": { + "skills": [ + { + "name": "破局矢伤害", + "index": "6", + "damage_key": "normal" + }, + { + "name": "萦络纵命索技能伤害", + "index": "10", + "damage_key": "normal" + }, + { + "name": "渊图玲珑骰技能伤害", + "index": "11", + "damage_key": "normal" + }, + { + "name": "渊图玲珑骰玄掷玲珑伤害", + "index": "12", + "damage_key": "normal" + } + ], + "config": { + "team_element_count": 4 + }, + "config_weapon": { + "AquaSimulacra": { + "is_enemy_around": true + } } } }