diff --git a/media/attribution.js b/media/attribution.js index 71838957..194b52c2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14746,6 +14746,18 @@ const attributionData = { "hesitate" ] }, + { + prefix: "./media/characters/vivian-dragon/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/27155946" } + ], + authors: [ + "jaeh" + ], + owners: [ + "vivian-goodurg" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20185,6 +20197,14 @@ const attributionData = { "name": "Shyguy9", "url": "https://www.furaffinity.net/user/shyguy9/" }, + "jaeh": { + "name": "JAEH", + "url": "https://www.furaffinity.net/user/jaeh/" + }, + "vivian-goodurg": { + "name": "Vivian Goodurg", + "url": "https://twitter.com/Vivian_Goodurg" + }, } } diff --git a/media/characters/vivian-dragon/front.svg b/media/characters/vivian-dragon/front.svg new file mode 100644 index 00000000..7bcbeff3 --- /dev/null +++ b/media/characters/vivian-dragon/front.svg @@ -0,0 +1,1139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5b347828..49d3a311 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -38899,6 +38899,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Vivian (Dragon)", species: ["dragon", "orca"], tags: ["anthro", "goo"] }, + { + front: { + height: math.unit(7 + 11/12, "feet"), + weight: math.unit(342.8, "lb"), + name: "Front", + image: { + source: "./media/characters/vivian-dragon/front.svg", + extra: 1890/1865, + bottom: 28/1918 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(5, "inches") + }, + { + name: "Normal", + height: math.unit(7 + 11/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(395 + 7/12, "feet") + }, + ] +)) + //characters function makeCharacters() {