diff --git a/media/attribution.js b/media/attribution.js
index 7f1879f7..166eaf73 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9548,6 +9548,19 @@ const attributionData = {
"jasmith"
]
},
+ {
+ prefix: "./media/characters/zenari/",
+ files: [
+ { name: "female.svg", source: "https://www.furaffinity.net/view/35674919/" },
+ { name: "male.svg", source: "https://www.furaffinity.net/view/35674919/" },
+ ],
+ authors: [
+ "gasmaskfox"
+ ],
+ owners: [
+ "retroinferno"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -13256,6 +13269,14 @@ const attributionData = {
"name": "Ludicollision",
"url": "https://www.furaffinity.net/user/ludicollision/",
},
+ "gasmaskfox": {
+ "name": "GasMaskFox",
+ "url": "https://www.furaffinity.net/user/gasmaskfox/",
+ },
+ "retroinferno": {
+ "name": "RetroInferno",
+ "url": "https://www.furaffinity.net/user/retroinferno/",
+ },
}
}
diff --git a/media/characters/zenari/female.svg b/media/characters/zenari/female.svg
new file mode 100644
index 00000000..765ab563
--- /dev/null
+++ b/media/characters/zenari/female.svg
@@ -0,0 +1,1261 @@
+
+
+
diff --git a/media/characters/zenari/male.svg b/media/characters/zenari/male.svg
new file mode 100644
index 00000000..40cf87f9
--- /dev/null
+++ b/media/characters/zenari/male.svg
@@ -0,0 +1,1053 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e91181ef..b00068ff 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -22107,6 +22107,34 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Zenari" },
+ {
+ female: {
+ height: math.unit(29.7, "m"),
+ weight: math.unit(270000, "kg"),
+ name: "Female",
+ image: {
+ source: "./media/characters/zenari/female.svg",
+ extra: 3217/3281.6,
+ bottom: 72.2/3353
+ }
+ },
+ male: {
+ height: math.unit(27.7, "m"),
+ weight: math.unit(212000, "lb"),
+ name: "Male",
+ image: {
+ source: "./media/characters/zenari/male.svg",
+ extra: 3008/2991,
+ bottom: 54.6/3069
+ }
+ },
+ },
+ [
+
+ ]
+))
//characters
function makeCharacters() {