diff --git a/media/attribution.js b/media/attribution.js index 31b971a3..dd37c20b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14808,6 +14808,20 @@ const attributionData = { "atlaswolf1" ] }, + { + prefix: "./media/characters/tawendeh/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/12782660", nsfw: true }, + { name: "front-clothed.svg", source: "https://www.furaffinity.net/view/12782660", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/12782660", nsfw: true }, + ], + authors: [ + "demonnyuu" + ], + owners: [ + "estina" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20271,6 +20285,10 @@ const attributionData = { "name": "Servo~Proto", "url": "https://www.furaffinity.net/user/servo~proto" }, + "demonnyuu": { + "name": "DemonNyuu", + "url": "https://www.furaffinity.net/user/demonnyuu" + }, } } diff --git a/media/characters/tawendeh/back.svg b/media/characters/tawendeh/back.svg new file mode 100644 index 00000000..e9894e6a --- /dev/null +++ b/media/characters/tawendeh/back.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/tawendeh/front-clothed.svg b/media/characters/tawendeh/front-clothed.svg new file mode 100644 index 00000000..dd821c18 --- /dev/null +++ b/media/characters/tawendeh/front-clothed.svg @@ -0,0 +1,618 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/tawendeh/front.svg b/media/characters/tawendeh/front.svg new file mode 100644 index 00000000..9750a18c --- /dev/null +++ b/media/characters/tawendeh/front.svg @@ -0,0 +1,470 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c0352d23..29da7281 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39173,6 +39173,101 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tawendeh", species: ["otter", "deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(8, "feet"), + weight: math.unit(553, "lb"), + name: "Front", + image: { + source: "./media/characters/tawendeh/front.svg", + extra: 2365/2268, + bottom: 83/2448 + } + }, + frontClothed: { + height: math.unit(8, "feet"), + weight: math.unit(553, "lb"), + name: "Front (Clothed)", + image: { + source: "./media/characters/tawendeh/front-clothed.svg", + extra: 2365/2268, + bottom: 83/2448 + } + }, + back: { + height: math.unit(8, "feet"), + weight: math.unit(553, "lb"), + name: "Back", + image: { + source: "./media/characters/tawendeh/back.svg", + extra: 2397/2294, + bottom: 42/2439 + } + }, + }, + [ + { + name: "Mortal Interaction", + height: math.unit(8, "feet"), + default: true + }, + { + name: "Giant", + height: math.unit(80, "feet") + }, + { + name: "Macro", + height: math.unit(800, "feet") + }, + { + name: "Megamacro", + height: math.unit(8000, "feet") + }, + { + name: "City-Crushing", + height: math.unit(24000, "feet") + }, + { + name: "Mountain-Mashing", + height: math.unit(80000, "feet") + }, + { + name: "Nation Nemesis", + height: math.unit(8e6, "feet") + }, + { + name: "Continent Cracker", + height: math.unit(24e6, "feet") + }, + { + name: "Earth-Eclipsing", + height: math.unit(2.4e8, "feet") + }, + { + name: "Gas Giant Gulper", + height: math.unit(2.4e9, "feet") + }, + { + name: "Sol-Swallowing", + height: math.unit(8e10, "feet") + }, + { + name: "Galaxy Gulper", + height: math.unit(8, "galaxies") + }, + { + name: "Cosmos Churner", + height: math.unit(8, "universes") + }, + { + name: "Omnipotent Otter", + height: math.unit(80, "universes") + }, + ] +)) + //characters function makeCharacters() {