From 4e7a296cbc22811c501a1146ff0ef126ca673209 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 10 Oct 2021 08:42:34 -0400 Subject: [PATCH] Add Linneaus Also add missing attribution for Vasuk and EcoByss --- media/attribution.js | 18 +- media/characters/linneaus/side.svg | 1146 ++++++++++++++++++++++++++++ presets/characters.js | 22 + 3 files changed, 1183 insertions(+), 3 deletions(-) create mode 100644 media/characters/linneaus/side.svg diff --git a/media/attribution.js b/media/attribution.js index 87534596..de9653b8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17744,8 +17744,8 @@ const attributionData = { { prefix: "./media/characters/ecobyss/", files: [ - { name: "front.svg", source: null }, - { name: "back.svg", source: null }, + { name: "front.svg", source: "https://www.furaffinity.net/view/33415729/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/33415729/" }, ], authors: [ "faas" @@ -17757,7 +17757,19 @@ const attributionData = { { prefix: "./media/characters/vasuk/", files: [ - { name: "front.svg", source: null }, + { name: "front.svg", source: "https://www.furaffinity.net/view/35555529/" }, + ], + authors: [ + "faas" + ], + owners: [ + "faas" + ] + }, + { + prefix: "./media/characters/linneaus/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/28694285/" } ], authors: [ "faas" diff --git a/media/characters/linneaus/side.svg b/media/characters/linneaus/side.svg new file mode 100644 index 00000000..be77e275 --- /dev/null +++ b/media/characters/linneaus/side.svg @@ -0,0 +1,1146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 54dac1dd..21212273 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -47339,6 +47339,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Linneaus", species: ["cougar", "deer"], tags: ["taur"] }, + { + side: { + height: math.unit(100, "feet"), + name: "Side", + image: { + source: "./media/characters/linneaus/side.svg", + extra: 987/807, + bottom: 47/1034 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(100, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {