Skip to content

Commit

Permalink
Minor update. Bump to the 1.1.0+66
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Apr 11, 2021
1 parent cdde7e5 commit a1f3980
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 20 deletions.
39 changes: 23 additions & 16 deletions assets/db/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -15087,9 +15087,10 @@
"isSupport": false,
"weaponImages": [
"staff_of_homa.png",
"vortex_vanquisher.png",
"skyward_spine.png",
"blackcliff_pole.png",
"primordial_jade_winged_spear.png",
"white_tassel.png"
"crescent_pike.png"
],
"artifacts": [
{
Expand All @@ -15105,20 +15106,19 @@
}
],
"subStatsToFocus": [
"critRatePercentage",
"critDmgPercentage",
"atkPercentage",
"energyRechargePercentage",
"elementaryMastery"
"critRatePercentage",
"energyRechargePercentage"
]
},
{
"isSupport": false,
"weaponImages": [
"crescent_pike.png",
"dragonspine_spear.png",
"staff_of_homa.png",
"blackcliff_pole.png"
"primordial_jade_winged_spear.png",
"crescent_pike.png",
"dragonspine_spear.png"
],
"artifacts": [
{
Expand All @@ -15137,21 +15137,29 @@
"critRatePercentage",
"critDmgPercentage",
"atkPercentage",
"energyRechargePercentage",
"elementaryMastery"
"energyRechargePercentage"
]
},
{
"isSupport": true,
"weaponImages": [
"staff_of_homa.png",
"primordial_jade_winged_spear.png",
"skyward_spine.png",
"favonius_lance.png",
"primordial_jade_winged_spear.png"
"favonius_lance.png"
],
"artifacts": [
{
"one": "noblesse_oblige_4.png",
"multiples": [],
"multiples": [
{
"quantity": 2,
"image": "blizzard_walker_4.png"
},
{
"quantity": 2,
"image": "noblesse_oblige_4.png"
}
],
"stats": [
"hp",
"atk",
Expand All @@ -15165,8 +15173,7 @@
"critRatePercentage",
"critDmgPercentage",
"atkPercentage",
"energyRechargePercentage",
"elementaryMastery"
"energyRechargePercentage"
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions assets/db/game_codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"gameCodes": [
{
"dateAdded": "03/22/2021",
"isExpired": false,
"isExpired": true,
"code": "TT7BVJNPL249",
"rewards": [
{
Expand All @@ -14,7 +14,7 @@
},
{
"dateAdded": "03/20/2021",
"isExpired": false,
"isExpired": true,
"code": "SBNBUK67M37Z",
"rewards": [
{
Expand All @@ -31,7 +31,7 @@
},
{
"dateAdded": "03/18/2021",
"isExpired": false,
"isExpired": true,
"code": "GS6ACJ775KNV",
"rewards": [
{
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.0+64
version: 1.1.0+66

environment:
sdk: ">=2.10.4 <3.0.0"
Expand Down

0 comments on commit a1f3980

Please sign in to comment.