Skip to content

Commit

Permalink
feat: add Pyra and Mythra as characters
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Mar 10, 2021
1 parent 39cf3d5 commit 61467db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added public/head-icons/mythra.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/pyra.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 @@ -522,6 +522,18 @@ const allCharacterMetadataInternal = {
displayName: "Sephiroth",
title: "One-Winged Angel",
},
pyra: {
idNumber: 79,
isEchoFighter: false,
displayName: "Pyra",
title: "The Aegis",
},
mythra: {
idNumber: 80,
isEchoFighter: false,
displayName: "Mythra",
title: "The Aegis",
},
},
};

Expand Down

0 comments on commit 61467db

Please sign in to comment.