diff --git a/media/attribution.js b/media/attribution.js index e8aa9e7d..048d78e0 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16885,6 +16885,19 @@ const attributionData = { "kitsune-kajiru" ] }, + { + prefix: "./media/characters/jack-thatcher/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "wildebeestgn" + ], + owners: [ + "python0556" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23252,6 +23265,14 @@ const attributionData = { "name": "Biot Avery", "url": "https://twitter.com/biot_avery" }, + "python0556": { + "name": "python0556", + "url": "https://www.furaffinity.net/user/python0656/" + }, + "wildebeestgn": { + "name": "wildebeestgn", + "url": "https://www.fiverr.com/wildebeestgn" + }, } } diff --git a/media/characters/jack-thatcher/back.svg b/media/characters/jack-thatcher/back.svg new file mode 100644 index 00000000..23bcd882 --- /dev/null +++ b/media/characters/jack-thatcher/back.svg @@ -0,0 +1,386 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/jack-thatcher/front.svg b/media/characters/jack-thatcher/front.svg new file mode 100644 index 00000000..d1b13904 --- /dev/null +++ b/media/characters/jack-thatcher/front.svg @@ -0,0 +1,490 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a92fa69e..888d0fdd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -44363,6 +44363,47 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Jack Thatcher", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(125, "lb"), + name: "Front", + image: { + source: "./media/characters/jack-thatcher/front.svg", + extra: 1474/1370, + bottom: 26/1500 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(125, "lb"), + name: "Back", + image: { + source: "./media/characters/jack-thatcher/back.svg", + extra: 1489/1384, + bottom: 18/1507 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(75, "feet") + }, + { + name: "Macro-er", + height: math.unit(250, "feet") + }, + ] +)) + //characters function makeCharacters() {