From a572f6f189f8e875fce45dd2e9954f61e3c952b3 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 21 Jun 2020 23:03:30 -0400 Subject: [PATCH] Add Hadjet --- media/attribution.js | 16 ++ media/characters/hadjet/front.svg | 333 ++++++++++++++++++++++++++++++ presets/characters.js | 33 ++- 3 files changed, 381 insertions(+), 1 deletion(-) create mode 100644 media/characters/hadjet/front.svg diff --git a/media/attribution.js b/media/attribution.js index 62b6572b..ca919083 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11030,6 +11030,18 @@ const attributionData = { "lirakitsune" ] }, + { + prefix: "./media/characters/hadjet/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30888546/" } + ], + authors: [ + "perenthis" + ], + owners: [ + "perenthis" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15218,6 +15230,10 @@ const attributionData = { "name": "Lira", "url": "https://twitter.com/LiraKitsune" }, + "perenthis": { + "name": "Perenthis", + "url": "https://www.furaffinity.net/user/perenthis/" + }, } } diff --git a/media/characters/hadjet/front.svg b/media/characters/hadjet/front.svg new file mode 100644 index 00000000..1eac528b --- /dev/null +++ b/media/characters/hadjet/front.svg @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 328dad5f..b3b1a07e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -27779,7 +27779,7 @@ characterMakers.push(() => makeCharacter( name: "Back", image: { source: "./media/characters/lira/back.svg", - extra: 1713/1599, + extra: 1713/159, bottom: 20/1733 } }, @@ -27825,6 +27825,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Hadjet", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/hadjet/front.svg", + extra: 1480/1346, + bottom: 26/1506 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(10, "stories"), + default: true + }, + { + name: "Megamacro", + height: math.unit(1.5, "miles") + }, + { + name: "Megamacro+", + height: math.unit(5, "miles") + }, + ] +)) + //characters function makeCharacters() {