Skip to content

Commit

Permalink
Updated Enduring Rock effect.
Browse files Browse the repository at this point in the history
Updated some char builds
  • Loading branch information
Wolfteam committed Feb 15, 2021
1 parent fc1cfbd commit a657f8f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 11 deletions.
35 changes: 28 additions & 7 deletions assets/db/characters.json
Expand Up @@ -8550,14 +8550,16 @@
],
"builds": [
{
"isSupport": true,
"isSupport": false,
"weaponImages": [
"skyward_atlas.png",
"favonius_codex.png"
"lost_prayer_to_the_sacred_winds.png",
"solar_pearl.png",
"eye_of_perception.png",
"the_widsith.png"
],
"artifacts": [
{
"one": "noblesse_oblige_4.png",
"one": "thundering_fury_4.png",
"multiples": [],
"stats": [
"hp",
Expand All @@ -8566,7 +8568,18 @@
"electroDmgBonusPercentage",
"critDmgPercentage"
]
},
}
]
},
{
"isSupport": true,
"weaponImages": [
"the_widsith.png",
"skyward_atlas.png",
"mappa_mare.png",
"thrilling_tales_of_dragon_slayers.png"
],
"artifacts": [
{
"one": "thundering_fury_4.png",
"multiples": [],
Expand Down Expand Up @@ -17428,8 +17441,16 @@
],
"artifacts": [
{
"one": "gladiators_finale_4.png",
"multiples": [],
"multiples": [
{
"quantity": 2,
"image": "archaic_petra_4.png"
},
{
"quantity": 2,
"image": "gladiators_finale_4.png"
}
],
"stats": [
"hp",
"atk",
Expand Down
2 changes: 1 addition & 1 deletion assets/i18n/en.json
Expand Up @@ -5482,7 +5482,7 @@
{
"key": "Enduring Rock",
"name": "Enduring Rock",
"effect": "Increases resistance to interruption. When protected by a shield, increases Attack DMG by 15%."
"effect": "Increases shield strength by 15%. Aditionally, characters protected by a shield will have the following special characterists: DMG dealt increased by 15%, dealing DMG to enemeies will decrease their Geo RES by 20% for 15s."
},
{
"key": "Fervent Flames",
Expand Down
2 changes: 1 addition & 1 deletion assets/i18n/es.json
Expand Up @@ -5482,7 +5482,7 @@
{
"key": "Enduring Rock",
"name": "Roca Resistente",
"effect": "Aumenta la RES a interrupcion. Cuando estás protegido por un Escudo, aumenta en un 15% el daño inflingido"
"effect": "La Protección de Escudo aumenta en un 15%. Cuando un personaje está protegido por un escudo, inflige un 15% mas de daño. Al causar daño contra un enemigo, la RES Geo de dicho enemigo se reduce en un 20% durante 15s."
},
{
"key": "Fervent Flames",
Expand Down
4 changes: 2 additions & 2 deletions assets/i18n/fr.json
Expand Up @@ -5481,8 +5481,8 @@
"resonance": [
{
"key": "Enduring Rock",
"name": "Enduring Rock",
"effect": "Increases resistance to interruption. When protected by a shield, increases Attack DMG by 15%."
"name": "Roc inamovible",
"effect": "Increases shield strength by 15%. Aditionally, characters protected by a shield will have the following special characterists: DMG dealt increased by 15%, dealing DMG to enemeies will decrease their Geo RES by 20% for 15s."
},
{
"key": "Fervent Flames",
Expand Down

0 comments on commit a657f8f

Please sign in to comment.