Skip to content

Commit

Permalink
Added Chasca and Ororon
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Bui committed Nov 27, 2024
1 parent b2baf67 commit 46dc2b1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file added public/img/characters/chasca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/characters/ororon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/data/characters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,17 @@ export const characters: GenshinCharacter[] = [
selected: false,
collab: false,
},
{
id: 90,
fullName: 'Chasca',
shortName: 'Chasca',
stars: 5,
elements: ['anemo'],
weapon: 'bow',
gender: ['F'],
selected: false,
collab: false,
},
{
id: 77,
fullName: 'Chevreuse',
Expand Down Expand Up @@ -639,6 +650,17 @@ export const characters: GenshinCharacter[] = [
selected: true,
collab: false,
},
{
id: 91,
fullName: 'Ororon',
shortName: 'Ororon',
stars: 4,
elements: ['electro'],
weapon: 'bow',
gender: ['M'],
selected: false,
collab: false,
},
{
id: 29,
fullName: 'Qiqi',
Expand Down

0 comments on commit 46dc2b1

Please sign in to comment.