diff --git a/media/attribution.js b/media/attribution.js index 053dfde6..7ffe23e0 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14684,6 +14684,18 @@ const attributionData = { "tyler611" ] }, + { + prefix: "./media/characters/tiffany/", + files: [ + { name: "front.svg", source: "https://twitter.com/TSelabeth/status/1367259078502850560" } + ], + authors: [ + "kuro724" + ], + owners: [ + "tiff" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20103,6 +20115,14 @@ const attributionData = { "name": "tyler611", "url": "http://furaffinity.net/user/tyler611/" }, + "tiff": { + "name": "Tiff", + "url": "https://twitter.com/TSelabeth/" + }, + "kuro724": { + "name": "kuro724", + "url": null + }, } } diff --git a/media/characters/tiffany/front.svg b/media/characters/tiffany/front.svg new file mode 100644 index 00000000..3724adfb --- /dev/null +++ b/media/characters/tiffany/front.svg @@ -0,0 +1,645 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9f939ae9..def6b599 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -38644,6 +38644,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tiffany", species: ["fox", "raccoon"], tags: ["anthro"] }, + { + front: { + height: math.unit(5, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/tiffany/front.svg", + extra: 1941/1845, + bottom: 58/1999 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {