From d7fe7b1005394f83dd81afefe60f4f40b0562b61 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 17 Sep 2021 14:10:45 -0400 Subject: [PATCH] Add Acouya --- media/attribution.js | 16 + media/characters/acouya/front.svg | 580 ++++++++++++++++++++++++++++++ presets/characters.js | 23 ++ 3 files changed, 619 insertions(+) create mode 100644 media/characters/acouya/front.svg diff --git a/media/attribution.js b/media/attribution.js index cb2bacbf..bd2db8ef 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17196,6 +17196,18 @@ const attributionData = { "gyiyga" ] }, + { + prefix: "./media/characters/acouya/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/29536277/", nsfw: true } + ], + authors: [ + "spazman" + ], + owners: [ + "acouya" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23741,6 +23753,10 @@ const attributionData = { "name": "Opblaaskrokodil", "url": "https://www.furaffinity.net/user/Opblaaskrokodil" }, + "acouya": { + "name": "Acouya", + "url": "https://www.furaffinity.net/user/acouya/" + }, } } diff --git a/media/characters/acouya/front.svg b/media/characters/acouya/front.svg new file mode 100644 index 00000000..92482ed5 --- /dev/null +++ b/media/characters/acouya/front.svg @@ -0,0 +1,580 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7b5e9dcb..ceb6466b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -45473,6 +45473,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Acouya", species: ["kangaroo"], tags: ["anthro"] }, + { + front: { + height: math.unit(9, "feet"), + weight: math.unit(500, "kg"), + name: "Front", + image: { + source: "./media/characters/acouya/front.svg", + extra: 1660/1473, + bottom: 28/1688 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {