diff --git a/media/attribution.js b/media/attribution.js
index f09315bd..09355866 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -13746,6 +13746,20 @@ const attributionData = {
"pr0ckz3d"
]
},
+ {
+ prefix: "./media/characters/eleanor/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/26206622/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/26206622/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/26206622/" },
+ ],
+ authors: [
+ "deervvitch"
+ ],
+ owners: [
+ "mirandaarqayla"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/eleanor/back.svg b/media/characters/eleanor/back.svg
new file mode 100644
index 00000000..de54d635
--- /dev/null
+++ b/media/characters/eleanor/back.svg
@@ -0,0 +1,410 @@
+
+
+
diff --git a/media/characters/eleanor/front.svg b/media/characters/eleanor/front.svg
new file mode 100644
index 00000000..468addba
--- /dev/null
+++ b/media/characters/eleanor/front.svg
@@ -0,0 +1,463 @@
+
+
+
diff --git a/media/characters/eleanor/head.svg b/media/characters/eleanor/head.svg
new file mode 100644
index 00000000..a150386e
--- /dev/null
+++ b/media/characters/eleanor/head.svg
@@ -0,0 +1,202 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 63d6a7a2..264b9f0f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -35790,6 +35790,46 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Eleanor", species: ["cow"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(8 + 4/12, "feet"),
+ weight: math.unit(1200, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/eleanor/front.svg",
+ extra: 1226/1192,
+ bottom: 52/1278
+ }
+ },
+ back: {
+ height: math.unit(8 + 4/12, "feet"),
+ weight: math.unit(1200, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/eleanor/back.svg",
+ extra: 1242/1184,
+ bottom: 60/1302
+ }
+ },
+ head: {
+ height: math.unit(2.62, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/eleanor/head.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8 + 4/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {