From 80a86f7287d8a61976033c587a2e7d946588c50d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 4 Dec 2020 18:29:42 -0500 Subject: [PATCH] Add Essynkardi --- media/attribution.js | 16 + media/characters/essynkardi/front.svg | 1043 +++++++++++++++++++++++++ presets/characters.js | 22 + 3 files changed, 1081 insertions(+) create mode 100644 media/characters/essynkardi/front.svg diff --git a/media/attribution.js b/media/attribution.js index c698dfd0..e157bdef 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14037,6 +14037,18 @@ const attributionData = { "october-val" ] }, + { + prefix: "./media/characters/essynkardi/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34222473/" } + ], + authors: [ + "essynkardi" + ], + owners: [ + "essynkardi" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19264,6 +19276,10 @@ const attributionData = { "name": "EerieViolet", "url": "https://twitter.com/eerieviolet" }, + "essynkardi": { + "name": "Essynkardi", + "url": "https://www.furaffinity.net/user/essynkardi/" + }, } } diff --git a/media/characters/essynkardi/front.svg b/media/characters/essynkardi/front.svg new file mode 100644 index 00000000..12f91a4c --- /dev/null +++ b/media/characters/essynkardi/front.svg @@ -0,0 +1,1043 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 11e6cc34..3bbd11ff 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -36512,6 +36512,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Essynkardi", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(8 + 6/12, "feet"), + name: "Front", + image: { + source: "./media/characters/essynkardi/front.svg", + extra: 1914/1846, + bottom: 22/1936 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {