Skip to content

Commit

Permalink
Bump to the 1.1.1+73
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed May 7, 2021
1 parent 411ed22 commit 1939bbd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
Binary file modified assets/characters_full/Yanfei.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 22 additions & 5 deletions assets/db/characters.json
Expand Up @@ -15035,16 +15035,16 @@
{
"isSupport": false,
"weaponImages": [
"wolfs_gravestone.png",
"uprising_satire.png",
"wolfs_gravestone.png",
"skyward_pride.png",
"serpent_spine.png",
"prototype_aminus.png",
"snow_tombed_starsilver.png"
],
"artifacts": [
{
"one": "gladiators_finale_4.png",
"one": "pale_flame_4.png",
"multiples": [],
"stats": [
"hp",
Expand All @@ -15055,7 +15055,26 @@
]
},
{
"one": "pale_flame_4.png",
"multiples": [
{
"quantity": 2,
"image": "pale_flame_4.png"
},
{
"quantity": 2,
"image": "bloodstained_chivalry_4.png"
}
],
"stats": [
"hp",
"atk",
"atkPercentage",
"physDmgBonusPercentage",
"critDmgPercentage"
]
},
{
"one": "gladiators_finale_4.png",
"multiples": [],
"stats": [
"hp",
Expand All @@ -15070,7 +15089,6 @@
"critRatePercentage",
"critDmgPercentage",
"atkPercentage",
"atk",
"energyRechargePercentage"
]
}
Expand Down Expand Up @@ -23861,7 +23879,6 @@
"energyRechargePercentage"
]
},

{
"isSupport": false,
"weaponImages": [
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/intl_ru.arb
Expand Up @@ -295,5 +295,5 @@
"itemIsBeingUsedOnACalculation": "Этот предмет используется в одном или нескольких сеансах калькулятора.\nКоличество использованных: {quantity}",
"useOfficialMap": "Использовать официальную карту",
"dailyCheckIn": "Ежедневные отметки",
"dailyCheckInMsg": "Don't forget to claim your daily rewards here !"
"dailyCheckInMsg": "Не забудьте получить свою ежедневную награду здесь !"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
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+68
version: 1.1.1+73

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

0 comments on commit 1939bbd

Please sign in to comment.