diff --git a/media/attribution.js b/media/attribution.js index b09231b3..10fac5cf 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12263,6 +12263,18 @@ const attributionData = { "drawsgel" ] }, + { + prefix: "./media/characters/tanio/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35396419/" } + ], + authors: [ + "tanio" + ], + owners: [ + "tanio" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16914,6 +16926,10 @@ const attributionData = { "name": "RuthRedmane", "url": "https://twitter.com/RuthRedmane" }, + "tanio": { + "name": "Tanio", + "url": "http://twitter.com/taniofoxsky/" + }, } } diff --git a/media/characters/tanio/front.svg b/media/characters/tanio/front.svg new file mode 100644 index 00000000..84bf442d --- /dev/null +++ b/media/characters/tanio/front.svg @@ -0,0 +1,334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1eaa9467..b0e8cebc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31611,6 +31611,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tanio", species: ["foxsky"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(300, "lb"), + name: "Front", + image: { + source: "./media/characters/tanio/front.svg", + extra: 711/673, + bottom: 25/736 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {