From 132594b6aeec76119a81f8e6115f0c2e23268210 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 6 Dec 2021 11:45:55 -0500 Subject: [PATCH] Add Chimera --- media/attribution.js | 16 + media/characters/chimera/front.svg | 1461 ++++++++++++++++++++++++++++ presets/characters.js | 30 + 3 files changed, 1507 insertions(+) create mode 100644 media/characters/chimera/front.svg diff --git a/media/attribution.js b/media/attribution.js index be112179..fddd89ef 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19452,6 +19452,18 @@ const attributionData = { "themuffinly" ] }, + { + prefix: "./media/characters/chimera/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/41029049/" } + ], + authors: [ + "kassy" + ], + owners: [ + "chimera" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26978,6 +26990,10 @@ const attributionData = { "name": "TheMuffinly", "url": "https://www.furaffinity.net/user/themuffinly/" }, + "kassy": { + "name": "Kassy", + "url": "https://portfolio.commishes.com/user/Kassy" + }, } } diff --git a/media/characters/chimera/front.svg b/media/characters/chimera/front.svg new file mode 100644 index 00000000..db8ed2a1 --- /dev/null +++ b/media/characters/chimera/front.svg @@ -0,0 +1,1461 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index bec64341..5c01e2af 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -53238,6 +53238,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Chimera", species: ["pegasus"], tags: ["anthro"] }, + { + front: { + height: math.unit(7, "feet"), + name: "Front", + image: { + source: "./media/characters/chimera/front.svg", + extra: 1752/1614, + bottom: 68/1820 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + { + name: "Gigamacro", + height: math.unit(2.9, "gigameters") + }, + { + name: "Universal", + height: math.unit(1.56e26, "yottameters") + }, + ] +)) + //characters function makeCharacters() {