Skip to content

Commit

Permalink
Added electro traveler build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jul 23, 2021
1 parent feeadbc commit 24406f0
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/db/artifacts.json
Expand Up @@ -530,7 +530,7 @@
},
{
"key": "Shimenawa's Reminiscence",
"image": "shimenawas_reminiscence4.png",
"image": "shimenawas_reminiscence_4.png",
"rarityMin": 4,
"rarityMax": 5,
"bonus": [
Expand All @@ -546,7 +546,7 @@
},
{
"key": "Emblem of Severed Fate",
"image": "emblem_of_severed_fate4.png",
"image": "emblem_of_severed_fate_4.png",
"rarityMin": 4,
"rarityMax": 5,
"bonus": [
Expand Down
44 changes: 42 additions & 2 deletions assets/db/characters.json
Expand Up @@ -26213,7 +26213,7 @@
"isNew": true,
"isFemale": false,
"region": "anotherWorld",
"role": "utility",
"role": "supportDps",
"tier": "b",
"ascensionMaterials": [
{
Expand Down Expand Up @@ -27006,7 +27006,47 @@
]
}
],
"builds": [],
"builds": [
{
"isSupport": true,
"weaponImages": [
"sacrificial_sword.png",
"favonius_sword.png",
"festering_fang.png",
"amenoma_kageuchi.png"
],
"artifacts": [
{
"one": "emblem_of_severed_fate_4.png",
"multiples": [],
"stats": [
"hp",
"atk",
"energyRechargePercentage",
"electroDmgBonusPercentage",
"critRatePercentage"
]
},
{
"one": "noblesse_oblige_4.png",
"multiples": [],
"stats": [
"hp",
"atk",
"energyRechargePercentage",
"electroDmgBonusPercentage",
"critRatePercentage"
]
}
],
"subStatsToFocus": [
"critDmgPercentage",
"critRatePercentage",
"atkPercentage",
"energyRechargePercentage"
]
}
],
"skills": [
{
"key": "s1",
Expand Down

0 comments on commit 24406f0

Please sign in to comment.