Skip to content

Commit

Permalink
Added Nilou data, + 3 weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Oct 15, 2022
1 parent 8ba89ed commit 8025372
Show file tree
Hide file tree
Showing 33 changed files with 2,835 additions and 481 deletions.
39 changes: 39 additions & 0 deletions assets/db/banners_history.json
Expand Up @@ -1076,6 +1076,45 @@
"favonius-warbow"
],
"version": 3.1
},
{
"type": "character",
"from": "2022-10-14T00:00:00",
"until": "2022-10-31T00:00:00",
"itemKeys": [
"nilou",
"barbara",
"beidou",
"xiangling"
],
"version": 3.1
},
{
"type": "character",
"from": "2022-10-14T00:00:00",
"until": "2022-10-31T00:00:00",
"itemKeys": [
"albedo",
"barbara",
"beidou",
"xiangling"
],
"version": 3.1
},
{
"type": "weapon",
"from": "2022-10-14T00:00:00",
"until": "2022-10-31T00:00:00",
"itemKeys": [
"key-of-khaj-nisut",
"primordial-jade-cutter",
"xiphos-moonlight",
"wandering-evenstar",
"rainslasher",
"dragons-bane",
"sacrificial-bow"
],
"version": 3.1
}
]
}
41 changes: 23 additions & 18 deletions assets/db/characters.json
Expand Up @@ -7712,7 +7712,7 @@
"fullImage": "candace.webp",
"secondFullImage": null,
"isComingSoon": false,
"isNew": true,
"isNew": false,
"isFemale": true,
"region": "sumeru",
"role": "burstSupport",
Expand Down Expand Up @@ -10814,7 +10814,7 @@
"fullImage": "cyno.webp",
"secondFullImage": null,
"isComingSoon": false,
"isNew": true,
"isNew": false,
"isFemale": false,
"region": "sumeru",
"role": "dps",
Expand Down Expand Up @@ -34995,13 +34995,13 @@
"image": "nilou.webp",
"fullImage": "nilou.webp",
"secondFullImage": null,
"isComingSoon": true,
"isNew": false,
"isComingSoon": false,
"isNew": true,
"isFemale": true,
"region": "sumeru",
"role": "na",
"tier": "na",
"birthday": "01/01",
"role": "offFieldDps",
"tier": "s",
"birthday": "12/03",
"subStatType": "hpPercentage",
"ascensionMaterials": [
{
Expand Down Expand Up @@ -35955,23 +35955,28 @@
"elementalBurst"
],
"weaponKeys": [
"key-of-khaj-nisut",
"primordial-jade-cutter",
"freedom-sworn",
"favonius-sword",
"xiphos-moonlight",
"iron-sting"
],
"artifacts": [
{
"oneKey": null,
"multiples": [
{
"key": "tenacity-of-the-millelith",
"quantity": 2
},
{
"key": "heart-of-depth",
"quantity": 2
}
],
"oneKey": "tenacity-of-the-millelith",
"multiples": [],
"stats": [
"hp",
"atk",
"hpPercentage",
"hpPercentage",
"hpPercentage"
]
},
{
"oneKey": "gilded-dreams",
"multiples": [],
"stats": [
"hp",
"atk",
Expand Down

0 comments on commit 8025372

Please sign in to comment.