diff --git a/media/attribution.js b/media/attribution.js
index ca56909b..a4389ebf 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21920,6 +21920,19 @@ const attributionData = {
"spadethetick"
]
},
+ {
+ prefix: "./media/characters/zeanlain/",
+ files: [
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/46145682/", nsfw: true },
+ { name: "front.svg", source: "https://www.furaffinity.net/view/46145671/", nsfw: false },
+ ],
+ authors: [
+ "zeanlain"
+ ],
+ owners: [
+ "zeanlain"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30350,6 +30363,10 @@ const attributionData = {
"name": "SpadeTheTick",
"url": "https://www.furaffinity.net/user/spadethetick/"
},
+ "zeanlain": {
+ "name": "ZeanLain",
+ "url": "https://www.furaffinity.net/user/zeanlain/"
+ },
}
}
diff --git a/media/characters/zeanlain/front-nsfw.svg b/media/characters/zeanlain/front-nsfw.svg
new file mode 100644
index 00000000..96d1516d
--- /dev/null
+++ b/media/characters/zeanlain/front-nsfw.svg
@@ -0,0 +1,3548 @@
+
+
+
diff --git a/media/characters/zeanlain/front.svg b/media/characters/zeanlain/front.svg
new file mode 100644
index 00000000..a57efe50
--- /dev/null
+++ b/media/characters/zeanlain/front.svg
@@ -0,0 +1,3149 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 3ccb3063..061e1476 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -63066,6 +63066,81 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Zeanlain", species: ["harpy-eagle"], tags: ["anthro"] },
+ {
+ frontNsfw: {
+ height: math.unit(5, "meters"),
+ weight: math.unit(2000, "kg"),
+ preyCapacity: math.unit(5, "people"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/zeanlain/front-nsfw.svg",
+ extra: 1087/938,
+ bottom: 93/1180
+ },
+ extraAttributes: {
+ "wingspan": {
+ name: "Wingspan",
+ power: 1,
+ type: "length",
+ base: math.unit(10, "meters")
+ },
+ "footSize": {
+ name: "Foot Size",
+ power: 1,
+ type: "length",
+ base: math.unit(0.68, "meters")
+ },
+ "cockLength": {
+ name: "Cock Length",
+ power: 1,
+ type: "length",
+ base: math.unit(1.69, "meters")
+ },
+ "ballVolume": {
+ name: "Ball Volume",
+ power: 3,
+ type: "volume",
+ base: math.unit(0.028, "m^3")
+ },
+ }
+ },
+ front: {
+ height: math.unit(5, "meters"),
+ weight: math.unit(2000, "kg"),
+ preyCapacity: math.unit(3, "people"),
+ name: "Front",
+ image: {
+ source: "./media/characters/zeanlain/front.svg",
+ extra: 1087/938,
+ bottom: 93/1180
+ },
+ extraAttributes: {
+ "wingspan": {
+ name: "Wingspan",
+ power: 1,
+ type: "length",
+ base: math.unit(10, "meters")
+ },
+ "footSize": {
+ name: "Foot Size",
+ power: 1,
+ type: "length",
+ base: math.unit(0.68, "meters")
+ },
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5, "meters"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {