diff --git a/media/attribution.js b/media/attribution.js index f7242b6f..7381822d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14722,6 +14722,18 @@ const attributionData = { "estina" ] }, + { + prefix: "./media/characters/tabitha/", + files: [ + { name: "front.svg", source: null, nsfw: true } + ], + authors: [ + "shyguy9" + ], + owners: [ + "estina" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20157,6 +20169,10 @@ const attributionData = { "name": "AlphaMoonlight", "url": "https://www.furaffinity.net/user/alphamoonlight" }, + "shyguy9": { + "name": "Shyguy9", + "url": "https://www.furaffinity.net/user/shyguy9/" + }, } } diff --git a/media/characters/tabitha/front.svg b/media/characters/tabitha/front.svg new file mode 100644 index 00000000..b7798c94 --- /dev/null +++ b/media/characters/tabitha/front.svg @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9f457529..3109c4e6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -38797,6 +38797,77 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tabitha", species: ["mouse", "cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(9, "feet"), + weight: math.unit(1050, "lb"), + name: "Front", + image: { + source: "./media/characters/tabitha/front.svg", + extra: 2083/1994, + bottom: 68/2151 + } + }, + }, + [ + { + name: "Baseline", + height: math.unit(9, "feet"), + default: true + }, + { + name: "Giant", + height: math.unit(90, "feet") + }, + { + name: "Macro", + height: math.unit(900, "feet") + }, + { + name: "Megamacro", + height: math.unit(9000, "feet") + }, + { + name: "City-Crushing", + height: math.unit(27000, "feet") + }, + { + name: "Mountain-Mashing", + height: math.unit(90000, "feet") + }, + { + name: "Nation Nemesis", + height: math.unit(9e6, "feet") + }, + { + name: "Continent Cracker", + height: math.unit(27e6, "feet") + }, + { + name: "Earth-Eclipsing", + height: math.unit(2.7e8, "feet") + }, + { + name: "Gas Giant Gulper", + height: math.unit(2.7e9, "feet") + }, + { + name: "Sol-Swallowing", + height: math.unit(9e10, "feet") + }, + { + name: "Galaxy Gulper", + height: math.unit(9, "galaxies") + }, + { + name: "Cosmos Churner", + height: math.unit(9, "universes") + }, + ] +)) + //characters function makeCharacters() {