diff --git a/media/attribution.js b/media/attribution.js
index 68bc61d2..051f4a7d 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -17567,6 +17567,20 @@ const attributionData = {
"elplantini"
]
},
+ {
+ prefix: "./media/characters/zenimma/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/28619173/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/28619173/", nsfw: false },
+ { name: "dick.svg", source: "https://www.furaffinity.net/view/28619173/", nsfw: true },
+ ],
+ authors: [
+ "sukebepanda"
+ ],
+ owners: [
+ "neopuc"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -24309,6 +24323,10 @@ const attributionData = {
"name": "ELPANTINI",
"url": "https://www.furaffinity.net/user/elplantini/"
},
+ "sukebepanda": {
+ "name": "sukebepanda",
+ "url": "https://www.furaffinity.net/user/sukebepanda"
+ },
}
}
diff --git a/media/characters/zenimma/back.svg b/media/characters/zenimma/back.svg
new file mode 100644
index 00000000..a61d55c8
--- /dev/null
+++ b/media/characters/zenimma/back.svg
@@ -0,0 +1,1853 @@
+
+
+
diff --git a/media/characters/zenimma/dick.svg b/media/characters/zenimma/dick.svg
new file mode 100644
index 00000000..34dbddb8
--- /dev/null
+++ b/media/characters/zenimma/dick.svg
@@ -0,0 +1,297 @@
+
+
+
diff --git a/media/characters/zenimma/front.svg b/media/characters/zenimma/front.svg
new file mode 100644
index 00000000..a3fe8755
--- /dev/null
+++ b/media/characters/zenimma/front.svg
@@ -0,0 +1,1444 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 346c02d8..2c42137c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1820,6 +1820,14 @@ const speciesData = {
name: "Ender Dragon",
parents: ["dragon"]
},
+ "bruhathkayosaurus": {
+ name: "Bruhathkayosaurus",
+ parents: ["sauropod"]
+ },
+ "sauropod": {
+ name: "Sauropod",
+ parents: ["dinosaur"]
+ },
}
//species
@@ -46621,6 +46629,46 @@ characterMakers.push(() => makeCharacter(
],
))
+characterMakers.push(() => makeCharacter(
+ { name: "Zenimma", species: ["bruhathkayosaurus"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(250, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/zenimma/front.svg",
+ extra: 1346/1320,
+ bottom: 58/1404
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(250, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/zenimma/back.svg",
+ extra: 1324/1308,
+ bottom: 44/1368
+ }
+ },
+ dick: {
+ height: math.unit(1.44, "feet"),
+ name: "Dick",
+ image: {
+ source: "./media/characters/zenimma/dick.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Canon Height",
+ height: math.unit(66, "miles"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {