Skip to content

Commit

Permalink
Minor build update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Mar 3, 2021
1 parent 410216f commit b71e05d
Showing 1 changed file with 42 additions and 40 deletions.
82 changes: 42 additions & 40 deletions assets/db/characters.json
Expand Up @@ -9669,23 +9669,13 @@
{
"isSupport": false,
"weaponImages": [
"primordial_jade_cutter.png",
"aquila_favonia.png",
"the_black_sword.png",
"lions_roar.png",
"the_flute.png"
"the_black_sword.png",
"prototype_rancour.png"
],
"artifacts": [
{
"one": "thundersoother_4.png",
"multiples": [],
"stats": [
"hp",
"atk",
"atkPercentage",
"electroDmgBonusPercentage",
"critDmgPercentage"
]
},
{
"multiples": [
{
Expand All @@ -9704,6 +9694,28 @@
"electroDmgBonusPercentage",
"critDmgPercentage"
]
},
{
"one": "thundering_fury_4.png",
"multiples": [],
"stats": [
"hp",
"atk",
"atkPercentage",
"electroDmgBonusPercentage",
"critDmgPercentage"
]
},
{
"one": "thundersoother_4.png",
"multiples": [],
"stats": [
"hp",
"atk",
"atkPercentage",
"electroDmgBonusPercentage",
"critDmgPercentage"
]
}
],
"subStatsToFocus": [
Expand All @@ -9717,8 +9729,9 @@
"isSupport": false,
"weaponImages": [
"aquila_favonia.png",
"primordial_jade_cutter.png",
"prototype_rancour.png",
"the_black_sword.png",
"lions_roar.png",
"the_flute.png"
],
"artifacts": [
Expand All @@ -9740,17 +9753,6 @@
"physDmgBonusPercentage",
"critDmgPercentage"
]
},
{
"one": "thundersoother_4.png",
"multiples": [],
"stats": [
"hp",
"atk",
"atkPercentage",
"physDmgBonusPercentage",
"critDmgPercentage"
]
}
],
"subStatsToFocus": [
Expand Down Expand Up @@ -21042,21 +21044,11 @@
"isSupport": true,
"weaponImages": [
"sacrificial_sword.png",
"skyward_blade.png",
"festering_fang.png"
"primordial_jade_cutter.png",
"festering_fang.png",
"harbinger_of_dawn.png"
],
"artifacts": [
{
"one": "noblesse_oblige_4.png",
"multiples": [],
"stats": [
"hp",
"atk",
"energyRechargePercentage",
"hydroDmgBonusPercentage",
"critRatePercentage"
]
},
{
"multiples": [
{
Expand All @@ -21075,14 +21067,24 @@
"hydroDmgBonusPercentage",
"critRatePercentage"
]
},
{
"one": "noblesse_oblige_4.png",
"multiples": [],
"stats": [
"hp",
"atk",
"energyRechargePercentage",
"hydroDmgBonusPercentage",
"critDmgPercentage"
]
}
],
"subStatsToFocus": [
"energyRechargePercentage",
"critRatePercentage",
"critDmgPercentage",
"atkPercentage",
"elementaryMastery"
"atkPercentage"
]
}
],
Expand Down

0 comments on commit b71e05d

Please sign in to comment.