Skip to content

Commit 61467db

Browse files
committed
feat: add Pyra and Mythra as characters
1 parent 39cf3d5 commit 61467db

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

public/head-icons/mythra.png

4.4 KB
Loading

public/head-icons/pyra.png

30.6 KB
Loading

src/tech/AllCharacterMetadata.ts

+12
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,18 @@ const allCharacterMetadataInternal = {
522522
displayName: "Sephiroth",
523523
title: "One-Winged Angel",
524524
},
525+
pyra: {
526+
idNumber: 79,
527+
isEchoFighter: false,
528+
displayName: "Pyra",
529+
title: "The Aegis",
530+
},
531+
mythra: {
532+
idNumber: 80,
533+
isEchoFighter: false,
534+
displayName: "Mythra",
535+
title: "The Aegis",
536+
},
525537
},
526538
};
527539

0 commit comments

Comments
 (0)