We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25aa92e commit f56de15Copy full SHA for f56de15
public/head-icons/kazuya.png
7.26 KB
public/head-icons/sora.png
9.02 KB
src/tech/AllCharacterMetadata.ts
@@ -534,6 +534,18 @@ const allCharacterMetadataInternal = {
534
displayName: "Mythra",
535
title: "The Aegis",
536
},
537
+ kazuya: {
538
+ idNumber: 81,
539
+ isEchoFighter: false,
540
+ displayName: "Kazuya",
541
+ title: "The Iron Fist of Darkness",
542
+ },
543
+ sora: {
544
+ idNumber: 82,
545
546
+ displayName: "Sora",
547
+ title: "Chosen by the Keyblade",
548
549
550
};
551
0 commit comments