From 9e156f81f56c2eec5c943f36870e9ccc6fd11289 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 23 Sep 2020 16:39:21 -0400 Subject: [PATCH] Add Issilora --- media/attribution.js | 38 + media/characters/issilora/back-slim.svg | 523 +++++++ media/characters/issilora/front-buff.svg | 1667 ++++++++++++++++++++++ media/characters/issilora/front-slim.svg | 544 +++++++ media/characters/issilora/head.svg | 276 ++++ media/characters/issilora/side-slim.svg | 479 +++++++ presets/characters.js | 72 + 7 files changed, 3599 insertions(+) create mode 100644 media/characters/issilora/back-slim.svg create mode 100644 media/characters/issilora/front-buff.svg create mode 100644 media/characters/issilora/front-slim.svg create mode 100644 media/characters/issilora/head.svg create mode 100644 media/characters/issilora/side-slim.svg diff --git a/media/attribution.js b/media/attribution.js index 79b9c8d8..b193dd35 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11858,6 +11858,32 @@ const attributionData = { "perihusky" ] }, + { + prefix: "./media/characters/issilora/", + files: [ + { name: "front-slim.svg", source: "https://www.furaffinity.net/view/21416919", nsfw: true }, + { name: "side-slim.svg", source: "https://www.furaffinity.net/view/21416919", nsfw: true }, + { name: "back-slim.svg", source: "https://www.furaffinity.net/view/21416919" }, + ], + authors: [ + "jeyeff" + ], + owners: [ + "issilora" + ] + }, + { + prefix: "./media/characters/issilora/", + files: [ + { name: "front-buff.svg", source: "https://www.furaffinity.net/view/13049358/", nsfw: true } + ], + authors: [ + "nazuu-m0nster" + ], + owners: [ + "issilora" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16325,6 +16351,18 @@ const attributionData = { "name": "Peri_Husky", "url": "https://www.furaffinity.net/user/perihusky/" }, + "issilora": { + "name": "Issilora", + "url": "https://www.furaffinity.net/user/issilora" + }, + "jeyeff": { + "name": "Jeyeff", + "url": "https://www.furaffinity.net/user/jeyeff/" + }, + "nazuu-m0nster": { + "name": "Nazuu-m0nster", + "url": "https://www.furaffinity.net/user/nazuu-m0nster" + }, } } diff --git a/media/characters/issilora/back-slim.svg b/media/characters/issilora/back-slim.svg new file mode 100644 index 00000000..76001ea2 --- /dev/null +++ b/media/characters/issilora/back-slim.svg @@ -0,0 +1,523 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/issilora/front-buff.svg b/media/characters/issilora/front-buff.svg new file mode 100644 index 00000000..3d4ddcf7 --- /dev/null +++ b/media/characters/issilora/front-buff.svg @@ -0,0 +1,1667 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/issilora/front-slim.svg b/media/characters/issilora/front-slim.svg new file mode 100644 index 00000000..545ae4f3 --- /dev/null +++ b/media/characters/issilora/front-slim.svg @@ -0,0 +1,544 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/issilora/head.svg b/media/characters/issilora/head.svg new file mode 100644 index 00000000..24885306 --- /dev/null +++ b/media/characters/issilora/head.svg @@ -0,0 +1,276 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/issilora/side-slim.svg b/media/characters/issilora/side-slim.svg new file mode 100644 index 00000000..58166a78 --- /dev/null +++ b/media/characters/issilora/side-slim.svg @@ -0,0 +1,479 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6c2db0ed..cf31c878 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -30417,6 +30417,78 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Issilora", species: ["dragon"], tags: ["anthro"] }, + { + frontSlim: { + height: math.unit(7, "feet"), + name: "Front (Slim)", + image: { + source: "./media/characters/issilora/front-slim.svg", + extra: 529/449, + bottom: 53/582 + } + }, + sideSlim: { + height: math.unit(7, "feet"), + name: "Side (Slim)", + image: { + source: "./media/characters/issilora/side-slim.svg", + extra: 570/480, + bottom: 30/600 + } + }, + backSlim: { + height: math.unit(7, "feet"), + name: "Back (Slim)", + image: { + source: "./media/characters/issilora/back-slim.svg", + extra: 537/455, + bottom: 46/583 + } + }, + frontBuff: { + height: math.unit(7, "feet"), + name: "Front (Buff)", + image: { + source: "./media/characters/issilora/front-buff.svg", + extra: 2310/2035, + bottom: 335/2645 + } + }, + head: { + height: math.unit(1.94, "feet"), + name: "Head", + image: { + source: "./media/characters/issilora/head.svg" + } + }, + }, + [ + { + name: "Minimum", + height: math.unit(7, "feet") + }, + { + name: "Comfortable", + height: math.unit(17, "feet") + }, + { + name: "Fun Size", + height: math.unit(47, "feet") + }, + { + name: "Natural Macro", + height: math.unit(137, "feet"), + default: true + }, + { + name: "Maximum Kaiju", + height: math.unit(397, "feet") + }, + ] +)) + //characters function makeCharacters() {