diff --git a/media/attribution.js b/media/attribution.js
index b0750297..eff9e9ac 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -15669,6 +15669,20 @@ const attributionData = {
"estina"
]
},
+ {
+ prefix: "./media/characters/theo-acacia/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/itsthenutzone/status/1400872119798583297" },
+ { name: "front-underwear.svg", source: "https://twitter.com/itsthenutzone/status/1400872119798583297" },
+ { name: "front-nude.svg", source: "https://twitter.com/itsthenutzone/status/1400872119798583297", nsfw: true },
+ ],
+ authors: [
+ "itsthenutzone"
+ ],
+ owners: [
+ "lordofvore"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -21612,6 +21626,14 @@ const attributionData = {
"name": "Sabrejackal",
"url": "https://www.furaffinity.net/user/sabrejackal/"
},
+ "itsthenutzone": {
+ "name": "itsthenutzone",
+ "url": "https://twitter.com/itsthenutzone"
+ },
+ "lordofvore": {
+ "name": "LordOfVore",
+ "url": "https://twitter.com/LordOfVore"
+ },
}
}
diff --git a/media/characters/theo-acacia/front-nude.svg b/media/characters/theo-acacia/front-nude.svg
new file mode 100644
index 00000000..c7321bda
--- /dev/null
+++ b/media/characters/theo-acacia/front-nude.svg
@@ -0,0 +1,975 @@
+
+
+
diff --git a/media/characters/theo-acacia/front-underwear.svg b/media/characters/theo-acacia/front-underwear.svg
new file mode 100644
index 00000000..488b6b74
--- /dev/null
+++ b/media/characters/theo-acacia/front-underwear.svg
@@ -0,0 +1,976 @@
+
+
+
diff --git a/media/characters/theo-acacia/front.svg b/media/characters/theo-acacia/front.svg
new file mode 100644
index 00000000..15f4c1bf
--- /dev/null
+++ b/media/characters/theo-acacia/front.svg
@@ -0,0 +1,753 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 84fe90ae..6262e1fe 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -41137,6 +41137,49 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Theo Acacia", species: ["giraffe"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(22 + 1/12, "feet"),
+ weight: math.unit(3200, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/theo-acacia/front.svg",
+ extra: 1796/1741,
+ bottom: 83/1879
+ }
+ },
+ frontUnderwear: {
+ height: math.unit(22 + 1/12, "feet"),
+ weight: math.unit(3200, "lb"),
+ name: "Front (Underwear)",
+ image: {
+ source: "./media/characters/theo-acacia/front-underwear.svg",
+ extra: 1796/1741,
+ bottom: 83/1879
+ }
+ },
+ frontNude: {
+ height: math.unit(22 + 1/12, "feet"),
+ weight: math.unit(3200, "lb"),
+ name: "Front (Nude)",
+ image: {
+ source: "./media/characters/theo-acacia/front-nude.svg",
+ extra: 1796/1741,
+ bottom: 83/1879
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(22 + 1/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {