diff --git a/media/attribution.js b/media/attribution.js index 0af68a6c..be112179 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19440,6 +19440,18 @@ const attributionData = { "owak-bone" ] }, + { + prefix: "./media/characters/muffin/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/43885518/" } + ], + authors: [ + "themuffinly" + ], + owners: [ + "themuffinly" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26962,6 +26974,10 @@ const attributionData = { "name": "Owak Bone", "url": "https://www.furaffinity.net/user/marowak88/" }, + "themuffinly": { + "name": "TheMuffinly", + "url": "https://www.furaffinity.net/user/themuffinly/" + }, } } diff --git a/media/characters/muffin/front.svg b/media/characters/muffin/front.svg new file mode 100644 index 00000000..459f6d02 --- /dev/null +++ b/media/characters/muffin/front.svg @@ -0,0 +1,795 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 48300461..bec64341 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -53215,6 +53215,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Muffin", species: ["ferret"], tags: ["anthro"] }, + { + front: { + height: math.unit(2 + 6/12, "feet"), + weight: math.unit(9, "lb"), + name: "Front", + image: { + source: "./media/characters/muffin/front.svg", + extra: 1220/1195, + bottom: 84/1304 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {