From d5fb0590ed3817168f78ebc3113b33d3c0e1916c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 9 Oct 2021 16:56:19 -0400 Subject: [PATCH] Add Alphaschakal --- media/attribution.js | 23 + media/characters/alphaschakal/back.svg | 1002 +++++++++++++++ media/characters/alphaschakal/head.svg | 574 +++++++++ media/characters/alphaschakal/paw.svg | 262 ++++ media/characters/alphaschakal/side.svg | 1623 ++++++++++++++++++++++++ presets/characters.js | 53 + 6 files changed, 3537 insertions(+) create mode 100644 media/characters/alphaschakal/back.svg create mode 100644 media/characters/alphaschakal/head.svg create mode 100644 media/characters/alphaschakal/paw.svg create mode 100644 media/characters/alphaschakal/side.svg diff --git a/media/attribution.js b/media/attribution.js index ef920d4a..1ac908d0 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17725,6 +17725,21 @@ const attributionData = { "justahugesnep" ] }, + { + prefix: "./media/characters/alphaschakal/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/28232669" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/28232669" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/28232669" }, + { name: "paw.svg", source: "https://www.furaffinity.net/view/28232669" }, + ], + authors: [ + "senka-bekic" + ], + owners: [ + "alphaschakal" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24528,6 +24543,14 @@ const attributionData = { "name": "CrowFlyProductions", "url": "https://twitter.com/worden_brianna" }, + "senka-bekic": { + "name": "Senka-Becic", + "url": "https://www.furaffinity.net/user/senka-bekic" + }, + "alphaschakal": { + "name": "Alphaschakal", + "url": "https://www.furaffinity.net/user/alphaschakal/" + }, } } diff --git a/media/characters/alphaschakal/back.svg b/media/characters/alphaschakal/back.svg new file mode 100644 index 00000000..36e478fc --- /dev/null +++ b/media/characters/alphaschakal/back.svg @@ -0,0 +1,1002 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/alphaschakal/head.svg b/media/characters/alphaschakal/head.svg new file mode 100644 index 00000000..23c1e7f9 --- /dev/null +++ b/media/characters/alphaschakal/head.svg @@ -0,0 +1,574 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/alphaschakal/paw.svg b/media/characters/alphaschakal/paw.svg new file mode 100644 index 00000000..5acdb976 --- /dev/null +++ b/media/characters/alphaschakal/paw.svg @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/alphaschakal/side.svg b/media/characters/alphaschakal/side.svg new file mode 100644 index 00000000..30e88def --- /dev/null +++ b/media/characters/alphaschakal/side.svg @@ -0,0 +1,1623 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4ed8401b..0ca49c38 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -47187,6 +47187,59 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Alphaschakal", species: ["jackal"], tags: ["feral"] }, + { + side: { + height: math.unit(47, "cm"), + weight: math.unit(10.8, "kg"), + name: "Side", + image: { + source: "./media/characters/alphaschakal/side.svg", + extra: 1058/568, + bottom: 62/1120 + } + }, + back: { + height: math.unit(78, "cm"), + weight: math.unit(10.8, "kg"), + name: "Back", + image: { + source: "./media/characters/alphaschakal/back.svg", + extra: 1102/942, + bottom: 185/1287 + } + }, + head: { + height: math.unit(28, "cm"), + name: "Head", + image: { + source: "./media/characters/alphaschakal/head.svg", + extra: 696/508, + bottom: 0/696 + } + }, + paw: { + height: math.unit(16, "cm"), + name: "Paw", + image: { + source: "./media/characters/alphaschakal/paw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(47, "cm"), + default: true + }, + { + name: "Macro", + height: math.unit(340, "cm") + }, + ] +)) + //characters function makeCharacters() {