From 0f4dbc2aa0964ab8fe391d69b90321baaf1aad69 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 23 Mar 2022 13:23:20 -0400 Subject: [PATCH] Add Kyara --- media/attribution.js | 16 + media/characters/kyara/back.svg | 892 +++++++++++++++++++++ media/characters/kyara/front.svg | 1265 ++++++++++++++++++++++++++++++ media/characters/kyara/head.svg | 411 ++++++++++ media/characters/kyara/maw.svg | 612 +++++++++++++++ media/characters/kyara/paws.svg | 319 ++++++++ presets/characters.js | 66 ++ 7 files changed, 3581 insertions(+) create mode 100644 media/characters/kyara/back.svg create mode 100644 media/characters/kyara/front.svg create mode 100644 media/characters/kyara/head.svg create mode 100644 media/characters/kyara/maw.svg create mode 100644 media/characters/kyara/paws.svg diff --git a/media/attribution.js b/media/attribution.js index 1445e55a..2f7435dc 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21689,6 +21689,22 @@ const attributionData = { "forester2277" ] }, + { + prefix: "./media/characters/kyara/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/46454398/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/46454398/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/46454398/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/46454398/" }, + { name: "paws.svg", source: "https://www.furaffinity.net/view/46454398/" }, + ], + authors: [ + "kittehmei" + ], + owners: [ + "0-madespain-0" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/kyara/back.svg b/media/characters/kyara/back.svg new file mode 100644 index 00000000..7a99d532 --- /dev/null +++ b/media/characters/kyara/back.svg @@ -0,0 +1,892 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kyara/front.svg b/media/characters/kyara/front.svg new file mode 100644 index 00000000..c18e0a66 --- /dev/null +++ b/media/characters/kyara/front.svg @@ -0,0 +1,1265 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kyara/head.svg b/media/characters/kyara/head.svg new file mode 100644 index 00000000..042bf6f8 --- /dev/null +++ b/media/characters/kyara/head.svg @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kyara/maw.svg b/media/characters/kyara/maw.svg new file mode 100644 index 00000000..af13b645 --- /dev/null +++ b/media/characters/kyara/maw.svg @@ -0,0 +1,612 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kyara/paws.svg b/media/characters/kyara/paws.svg new file mode 100644 index 00000000..738ffa3a --- /dev/null +++ b/media/characters/kyara/paws.svg @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d36ad6bc..af80f6f7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -62075,6 +62075,72 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kyara", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.92, "m"), + weight: math.unit(76, "kg"), + name: "Front", + image: { + source: "./media/characters/kyara/front.svg", + extra: 1550/1438, + bottom: 139/1689 + } + }, + back: { + height: math.unit(1.92, "m"), + weight: math.unit(76, "kg"), + name: "Back", + image: { + source: "./media/characters/kyara/back.svg", + extra: 1523/1427, + bottom: 83/1606 + } + }, + head: { + height: math.unit(1.22, "feet"), + name: "Head", + image: { + source: "./media/characters/kyara/head.svg" + } + }, + maw: { + height: math.unit(0.73, "feet"), + name: "Maw", + image: { + source: "./media/characters/kyara/maw.svg" + } + }, + paws: { + height: math.unit(0.95, "feet"), + name: "Paws", + image: { + source: "./media/characters/kyara/paws.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.92, "meters"), + default: true + }, + { + name: "Mini Macro", + height: math.unit(192, "meters") + }, + { + name: "Macro", + height: math.unit(480, "meters") + }, + { + name: "Mega Macro", + height: math.unit(1440, "meters") + }, + ] +)) + //characters function makeCharacters() {