Skip to content

Commit

Permalink
feat: add Kazuya and Sora as characters
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Dec 14, 2021
1 parent 25aa92e commit f56de15
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added public/head-icons/kazuya.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/head-icons/sora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/tech/AllCharacterMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,18 @@ const allCharacterMetadataInternal = {
displayName: "Mythra",
title: "The Aegis",
},
kazuya: {
idNumber: 81,
isEchoFighter: false,
displayName: "Kazuya",
title: "The Iron Fist of Darkness",
},
sora: {
idNumber: 82,
isEchoFighter: false,
displayName: "Sora",
title: "Chosen by the Keyblade",
},
},
};

Expand Down

0 comments on commit f56de15

Please sign in to comment.