Skip to content

Commit

Permalink
feat: add Min Min as a character
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Oct 6, 2020
1 parent 13c5439 commit 6c13c04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added public/head-icons/min-min.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/tech/AllCharacterMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export interface CharacterMetadata {
idNumber: number;
isEchoFighter: boolean;
displayName: string;

// The character's title according to the boxing ring stage. See the table
// here: https://www.ssbwiki.com/Boxing_Ring#Character_titles
title: string;
}

Expand Down Expand Up @@ -501,6 +504,12 @@ const allCharacterMetadataInternal = {
displayName: "Byleth",
title: "Ashen Demon",
},
"min-min": {
idNumber: 76,
isEchoFighter: false,
displayName: "Min Min",
title: "The Ramen Bomber",
},
},
};

Expand Down

0 comments on commit 6c13c04

Please sign in to comment.