Skip to content

Commit

Permalink
fix: add more images, forms for Therians
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRamirez committed Feb 5, 2023
1 parent d8e55f1 commit 483d536
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 19 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions src/components/Credits/credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,35 +573,35 @@
"link": "https://www.deviantart.com/erroring/art/totally-tubular-938472137"
},
{
"role": "",
"name": "",
"link": ""
"role": "Orthworm",
"name": "Hypertomi Art",
"link": "https://www.pillowfort.social/posts/3101087"
},
{
"role": "",
"name": "",
"link": ""
"role": "Enamorus",
"name": "LordCayy",
"link": "https://twitter.com/lordcayy"
},
{
"role": "",
"name": "",
"link": ""
"role": "Enamorus-Therian",
"name": "Hivemind Coroika",
"link": "https://www.tumblr.com/hivemindcoroika"
},
{
"role": "",
"name": "",
"link": ""
"role": "Landorus-Therian",
"name": "Salanchu",
"link": "https://www.deviantart.com/salanchu"
},

{
"role": "",
"name": "",
"link": ""
"role": "Torandus-Therian",
"name": "hwy",
"link": "https://www.pinterest.ph/pin/297800594081702545/"
},
{
"role": "",
"name": "",
"link": ""
"role": "Thundurus-Therian",
"name": "ewokakuaaede",
"link": "https://danbooru.donmai.us/posts?tags=ewokakukaede&z=1"
},
{
"role": "",
Expand Down
Binary file added src/img/enamorus-therian.jpg
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 src/img/enamorus.jpg
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 src/img/landorus-therian.jpg
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 src/img/orthworm.jpg
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 src/img/thundurus-therian.jpg
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 src/img/tornadus-therian.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/utils/Forme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ export enum Forme {

School = 'school',
Pirouette = 'pirouette',

Therian = 'therian',
}
2 changes: 2 additions & 0 deletions src/utils/addForme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ export const addForme = (species: string | undefined, forme?: keyof typeof Forme

'School',
'Pirouette',

'Therian'
].includes(forme)
) {
return `${species}-${forme.replace(/\s/g, '-').replace(/\'/g, '-').toLowerCase()}`;
Expand Down
2 changes: 1 addition & 1 deletion src/utils/getAdditionalFormes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const getAdditionalFormes = (species: string | undefined): string[] => {
if (s === 'deerling' || s === 'sawsbuck') {
return ['Spring', 'Summer', 'Autumn', 'Winter'];
}
if (s === 'tornadus' || s === 'thundurus' || s === 'landorus') {
if (s === 'tornadus' || s === 'thundurus' || s === 'landorus' || s === 'enamorus') {
return ['Incarnate', 'Therian'];
}
if (s === 'kyurem') {
Expand Down

0 comments on commit 483d536

Please sign in to comment.