Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Mar 31, 2022
1 parent 07b8f93 commit eb95000
Show file tree
Hide file tree
Showing 22 changed files with 19,223 additions and 14,760 deletions.
Binary file added assets/characters/kuki-shinobu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/characters/yelan.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/characters_full/kuki-shinobu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/characters_full/yelan.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31,541 changes: 16,782 additions & 14,759 deletions assets/db/characters.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions assets/db/materials.json
Expand Up @@ -5354,6 +5354,19 @@
"obtainedFrom": [],
"attributes": null
},
{
"key": "runic-fang",
"image": "runic-fang.png",
"rarity": 4,
"position": 46,
"level": 0,
"type": "elementalStone",
"hasSiblings": true,
"days": [],
"recipes": [],
"obtainedFrom": [],
"attributes": null
},
{
"key": "smoldering-pearl",
"image": "smoldering-pearl.png",
Expand Down
7 changes: 6 additions & 1 deletion assets/db/monsters.json
Expand Up @@ -4560,7 +4560,12 @@
"image": "ruin-serpent.png",
"type": "automaton",
"isComingSoon": false,
"drops": []
"drops": [
{
"key": "runic-fang",
"type": "material"
}
]
},
{
"key": "sangonomiya-cohort",
Expand Down
173 changes: 173 additions & 0 deletions assets/i18n/de.json
Expand Up @@ -3251,6 +3251,93 @@
}
]
},
{
"key": "kuki-shinobu",
"name": "Kuki Shinobu",
"title": "",
"description": "",
"skills": [
{
"key": "s1",
"title": "NA",
"description": null,
"abilities": [],
"stats": []
},
{
"key": "s2",
"title": "NA",
"description": null,
"abilities": [],
"stats": []
},
{
"key": "s3",
"title": "NA",
"description": null,
"abilities": [],
"stats": []
}
],
"passives": [
{
"key": "p1",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "p2",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "p3",
"title": "NA",
"description": "",
"descriptions": []
}
],
"constellations": [
{
"key": "c1",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "c2",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "c3",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "c4",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "c5",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "c6",
"title": "NA",
"description": "",
"descriptions": []
}
]
},
{
"key": "lisa",
"name": "Lisa",
Expand Down Expand Up @@ -6708,6 +6795,87 @@
}
]
},
{
"key": "yelan",
"name": "Yelan",
"title": "",
"description": "",
"skills": [
{
"key": "s1",
"title": "NA",
"description": null,
"abilities": [],
"stats": []
},
{
"key": "s2",
"title": "NA",
"description": null,
"abilities": [],
"stats": []
},
{
"key": "s3",
"title": "NA",
"description": null,
"abilities": [],
"stats": []
}
],
"passives": [
{
"key": "p1",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "p2",
"title": "NA",
"description": "",
"descriptions": []
}
],
"constellations": [
{
"key": "c1",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "c2",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "c3",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "c4",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "c5",
"title": "NA",
"description": "",
"descriptions": []
},
{
"key": "c6",
"title": "NA",
"description": "",
"descriptions": []
}
]
},
{
"key": "yoimiya",
"name": "Yoimiya",
Expand Down Expand Up @@ -10059,6 +10227,11 @@
"name": "Ring des Nordwinds",
"description": "Einige Eiskristalle vom großen Wolf des Nordens.\r\nDurch dieses Land pfiff einst der eiskalte Wind des Nordens. Wie scharfkantiger Kies sausten die Eiskristalle durch die Luft. Nackte Haut zerschlitzten sie in ihrem wilden Tanz und das Blut erstarrte im Nu. Heute ist der Wolf des Nordens zwar nur noch ein Schatten seiner selbst. Er besitzt aber immer noch die Kraft, das gesamte Land mit Schnee zu bedecken."
},
{
"key": "runic-fang",
"name": "Runenzahn",
"description": "Ein „Zahn“, mit dem sich die geheimnisvolle, schlangenartige Maschine von einst in die Tiefen der Berge grub. Darauf sind viele unheilvolle Runen eingemeißelt. Es heißt, dass riesige Schlangen in den dunklen Spalten tief unter der Erde lauern. In ihrem ewigen Groll und ihrer Bosheit gegenüber der Welt da oben graben sie große Tunnel, doch niemand weiß, welche bösen Absichten sie verfolgen ..."
},
{
"key": "sakura-bloom",
"name": "Sakura-Blüte",
Expand Down

0 comments on commit eb95000

Please sign in to comment.