diff --git a/media/attribution.js b/media/attribution.js index ef1f53d4..ab86f345 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13479,6 +13479,18 @@ const attributionData = { "sirdeeviant" ] }, + { + prefix: "./media/characters/teh/", + files: [ + { name: "front.svg", source: "https://twitter.com/BattyTeh/status/1313279839638491137/" } + ], + authors: [ + "battyteh" + ], + owners: [ + "battyteh" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18590,6 +18602,10 @@ const attributionData = { "name": "SirDeeViant", "url": "https://twitter.com/SirDeeViant" }, + "battyteh": { + "name": "BattyTeh", + "url": "https://twitter.com/BattyTeh/" + }, } } diff --git a/media/characters/teh/front.svg b/media/characters/teh/front.svg new file mode 100644 index 00000000..2d8ed9fd --- /dev/null +++ b/media/characters/teh/front.svg @@ -0,0 +1,1617 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c6c4de08..c13e2a06 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -35271,6 +35271,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Teh", species: ["bat"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 6/12, "feet"), + name: "Front", + image: { + source: "./media/characters/teh/front.svg", + extra: 1002/847, + bottom: 62/1064 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {