From 187fadcc1579c330979cfa8fa7aee41b97e0c2a8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 3 Dec 2021 14:10:58 -0500 Subject: [PATCH] Add Ahab --- media/attribution.js | 17 + media/characters/ahab/front-nsfw.svg | 1126 ++++++++++++++++++++++++++ media/characters/ahab/front.svg | 1069 ++++++++++++++++++++++++ presets/characters.js | 41 + 4 files changed, 2253 insertions(+) create mode 100644 media/characters/ahab/front-nsfw.svg create mode 100644 media/characters/ahab/front.svg 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() {