diff --git a/media/attribution.js b/media/attribution.js
index 8a47077f..b97f543c 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12985,6 +12985,19 @@ const attributionData = {
"devourer"
]
},
+ {
+ prefix: "./media/characters/ellarby/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34430630/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/34430630/" },
+ ],
+ authors: [
+ "blurthefur"
+ ],
+ owners: [
+ "rainbowjulian"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/ellarby/back.svg b/media/characters/ellarby/back.svg
new file mode 100644
index 00000000..660c44f1
--- /dev/null
+++ b/media/characters/ellarby/back.svg
@@ -0,0 +1,308 @@
+
+
+
diff --git a/media/characters/ellarby/front.svg b/media/characters/ellarby/front.svg
new file mode 100644
index 00000000..6f4085de
--- /dev/null
+++ b/media/characters/ellarby/front.svg
@@ -0,0 +1,382 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c410692a..bb1b2b51 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1495,6 +1495,10 @@ const speciesData = {
name: "Chakat",
parents: ["cat"]
},
+ "hydra": {
+ name: "Hydra",
+ parents: ["monster"]
+ },
}
//species
@@ -33965,6 +33969,55 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Ellarby", species: ["hydra"], tags: ["feral"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(400, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ellarby/front.svg",
+ extra: 1909/1763,
+ bottom: 80/1989
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(400, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/ellarby/back.svg",
+ extra: 1914/1784,
+ bottom: 172/2086
+ }
+ },
+ },
+ [
+ {
+ name: "Mischief",
+ height: math.unit(18, "inches")
+ },
+ {
+ name: "Trouble",
+ height: math.unit(12, "feet")
+ },
+ {
+ name: "Havoc",
+ height: math.unit(200, "feet"),
+ default: true
+ },
+ {
+ name: "Pandemonium",
+ height: math.unit(1, "mile")
+ },
+ {
+ name: "Catastrophe",
+ height: math.unit(100, "miles")
+ },
+ ]
+))
+
//characters
function makeCharacters() {