diff --git a/media/attribution.js b/media/attribution.js
index 5f932e46..ef9e3d7f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19358,6 +19358,19 @@ const attributionData = {
"immaturecontent"
]
},
+ {
+ prefix: "./media/characters/ahab/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/43921892/" },
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/43921869/", nsfw: true },
+ ],
+ authors: [
+ "ahugebird"
+ ],
+ owners: [
+ "ahugebird"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -26718,6 +26731,10 @@ const attributionData = {
"name": "Moriartea-time",
"url": "https://www.deviantart.com/moriartea-time/"
},
+ "ahugebird": {
+ "name": "Ahab",
+ "url": "https://www.furaffinity.net/user/ahugebird/"
+ },
}
}
diff --git a/media/characters/ahab/front-nsfw.svg b/media/characters/ahab/front-nsfw.svg
new file mode 100644
index 00000000..c2aee66e
--- /dev/null
+++ b/media/characters/ahab/front-nsfw.svg
@@ -0,0 +1,1126 @@
+
+
+
diff --git a/media/characters/ahab/front.svg b/media/characters/ahab/front.svg
new file mode 100644
index 00000000..6ef76bce
--- /dev/null
+++ b/media/characters/ahab/front.svg
@@ -0,0 +1,1069 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6ac746b6..05753af1 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2025,6 +2025,10 @@ const speciesData = {
name: "Demigryph",
parents: ["lion", "eagle"]
},
+ "bald-eagle": {
+ name: "Bald Eagle",
+ parents: ["eagle"]
+ },
}
//species
@@ -52941,6 +52945,43 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Ahab", species: ["bald-eagle"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(9 + 6/12, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ahab/front.svg",
+ extra: 1897/1868,
+ bottom: 121/2018
+ }
+ },
+ frontNsfw: {
+ height: math.unit(9 + 6/12, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Front-nsfw",
+ image: {
+ source: "./media/characters/ahab/front-nsfw.svg",
+ extra: 1897/1868,
+ bottom: 121/2018
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(9 + 6/12, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(657, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {