diff --git a/media/attribution.js b/media/attribution.js index 1df812fd..f3fd187b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17653,6 +17653,19 @@ const attributionData = { "neopuc" ] }, + { + prefix: "./media/characters/wubs/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31789871/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/31789871/" }, + ], + authors: [ + "misssheepyart" + ], + owners: [ + "wubs" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24410,6 +24423,14 @@ const attributionData = { "name": "RoboMaximillion", "url": "https://www.furaffinity.net/user/t-bone" }, + "wubs": { + "name": "Wubs", + "url": "https://twitter.com/alotmorewub" + }, + "misssheepyart": { + "name": "Miss Sheepy", + "url": "https://twitter.com/MissSheepyart" + }, } } diff --git a/media/characters/wubs/back.svg b/media/characters/wubs/back.svg new file mode 100644 index 00000000..e89d6b5c --- /dev/null +++ b/media/characters/wubs/back.svg @@ -0,0 +1,620 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/wubs/front.svg b/media/characters/wubs/front.svg new file mode 100644 index 00000000..0490e442 --- /dev/null +++ b/media/characters/wubs/front.svg @@ -0,0 +1,721 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index df095b4f..d80c36be 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1844,6 +1844,10 @@ const speciesData = { name: "Indian Giant Squirrel", parents: ["squirrel"] }, + "golden-retriever": { + name: "Golden Retriever", + parents: ["dog"] + }, } //species @@ -46914,6 +46918,47 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Wubs", species: ["golden-retriever"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(210, "lb"), + name: "Front", + image: { + source: "./media/characters/wubs/front.svg", + extra: 1345/1325, + bottom: 70/1415 + } + }, + back: { + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(210, "lb"), + name: "Back", + image: { + source: "./media/characters/wubs/back.svg", + extra: 1296/1275, + bottom: 58/1354 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(1000, "feet") + }, + { + name: "Megamacro", + height: math.unit(1, "mile") + }, + ] +)) + //characters function makeCharacters() {