diff --git a/media/attribution.js b/media/attribution.js index c63eec53..4908711b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10822,6 +10822,18 @@ const attributionData = { "arokhzero" ] }, + { + prefix: "./media/characters/theo/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "buizilla" + ], + owners: [ + "demkatazul" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14918,6 +14930,14 @@ const attributionData = { "name": "ArokhZero", "url": "https://www.furaffinity.net/user/arokhzero/", }, + "buizilla": { + "name": "Buizilla", + "url": "https://www.furaffinity.net/user/buizilla/", + }, + "demkatazul": { + "name": "Theo", + "url": "https://twitter.com/DemKatazul", + }, } } diff --git a/media/characters/theo/front.svg b/media/characters/theo/front.svg new file mode 100644 index 00000000..f020efd5 --- /dev/null +++ b/media/characters/theo/front.svg @@ -0,0 +1,431 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1374531e..3ec14fce 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -27225,6 +27225,32 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Theo", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 6/12, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/theo/front.svg", + extra: 902/860, + bottom: 22.7/925.8 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(5, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 6/12, "feet"), + default: true + }, + ] +)) //characters function makeCharacters() {