diff --git a/media/attribution.js b/media/attribution.js index d679ef7f..c1ac6a78 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2396,6 +2396,18 @@ const attributionData = { "lobo-raptor-lo" ] }, + { + prefix: "./media/characters/yevis/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/20815777/" } + ], + authors: [ + "mr-pink" + ], + owners: [ + "mariokartsonicriders" + ] + }, { prefix: "./media/characters/yozey/", files: [ @@ -3417,6 +3429,10 @@ const attributionData = { "name": "Pixiefyre", "url": "https://www.furaffinity.net/user/pixiefyre", }, + "mr-pink": { + "name": "Mr. Pink", + "url": "https://www.furaffinity.net/user/mr.pink/", + }, } } diff --git a/media/characters/yevis/front.svg b/media/characters/yevis/front.svg new file mode 100644 index 00000000..4ef3435b --- /dev/null +++ b/media/characters/yevis/front.svg @@ -0,0 +1,398 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 58430e35..8d5286e9 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6465,7 +6465,7 @@ characterMakers["Argent"] = () => { characterMakers["Mira al-Cul"] = () => { return makeCharacter( "Mira al-Cul", - "Garouwl", + "Mariokartsonicriders", { lamp: { height: math.unit(7 * 1559 / 989, "feet"), @@ -6509,9 +6509,13 @@ characterMakers["Mira al-Cul"] = () => { default: true }, { - name: "True Size", + name: "Multiversal Matriarch", height: math.unit(8.87e10, "yottameters") }, + { + name: "Void Mother", + height: math.unit(3.14e10, "yottaparsecs") + }, ] ) }; @@ -6600,6 +6604,55 @@ characterMakers["Katherine"] = () => { ) }; +characterMakers["Yevis"] = () => { + return makeCharacter( + "Yevis", + "Mariokartsonicriders", + { + front: { + height: math.unit(7 + 8/12, "feet"), + weight: math.unit(250, "lbs"), + name: "Front", + image: { + source: "./media/characters/yevis/front.svg", + extra: 1938/1755 + } + } + }, + [ + { + name: "Mortal", + height: math.unit(7 + 8/12, "feet") + }, + { + name: "Battle", + height: math.unit(25 + 11/12, "feet") + }, + { + name: "Wrath", + height: math.unit(1654 + 11/12, "feet") + }, + { + name: "Planet Destroyer", + height: math.unit(12000, "miles") + }, + { + name: "Galaxy Conqueror", + height: math.unit(1.45, "zettameters"), + default: true + }, + { + name: "Universal War", + height: math.unit(184, "gigaparsecs") + }, + { + name: "Eternity War", + height: math.unit(1.98e55, "yottaparsecs") + }, + ] + ) +}; + function makeCharacters() { const results = [];