diff --git a/media/attribution.js b/media/attribution.js index 3439b07f..53b7ab5a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1883,6 +1883,19 @@ const attributionData = { "scareye" ] }, + { + prefix: "./media/characters/mallow/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31025934/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/31025934/" } + ], + authors: [ + "panda-puma" + ], + owners: [ + "jesser" + ] + }, { prefix: "./media/characters/mandake/", files: [ @@ -3552,6 +3565,14 @@ const attributionData = { "name": "Danny Gryphon", "url": "https://twitter.com/danny_gryphon", }, + "panda-puma": { + "name": "panda-puma", + "url": "https://www.furaffinity.net/user/panda-puma", + }, + "jesser": { + "name": "JesseR", + "url": "https://www.furaffinity.net/user/jesser", + }, } } diff --git a/media/characters/mallow/back.svg b/media/characters/mallow/back.svg new file mode 100644 index 00000000..7ee4d15e --- /dev/null +++ b/media/characters/mallow/back.svg @@ -0,0 +1,92 @@ + + + + + + + + diff --git a/media/characters/mallow/front.svg b/media/characters/mallow/front.svg new file mode 100644 index 00000000..ca763f2d --- /dev/null +++ b/media/characters/mallow/front.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1528aabf..6171d704 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6876,6 +6876,39 @@ characterMakers["Danny"] = () => { ) }; +characterMakers["Mallow"] = () => { + return makeCharacter( + "Mallow", + "Mallowchu", + { + front: { + height: math.unit(3.5, "inches"), + weight: math.unit(19, "grams"), + name: "Front", + image: { + source: "./media/characters/mallow/front.svg", + extra: 471/431 + } + }, + back: { + height: math.unit(3.5, "inches"), + weight: math.unit(19, "grams"), + name: "Back", + image: { + source: "./media/characters/mallow/back.svg", + extra: 471/431 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3.5, "inches") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({