diff --git a/media/attribution.js b/media/attribution.js
index 9ac93d4e..132c8711 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -15555,6 +15555,19 @@ const attributionData = {
"ninestimesfox"
]
},
+ {
+ prefix: "./media/characters/zenith/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "back.svg", source: null },
+ ],
+ authors: [
+ "pouchmonster"
+ ],
+ owners: [
+ "ovenotter"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -21470,6 +21483,10 @@ const attributionData = {
"name": "KaoruFox",
"url": "https://twitter.com/KaoruFox/"
},
+ "pouchmonster": {
+ "name": "Pouchmonster",
+ "url": null
+ },
}
}
diff --git a/media/characters/zenith/back.svg b/media/characters/zenith/back.svg
new file mode 100644
index 00000000..1f9f2e81
--- /dev/null
+++ b/media/characters/zenith/back.svg
@@ -0,0 +1,813 @@
+
+
+
diff --git a/media/characters/zenith/front.svg b/media/characters/zenith/front.svg
new file mode 100644
index 00000000..59cb1e03
--- /dev/null
+++ b/media/characters/zenith/front.svg
@@ -0,0 +1,1384 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index cf68ae40..657abfb6 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -40817,6 +40817,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Zenith", species: ["civet", "hyena"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 10/12, "feet"),
+ weight: math.unit(210, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/zenith/front.svg",
+ extra: 1531/1452,
+ bottom: 198/1729
+ }
+ },
+ back: {
+ height: math.unit(5 + 10/12, "feet"),
+ weight: math.unit(210, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/zenith/back.svg",
+ extra: 1571/1487,
+ bottom: 75/1646
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 10/12, "feet"),
+ default: true
+ }
+ ]
+))
+
//characters
function makeCharacters() {