diff --git a/media/attribution.js b/media/attribution.js index b31d259d..4f7d0409 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15594,6 +15594,18 @@ const attributionData = { "jaspurrthecat" ] }, + { + prefix: "./media/characters/tiberius-thyben/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35979944/", nsfw: true } + ], + authors: [ + "unreliablesize" + ], + owners: [ + "tiberiusthyben" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21521,6 +21533,14 @@ const attributionData = { "name": "CRYPTIIDCRUXX", "url": "https://twitter.com/CRYPTIIDCRUXX" }, + "tiberiusthyben": { + "name": "TiberiusThyben", + "url": "https://www.furaffinity.net/user/tiberiusthyben/" + }, + "unreliablesize": { + "name": "UnreliableSize", + "url": "https://www.furaffinity.net/user/unreliablesize " + }, } } diff --git a/media/characters/tiberius-thyben/front.svg b/media/characters/tiberius-thyben/front.svg new file mode 100644 index 00000000..aa2808a6 --- /dev/null +++ b/media/characters/tiberius-thyben/front.svg @@ -0,0 +1,841 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3e7bec6c..b38023e2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -40913,6 +40913,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tiberius Thyben", species: ["raccoon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 5/12, "feet"), + weight: math.unit(290, "lb"), + name: "Front", + image: { + source: "./media/characters/tiberius-thyben/front.svg", + extra: 757/739, + bottom: 39/796 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(1.5, "inches") + }, + { + name: "Normal", + height: math.unit(6 + 5/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(300, "feet") + }, + ] +)) + //characters function makeCharacters() {