diff --git a/media/attribution.js b/media/attribution.js index fd1c6a1a..4ba63111 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7067,6 +7067,20 @@ const attributionData = { "xangoose" ] }, + { + prefix: "./media/characters/doc-weardno/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/15206622/" }, + { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/15206622/" }, + { name: "back-dressed.svg", source: "https://www.furaffinity.net/view/15206622/" }, + ], + authors: [ + "cane-mckeyton" + ], + owners: [ + "drweardno" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9758,6 +9772,14 @@ const attributionData = { "name": "sketchpawz", "url": "https://www.furaffinity.net/user/sketchpawz", }, + "drweardno": { + "name": "DrWeardno", + "url": "https://www.furaffinity.net/user/drweardno/", + }, + "cane-mckeyton": { + "name": "Cane McKeyton", + "url": "https://www.furaffinity.net/user/cane-mckeyton/", + }, } } diff --git a/media/characters/doc-weardno/back-dressed.svg b/media/characters/doc-weardno/back-dressed.svg new file mode 100644 index 00000000..65702b4e --- /dev/null +++ b/media/characters/doc-weardno/back-dressed.svg @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/doc-weardno/front-dressed.svg b/media/characters/doc-weardno/front-dressed.svg new file mode 100644 index 00000000..073d2cb1 --- /dev/null +++ b/media/characters/doc-weardno/front-dressed.svg @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/doc-weardno/front.svg b/media/characters/doc-weardno/front.svg new file mode 100644 index 00000000..aef7ca42 --- /dev/null +++ b/media/characters/doc-weardno/front.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b5905067..3942ae42 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17252,6 +17252,58 @@ characterMakers["Xang"] = () => { ) }; +characterMakers["Doc Weardno"] = () => { + return makeCharacter( + "Doc Weardno", + "DrWeardno", + { + frontDressed: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(140, "lb"), + name: "Front (Dressed)", + image: { + source: "./media/characters/doc-weardno/front-dressed.svg" + } + }, + backDressed: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(140, "lb"), + name: "Back (Dressed)", + image: { + source: "./media/characters/doc-weardno/back-dressed.svg" + } + }, + front: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(140, "lb"), + name: "Front", + image: { + source: "./media/characters/doc-weardno/front.svg" + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 7/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(25, "feet") + }, + { + name: "Megamacro", + height: math.unit(2, "miles") + }, + ] + ) +}; + //characters