From d522d645ff56c785bbeeb5172f89bdbce3b6e80b Mon Sep 17 00:00:00 2001 From: Efrain Date: Sat, 10 Jul 2021 12:44:58 -0500 Subject: [PATCH] Minor update to xingqiu s2 skill --- assets/i18n/en.json | 8 ++++++-- assets/i18n/es.json | 7 +++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/assets/i18n/en.json b/assets/i18n/en.json index bb6993b4a..a2df73eb3 100644 --- a/assets/i18n/en.json +++ b/assets/i18n/en.json @@ -3769,14 +3769,18 @@ { "key": "s2", "title": "Guhua Sword - Fatal Rainscreen", - "description": "Xingqiu performs twin strikes with his sword, dealing Hydro DMG. At the same time, this ability creates the maximum number of Rain Swords, which will orbit the character. 20% of Xingqiu’s Hydro DMG Bonus will be converted to additional DMG Reduction for the Rain Swords. The maximum amount of additional DMG Reduction that can be gained this way is 24%. The initial maximum number of Rain Swords is 3. Using this ability applies the Wet status onto the character.", + "description": "Xingqiu performs twin strikes with his sword, dealing Hydro DMG. At the same time, this ability creates the maximum number of Rain Swords, which will orbit the character.", "abilities": [ { "name": "", "description": "The Rain Swords have the following properties:", "descriptions": [ "When a character takes DMG, the Rain Sword will shatter, reducing the amount of DMG taken.", - "Increases the character’s resistance to interruption." + "Increases the character’s resistance to interruption.", + "20% of Xingqiu's Hydro DMG Bonus will be converted to additional DMG Reduction for the Rain Swords.", + "The maximum amount of additional DMG Reduction that can be gained this way is 24%.", + "The initial maximum number of Rain Swords is 3.", + "Using this ability applies the Wet status onto the character." ] } ] diff --git a/assets/i18n/es.json b/assets/i18n/es.json index 05a31edc0..c706241f0 100644 --- a/assets/i18n/es.json +++ b/assets/i18n/es.json @@ -3770,14 +3770,17 @@ { "key": "s2", "title": "Espada Guhua: Lluvia torrencial mortal", - "description": "Xingchiu realiza golpes gemelos con su espada, infligiendo Daño Hydro. Al mismo tiempo, esta habilidad crea la cantidad máxima de Espadas de lluvia, que orbitarán alrededor del personaje.\n20% del Bono de Daño Hydro de Xingchiu se convertirá en reducción de Daño adicional para las Espadas de lluvia.\nLa cantidad máxima de reducción de Daño que se puede obtener de esta manera es del 24%.", + "description": "Xingchiu realiza golpes gemelos con su espada, infligiendo Daño Hydro. Al mismo tiempo, esta habilidad crea la cantidad máxima de Espadas de lluvia, que orbitarán alrededor del personaje.", "abilities": [ { "name": "", "description": "Las Espadas de lluvia tienen las siguientes propiedades:", "descriptions": [ "Cuando el personaje recibe Daño, una Espada de lluvia se romperá, reduciendo la cantidad de Daño recibido.", - "Aumenta la RES a interrupción del personaje." + "Aumenta la RES a interrupción del personaje.", + "20% del Bono de Daño Hydro de Xingchiu se convertirá en reducción de Daño adicional para las Espadas de lluvia.", + "La cantidad máxima de reducción de Daño que se puede obtener de esta manera es del 24%.", + "El uso de esta habilidad aplica el estado de Mojado sobre el personaje." ] } ]